spec-kit
Installation
SKILL.md
Spec Kit
Overview
This skill guides the Spec-Driven Development (SDD) process using the GitHub Spec Kit. It helps you shift from code-first to specification-first development, ensuring high-quality software by focusing on product scenarios and predictable outcomes.
Workflow
The Spec Kit workflow consists of the following key stages. Follow them sequentially for new features or projects.
- Initialize: Set up the project structure.
- Constitution: Define project principles.
- Specify: Create a functional specification.
- Plan: Design the technical implementation.
- Tasks: Break down the plan into actionable tasks.
- Implement: Execute the tasks.
For detailed instructions on each step, see WORKFLOW.md.
Related skills