analyzing-dependencies

Maps work item dependencies and computes critical paths in text, mermaid, or JSON formats.

8|1|Updated Aug 12, 2025
One-click install
npx skills add https://github.com/memyselfandm/cconami --skill analyzing-dependencies
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyzing-dependencies
Source: https://github.com/memyselfandm/cconami/tree/main/apps/dot-claude/skills/analyzing-dependencies
Command: npx skills add https://github.com/memyselfandm/cconami --skill analyzing-dependencies

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Map and visualize dependencies across work items to identify blockers and critical paths.

Core Features & Use Cases

  • Dependency graph construction for Epics, Sprints, and individual items
  • Blocker detection, cycle detection, and critical-path analysis
  • Visual outputs in text, Mermaid diagrams, or JSON for integration

Quick Start

Describe how to generate a dependency map for a given scope (epic, sprint, or item) and visualize blockers and critical paths.

Frequently Asked Questions about analyzing-dependencies

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

FAQPage Schema
How do I visualize work-item dependencies and identify blockers for sprint planning?

To visualize work-item dependencies and identify blockers, you can map dependency edges across Epics, Sprints, or individual items. The analysis detects circular dependencies and computes critical paths, outputting results as text, Mermaid diagrams, or JSON for integration.

What is a critical path analysis and how does it help debug blocked items?

Critical path analysis maps dependency edges across work items to identify the longest sequence of dependent tasks that determines project duration. It helps debug blocked items by highlighting circular dependencies and specific work items causing bottlenecks within an Epic or Sprint.

Can I generate Mermaid diagrams to map circular dependencies in my work items?

Yes, you can generate Mermaid diagrams to map circular dependencies in your work items. The analysis constructs a dependency graph for your specified scope and detects cycles, outputting the visual results directly in Mermaid format for easy rendering.

What is the best way to analyze Epic dependencies and output the results as JSON?

The best way to analyze Epic dependencies and output JSON is to map the dependency edges across the Epic scope and compute the critical paths. The analysis detects blockers and circular dependencies, providing the structural results in JSON format for downstream integration.

Does dependency visualization work for individual work items or only entire Sprints?

Dependency visualization works for individual work items, entire Sprints, and Epics. You can scope the dependency graph construction to a single item to understand its specific relationships and blockers, or expand the analysis to cover the full Sprint.