What problem does it solve? Vague feature prompts lead agents to code before requirements are settled, causing drift, rework, and unreviewable changes. This Skill enforces GitHub Spec Kit's gated spec-driven flow so a reviewed spec, plan, and task list exist before implementation begins. ## Core Features & Use Cases - Gated Workflow: Walks features through constitution, specify, clarify, plan, tasks, analyze, implement, and converge gates, blocking implementation while a gate is open. - Authority Order: Resolves conflicts between user constraints, project constitution, reviewed specs, plans, and existing code with an explicit precedence chain. - Host-Agnostic Operation: Uses /speckit.* slash commands when the host provides them, or writes the same Markdown artifacts directly when they do not. - Use Case: A user asks to build a multi-capability feature from a rough idea in a repo containing .specify/. The Skill writes a constitution, produces one spec per capability, resolves open questions, generates an ordered task list, and implements task by task with verification. ## Quick Start Ask the agent to run the Spec Kit gated workflow for the new feature, starting with a constitution and spec before any code is written.