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?

Detect issues:

Check these tasks for circular dependencies or unnecessary blocking relationships
Related skills
Installs
1
GitHub Stars
4
First Seen
Mar 29, 2026