01Reworks Claude's native Task(), TodoWrite, and TodoRead tools for autonomous agent spawning and context management.
02Compiles simple meta-prompt syntax into specialized agent prompts with role-specific thinking methodologies.
03Implements a 6-phase workflow for structured project progression, including planning, execution, and verification.
04Supports specialized AI roles such as Planner, Coder, Critic, Analyzer, Researcher, and Synthesizer.
05Enables recursive capabilities, allowing spawned agents to create sub-tasks and delegate to additional agents.
067 GitHub stars