Run all commands from your project root.
This setup will:
- Clone STDD Agents to
.goose/directory, creating.goose/AGENTS.md - Create a symlink
AGENTS.mdin the project root pointing to.goose/AGENTS.md - Goose will read
AGENTS.mdand access the skills index
# Add STDD Agents as a submodule
git submodule add https://github.com/craigtkhill/stdd-agents.git .goose
# Initialize the submodule
git submodule update --init --recursive
# Create symlink to submodule's AGENTS.md for Goose (from project root)
ln -s .goose/AGENTS.md AGENTS.mdSee Update Instructions for how to update STDD Agents.