wakeflow-next
Advance the current Wakeflow Demand by one step - whatever the workspace says is next
Initialize a Wakeflow workspace here, or bring an existing one back to what its configuration implies
> /plugin marketplace add GxFn/Wakeflow > /plugin install wakeflow@gxfn
How it fires
How this command gets triggered: by you, by Claude, or both.
/wakeflow-initContext preview
What this command does when you run it.
Initialize a Wakeflow workspace here, or bring an existing one back to what its configuration implies
description: Initialize a Wakeflow workspace here, or bring an existing one back to what its configuration implies argument-hint: "[program name]"
Set up or repair the Wakeflow workspace for this directory.
Load the `wakeflow-controller` skill and follow its "Step 0 - Initialize or maintain the workspace" section; the depth is in its `references/workspace-and-windows.md`.
First tool call: `wakeflow_maintain_workspace` in preview, after you have asked the user for the choices the intent needs (program identity, repositories, surfaces, storage root) - on an existing workspace, preview the reconcile intent instead and report what it found.
Preview writes nothing. Show the user the plan and every blocker it returned, apply only with exactly what that preview returned, and only after they say to.
Then continue with "Step 1 - Open windows and register their bindings": launch each window the result asks for and register what you observed with `wakeflow_register_window_binding`.
A disciplined control loop for multi-window agent work — every step traced, every result reviewable.
Repo: GxFn/Wakeflow
Advance the current Wakeflow Demand by one step - whatever the workspace says is next
Create a Wakeflow pod for parallel work, or close one after its branch has been merged or abandoned
Report the Wakeflow workspace state, what is next and who owns it, and verify it strictly when something looks wrong