run

Orchestrates remaining Flywheel stages through shape, work, review, and commit.

1|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/mopeyjellyfish/flywheel --skill run-mopeyjellyfish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run
Source: https://github.com/mopeyjellyfish/flywheel/tree/main/skills/run
Command: npx skills add https://github.com/mopeyjellyfish/flywheel --skill run-mopeyjellyfish

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates the remaining Flywheel stages to reduce manual coordination and finish bounded tasks with a single coordinated pass.

Core Features & Use Cases

  • End-to-end orchestration across shape, work, review, spin, and commit with artifact propagation.
  • Gate-aware flow that pauses for approvals and explicit decisions to maintain quality.
  • Single-pass efficiency by routing through the remaining stages using existing start logic and minimizing context switching for developers.

Quick Start

Invoke fw:run to carry the task through the remaining stages until a clean handoff or finish point is reached.

Frequently Asked Questions about run

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

FAQPage Schema
How do I automate workflow handoffs across multiple development stages?

Workflow handoffs across development stages are automated by orchestrating end-to-end task routing, preserving artifacts between boundaries, and minimizing manual context switching. It coordinates shape, work, review, and commit phases into a single pass.

What is stage orchestration for bounded software engineering tasks?

Stage orchestration for bounded tasks coordinates the remaining Flywheel stages to finish a task with a single coordinated pass. It advances through stage boundaries while preserving artifacts and surfacing decisions.

Can I pause automated task orchestration for manual approval gates?

Automated task orchestration supports gate-aware flow that pauses for explicit approvals and manual decisions. This maintains quality control by surfacing decision points to the user before advancing to the next stage.

How do I run a coordinated pass through shape, work, review, and commit stages?

A coordinated pass through shape, work, review, and commit stages is executed by invoking the run command, which routes the task via existing start logic until a clean handoff or finish point is reached.

When do I need end-to-end orchestration for my development workflow?

End-to-end orchestration is needed when a bounded task benefits from coordinated handoffs across multiple stages. It reduces manual task switching by propagating artifacts and routing through remaining phases automatically.

Does the Flywheel orchestration workflow require external dependencies?

The Flywheel orchestration workflow requires no external dependencies. It implements routing through existing start logic and advances stage boundaries using internal components only.