speckit-workflow

Solid

Comprehensive understanding of the spec-kit methodology. Constitution-driven feature development with specify, plan, tasks, and implement phases.

AI & Automation 339 stars 21 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 91/100

Stars 20%
84
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# SpecKit Workflow The SpecKit methodology is a constitution-driven approach to feature development. It ensures consistency across features by grounding all decisions in project principles. ## Core Philosophy **Constitution First**: Every feature is designed against the project's constitution - a living document of principles, constraints, and standards. **Governance Over Convention**: Rather than implicit patterns, SpecKit makes governance explicit through: - Constitution principles (MUST, SHOULD, MAY) - Feature specifications tied to principles - Quality checklists as "unit tests for requirements" - Consistency analysis across artifacts ## Directory Structure ```text .specify/ ├── memory/ │ └── constitution.md # Project principles and standards ├── .current-feature # Active feature pointer ├── templates/ # Artifact templates │ ├── spec-template.md │ ├── plan-template.md │ ├── tasks-template.md │ └── checklist-template.md └── specs/ └── <id>-<name>/ # Feature directories ├── .speckit-state.json ├── .progress.md ├── .coordinator-prompt.md ├── spec.md # Feature specification ├── plan.md # Technical design ├── tasks.md # Implementation tasks ├── research.md # Research findings (optional) ├── data-model.md # Entity definitions (optional) ├── contracts/ # API contracts (optional) └── checklists/ ...

Details

Author
tzachbon
Repository
tzachbon/smart-ralph
Created
4 months ago
Last Updated
1 weeks ago
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category