wakeflow-init
Initialize a Wakeflow workspace here, or bring an existing one back to what its configuration implies
Create a Wakeflow pod for parallel work, or close one after its branch has been merged or abandoned
> /plugin marketplace add GxFn/Wakeflow > /plugin install wakeflow@gxfn
How it fires
How this command gets triggered: by you, by Claude, or both.
/wakeflow-podContext preview
What this command does when you run it.
Create a Wakeflow pod for parallel work, or close one after its branch has been merged or abandoned
description: Create a Wakeflow pod for parallel work, or close one after its branch has been merged or abandoned argument-hint: "create|close [pod name]"
Create or close a Wakeflow pod.
Load the `wakeflow-controller` skill and follow its "Step 13 - Close the pod" section; the full create and close procedure is in its `references/workspace-and-windows.md`.
First tool call: `wakeflow_pod` in preview, for the create or close intent the user asked for. Preview writes nothing; show the user the plan before applying it with exactly what preview returned.
On create: one config transaction registers the pod's window set and one worktree intent per repository. Creating the worktrees and launching the windows are your host actions, and each window must then be registered.
On close: the pod's Demand must already be archived and the user must have merged or abandoned its branch. Record the branch dispositions truthfully - never record a branch as merged that you have not seen merged - then retire the windows, remove the checkouts, and remove the pod in that order.
A disciplined control loop for multi-window agent work — every step traced, every result reviewable.
Repo: GxFn/Wakeflow
Initialize a Wakeflow workspace here, or bring an existing one back to what its configuration implies
Advance the current Wakeflow Demand by one step - whatever the workspace says is next
Report the Wakeflow workspace state, what is next and who owns it, and verify it strictly when something looks wrong