flow-next-work

Orchestrates Flow epics and tasks with git-backed tracking and worker-based execution.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/tiendung/flow-next --skill flow-next-work-tiendung
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-next-work
Source: https://github.com/tiendung/flow-next/tree/main/skills/flow-next-work
Command: npx skills add https://github.com/tiendung/flow-next --skill flow-next-work-tiendung

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute a Flow epic or task in a disciplined, git-tracked workflow to prevent drift and ensure repeatable progress.

Core Features & Use Cases

  • Enforces a repeatable execution model using flowctl for task creation, status checks, and commits.
  • Guides end-to-end epic/task execution from spec or idea through to completion with optional reviews and worker delegation.
  • Includes guardrails, Ralph-mode handling, and deterministic task handoff to standalone worker subagents.

Quick Start

Begin by providing an epic or task identifier to start the work flow.

Frequently Asked Questions about flow-next-work

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

FAQPage Schema
How do I orchestrate end-to-end epics and tasks with git-backed tracking?

To orchestrate epics and tasks with git-backed tracking, this workflow uses flowctl to coordinate task creation, status checks, and commits. It enforces a structured execution model to ensure repeatable progress and prevent drift.

What is the best way to prevent workflow drift when executing development epics?

Preventing workflow drift when executing development epics requires a disciplined, git-tracked execution model. By enforcing deterministic task handoff to worker subagents and applying flowctl, the workflow maintains repeatable progress from spec to completion.

How do I start a workflow from a markdown spec or an idea-based start?

To start a workflow from a markdown spec or an idea-based start, you provide an epic or task identifier. The workflow reads SKILL.md frontmatter and executes phases from phases.md, guiding the process through optional branch choices and review modes.

Does this task management workflow support spec-driven and idea-based epics?

Yes, this task management workflow supports spec-driven epics, markdown-started epics, and idea-based starts. It orchestrates all task scenarios defined by a Flow epic, coordinating task creation and optional completion reviews via the Flow CLI.

Can I use flowctl for task management with worker delegation in DevOps?

Yes, you can use flowctl for task management with worker delegation in DevOps environments. The workflow applies deterministic task handoff to standalone worker subagents, ensuring structured execution and optional completion reviews.

What limitations or guardrails exist when applying Ralph-mode handling in automation workflows?

When applying Ralph-mode handling in automation workflows, the system enforces specific guardrails to maintain deterministic task handoff. These guardrails ensure structured worker-based execution and prevent unmanaged drift during epic completion.