Claude Tools / Plugins / spec
Plugins · kamioj/spec-workflow
spec
Spec-driven development plugin: research → ask → propose → HARD GATE → apply → verify → archive, plus a goal-driven autonomous loop (/spec:loop) — enforced by 5 hooks (TBD scan / approval gate / archive audit / verify reminder / loop driver), with scope-dispatched dev agents and a fresh-context verifier agent
CLEARED_STATICagent-agnosticv0.5.5
Pipeline results
Coverage
CLEARED_STATIC
Tests run
7 / 8
Portability
Agent-agnostic (works beyond Claude)
Type
Plugins
Tests & results
What the pipeline checked
What's inside
Components found
agents/spec-dev.md
componentmedium
agents/spec-verifier.md
componentmedium
commands/apply.md
componentmedium
commands/archive.md
componentmedium
commands/ask.md
componentmedium
commands/chat.md
componentmedium
commands/design.md
componentmedium
commands/loop.md
componentmedium
commands/propose.md
componentmedium
commands/research.md
componentmedium
commands/revise.md
componentmedium
commands/status.md
componentmedium
commands/verify.md
componentmedium
commands/workflow.md
componentmedium
core/skill.md
componentmedium
core/agents/spec-dev.md
componentmedium
core/agents/spec-verifier.md
componentmedium
core/commands/apply.md
componentmedium
core/commands/archive.md
componentmedium
core/commands/ask.md
componentmedium
Coverage
Not assessed
- behavioural execution not run
- egress patterns logged (FLAG-INFO): 20 lexical match(es)
README
From the repository
# spec-workflow **Spec-driven development plugin for Claude Code** Large changes, kept controllable and reversible. The pipeline — research → clarify → propose → **HARD GATE** → implement → verify → archive — is re-entrant at every step, enforced by hooks, and runs its agents in parallel. [](https://github.com/kamioj/spec-workflow) [](https://github.com/kamioj/spec-workflow) [](https://docs.claude.com/en/docs/claude-code) [](LICENSE) **English** | [中文](README_cn.md) --- ## Why Two paradigms already dominate AI-assisted spec-driven development: - **Fast lane** — start coding right away and let hooks catch the mistakes (hookify, or a stripped-down superpowers brainstorm). - **Heavy lane** — spec everything up front, but down a rigid track (OpenSpec's 4 commands, superpowers brainstorm's 9 steps). **spec-workflow takes a third path.** It keeps the discipline of thinking before …