Agents
The platform ships with fifteen expert agents. Each is sized 15–25 KB and follows the BeWith canonical template — frontmatter compliant with Anthropic's sub-agent docs (name, description, tools, model: inherit), body laid out as Role → When invoked → Checklist → Output format → Handoff points → Cross-references → optional Anti-patterns.
Agents are lazy-loaded. A session loads only the agents the current task requires, based on the Policy Engine decision at step 4 of /continue. See policy-engine.md.
Live
- process-guardian — Definition-of-Done gate. Runs at
/doneand at step 13 of/continue. Verifies the bewith-dev DoD checklist (CU-id traceability, lint/test/typecheck/build, no secrets, design-review bridge, deploy bridge) against observable artifacts; blocks closure if any required item is unchecked.
Planned
architect, product-manager, team-leader, backend-developer, frontend-developer, qa-engineer, code-reviewer, database, devops-infra, auth-security, analytics-observability, i18n-localization, legacy-php-guide, decision-recorder.
See README.md for the full status table, source mappings, and tool allowlists per agent.