What problem does it solve?
This Skill eliminates the slow, error-prone process of manually processing queued development tasks one at a time, drastically reducing execution time for bulk work batches.
Core Features & Use Cases
- Concurrent Worker Orchestration: Launch up to 8 parallel Claude CLI workers to process tasks from your .deep/tasks.md queue simultaneously, with configurable worker counts.
- Claim-Based Coordination: Built-in lock system prevents duplicate work across parallel workers, with automatic stale claim recovery for interrupted runs.
- Git Conflict Handling: Auto-resolves push conflicts, creates dedicated recovery branches for blocked tasks, and retries failed pushes up to 3 times before marking tasks as blocked.
- Use Case: Ideal for development teams running bulk TDD task batches, overnight autonomous work sessions, or recovering from interrupted task runs without manual rework.
Quick Start
Use the deep-execute skill to process all pending tasks in your .deep/tasks.md queue with 3 parallel workers.