Skip to content

Commit 40d6353

Browse files
docs(agents): move Goose to YAML Format section in Command File Formats
Goose uses YAML recipes, not Markdown. Remove it from the Markdown Format list and add a dedicated YAML Format subsection with a representative recipe example showing prompt: | and {{args}} placeholders.
1 parent 1ebf2cf commit 40d6353

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ Work within integrated development environments:
355355

356356
### Markdown Format
357357

358-
Used by: Claude, Cursor, GitHub Copilot, opencode, Windsurf, Junie, Kiro CLI, Amp, SHAI, IBM Bob, Kimi Code, Qwen, Pi, Codex, Auggie, CodeBuddy, Qoder, Roo Code, Kilo Code, Trae, Antigravity, Mistral Vibe, iFlow, Forge, Goose
358+
Used by: Claude, Cursor, GitHub Copilot, opencode, Windsurf, Junie, Kiro CLI, Amp, SHAI, IBM Bob, Kimi Code, Qwen, Pi, Codex, Auggie, CodeBuddy, Qoder, Roo Code, Kilo Code, Trae, Antigravity, Mistral Vibe, iFlow, Forge
359359

360360
**Standard format:**
361361

@@ -390,6 +390,25 @@ Command content with {SCRIPT} and {{args}} placeholders.
390390
"""
391391
```
392392

393+
### YAML Format
394+
395+
Used by: Goose
396+
397+
```yaml
398+
version: 1.0.0
399+
title: "Command Title"
400+
description: "Command description"
401+
author:
402+
contact: spec-kit
403+
extensions:
404+
- type: builtin
405+
name: developer
406+
activities:
407+
- Spec-Driven Development
408+
prompt: |
409+
Command content with {SCRIPT} and {{args}} placeholders.
410+
```
411+
393412
## Directory Conventions
394413
395414
- **CLI agents**: Usually `.<agent-name>/commands/`

0 commit comments

Comments
 (0)