What problem does it solve? Jumping straight into code without a clear specification leads to misaligned implementations and rework. This Skill guides you through GitHub Spec Kit's structured pipeline, turning feature ideas into constitutions, specifications, implementation plans, and executable task lists before any code is written. ## Core Features & Use Cases - Spec-Driven Pipeline: Runs the full lifecycle from project constitution to specification, implementation plan, task breakdown, and execution via /speckit.* slash commands. - Project Initialization: Installs and verifies the Specify CLI, then initializes the .speckit/ directory structure with templates and commands. - Task Generation & Execution: Breaks plans into ordered, dependency-aware tasks with parallel execution markers and converts them into GitHub Issues. - Use Case: You want to build a JWT authentication API. Use this Skill to create a constitution, write the spec, generate an implementation plan, decompose it into tasks, and implement them in order. ## Quick Start Use the spec-kit skill to initialize spec-driven development in this project and create a specification for a user authentication API.