@@ -190,6 +190,7 @@ See Spec-Driven Development in action across different scenarios with these comm
190190| [ Kimi Code] ( https://code.kimi.com/ ) | ✅ | |
191191| [ iFlow CLI] ( https://docs.iflow.cn/en/cli/quickstart ) | ✅ | |
192192| [ Windsurf] ( https://windsurf.com/ ) | ✅ | |
193+ | [ Junie] ( https://junie.jetbrains.com/ ) | ✅ | |
193194| [ Antigravity (agy)] ( https://antigravity.google/ ) | ✅ | Requires ` --ai-skills ` |
194195| [ Trae] ( https://www.trae.ai/ ) | ✅ | |
195196| Generic | ✅ | Bring your own agent — use ` --ai generic --ai-commands-dir <path> ` for unsupported agents |
@@ -200,27 +201,27 @@ The `specify` command supports the following options:
200201
201202### Commands
202203
203- | Command | Description |
204- | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
205- | ` init ` | Initialize a new Specify project from the latest template |
206- | ` check ` | Check for installed tools: ` git ` plus all CLI-based agents configured in ` AGENT_CONFIG ` (for example: ` claude ` , ` gemini ` , ` code ` /` code-insiders ` , ` cursor-agent ` , ` windsurf ` , ` qwen ` , ` opencode ` , ` codex ` , ` kiro-cli ` , ` shai ` , ` qodercli ` , ` vibe ` , ` kimi ` , ` iflow ` , ` pi ` , etc.) |
204+ | Command | Description |
205+ | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
206+ | ` init ` | Initialize a new Specify project from the latest template |
207+ | ` check ` | Check for installed tools: ` git ` plus all CLI-based agents configured in ` AGENT_CONFIG ` (for example: ` claude ` , ` gemini ` , ` code ` /` code-insiders ` , ` cursor-agent ` , ` windsurf ` , ` junie ` , ` qwen ` , ` opencode ` , ` codex ` , ` kiro-cli ` , ` shai ` , ` qodercli ` , ` vibe ` , ` kimi ` , ` iflow ` , ` pi ` , etc.) |
207208
208209### ` specify init ` Arguments & Options
209210
210- | Argument/Option | Type | Description |
211- | ---------------------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
212- | ` <project-name> ` | Argument | Name for your new project directory (optional if using ` --here ` , or use ` . ` for current directory) |
213- | ` --ai ` | Option | AI assistant to use (see ` AGENT_CONFIG ` for the full, up-to-date list). Common options include: ` claude ` , ` gemini ` , ` copilot ` , ` cursor-agent ` , ` qwen ` , ` opencode ` , ` codex ` , ` windsurf ` , ` kilocode ` , ` auggie ` , ` roo ` , ` codebuddy ` , ` amp ` , ` shai ` , ` kiro-cli ` (` kiro ` alias), ` agy ` , ` bob ` , ` qodercli ` , ` vibe ` , ` kimi ` , ` iflow ` , ` pi ` , or ` generic ` (requires ` --ai-commands-dir ` ) |
214- | ` --ai-commands-dir ` | Option | Directory for agent command files (required with ` --ai generic ` , e.g. ` .myagent/commands/ ` ) |
215- | ` --script ` | Option | Script variant to use: ` sh ` (bash/zsh) or ` ps ` (PowerShell) |
216- | ` --ignore-agent-tools ` | Flag | Skip checks for AI agent tools like Claude Code |
217- | ` --no-git ` | Flag | Skip git repository initialization |
218- | ` --here ` | Flag | Initialize project in the current directory instead of creating a new one |
219- | ` --force ` | Flag | Force merge/overwrite when initializing in current directory (skip confirmation) |
220- | ` --skip-tls ` | Flag | Skip SSL/TLS verification (not recommended) |
221- | ` --debug ` | Flag | Enable detailed debug output for troubleshooting |
222- | ` --github-token ` | Option | GitHub token for API requests (or set GH_TOKEN/GITHUB_TOKEN env variable) |
223- | ` --ai-skills ` | Flag | Install Prompt.MD templates as agent skills in agent-specific ` skills/ ` directory (requires ` --ai ` ) |
211+ | Argument/Option | Type | Description |
212+ | ---------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
213+ | ` <project-name> ` | Argument | Name for your new project directory (optional if using ` --here ` , or use ` . ` for current directory) |
214+ | ` --ai ` | Option | AI assistant to use (see ` AGENT_CONFIG ` for the full, up-to-date list). Common options include: ` claude ` , ` gemini ` , ` copilot ` , ` cursor-agent ` , ` qwen ` , ` opencode ` , ` codex ` , ` windsurf ` , ` junie ` , ` kilocode ` , ` auggie ` , ` roo ` , ` codebuddy ` , ` amp ` , ` shai ` , ` kiro-cli ` (` kiro ` alias), ` agy ` , ` bob ` , ` qodercli ` , ` vibe ` , ` kimi ` , ` iflow ` , ` pi ` , or ` generic ` (requires ` --ai-commands-dir ` ) |
215+ | ` --ai-commands-dir ` | Option | Directory for agent command files (required with ` --ai generic ` , e.g. ` .myagent/commands/ ` ) |
216+ | ` --script ` | Option | Script variant to use: ` sh ` (bash/zsh) or ` ps ` (PowerShell) |
217+ | ` --ignore-agent-tools ` | Flag | Skip checks for AI agent tools like Claude Code |
218+ | ` --no-git ` | Flag | Skip git repository initialization |
219+ | ` --here ` | Flag | Initialize project in the current directory instead of creating a new one |
220+ | ` --force ` | Flag | Force merge/overwrite when initializing in current directory (skip confirmation) |
221+ | ` --skip-tls ` | Flag | Skip SSL/TLS verification (not recommended) |
222+ | ` --debug ` | Flag | Enable detailed debug output for troubleshooting |
223+ | ` --github-token ` | Option | GitHub token for API requests (or set GH_TOKEN/GITHUB_TOKEN env variable) |
224+ | ` --ai-skills ` | Flag | Install Prompt.MD templates as agent skills in agent-specific ` skills/ ` directory (requires ` --ai ` ) |
224225
225226### Examples
226227
0 commit comments