What problem does it solve?
Spec-driven development framework that converts vague feature ideas into explicit, testable specifications before any code is written, reducing risk and rework.
Core Features & Use Cases
- Iterative specification workflow: Guides teams through /spec.plan, /spec.refine, /spec.clarify, /spec.tasks, and /spec.run to produce a clear execution plan.
- Open Questions governance: Captures ambiguities and edge cases, ensuring all questions are resolved before execution.
- Task-based delivery: Produces high-level tasks with acceptance criteria to structure implementation into manageable phases.
- Cross-skill orchestration: Coordinates language-specific skills (e.g., Python, Go) and architectural patterns for coherent designs.
- Use Case: A product team drafts a feature spec that becomes a runnable plan with verifiable criteria.
Quick Start
To begin, run /spec.plan with your feature intent, review the generated questions, then use /spec.clarify or /spec.refine to progress toward a ready-to-run spec.