What problem does it solve?
This Skill turns an unordered project plan into a clear dependency model so you can see what must happen first, what can run in parallel, and where the schedule is most likely to bottleneck.
Core Features & Use Cases
- Dependency Discovery: Identifies hard blockers between tasks and builds a directed acyclic graph from a plan or task list.
- Mermaid Diagram Output: Produces a dependency flowchart that can be inserted directly into planning documentation.
- Cycle Detection and Fixing: Finds circular task relationships and helps rework them into a valid execution order.
- Critical Path Analysis: Highlights the longest dependent chain so teams can prioritize the work that drives the final deadline.
- Use Case: A product team can feed in a feature rollout plan and quickly learn which tasks are sequential, which are parallel, and which ones control the release date.
Quick Start
Provide the task list or plan file and ask for a dependency map, cycle check, and critical path analysis.