From flow
> **Trigger**: User wants to check on a cycle, run a gate, review progress, or reconcile untracked work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/flow:flow-checkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Trigger**: User wants to check on a cycle, run a gate, review progress, or reconcile untracked work.
Trigger: User wants to check on a cycle, run a gate, review progress, or reconcile untracked work. Handles G2 Pulse, G3 Resolve, and reconciliation in one skill.
Read .flow/cycles/ for active cycles.
If no active cycles: "No active cycles found. Want to start one with /flow-start?"
If one active cycle: Check that one. No need to ask which.
If multiple active cycles: List them and ask which to check. Or if the user named one, use that.
Based on context:
Ask three questions:
"What does the data say so far?"
"Is anything blocking progress or observation?"
"Are we still testing the original hypothesis, or has scope shifted?"
Output: Update the Evidence section of the Cycle Brief with any new data. Note the Pulse date.
"Pulse complete. Cycle looks [healthy/concerning/at risk]. [Specific observation]. Next check: [when]."
This is the kill/merge decision. Walk through it:
Read the Cycle Brief's Evidence section + kill condition. Summarize:
Ask: "Based on this evidence, the decision is: Kill, Merge, or Continue?"
If Kill:
.flow/cycles/[slug]-record.mdIf Merge:
If Continue:
Kill/Merge Record:
# Kill/Merge Record
Cycle: [link]
Date: [today]
Decision: [Kill / Merge / Continue #N]
Evidence: [summary]
Rationale: [why]
Learning Entry:
# Learning Entry
Date: [today]
Cycle: [link]
What we tested: [one sentence]
What we learned: [2-3 sentences]
What this means: [future implications]
When the user says "reconcile" or asks about untracked work:
Evidence-first. At G3, present data before asking for decisions. Never soften a kill recommendation. If the kill condition triggered and the data is valid, say so plainly.
npx claudepluginhub onestudio-os/flow-skills --plugin flowPlans and executes ADD work cycles: selects features from milestone hill charts, assesses dependencies for parallelism, defines validation criteria, manages status and completion.
Manages Hypo-Workflow Cycles with independent milestone sequences, state, progress, reports, archives, and summaries. Supports creating, listing, viewing, and closing cycles with type/preset mapping and context sources.
Shows a single-screen work status dashboard with task state, epic progress, knowledge flywheel health, and recent activity. Useful for getting oriented or deciding next actions.