dependency-analysis

Analyze work item dependencies to calculate risk scores and critical path impact.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/tgsatwit/agent-delivery-pub --skill dependency-analysis-tgsatwit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dependency-analysis
Source: https://github.com/tgsatwit/agent-delivery-pub/tree/main/.claude/skills/dependency-analysis
Command: npx skills add https://github.com/tgsatwit/agent-delivery-pub --skill dependency-analysis-tgsatwit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill evaluates the risk associated with dependencies for a given work item or specification, providing insights into critical paths and mitigation strategies.

Core Features & Use Cases

  • Dependency Classification: Identifies and categorizes dependencies (System, Team, Environment, etc.).
  • Risk Assessment: Calculates a risk score based on criticality, age, and SLA status.
  • Critical Path Impact: Determines how dependencies affect the delivery timeline.
  • Mitigation Suggestions: Proposes strategies to manage high-risk dependencies.
  • Use Case: Before starting development on a new feature, use this Skill to assess the risk of its external system dependencies, ensuring potential blockers are identified and addressed early in the planning phase.

Quick Start

Analyze the dependencies for work item WI-123.

Frequently Asked Questions about dependency-analysis

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

FAQPage Schema
How do I assess dependency risk for a specific work item before development?

To assess dependency risk for a work item, provide its ID, specification reference, or prose description. The system extracts declared dependencies, classifies them by type, evaluates criticality and SLA status, and calculates a comprehensive risk score.

What is critical path impact analysis and how does it evaluate delivery timeline risks?

Critical path impact analysis identifies how specific work item dependencies affect your overall delivery timeline. It evaluates dependency criticality and SLA status to determine potential blockers, helping you address timeline risks early in the planning phase.

How do I identify and classify external system dependencies for a new feature?

You can identify and classify external system dependencies by inputting a work item ID or specification. The system automatically extracts declared dependencies and categorizes them by type, such as System, Team, or Environment.

Can I use prose descriptions to analyze work item dependencies, or do I need structured input?

You can use prose descriptions to analyze dependencies, though structured input like work item IDs or spec references is also supported. The system processes these inputs to extract dependencies, calculate risk scores, and suggest mitigations.

What mitigation strategies can I generate for high-risk work item dependencies?

Mitigation strategies for high-risk dependencies are generated based on the calculated risk score, dependency type, and critical path impact. These proposed strategies help manage potential blockers and ensure delivery timeline stability.

When should I calculate dependency risk scores during the software development lifecycle?

You should calculate dependency risk scores during the planning, specification, and build stages of the software development lifecycle. Evaluating these risks early ensures potential blockers are identified and addressed before they impact delivery.