Help us improve
Share bugs, ideas, or general feedback.
From astravue
Computes critical path, blocked tasks, and cycles from task dependencies. Read-only analysis until the user asks to reorder.
How this skill is triggered — by the user, by Claude, or both
Slash command
/astravue:mapping-dependenciesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Build the dependency graph, then reason over it. The analysis (critical path, blockers, cycles) is deterministic and the most valuable part — teams rarely compute it by hand. This skill is read-only by default; only change dependencies when explicitly asked.
Share bugs, ideas, or general feedback.
Build the dependency graph, then reason over it. The analysis (critical path, blockers, cycles) is deterministic and the most valuable part — teams rarely compute it by hand. This skill is read-only by default; only change dependencies when explicitly asked.
Load the graph
astravue_list_project_tasks — the tasks (status, due dates) for the scopeastravue_list_dependencies — the blocking relationshipsConfirm the project first if unclear (astravue_list_projects).
Analyze
From the edges, compute:
Present the picture
Lay out the critical path as an ordered chain, list blocked tasks with what they're waiting on, and call out any cycles loudly. Use astravue_preview_project_overview or astravue_preview_task_list if a visual view helps the user.
Change dependencies only on request
If the user wants to fix sequencing:
astravue_add_dependency / astravue_remove_dependency — adjust edgesnpx claudepluginhub astravueorg/astravue-mcp-server --plugin astravueGenerates interactive Gantt charts, critical paths, and what-if delay scenarios from dependency-tagged task plans. Flags near-critical tasks, shows program impacts, drafts communications, and provides filtered workstream views.
Visualizes, creates, deletes, and diagnoses dependencies between MCP work items using graphs and queries. Useful for 'what blocks this', 'add dependency', 'show graph', or 'unblock' requests.
Identify and visualize dependencies between teams, systems, and work items to prevent blocked work. Use when planning cross-team initiatives.