mapping-dependencies

Analyze project task dependencies to reveal ordering, blockers, and cycles.

12|1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/AstravueOrg/astravue-mcp-server --skill mapping-dependencies
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mapping-dependencies
Source: https://github.com/AstravueOrg/astravue-mcp-server/tree/main/skills/mapping-dependencies
Command: npx skills add https://github.com/AstravueOrg/astravue-mcp-server --skill mapping-dependencies

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maps and analyzes task dependencies to expose the order, blockers, and cycles in a project, enabling deterministic scheduling.

Core Features & Use Cases

  • Dependency graph construction from tasks and blockers
  • Cycle detection and critical path calculation
  • Clear presentation of blocked tasks and recommended sequencing

Quick Start

Load a project, run the dependency analysis, and review the resulting critical path and blockers.

Frequently Asked Questions about mapping-dependencies

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

FAQPage Schema
How do I find the critical path and blockers in a project schedule?

Project dependency analysis maps task relationships to reveal the critical path, blockers, and ordering. By loading project tasks and dependency graph data, it computes the longest path and detects cycles to expose scheduling constraints.

How do I detect circular dependencies causing project scheduling conflicts?

Detecting circular dependencies requires analyzing the task graph to identify cycles. The dependency analysis processes task relationships, flags circular dependencies, and highlights blocked tasks to resolve scheduling conflicts.

What is the best way to reschedule tasks after a delay in project management?

Rescheduling after delays requires recomputing the critical path from updated dependency graphs. The analysis reveals blocked tasks and recommended sequencing, enabling you to adjust dependencies via add and remove operations to restore deterministic scheduling.

Can I modify task dependencies directly during the analysis process?

Yes, you can modify task dependencies directly during analysis. The process supports adding and removing dependencies to adjust the graph, allowing you to resolve blockers and update the critical path dynamically.

Does dependency mapping work for aligning sprints and planning releases?

Dependency mapping works for aligning sprints and planning releases by analyzing task dependencies to reveal ordering and blockers. It supports project planning workflows by exposing the critical path and blockers across release and sprint schedules.