Claude Tools / Commands / spec-driven
Commands · habib0x0/spec-driven-plugin
spec-driven
Spec-driven development workflow with structured requirements, design, and task phases
CLEARED_STATICagent-agnosticv5.3.3
Pipeline results
Coverage
CLEARED_STATIC
Tests run
7 / 8
Portability
Agent-agnostic (works beyond Claude)
Type
Commands
Tests & results
What the pipeline checked
What's inside
Components found
agents/spec-acceptor.md
componentmedium
agents/spec-consultant.md
componentmedium
agents/spec-debugger.md
componentmedium
agents/spec-documenter.md
componentmedium
agents/spec-implementer.md
componentmedium
agents/spec-planner.md
componentmedium
agents/spec-reviewer.md
componentmedium
agents/spec-scanner.md
componentmedium
agents/spec-tasker.md
componentmedium
agents/spec-tester.md
componentmedium
agents/spec-validator.md
componentmedium
commands/research.md
componentmedium
commands/spec-accept.md
componentmedium
commands/spec-brainstorm.md
componentmedium
commands/spec-bugfix.md
componentmedium
commands/spec-complete.md
componentmedium
commands/spec-docs.md
componentmedium
commands/spec-exec.md
componentlow
commands/spec-loop.md
componentlow
commands/spec-refine.md
componentlow
Coverage
Not assessed
- behavioural execution not run
- egress patterns logged (FLAG-INFO): 1 lexical match(es)
README
From the repository
# Spec-Driven Development Plugin A structured workflow plugin for Claude Code & Codex that transforms feature ideas into formal specifications before implementation. ## Overview This plugin guides you through three phases: 1. **Requirements** - User stories with EARS notation and acceptance criteria 2. **Design** - Technical architecture, sequence diagrams, implementation considerations 3. **Tasks** - Discrete, trackable implementation items that mirror to Claude Code's todo system ## Commands Commands use `/` prefix in Claude Code and `$` prefix in Codex. ### Core Workflow | Claude Code | Codex | Description | |-------------|-------|-------------| | `/spec-brainstorm` | `$spec-brainstorm` | Brainstorm a feature idea before spec creation | | `/spec ` | `$spec ` | Start a new feature spec with interactive 3-phase workflow | | `/spec-bugfix ` | `$spec-bugfix ` | Start a new bugfix spec with defect analysis and regression prevention | | `/spec-refine` | `$spec-refine` | Refine requirements/design for current spec | | `/spec-tasks` | `$spec-tasks` | Regenerate tasks from updated spec | | `/spec-status` | `$spec-status` | Show spec progress, task completion, and dependency status…