Audit and improve an agent at the right layer.
agent-architect diagnoses where an agent problem actually belongs — persona, rules, memory, or skills — and recommends the smallest justified fix instead of a broad rewrite.
Four lanes:
- Persona / tone — identity, voice, style
- Rules — operating constraints, decision protocols, escalation boundaries
- Memory — what is stored, when, how it is retrieved
- Skills — reusable workflows, procedural packages, tool-routing
For any diagnosis, it returns:
- the weak lane
- the recommended fix type (no change / plain edit / memory tweak / rule change / skill change)
- where the patch belongs
- what not to touch
Most agent improvement efforts fail because they change the wrong layer:
- editing tone when the real problem is a missing rule
- adding a skill when the agent just forgot a standing fact
- rewriting memory when the workflow itself is missing
agent-architect routes the fix to the right place first.
clawhub install agent-architectCopy the agent-architect/ folder into your skills directory.
skill-builder— when the result is "tighten or add a skill"battle-tested-agent— when the diagnosis suggests reliability hardeningcognition— when the issue is memory architectureopenclaw-guide— when the issue is platform behavior, not the agent itself
MIT