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
Launch your AI assistant in the project directory. The `/speckit.*` commands are available in the assistant.
102
+
Launch your AI assistant in the project directory. Most agents expose spec-kit as `/speckit.*`slash commands; Codex CLI in skills mode uses `$speckit-*` instead.
103
103
104
104
Use the **`/speckit.constitution`** command to create your project's governing principles and development guidelines that will guide all subsequent development.
105
105
@@ -173,7 +173,7 @@ See Spec-Driven Development in action across different scenarios with these comm
|[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>`.|
@@ -257,6 +257,9 @@ specify init my-project --ai bob
257
257
# Initialize with Pi Coding Agent support
258
258
specify init my-project --ai pi
259
259
260
+
# Initialize with Codex CLI support
261
+
specify init my-project --ai codex --ai-skills
262
+
260
263
# Initialize with Antigravity support
261
264
specify init my-project --ai agy --ai-skills
262
265
@@ -297,7 +300,9 @@ specify check
297
300
298
301
### Available Slash Commands
299
302
300
-
After running `specify init`, your AI coding agent will have access to these slash commands for structured development:
303
+
After running `specify init`, your AI coding agent will have access to these slash commands for structured development.
304
+
305
+
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