AI Agent Workflows
AI Agent Workflows
COOP includes agent-oriented help surfaces so agents can query the workflow instead of guessing.
For the full operator playbook, see Code Agents and COOP.
Useful commands:
coop help-ai --format markdowncoop help-aicoop help-ai --selection --format markdowncoop help-ai --state-transitions --format jsoncoop help-ai --artifacts --format markdowncoop help-ai --post-execution --format markdowncoop help-ai --naming --format markdowncoop help-ai --initial-prompt --rigour balanced --repo C:/path/to/repo --delivery MVP --command coop.cmdOperational guidance:
- Use
coop prompt <id>when you want a task-centric manual handoff prompt. - Use
coop create task --from-file <path>or--stdinfor structured intake bundles. - Use
coop apply draft --from-file <path>or--stdinfor whole-task structured updates. - When a field is repeatable, prefer repeated flags over comma-splitting free text.
- Use
coop help-aitopic flags instead of guessing command names or lifecycle rules.