flux

Orchestrates Flux tasks and epics via fluxctl commands with approval enforcement and JSON output.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Flux provides a centralized way to manage .flux/ tasks, epics, and config, reducing drift between planning and execution across teams.

Core Features & Use Cases

  • Centralized Flux task/epic management via fluxctl commands (init, list, show, cat, ready, task epic create, task create, config list/edit).
  • Clear visibility of epics and tasks with metadata and ready-to-work filtering, plus validation and approval gates.
  • Flexible workflow for planning and execution, with built-in guidance on use of /flux:plan and /flux:work.

Quick Start

List your epics and tasks with Flux, then create and assign a new task under the desired epic using fluxctl.

Frequently Asked Questions about flux

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

FAQPage Schema
How do I manage task and epic workflows to reduce planning drift across teams?

You can orchestrate task and epic workflows by managing .flux/ directories, listing epics, filtering ready-to-work tasks, and applying approval gates to align planning with execution across teams.

How do I list and filter ready-to-work tasks using fluxctl commands?

You can list and filter ready-to-work tasks via fluxctl list and show commands, which display task metadata and statuses to help teams identify validated items ready for execution.

How do I create a new task under an existing epic with approval gates?

To create a task under an existing epic, use fluxctl task create commands; the system enforces creation approvals and validates assignments to maintain workflow integrity before execution.

Can I integrate Flux workflow management with scripting for validation and automation?

Yes, Flux provides JSON-friendly output suitable for scripting and validation, allowing you to integrate fluxctl commands into automated pipelines to programmatically list, validate, and orchestrate tasks and epics.

How do I adjust planning configuration for team workflow execution?

You can adjust planning configuration using fluxctl config list and edit commands to modify .flux/ settings, enabling flexible workflow customization for team planning and execution alignment.

What is the difference between /flux:plan and /flux:work workflow phases?

The /flux:plan phase focuses on creating epics and tasks with approval gates, while /flux:work handles execution by filtering ready-to-work tasks; both integrate with fluxctl commands for orchestration.