What problem does it solve? Building and evolving a multi-agent system without a disciplined protocol leads to coupled modules, silent contract drift, and regressions that corrupt latency targets and identity continuity. This Skill enforces a contract-first, test-gated development protocol so every architectural change starts from Pydantic interface schemas and passes evaluator gates before integration. ## Core Features & Use Cases - Contract-First Development: All inter-agent communication is defined as Pydantic schemas in a single source-of-truth contracts module, with versioned contract amendments. - Parallel Codegen Orchestration: Designs generator/evaluator/integrator role separation so parallel sub-agents build decomposable artifacts (compilers, parsers, runtimes) with sealed modules and checkpoint-resumable runs. - Local-First Voice and Memory Architecture: Provides specialized architect personas for on-device voice I/O (TTS/STT engine routing, voice profiles, dictation) and verbatim local memory systems with hierarchical indexing and benchmark-driven recall. - Use Case: When adding a new agent to the mesh, use this Skill to define its interface contract, assign generator and evaluator sub-agents, gate integration on regression tests, and record the change in the Agent Context Ledger. ## Quick Start Ask the architect to decompose a new compiler-like artifact into modules with interface contracts, test gates, and a phased generator-evaluator integration plan.