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

Installs to ~/.claude/agents/sparesparrow-mcp-prompts-implementation-guide.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/sparesparrow/mcp-prompts/HEAD/AGENTS/IMPLEMENTATION-GUIDE.md -o ~/.claude/agents/sparesparrow-mcp-prompts-implementation-guide.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository