Skip to content

/wbActOn — Command Hub ​

/wbActOn is the command reference resolver that bridges diagnosis and execution. It reads an audit, review, or plan file and produces a Ranked Execution Order — converting passive findings into active, prioritized tasks. It is read-only and never modifies the source diagnostic file.

🎯 Strategic Position ​

Every diagnostic command tells you what is wrong. /wbActOn tells you what to do first. Without it, findings sit in a report file while you decide which one matters most. With it, you get a numbered execution thread ranked by severity, cost, and dependency.

  • After /wbAudit — turns 23 findings into a 3-rank execution thread.
  • After /wbReview — triages review comments into act / push-back / defer.
  • After /wbPlan — re-ranks plan steps by your actual constraints.
  • On any third-party doc — competitor analysis, security report, design memo.

🛠️ Operating Modes ​

ModeTriggerOutput
Mirror/wbActOn <file under .wb/workflows/reports/>Action file anchored in the same target's report tree
Side-car/wbActOn <file anywhere else>Action file anchored at monorepo root
Pick-then-process/wbActOn <folder>Lists recent reports, asks which (skips if one)
Action + Plan/wbActOn <input> --wbPlanAction file + sibling plan file (one task table per 🔵 finding)

✅ What a useful action walkthrough contains ​

  1. A self-declared model identity at the top (# I am <ModelName>...).
  2. A 🧭 Decision Tree with the 5-color classification (🟢 🟡 🔴 🟣 🔵).
  3. A 🚦 §0 — If I Were You ranked execution thread with justifications and time windows.
  4. Annotated source — original content unchanged, with [<ModelName> action] callouts on every finding.
  5. An Action Tally appendix with count per color and recommended-model mix.
  6. A "How to use" footer with the 5-step method.

🚫 What it cannot do ​

Not thisUse instead
Execute code or apply fixesThe prompts/commands /wbActOn produced
Modify the source diagnostic fileRead-only — never touches the original
Validate ranked actions are correct/wbValid
Invent findings not in the sourceFix the source first; /wbActOn annotates, not authors
Replace the upstream diagnostic/wbAudit, /wbReview, /wbPlan

📚 Reading Order ​

  1. ELI5 — the one-paragraph mental model.
  2. Practical — the two modes and when each applies.
  3. Expert — architecture, edge cases, and when NOT to use.
  4. Examples — annotated action walkthrough transcripts.
  5. Exhaustive simulation · Live demo.
  • wbActOn.md — the command reference this hub orients you around.
  • /wbAudit — produces the audits /wbActOn most often processes.
  • /wbReview — review comments triaged into ranked actions.
  • /wbPlan — chains into plan generation via --wbPlan.
  • /wbNext — ranks what to do once an action walkthrough lands.

Quick Reference ​

bash
/wbActOn audit_wb-core_20260426.md       # process a specific diagnostic file
/wbActOn packages/wb-core                 # folder — auto-picks latest report
/wbActOn <input> --wbPlan                 # action file + sibling plan file
/wbAudit <pkg> --act                      # chain from audit (calls /wbActOn internally)
/wbReview <pkg> --act                     # chain from review


← Home · Commands · Install | wb-flow on npm · flow.wbc-ui.com · wi-bg.com