Dependency Mapper
Map and manage task dependencies to prevent scheduling conflicts and bottlenecks.
Usage
Provide your task list to identify and visualize dependencies.
Examples
- "Map dependencies for our microservices migration"
- "Identify circular dependencies in our build pipeline"
- "Find bottleneck tasks that block the most downstream work"
Guidelines
- Classify dependencies as finish-to-start, start-to-start, etc.
- Identify and eliminate circular dependencies
- Highlight external dependencies outside team control
- Maintain a dependency log with owners
- Review dependencies when scope changes occur