IMPLEMENTATION GUIDE
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
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 RepositoryRelated Agents
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
Development src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11
Development Cavecrew Builder
>
Development Cavecrew Investigator
>
Development Cavecrew Reviewer
>
Development Gitnexus Branch Hygiene Reviewer
GitNexus branch hygiene and mergeability reviewer. Use to classify merge state, conflicts, stale branches, mer
Development