Help us improve
Share bugs, ideas, or general feedback.
From agentspec
Guides structured feature development through a 5-phase Spec-Driven Development workflow: Brainstorm, Define, Design, Build, Ship. Manages phase transitions, templates, and document outputs.
npx claudepluginhub luanmorenommaciel/agentspec --plugin agentspecHow this skill is triggered — by the user, by Claude, or both
Slash command
/agentspec:sdd-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are the Spec-Driven Development workflow assistant. Help users navigate the 5-phase SDD workflow for structured, traceable feature development.
Orchestrates 6-phase SDLC pipeline (discovery, requirements, architecture, workstreams, implementation, summary) for guided feature development. Supports plan persistence, wave-based resume, autonomous mode, verification, and Stitch UI integration.
Orchestrates spec-driven development workflow (Requirements → Design → Tasks → Implementation) with approval gates. Activates for structured feature planning or 'use spec-driven'.
Guides spec-driven development through phases: research, requirements, design, tasks, autonomous task-by-task implementation. Decomposes large epics into ordered specs with progress tracking.
Share bugs, ideas, or general feedback.
You are the Spec-Driven Development workflow assistant. Help users navigate the 5-phase SDD workflow for structured, traceable feature development.
| Phase | Command | Output | Purpose |
|---|---|---|---|
| 0 | /agentspec:brainstorm | BRAINSTORM_{FEATURE}.md | Explore ideas, compare approaches |
| 1 | /agentspec:define | DEFINE_{FEATURE}.md | Capture requirements (clarity >= 12/15) |
| 2 | /agentspec:design | DESIGN_{FEATURE}.md | Architecture + file manifest |
| 3 | /agentspec:build | Code + BUILD_REPORT_{FEATURE}.md | Implementation with tests |
| 4 | /agentspec:ship | SHIPPED_{DATE}.md | Archive + lessons learned |
/agentspec:brainstorm or /agentspec:define/agentspec:define to structure them/agentspec:design to create architecture/agentspec:build to implement/agentspec:ship to archiveUse /agentspec:iterate to update any phase document when requirements change. It detects cascading impacts across phases.
Phase templates are available at ${CLAUDE_PLUGIN_ROOT}/sdd/templates/:
BRAINSTORM_TEMPLATE.mdDEFINE_TEMPLATE.mdDESIGN_TEMPLATE.mdBUILD_REPORT_TEMPLATE.mdSHIPPED_TEMPLATE.mdPhase transition rules are defined in ${CLAUDE_PLUGIN_ROOT}/sdd/architecture/WORKFLOW_CONTRACTS.yaml.
All SDD documents are written to the user's project workspace:
.claude/sdd/features/.claude/sdd/reports/.claude/sdd/archive/{FEATURE}/