AI Agent Hub
Back to plugins
⚙️

spec-driven

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install JohnXu22786/spec-driven

Paste the following prompt into your AI chat to install this plugin:

To install this plugin in DeepSeek Harness, run the command: dsh plugin install JohnXu22786/spec-driven. Source: https://github.com/JohnXu22786/spec-driven

About this plugin

AI coding often fails due to vague requirements or unverified assumptions, leading to significant rework. spec-driven (keel) solves this by enforcing a strict "spec first, code later" workflow, transforming abstract slogans into concrete skills and tools to ensure agents clarify boundaries before writing code.

The plugin's core lies in its five-step discipline loop: anchoring boundaries, generating specs, probing assumptions, building code, and final audit. It provides three tools and multiple templates to help agents manage assumptions, prevent scope creep, and enforce engineering standards, ensuring quality without relying on human willpower.

This skill pack is particularly suitable for AI agent developers using pluginized harnesses like DeepSeek Harness. Whether handling micro-tasks or large features, it allows teams to turn the motto "don't ship broken" into a reality through verifiable specs and automated audits.

Use Cases

  • Generate structured technical specs for complex features
  • Prevent rework due to incorrect assumptions before coding
  • Automatically check all acceptance criteria before delivery

Best For

  • AI developers using DeepSeek Harness (dsh)
  • Teams needing strict specifications and code review processes
  • Engineering teams wanting to turn 'don't ship broken' into reality