This tile was archived by the owner on Feb 4, 2026
Reason: Superseded by tessl-labs/intent-integrity-kit
tessl install tessl-labs/spec-kit@0.6.4Specification-driven development workflow skills for AI coding assistants
A complete 10-phase specification-driven development workflow for AI coding assistants.
Spec-Kit provides skills that guide AI assistants through a structured development process, from defining project governance to implementing features and exporting tasks to GitHub Issues.
| Phase | Skill | Purpose |
|---|---|---|
| 0 | /speckit-00-constitution | Define project governance principles |
| 1 | /speckit-01-specify | Create feature specification from natural language |
| 2 | /speckit-02-clarify | Resolve ambiguities (max 5 questions) |
| 3 | /speckit-03-plan | Create technical implementation plan |
| 4 | /speckit-04-checklist | Generate quality checklists for requirements |
| 5 | /speckit-05-testify | Generate test specifications (TDD support) |
| 6 | /speckit-06-tasks | Generate task breakdown |
| 7 | /speckit-07-analyze | Validate cross-artifact consistency |
| 8 | /speckit-08-implement | Execute implementation |
| 9 | /speckit-09-taskstoissues | Export tasks to GitHub Issues |
Create a constitution (optional but recommended):
/speckit-00-constitutionSpecify a feature:
/speckit-01-specify Add user authentication with OAuth2 supportFollow the workflow through plan, tasks, and implementation.
specs/NNN-feature-name/
├── spec.md # Feature specification
├── plan.md # Technical implementation plan
├── tasks.md # Task breakdown
├── research.md # Research findings
├── data-model.md # Entity definitions
├── quickstart.md # Integration scenarios
├── contracts/ # API specifications
├── checklists/ # Quality checklists
└── tests/
└── test-specs.md # TDD test specificationstessl install tessl-labs/spec-kit