Diagrams
Visual architecture and process flow diagrams for the framework. All diagrams are in Mermaid format (.mmd files in diagrams/).
Architecture
| Diagram | Description |
|---|---|
| Agent Hierarchy | 24-agent organizational chart with delegation arrows across 5 tiers |
| Security Trust Boundaries | Trust boundaries, tool access matrix, audit logging |
| Data Isolation | NDA-safe project isolation model |
| Installation Flow | Two-phase install: global bundle + per-project init |
Process Flows
| Diagram | Description |
|---|---|
| Skill Invocation | User command through agent spawning to result |
| Memory Protocol | Read/write patterns across 5 memory file types |
| CAD Workflow | INTAKE to SHIP gates with MECHANICAL/ARCHITECTURAL fork |
| TDD Workflow | Misuse-first test ordering for both tracks |
To render these diagrams locally, use the Mermaid CLI:
bash
npx @mermaid-js/mermaid-cli -i docs/diagrams/agent-hierarchy.mmd -o docs/diagrams/agent-hierarchy.svg