detect-dependency-risk

Analyze issue links across sprint tickets to identify and rank dependency risks.

2|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/yannmenec/delivery-management-skills --skill detect-dependency-risk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: detect-dependency-risk
Source: https://github.com/yannmenec/delivery-management-skills/tree/main/archive/v1/skills/sprint-operations/detect-dependency-risk
Command: npx skills add https://github.com/yannmenec/delivery-management-skills --skill detect-dependency-risk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detects cross-team and external dependency risks by analyzing issue links across sprint tickets, helping teams surface blockers before derailment of delivery.

Core Features & Use Cases

  • Analyzes sprint tickets and their linked_issues to identify active dependencies that could impact delivery
  • Classifies risk by blocker status, days remaining in the sprint, story points at stake, and whether dependencies cross team boundaries
  • Outputs a structured dependency_risks report and a concise executive summary for sprint reviews
  • Detects cascading dependencies and suggests mitigation actions to keep work on track

Quick Start

Provide sprint_tickets and sprint_context data to the detect-dependency-risk skill to generate a dependency risk report.

Frequently Asked Questions about detect-dependency-risk

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I identify sprint dependency risks before they derail delivery?

Sprint dependency risks are identified by analyzing issue links across sprint tickets to surface cross-team and external blockers early. This process classifies risks by blocker status, days remaining, and story points at stake to prevent delivery derailment.

What is cross-team dependency risk analysis in agile project management?

Cross-team dependency risk analysis is the process of detecting blockers by examining linked issues across sprint tickets that cross team boundaries. It helps teams identify cascading dependencies and mitigate delivery impacts before sprint deadlines are missed.

How do I scan sprint tickets for dependency risks during mid-sprint checks?

Scanning sprint tickets for dependency risks requires providing sprint_tickets and sprint_context data to generate a dependency risk report. This outputs a structured analysis of linked issues, blocker status, and mitigation suggestions for mid-sprint reviews.

Can I use sprint dependency risk detection for PI planning and cross-team reviews?

Sprint dependency risk detection can be applied during PI planning and cross-team reviews to surface blockers early. It accepts optional team_name parameters and outputs a concise executive summary alongside structured dependency risks.

What metrics are used to rank agile sprint dependency risks?

Agile sprint dependency risks are ranked by analyzing blocker status, days remaining in the sprint, story points at stake, and whether dependencies cross team boundaries. This classification helps prioritize mitigation actions for critical blockers.

What data do I need to provide to generate a dependency risk report?

To generate a dependency risk report, you need to provide sprint_tickets and sprint_context data containing linked_issues information. An optional team_name can be included to focus on specific cross-team dependencies during the analysis.