Spec-Kit: Difference between revisions
Appearance
Created page with "* /speckit.constitution - Establish project principles * /speckit.specify - Create baseline specification * /speckit.clarify (optional) - Ask structured questions to de-risk ambiguous areas before planning * /speckit.plan - Create implementation plan * /speckit.checklist (optional) - Generate quality checklists to validate requirements completeness, clarity, and consistency * /speckit.tasks - Generate actionable tasks * /speckit.analyze (optional) - Cross-artifact consi..." |
mNo edit summary |
||
| Line 1: | Line 1: | ||
== Install == | |||
* Install | |||
<pre> | |||
uv tool install specify-cli --from git+https://github.com/github/spec-kit.git | |||
</pre> | |||
* Upgrade | |||
<pre> | |||
uv tool install specify-cli --force --from git+https://github.com/github/spec-kit.git | |||
</pre> | |||
== Slash Commands (Claude Code) == | |||
* /speckit.constitution - Establish project principles | * /speckit.constitution - Establish project principles | ||
* /speckit.specify - Create baseline specification | * /speckit.specify - Create baseline specification | ||
* /speckit.clarify (optional) - Ask structured questions to de-risk ambiguous areas before planning | * /speckit.clarify (optional) - Ask structured questions to de-risk ambiguous areas before planning | ||
Revision as of 18:17, 17 November 2025
Install
- Install
uv tool install specify-cli --from git+https://github.com/github/spec-kit.git
- Upgrade
uv tool install specify-cli --force --from git+https://github.com/github/spec-kit.git
Slash Commands (Claude Code)
- /speckit.constitution - Establish project principles
- /speckit.specify - Create baseline specification
- /speckit.clarify (optional) - Ask structured questions to de-risk ambiguous areas before planning
- /speckit.plan - Create implementation plan
- /speckit.checklist (optional) - Generate quality checklists to validate requirements completeness, clarity, and consistency
- /speckit.tasks - Generate actionable tasks
- /speckit.analyze (optional) - Cross-artifact consistency & alignment report
- /speckit.implement - Execute implementation