|
26 | 26 | - [π¨ Community Presets](#-community-presets) |
27 | 27 | - [πΆ Community Walkthroughs](#-community-walkthroughs) |
28 | 28 | - [π οΈ Community Friends](#οΈ-community-friends) |
29 | | -- [π€ Supported AI Agents](#-supported-ai-agents) |
| 29 | +- [π€ Supported AI Coding Agent Integrations](#-supported-ai-coding-agent-integrations) |
30 | 30 | - [π§ Specify CLI Reference](#-specify-cli-reference) |
31 | 31 | - [π§© Making Spec Kit Your Own: Extensions & Presets](#-making-spec-kit-your-own-extensions--presets) |
32 | 32 | - [π Core Philosophy](#-core-philosophy) |
@@ -314,38 +314,11 @@ Community projects that extend, visualize, or build on Spec Kit: |
314 | 314 |
|
315 | 315 | - **[SpecKit Companion](https://marketplace.visualstudio.com/items?itemName=alfredoperez.speckit-companion)** β A VS Code extension that brings a visual GUI to Spec Kit. Browse specs in a rich markdown viewer with clickable file references, create specifications with image attachments, comment and refine each step inline (GitHub-style review), track your progress through the SDD workflow with a visual phase stepper, and manage steering documents like constitutions and templates. |
316 | 316 |
|
317 | | -## π€ Supported AI Agents |
318 | | -| Agent | Support | Notes | |
319 | | -| ------------------------------------------------------------------------------------ | ------- | ----------------------------------------------------------------------------------------------------------------------------------------- | |
320 | | -| [Qoder CLI](https://qoder.com/cli) | β
| | |
321 | | -| [Kiro CLI](https://kiro.dev/docs/cli/) | β
| Use `--ai kiro-cli` (alias: `--ai kiro`) | |
322 | | -| [Amp](https://ampcode.com/) | β
| | |
323 | | -| [Auggie CLI](https://docs.augmentcode.com/cli/overview) | β
| | |
324 | | -| [Claude Code](https://www.anthropic.com/claude-code) | β
| Installs skills in `.claude/skills`; invoke spec-kit as `/speckit-constitution`, `/speckit-plan`, etc. | |
325 | | -| [CodeBuddy CLI](https://www.codebuddy.ai/cli) | β
| | |
326 | | -| [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>`. | |
327 | | -| [Cursor](https://cursor.sh/) | β
| | |
328 | | -| [Forge](https://forgecode.dev/) | β
| CLI tool: `forge` | |
329 | | -| [Gemini CLI](https://github.com/google-gemini/gemini-cli) | β
| | |
330 | | -| [Goose](https://block.github.io/goose/) | β
| Uses YAML recipe format in `.goose/recipes/` with slash command support | |
331 | | -| [GitHub Copilot](https://code.visualstudio.com/) | β
| | |
332 | | -| [IBM Bob](https://www.ibm.com/products/bob) | β
| IDE-based agent with slash command support | |
333 | | -| [Jules](https://jules.google.com/) | β
| | |
334 | | -| [Kilo Code](https://github.com/Kilo-Org/kilocode) | β
| | |
335 | | -| [opencode](https://opencode.ai/) | β
| | |
336 | | -| [Pi Coding Agent](https://pi.dev) | β
| Pi doesn't have MCP support out of the box, so `taskstoissues` won't work as intended. MCP support can be added via [extensions](https://github.com/badlogic/pi-mono/tree/main/packages/coding-agent#extensions) | |
337 | | -| [Qwen Code](https://github.com/QwenLM/qwen-code) | β
| | |
338 | | -| [Roo Code](https://roocode.com/) | β
| | |
339 | | -| [SHAI (OVHcloud)](https://github.com/ovh/shai) | β
| | |
340 | | -| [Tabnine CLI](https://docs.tabnine.com/main/getting-started/tabnine-cli) | β
| | |
341 | | -| [Mistral Vibe](https://github.com/mistralai/mistral-vibe) | β
| | |
342 | | -| [Kimi Code](https://code.kimi.com/) | β
| | |
343 | | -| [iFlow CLI](https://docs.iflow.cn/en/cli/quickstart) | β
| | |
344 | | -| [Windsurf](https://windsurf.com/) | β
| | |
345 | | -| [Junie](https://junie.jetbrains.com/) | β
| | |
346 | | -| [Antigravity (agy)](https://antigravity.google/) | β
| Requires `--ai-skills` | |
347 | | -| [Trae](https://www.trae.ai/) | β
| | |
348 | | -| Generic | β
| Bring your own agent β use `--ai generic --ai-commands-dir <path>` for unsupported agents | |
| 317 | +## π€ Supported AI Coding Agent Integrations |
| 318 | + |
| 319 | +Spec Kit works with 30+ AI coding agents β both CLI tools and IDE-based assistants. See the full list with notes and usage details in the [Supported AI Coding Agent Integrations](docs/integrations.md) guide. |
| 320 | + |
| 321 | +Run `specify integration list` to see all available integrations in your installed version. |
349 | 322 |
|
350 | 323 | ## Available Slash Commands |
351 | 324 |
|
@@ -611,7 +584,7 @@ Our research and experimentation focus on: |
611 | 584 | ## π§ Prerequisites |
612 | 585 |
|
613 | 586 | - **Linux/macOS/Windows** |
614 | | -- [Supported](#-supported-ai-agents) AI coding agent. |
| 587 | +- [Supported](#-supported-ai-coding-agent-integrations) AI coding agent. |
615 | 588 | - [uv](https://docs.astral.sh/uv/) for package management |
616 | 589 | - [Python 3.11+](https://www.python.org/downloads/) |
617 | 590 | - [Git](https://git-scm.com/downloads) |
|
0 commit comments