multi-agent-architecture
Installation
SKILL.md
Multi-Agent Architecture
Design principles for orchestrating many sub-agents without context overflow.
Core Philosophy
Treat agent design like human hiring: write a job description first, then translate to architecture. The framing shapes every decision.
The Job Description Method
Before writing any agent code:
- Write a human JD — What would you want this person to do? What qualities? What indicates success?
- Identify handoff points — Where would a human need to check in or escalate?
- Define the onboarding — What handbook would you give a new hire?
- Translate to agents — Each JD section becomes architecture