Skip to content

Diagrams

Visual architecture and process flow diagrams for the framework. All diagrams are in Mermaid format (.mmd files in diagrams/).

Architecture

DiagramDescription
Agent Hierarchy24-agent organizational chart with delegation arrows across 5 tiers
Security Trust BoundariesTrust boundaries, tool access matrix, audit logging
Data IsolationNDA-safe project isolation model
Installation FlowTwo-phase install: global bundle + per-project init

Process Flows

DiagramDescription
Skill InvocationUser command through agent spawning to result
Memory ProtocolRead/write patterns across 5 memory file types
CAD WorkflowINTAKE to SHIP gates with MECHANICAL/ARCHITECTURAL fork
TDD WorkflowMisuse-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

Built with Claude Code