← board

On-demand BOARD.md kanban grid

Motivation

progress.sh board already prints per-status counts. A visual grid (ticket names laid out by status column) would be a nicer human view.

Scope (if adopted)

Why idea, not feature

Low value for agents (board covers them); build only when a human actually wants the grid. Decide before scoping.

Done

Implemented in commit 5b020a7 as tools/progress.sh board-mddevdocs/progress/BOARD.md. No regression test — tooling script, exercised by running it; tools/progress.sh check keeps the board valid.

Follow-up decision (2026-06-06, user): commit BOARD.md rather than gitignore it — its git history is a useful progress overview over time. To keep the committed snapshot honest the render was made deterministic (no timestamp) and check now fails on a stale/missing BOARD.md.

Log