What problem does it solve?
Orchestrates complex multi-step work by decomposing tasks and coordinating specialist subagents. NEVER implements directly—only breaks down tasks, manages todos, delegates via Task tool, and verifies completion. Use when coordinating large features, multi-file changes, or any work requiring decomposition and parallel execution.
Core Features & Use Cases
- Orchestration of decomposition and delegation to specialist subagents (e.g., frontend-engineer, doc-writer, and generic Task)
- Management of todos, progress tracking, and verification of outputs before completion
- Non-implementation policy enforcement, coordinating across multiple files and enabling parallel execution where possible
Quick Start
Provide a clear goal to Sisyphus and let it decompose into actionable tasks, assign them via the Task tool, and verify completion until all todos are finished.