npx claudepluginhub guygrigsby/claude-plugins --plugin wu/replaySearches pro-workflow database for task-relevant past learnings and session history using FTS5 BM25, producing ranked briefing with corrections, stats, and suggestions.
/replayFull session replay showing thinking blocks, tools, and results in sequence
/replayRe-run agents from a previous run
You are running the replay command for wu.
Require a phase argument. The user must specify which phase to replay. If no phase argument is provided, ask:
Which phase do you want to replay? (learn, plan, risk-analysis, license-check, copyright-check, performance-tradeoff, build, check, cipher, ship)
Do not guess or pick a default. Wait for the user's answer.
Validate the phase. Check that the specified phase is a recognized phase name from the wu loop. If not, list the valid phases and ask again.
Read current state. Load .wu/state.json. If no active cycle exists, tell the user: "No active wu cycle. Run /wu:new first." and stop.
Confirm with the user. Before proceeding, ask:
This will re-run the <phase> phase from scratch, discarding previous results for that phase. Continue? (yes/no)
Do not proceed without explicit confirmation.
Reset the phase record. Update the phase record in .wu/phases/<phase>/:
"pending"originally_startedreplayed_at to current timestampUpdate current phase. Set current_phase in .wu/state.json to the specified phase.
Log to audit. Append an entry to .wu/audit.jsonl:
"replay"Direct the user. Tell them:
Phase <phase> has been reset. Run
/wu:<phase>to re-execute it.
/wu:status and /wu:audit.