IMPLEMENTATION GUIDE banner
sparesparrow sparesparrow

IMPLEMENTATION GUIDE

Development community

Description

# Claude Multi-Agent Architecture v3 - Implementation Guide ## Overview This improved architecture implements the best practices from Anthropic's Claude Agent SDK documentation: 1. **Per-Project Main Agents**: Each project has a main agent (opus-level) specialized for that domain 2. **Reusable Subagents**: 9 specialized subagents (haiku/sonnet-level) handle specific tasks 3. **Optimized Token Usage**: Haiku for fast discovery, sonnet for analysis, opus for orchestration 4. **Dynamic Configura

Installation

Terminal
claude install-skill https://github.com/sparesparrow/mcp-prompts/blob/main/AGENTS/IMPLEMENTATION-GUIDE.md

Full documentation available on GitHub

View Source Repository