You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Repository Index | Generate index for existing repo for overview, architecture and module level. |`docs`| Read-only |[spec-kit-repoindex](https://github.com/liuyiyu/spec-kit-repoindex)|
214
215
| Retro Extension | Sprint retrospective analysis with metrics, spec accuracy assessment, and improvement suggestions |`process`| Read+Write |[spec-kit-retro](https://github.com/arunt14/spec-kit-retro)|
215
216
| Retrospective Extension | Post-implementation retrospective with spec adherence scoring, drift analysis, and human-gated spec updates |`docs`| Read+Write |[spec-kit-retrospective](https://github.com/emi-dm/spec-kit-retrospective)|
216
217
| Review Extension | Post-implementation comprehensive code review with specialized agents for code quality, comments, tests, error handling, type design, and simplification |`code`| Read-only |[spec-kit-review](https://github.com/ismaelJimenez/spec-kit-review)|
@@ -280,7 +281,7 @@ Community projects that extend, visualize, or build on Spec Kit:
|[Codex CLI](https://github.com/openai/codex)| ✅ | Requires `--ai-skills`. Codex recommends [skills](https://developers.openai.com/codex/skills) and treats [custom prompts](https://developers.openai.com/codex/custom-prompts) as deprecated. Spec-kit installs Codex skills into `.agents/skills` and invokes them as `$speckit-<command>`. |
286
287
|[Cursor](https://cursor.sh/)| ✅ ||
@@ -400,8 +401,8 @@ specify init my-project --ai claude --debug
400
401
# Use GitHub token for API requests (helpful for corporate environments)
401
402
specify init my-project --ai claude --github-token ghp_your_token_here
402
403
403
-
#Install agent skills with the project
404
-
specify init my-project --ai claude --ai-skills
404
+
#Claude Code installs skills with the project by default
405
+
specify init my-project --ai claude
405
406
406
407
# Initialize in current directory with agent skills
407
408
specify init --here --ai gemini --ai-skills
@@ -415,7 +416,11 @@ specify check
415
416
416
417
### Available Slash Commands
417
418
418
-
After running `specify init`, your AI coding agent will have access to these slash commands for structured development.
419
+
After running `specify init`, your AI coding agent will have access to these structured development commands.
420
+
421
+
Most agents expose the traditional dotted slash commands shown below, like `/speckit.plan`.
422
+
423
+
Claude Code installs spec-kit as skills and invokes them as `/speckit-constitution`, `/speckit-specify`, `/speckit-plan`, `/speckit-tasks`, and `/speckit-implement`.
419
424
420
425
For Codex CLI, `--ai-skills` installs spec-kit as agent skills instead of slash-command prompt files. In Codex skills mode, invoke spec-kit as `$speckit-constitution`, `$speckit-specify`, `$speckit-plan`, `$speckit-tasks`, and `$speckit-implement`.
0 commit comments