Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Execute work through agents, route messages, preserve context, and coordinate with tasks.
opengoat agent cto --message "Break down platform migration into deliverable streams."
opengoat agent run
opengoat agent run cto --message "Draft sprint goals"
opengoat agent cto --session migration-q2 --message "Create migration phases" opengoat agent cto --session migration-q2 --message "Now assign owners and risks"
opengoat route --agent cto --message "Who should implement auth middleware?"
opengoat route --agent cto --message "Who should own observability?" --json
opengoat task create --title "Auth middleware" --description "Implement + test" --owner cto --assign backend-engineer opengoat task status <task-id> doing --as backend-engineer opengoat task worklog add <task-id> "Implemented middleware and added unit tests" --as backend-engineer
opengoat agent last-action cto