Skip to content

/wbTrack — Command Hub ​

/wbTrack initializes a session tracking file that records every /wb* command invocation, creating a timestamped narrative of the work session. It captures the command, target, outcome, branch, task context, and billing metadata — the audit trail that /wbStandup and /wbNext depend on.

Session lifecycle: open, work, close

/wbTrack opens the session narrative that /wbStopTrack closes — the two ends of the same arc.

🎯 Strategic Position ​

/wbTrack is the session diary of the wb-flow system. Without it, /wbStandup has nothing to summarize and /wbNext has no history to learn from. Run it at the start of every work session so downstream commands can produce accurate summaries and informed recommendations.

  • Starting work — /wbTrack begins the session diary.
  • Scoping a session — --scope ties entries to a task or context.
  • Finishing — --finalize closes the session cleanly.

🛠️ Operating Modes ​

ModeTriggerOutput
Start/wbTrackSession tracking file initialized with timestamp and branch
Scoped/wbTrack --scope <name>Session scoped to a specific task or project context
Finalize/wbTrack --finalizeSession closed and finalized, ready for /wbStandup

✅ What a useful tracking session contains ​

A useful tracking session records at minimum:

  1. Timestamped entries for each /wb* command invocation.
  2. Branch and project context captured per entry.
  3. Task linkage — each command mapped to its originating task.
  4. Billing metadata for time-tracking and reporting.

🚫 What it cannot do ​

Not thisUse instead
Summarize the session/wbStandup
Stop tracking/wbStopTrack
Plan work/wbPlan

📚 Reading Order ​

  1. ELI5 — the one-paragraph mental model.
  2. Practical — step-by-step walkthrough on a real project.
  3. Expert — architecture, edge cases, and when NOT to use.
  4. Examples — annotated transcripts (Part 1, Part 2).
  5. Exhaustive simulation · Live demo.
  • wbTrack.md — the command reference this hub orients you around.
  • /wbStandup — generate a summary from tracked sessions.
  • /wbStopTrack — close the current tracking session.
  • /wbPlan — plan work for the tracked session.

Quick Reference ​

bash
/wbTrack                       # start a session tracking file
/wbTrack --scope feature-x     # start with a named scope
/wbTrack -s fix-auth           # shortcut for --scope
/wbTrack --finalize            # close and finalize the session
/wbTrack -f                    # shortcut for --finalize


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