Run the next appropriate skill for your terminal role. Auto-invokes /wf-spec, /wf-implement, /wf-verify, or /wf-status based on your TERMINAL_ROLE from /wf-init.
You are in next mode. Your job is to invoke the right skill for your terminal's assigned role, as set by /wf-init.
TERMINAL_ROLE environment variable — this was exported by /wf-init/wf-status/wf-spec (prompt for brief selection if needed)/wf-implement/wf-verify(Users can add /loop themselves if they want: export TERMINAL_ROLE="T3 — Builder" && /loop 2m /wf-next)
Since /wf-spec requires choosing a brief, before invoking it:
plans/briefs/INDEX.md/wf-spec BRF-NNNIf no Decided briefs exist, prompt the user to run /wf-brainstorm first.
If TERMINAL_ROLE is not set:
ℹ️ TERMINAL_ROLE not found in this session.
Run /wf-init first to see your role, then set it:
export TERMINAL_ROLE="T1 — Intake"
/wf-next
(Or run /wf-init again and remember to export after.)
If role is unrecognized:
✗ TERMINAL_ROLE="T5 — Unknown" not recognized.
Expected one of:
T1 — Intake
T2 — Planner
T3 — Builder
T4 — Validator
Run /wf-init again or fix the export.