Skip to content
Development
Command

/review

Inspect Wakeflow target review inputs, independently validate behavior, and record an explicit controller decision

From plugin
wakeflow
57 skills7 commands
Install
$ npx -y skills add GxFn/Wakeflow --agent claude-code

How 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/review

Context preview

What this command does when you run it.

Inspect Wakeflow target review inputs, independently validate behavior, and record an explicit controller decision

Command definition

review.md
description: Inspect Wakeflow target review inputs, independently validate behavior, and record an explicit controller decision
argument-hint: [dispatch-group-or-task-id]

Run one controller review step. Use the wakeflow-controller skill acceptance rules; target backfill is input, never a conclusion.

1. Confirm this session is the controller window. Resolve the dispatch group or task id from `$ARGUMENTS`, or from the newest result-ready group in `wakeflow_status`. 2. Call `wakeflow_review_pack` for the group/task and inspect the listed target-authored inputs (files, commits, commands, logs, reports), then independently validate the relevant behavior before judging anything. Each entry also carries the intent triple — Design's `designIntent`, the authored dispatch `objective`, and the result — plus an `intentCheck` reminder; it is advisory context for YOUR drift judgment (no scores, no gates), and a real drift routes to redesign, not a point fix. 3. When multiple target results need consolidation, call `wakeflow_reduce_results`; treat the reduction as a review candidate only. 4. Decide explicitly and record it: `wakeflow_decide_review` with accept / rework / blocked / redesign, or `wakeflow_complete_demand` when the completion definition is met with evidence. Mainline redesign uses the stateless mainline Design handoff before a replacement task. A Pod must not fall back to mainline Design; the current implementation supports only one frozen Pod Design request/handoff generation (whose sole request may be `initial-design`, `supplement`, or `redesign`), so a different second request stays blocked as a capability gap. 5. After recording the decision, clear transient window glyphs with `wakeflow-claude-host window-status --reconcile --root <workspace>` (green + means result-ready; reconcile returns settled windows to plain tabs). 6. Report the decision, the evidence that supports it, and the next eligible step (next package, intake, archive, or stop for user judgment).

Never accept work merely because target material shows that a script ran. Independently inspect or reproduce the intended behavior. When review inputs are missing or ambiguous, choose rework or blocked and say why; when the work is valid but the outcome misses the requirement, choose redesign.

Read more
Ships withwakeflow

A disciplined control loop for multi-window agent work — every step traced, every result reviewable.

Get the whole plugin, auto-invoked
Stats
5
Stars
0
Views
0
Forks
Active
Maintenance
JavaScript
Language
MIT
License
3d ago
Last commit
2mo ago
Created

Repo: GxFn/Wakeflow