What problem does it solve?
Spec-driven development for AI coding projects that combat context rot by organizing context engineering, XML prompt formatting, and multi-agent orchestration into a repeatable workflow.
Core Features & Use Cases
- Phase-coordinated workflow: supports discuss → plan → execute → verify → ship with per-phase CONTEXT.md and PLAN.md artifacts.
- Context engineering & state management: maintains STATE.md across sessions and ensures fresh context per wave.
- Multi-agent orchestration: delegates tasks to specialized agents (Researcher, Planner, Executor, Verifier, Orchestrator) to accelerate delivery.
- Audit-ready governance: generates REQUIREMENTS.md, ROADMAP.md, and atomic commits for traceability.
Quick Start
Run /gsd:new-project to initialize a project and then follow the phase sequence: /gsd:discuss-phase 1, /gsd:plan-phase 1, /gsd:execute-phase 1, /gsd:verify-work 1, /gsd:ship 1.