pm-dependency-risk-mapper
Installation
SKILL.md
PM Dependency Risk Mapper
Use When
- Teams report blocked work or unstable sequencing.
- Planning needs explicit dependency visibility.
API Selection Step (Mandatory First Step)
- Use
$fortalece-api-routing-guideto resolve dependency read/write operations. - Select in-scope operations for dependency updates.
- Require
routing_decisions_v2+mutation_gate_v2. - If gate blocks writes, output dependency patch plan only.
Workflow
- Build dependency graph from backlog links.
- Detect cycles, bottlenecks, and blocker clusters.
- Propose/apply
depends_onandblocked_byupdates. - Return risk-ranked dependency map.