Dependency Analysis

Community

Map task dependencies to unblock work.

Authorjpicklyk
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you analyze task dependencies within Task Orchestrator to find blocked tasks, analyze chains, identify bottlenecks, and prioritize resolution for maximum parallelism.

Core Features & Use Cases

  • Blocker discovery: Find all blocked tasks in a feature
  • Dependency chaining: Build and analyze full dependency chains
  • Bottleneck prioritization: Identify tasks bottlenecking multiple others
  • Recommendation ready: Suggest resolution order to maximize parallel work

Quick Start

Example: dependency-analysis(phase="analyze", featureId="<id>") to return a prioritized list of blockers and a suggested next action.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Dependency Analysis
Download link: https://github.com/jpicklyk/task-orchestrator/archive/main.zip#dependency-analysis

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository