speckit-workflow

Featured

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

AI & Automation 536 stars 48 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
91
Recency 20%
100
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
8 months ago
Last Updated
yesterday
Language
Shell
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Testing & QA Listed

speckit-status

Use when the user wants to read SpecKit project status, see the full roadmap dashboard, check which specs are complete, in-progress, blocked, or ready to start, see phase-level progress for active specs, find which active worktrees exist and what spec each belongs to, check the status or current phase of a specific SPEC-ID, identify what is blocking a spec and why, get a recommendation for the next spec to implement, or summarize overall project health and next steps. Triggers on: show roadmap, project status, active workflows, blockers, dashboard, all specs, phases complete, next phase, list worktrees, which spec should I start, what is next, SpecKit progress, project health, check SPEC-XXX, is SPEC-XXX done, is SPEC-XXX blocked. Read-only: never creates files, branches, or worktrees. Do NOT use to set up or scaffold a spec (use speckit-scaffold-spec), execute a workflow autonomously (use speckit-autopilot), fix PR review comments (use speckit-resolve-pr), or ask about SDD methodology (use speckit-coach).

5 Updated today
racecraft-lab
Testing & QA Listed

speckit-brownfield-bootstrap

Generate spec-kit configuration tailored to the existing codebase

1 Updated today
mhabedank
Testing & QA Listed

speckit-fleet-run

Orchestrate a full feature lifecycle through all SpecKit phases with human-in-the-loop checkpoints: specify -> clarify -> plan -> checklist -> tasks -> analyze -> cross-model review -> implement -> verify -> CI. Detects partially complete features and resumes from the right phase.

1 Updated today
mhabedank