Skip to content

Commit 54beeae

Browse files
docs(readme): add Goose to supported agents table
Signed-off-by: Furkan Köykıran <furkankoykiran@gmail.com>
1 parent 2735684 commit 54beeae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ Community projects that extend, visualize, or build on Spec Kit:
302302
| [Cursor](https://cursor.sh/) || |
303303
| [Forge](https://forgecode.dev/) || CLI tool: `forge` |
304304
| [Gemini CLI](https://github.com/google-gemini/gemini-cli) || |
305+
| [Goose](https://block.github.io/goose/) || Uses YAML recipe format in `.goose/recipes/` with slash command support |
305306
| [GitHub Copilot](https://code.visualstudio.com/) || |
306307
| [IBM Bob](https://www.ibm.com/products/bob) || IDE-based agent with slash command support |
307308
| [Jules](https://jules.google.com/) || |
@@ -640,7 +641,7 @@ specify init . --force --ai claude
640641
specify init --here --force --ai claude
641642
```
642643

643-
The CLI will check if you have Claude Code, Gemini CLI, Cursor CLI, Qwen CLI, opencode, Codex CLI, Qoder CLI, Tabnine CLI, Kiro CLI, Pi, Forge, or Mistral Vibe installed. If you do not, or you prefer to get the templates without checking for the right tools, use `--ignore-agent-tools` with your command:
644+
The CLI will check if you have Claude Code, Gemini CLI, Cursor CLI, Qwen CLI, opencode, Codex CLI, Qoder CLI, Tabnine CLI, Kiro CLI, Pi, Forge, Goose, or Mistral Vibe installed. If you do not, or you prefer to get the templates without checking for the right tools, use `--ignore-agent-tools` with your command:
644645

645646
```bash
646647
specify init <project_name> --ai claude --ignore-agent-tools

0 commit comments

Comments
 (0)