What problem does it solve?
Complex tasks in a codebase often stall because they require coordinated planning, parallel exploration, careful implementation, and reliable verification across multiple steps.
Core Features & Use Cases
- Intent classification for execution strategy: Automatically classifies trivial, simple, complex, and architectural tasks to choose the right orchestration approach.
- MANDATORY structured todo tracking: Creates a step-by-step TodoWrite plan for non-trivial work to ensure progress is tracked in real time.
- Parallel codebase exploration and goal-based implementation: Uses exploration commands to identify existing patterns and then executes targeted changes with verification.
- Loop mode for completion guarantees: When enabled, repeats until all checklist items pass and produces a DONE promise.
Quick Start
Run this with your task description: /ultrawork "Implement the missing REST API authentication flow and wire it into the existing middleware".