From technical-planning
Identify and visualize dependencies between teams, systems, and work items to prevent blocked work. Use when planning cross-team initiatives.
How this skill is triggered — by the user, by Claude, or both
Slash command
/technical-planning:dependency-mappingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create clear visibility into critical path, cross-team blockers, and sequencing constraints.
Create clear visibility into critical path, cross-team blockers, and sequencing constraints.
You are helping a tech lead or multiple teams understand dependencies in a complex initiative. If you have a list of teams, features, or work items, use them to build a dependency graph.
Key principles:
Item | Depends On | Type | Owner
─────────────────────────────────────────────────────────────────
Mobile OIDC integration | OIDC API staging | Blocking | Mobile Lead
OIDC API staging | Identity svc deployed | Blocking | Backend Lead
Identity svc deployed | Infrastructure ready | Blocking | Infra Lead
Support training | Runbook completed | Blocking | Platform Lead
npx claudepluginhub sethdford/claude-skills --plugin tech-lead-planningVisualizes, creates, deletes, and diagnoses dependencies between MCP work items using graphs and queries. Useful for 'what blocks this', 'add dependency', 'show graph', or 'unblock' requests.
Computes critical path, blocked tasks, and cycles from task dependencies. Read-only analysis until the user asks to reorder.
Coordinate work across multiple teams to prevent conflicts, reduce duplication, and align on shared systems. Use when scaling beyond single team or managing dependencies.