The CAST agent roster
CAST dispatches specialist agents through a plan, implement, review, and commit cycle instead of running everything through one general-purpose model. Each of the 27 agents below is pinned to a model tier — Sonnet for reasoning-heavy implementation work, Haiku for fast, low-cost review and mechanical tasks, and Opus for the highest-stakes reviews like database migrations. Core agents cover the everyday plan-write-review-commit loop; dev-workflow agents handle narrower jobs like API contract checks, dependency audits, and CI authoring.
Core (16)
planner
sonnethighSequenced task plans with Agent Dispatch Manifests
backend-writer
sonnethighBackend feature implementation across files
frontend-writer
sonnethighFrontend feature implementation across files
bash-specialist
sonnethighShell scripts, BATS tests, and hook scripts
debugger
sonnethighRoot-cause diagnosis and bug fixes
code-reviewer
haikulowPer-unit diff review for correctness and conventions
frontend-qa
haikulowReact, TypeScript, and accessibility review
security
sonnethighAuth, input validation, secrets, and vulnerability audit
test-writer
haikulowUnit and integration test creation
test-runner
haikulowTest suite execution and result gating
commit
haikulowSemantic git commits with Co-Authored-By
push
haikulowRemote push with branch safety checks
merge
haikulowPR lifecycle — CI watch and squash-merge on approval
docs
haikulowDocumentation, READMEs, and changelogs
researcher
sonnethighMulti-source analysis, gap reports, and citations
morning-briefing
haikulowDaily git activity and system summary
Dev workflow (11)
api-contract
haikulowREST API breaking-change detection
db-reader
sonnethighRead-only SQL exploration and reporting
dep-auditor
haikulowDependency audit for CVEs, licenses, and compatibility
devops
haikulowCI/CD and GitHub Actions workflow authoring
email-drafter
haikulowDrafts Gmail messages and syncs showcase READMEs
eval-writer
sonnethighEval and benchmark fixture author for agent prompts
infra-writer
haikulowDocker, IaC, and deployment configuration
migration-reviewer
opushighDatabase schema change safety and rollback plans
pr-reviewer
sonnethighHolistic PR-level review at PR-open time
release-notes
haikulowStructured changelog generation from git history
report-writer
haikulowStatus updates, health checks, and chain summaries