Official roles for StrawPot — the multi-agent orchestration runtime.
Roles are markdown-based agent behavior definitions. Each role is a directory containing a ROLE.md file with YAML frontmatter and instructions. Roles can depend on skills (for capabilities) and other roles (for delegation).
See the StrawPot docs for the full specification.
| Role | Description |
|---|---|
| ai-ceo | Orchestrator that analyzes tasks and delegates to the best-fit role |
| ai-employee | General-purpose fallback worker that loads all installed skills |
strawpot install role ai-ceoroles/
└── <role-name>/
└── ROLE.md
Each ROLE.md follows the StrawHub frontmatter schema with name, description, and optional metadata.strawpot.dependencies and default_agent fields.