Optimizes Claude's token usage by delegating complex implementation tasks to sub-agents while preserving the main conversation context.
Maestro is a specialized Claude Code skill designed to manage context window efficiency during complex development cycles. By implementing an agent-orchestration pattern, it prevents the 'context burn' that occurs when processing multi-file edits and deep repository analysis in the main thread. The skill provides clear rules for when to spawn dedicated implementation agents—which handle the heavy lifting of reading, coding, and testing—ensuring the main conversation remains lean, focused, and capable of long-term project oversight.
Key Features
01Token efficiency optimization
02Automated plan execution patterns
03Context-preserving agent delegation
040 GitHub stars
05Smart trigger word detection
06Multi-file implementation orchestration
Use Cases
01Executing multi-phase feature plans from an artifact index
02Refactoring codebases across multiple directories without exhausting the context window
03Building complex features that require simultaneous script creation and configuration updates