flux-deps

Visualize epic dependencies, blockers, and critical path execution phases.

7|1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/Nairon-AI/flux --skill flux-deps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flux-deps
Source: https://github.com/Nairon-AI/flux/tree/main/skills/flux-deps
Command: npx skills add https://github.com/Nairon-AI/flux --skill flux-deps

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Visualize the relationships and sequencing between epics to understand blockers and optimize delivery.

Core Features & Use Cases

  • Dependency graph visualization for epics and their relationships
  • Blocker detection and readiness status
  • Phase-based execution planning and critical path estimation
  • Use Case: Plan parallel workstreams by identifying ready epics and dependencies

Quick Start

Ask Flux to generate and visualize the current epic dependency graph and critical path for your project.

Frequently Asked Questions about flux-deps

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

FAQPage Schema
How do I visualize epic dependencies and execution order for my project?

To visualize epic dependencies, you need to map blocking chains and group epics into parallelizable phases. This identifies the critical path to optimize delivery and surface readiness status for planning.

How do I identify the critical path and blocking chains in my project plan?

Identify the critical path by parsing dependency data to detect blocking chains and compute execution phases. This surfaces ready versus blocked epics for accurate risk assessment and delivery planning.

How do I group epics into parallelizable phases for delivery planning?

Group epics into parallelizable phases by evaluating dependency data and readiness status. This allows you to plan parallel workstreams by identifying ready epics and their execution order.

What is the best way to detect blockers and readiness status across multiple epics?

Detect blockers and readiness status by generating a dependency graph that surfaces ready and blocked epics. This provides concise status outputs to understand relationships and optimize delivery sequencing.

Can I export concise status outputs for epic dependency graphs?

Yes, you can export concise status outputs after computing execution phases and identifying the critical path. This provides a clear visualization of blocking chains and readiness for risk assessment.

When do I need to calculate execution phases for epic dependencies?

Calculate execution phases when you need to identify parallel workstreams and understand blockers. This is essential when planning complex delivery sequences that require critical path estimation and risk assessment.