flow-orchestrate

Automate sequential processing of decomposed issues through the FLOW lifecycle.

25|3|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/benkruger/flow --skill flow-orchestrate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-orchestrate
Source: https://github.com/benkruger/flow/tree/main/skills/flow-orchestrate
Command: npx skills add https://github.com/benkruger/flow --skill flow-orchestrate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrating decomposed issues through a repeatable FLOW lifecycle so teams can ship features with discipline and predictable outcomes.

Core Features & Use Cases

  • Fetch open issues labeled "Decomposed" and filter out those already in progress.
  • Initialize and manage a deterministic queue, then process issues sequentially via flow-start --auto.
  • Generate a morning summary report after all issues complete to inform stakeholders.

Quick Start

Start an orchestration run to process all open decomposed issues using flow-orchestrate.

Frequently Asked Questions about flow-orchestrate

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

FAQPage Schema
How do I automate workflow orchestration for decomposed issues?

Automate workflow orchestration by fetching open issues labeled 'Decomposed' and sequencing them through a deterministic queue for single-threaded execution until all tasks complete.

What is the best way to manage issue lifecycle state across multiple tasks?

Manage issue lifecycle state by applying a deterministic queue that filters out in-progress tasks and processes remaining issues sequentially, ensuring robust orchestration state tracking and outcome reporting.

Can I generate stakeholder reports after completing an issue management run?

Yes, you can generate stakeholder reports. The orchestration lifecycle automatically produces a morning summary report after all decomposed issues complete their sequential processing.

How does single-threaded execution work for ordered task workflows?

Single-threaded execution works by initializing a deterministic queue of decomposed issues and processing them sequentially via automated lifecycle commands, preventing concurrent task conflicts.

Does flow-orchestrate require a specific issue tracking platform to manage decomposed work?

The orchestration process requires issues to be labeled 'Decomposed' within your issue management system. It filters these specific issues to initialize the queue and apply the lifecycle workflow.