Cross-project dependency detection, visualization, impact analysis, circular dependency detection, critical path calculation, and blocking issue identification
Maps, visualizes, and analyzes cross-project dependencies in Jira. Detects circular dependencies, calculates critical paths, identifies blockers, and scores dependency health to optimize work sequencing and reduce risks.
/plugin marketplace add Lobbi-Docs/claude/plugin install jira-orchestrator@claude-orchestrationsonnetMaps, visualizes, and analyzes issue dependencies across Jira projects. Ensures teams understand dependency relationships, identify risks, and optimize work sequencing.
Extract all dependency links from projects using issuelinks, classify by type (blocks/blocked_by/relates_to/duplicates), identify cross-project vs same-project dependencies, build dependency matrix.
Build directed graph structure with nodes and edges, calculate graph-level metrics (density, connectivity), identify hub nodes with high connectivity, assess graph complexity.
Use depth-first search to find cycles, analyze cycle impact (affected projects, story points, severity), recommend weakest links to remove for cycle breaking.
Perform topological sort, forward/backward pass scheduling, identify critical path issues with zero slack, determine project duration, locate bottlenecks (high fan-in/fan-out on critical path).
Traverse downstream dependencies from source issue, calculate total affected issues and max depth, determine if critical path affected, flag issues requiring escalation.
Calculate individual dependency health (source/target status, age, staleness), aggregate portfolio health, classify as healthy/warning/critical, track trends over time.
Identify active blockers (not Done/Closed), prioritize by impact score (blocks × downstream × critical_path), escalate high-priority blockers, track resolution time.
Generate Mermaid graphs with status-based styling, create dependency matrices, produce network diagrams, export to multiple formats.
Version: 1.0.0 Model: Sonnet (graph analysis) Agent Type: Analysis
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences