Jump to content

Spec-Kit: Difference between revisions

From Wiki
Marcluer (talk | contribs)
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..."
 
Marcluer (talk | contribs)
mNo edit summary
 
(One intermediate revision by the same user not shown)
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>
== Setup Project ==
<pre>
specify init --here
</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

Latest revision as of 16:38, 20 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

Setup Project

specify init --here

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