What problem does it solve? Teams that jump straight into coding often produce inconsistent, scope-creeping features with no traceable requirements. This Skill enforces a Spec-Driven Development workflow where every feature moves through constitution, specification, planning, task breakdown, implementation, and convergence stages, with per-module constitutions guarding architectural boundaries. ## Core Features & Use Cases - Staged SDD Pipeline: Runs the full sequence of /constitution, /specify, /clarify, /plan, /tasks, /analyze, /implement, and /converge, writing structured artifacts (spec.md, plan.md, tasks.md) under specs/###-slug folders. - Module Constitutions: Requires a constitution.md for every module registered in modules.md, and loads root plus affected module constitutions before planning or implementing. - Convergence Loop: Repeats implementation and gap analysis until the feature is marked Converged, with tasks carrying exact file paths and [USn] story tags. - Use Case: When asked to add a new feature, the Skill creates specs/001-feature-slug/spec.md focused on what and why, derives an architecture plan, generates executable tasks, implements only from tasks.md, and iterates until convergence. ## Quick Start Ask the assistant to run /specify for a new feature and then follow the pipeline through /plan, /tasks, /implement, and /converge.