dependency-critical-path-analyzer

Analyze project tasks to identify the critical path and compute schedule risk.

47|2|Updated Jun 3, 2026
One-click install
npx skills add https://github.com/Amazon-Quick/Amazon-Quick-official-catalog --skill dependency-critical-path-analyzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dependency-critical-path-analyzer
Source: https://github.com/Amazon-Quick/Amazon-Quick-official-catalog/tree/main/skills/dependency-critical-path-analyzer
Command: npx skills add https://github.com/Amazon-Quick/Amazon-Quick-official-catalog --skill dependency-critical-path-analyzer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes task dependency data to identify the critical path, surface blockers, calculate slack/float, and produce a schedule risk assessment.

Core Features & Use Cases

  • Critical path computation: determine the longest sequence of dependent tasks to establish the minimum project duration.
  • Float analysis: compute total float and free float for tasks to reveal near-critical activities.
  • Risk assessment & recommendations: surface near-critical paths, convergence points, and prioritized actions to protect the schedule.
  • Flexible inputs: accepts task lists with dependencies in CSV, JSON, Markdown tables, or through interactive data entry.

Quick Start

Provide a complete CPM analysis using the supplied task data and generate the final report.

Frequently Asked Questions about dependency-critical-path-analyzer

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

FAQPage Schema
How do I identify the critical path and calculate float for a project schedule?

To identify the critical path and calculate float, the analyzer performs forward and backward passes on task dependencies to determine the longest sequence of dependent tasks and compute total and free float for schedule risk assessment.

What is the best way to analyze schedule risk from task dependencies in CSV or JSON?

Analyzing schedule risk from CSV or JSON task dependencies involves computing the critical path method to surface near-critical paths, identify convergence points, and generate prioritized actions to protect the project schedule.

Can I use a Markdown table to define tasks for critical path analysis?

Yes, you can use Markdown tables to define tasks for critical path analysis, as the tool accepts flexible inputs including CSV, JSON, Markdown tables, and interactive data entry to construct the dependency graph.

How does float calculation reveal blockers in project scheduling?

Float calculation reveals blockers by computing total and free float for each task, exposing near-critical activities with minimal slack that could delay the overall project duration if they slip.

What is included in a critical path report for schedule risk assessment?

A critical path report for schedule risk assessment includes the computed critical path, float calculations for all tasks, identified near-critical paths, convergence points, and prioritized recommendations to mitigate schedule delays.

Do I need specific project management software to run CPM forward and backward passes?

No, you do not need specific project management software to run CPM forward and backward passes, as the analyzer independently processes task dependencies from standard formats like CSV, JSON, and Markdown to produce a reproducible CPM workflow.