Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ See Spec-Driven Development in action across different scenarios with these comm
| [Auggie CLI](https://docs.augmentcode.com/cli/overview) | ✅ | |
| [Claude Code](https://www.anthropic.com/claude-code) | ✅ | |
| [CodeBuddy CLI](https://www.codebuddy.ai/cli) | ✅ | |
| [Codex CLI](https://github.com/openai/codex) | ✅ | |
| [Codex CLI](https://github.com/openai/codex) | ✅ | Run `specify init . --ai codex` (or `specify init --here --ai codex`) to generate project-local `.codex/prompts`, then start Codex with `CODEX_HOME="$PWD/.codex"` so it loads them. In Codex CLI, invoke spec-kit prompts as `/prompts:speckit.specify`, `/prompts:speckit.plan`, etc. Restart Codex or start a new chat after prompt changes. OpenAI currently marks custom prompts as deprecated and recommends skills for reusable/shared workflows. |
Comment thread
RbBtSn0w marked this conversation as resolved.
Outdated
| [Cursor](https://cursor.sh/) | ✅ | |
| [Gemini CLI](https://github.com/google-gemini/gemini-cli) | ✅ | |
| [GitHub Copilot](https://code.visualstudio.com/) | ✅ | |
Expand Down Expand Up @@ -297,7 +297,9 @@ specify check

### Available Slash Commands

After running `specify init`, your AI coding agent will have access to these slash commands for structured development:
After running `specify init`, your AI coding agent will have access to these slash commands for structured development.

For Codex CLI specifically, spec-kit commands are generated into `.codex/prompts` and are invoked as `/prompts:speckit.<command>` after starting Codex with `CODEX_HOME="$PWD/.codex"`.
Comment thread
RbBtSn0w marked this conversation as resolved.
Comment thread
RbBtSn0w marked this conversation as resolved.

#### Core Commands

Expand Down
Loading