What problem does it solve?
This Skill eliminates the slow, error-prone process of manually decomposing complex multi-step tasks, running subtasks sequentially, and losing visibility into parallel work progress.
Core Features & Use Cases
- DAG Task Decomposition: Automatically breaks complex user requests into a directed acyclic graph (DAG) of independent and dependent subtasks, maximizing parallel execution.
- Parallel Subagent Execution: Runs subtasks concurrently via Cursor SDK local subagents, assigning each the appropriate model based on task complexity (HIGH/MED/LOW).
- Live Status Tracking: Renders real-time streaming progress of all subagents to a live-updating canvas file, so you can watch tasks move through PENDING → RUNNING → FINISHED/ERROR states as they complete.
- Use Case: For example, if you need to audit a codebase's architecture, generate documentation, and write tests for a new feature, this Skill can fan out those independent tasks to run in parallel, then merge their outputs into a final summary, cutting total workflow time dramatically.
Quick Start
Use the proof skill to decompose your multi-step project audit request into a parallel DAG of subtasks and track all subagent progress in real time via the live canvas.