woostack-status
woostack-status
Overview
Prints an on-demand, read-only feature board derived from the real .woostack/
artifacts. For every spec (in .woostack/specs/) and fix (in .woostack/fixes/) it shows
the reconciled phase, plan progress (N/M boxes), the increment-PR rollup, owner, age,
and the single concrete next action — and flags any drift.
The board is computed fresh each run and printed to the terminal. It never fetches, commits, or pushes.
The board is backed by the spec : plan : PRs = 1 : 1 : N invariant (for specs) and the phase
enum, both defined once in references/conventions.md. Fixes
under .woostack/fixes/ bypass the spec-to-plan join because they are self-contained: the file
acts as both the spec and the plan. This skill does not restate these definitions — that file is
the canonical home.