/status
Show Wakeflow workspace status — demands, eligible work, deliveries, and window readiness
$ npx -y skills add GxFn/Wakeflow --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/status
Context preview
What this command does when you run it.
Show Wakeflow workspace status — demands, eligible work, deliveries, and window readiness
Command definition
status.mddescription: Show Wakeflow workspace status — demands, eligible work, deliveries, and window readiness
Report the current Wakeflow workspace status.
1. Call the `wakeflow_status` MCP tool (pass `stateRoot` only when the user named one). 2. When the user asks what to do next or status shows eligible work, also call `wakeflow_next_work`; `activeDemands` is an observation, not a capacity gate. Report mainline availability and each explicitly authorized Pod's `podProvisioning.phase` / stamped `controllerWindow`. Never infer Pod placement from the number of active demands. 3. Summarize for the controller: each active demand and its phase (there may be several), eligible task packages, in-flight deliveries awaiting results, blocked or stalled targets, and window registration readiness (which windows have a registered session id). 4. Do not dispatch, accept, or modify any state from this command; it is read-only reporting. Recommend the next controller action (dispatch, review, intake, archive, or stop) with a one-line reason.
$ARGUMENTS
A disciplined control loop for multi-window agent work — every step traced, every result reviewable.
Repo: GxFn/Wakeflow
Other commands on wakeflow.
- /check
Health-check an existing Wakeflow workspace and converge missing or outdated Claude Code surfaces
Open command - /dispatch
Prepare and send one Wakeflow delivery to a target window session (controller only)
Open command - /init
Initialize the current workspace as a Wakeflow control workspace (dry-run first, apply after confirmation)
Open command - /review
Inspect Wakeflow target review inputs, independently validate behavior, and record an explicit controller decision
Open command - /unattended
Turn unattended (prompt-free) mode for the work windows on or off, then reopen them
Open command - /windows
List, launch, resume, or attach Wakeflow tmux windows, choosing the permission mode
Open command

