Skip to content

Agents Overview

MeowKit includes 15 specialist agents. Each owns a specific concern — no two agents modify the same files.

AgentRolePhaseAuto-activates
orchestratorTask routing + complexity classification0Every task
plannerTwo-lens planning + Gate 11Standard/complex tasks
brainstormerSolution evaluation + trade-offs1Explicit or complex
researcherTech research + library evaluation0,1,4Explicit
architectADRs + system design1Complex tasks
testerTDD red/green/refactor2After planning
securitySecurity audit + BLOCK verdicts2,4Auth/payment changes
developerImplementation (TDD)3After tester
reviewer5-dimension review + Gate 24After developer
shipperShip pipeline + PR creation5After Gate 2
documenterDocs sync + changelog6After ship
analystCost tracking + patterns0,6Session start/end
journal-writerFailure documentation6On failure
git-managerStage, commit, push (conventional commits)5, anyOn "commit"/"push"

Context engineering

Every agent includes:

  • Required Context — what to load before invoking
  • Failure Behavior — what to do when blocked
  • Ambiguity Resolution — how to handle unclear inputs (high-priority agents)

Released under the MIT License.