dependency-mapping
Installation
SKILL.md
Dependency Mapping
Techniques for identifying task dependencies, detecting blocking relationships, and optimizing execution order for maximum parallelization.
Quick Start
Analyze dependencies:
Map the dependencies between these tasks and identify what can run in parallel
Find critical path:
What is the critical path through this task list? Which tasks block the most work?