board
Render — or, with init, create — this project's implementation board.
Locating the board
First existing of (use Read, not shell-glob): internal/board.md, .claude/board.md, board.md,
docs/board.md. None exists → say so and tell the user to run board init (don't scaffold here).
board [query] — render, READ-ONLY
Render the Legend + table, all columns (ID | Goal | Track | Item | Priority | Owner | Manual
step | Status), file order (done-first, then priority). Wrap long cells; never truncate Item or
Status. Item is **Bold title** — description (em-dash, not <br>, which terminal tables ignore).
Sub-tasks: a follow-up nests under its parent as ↳ Parent.N (e.g. ↳ T-D.1); · in Goal/Track
= inherits parent; it keeps its own Priority/Owner/Status. Keep each sub-task immediately under its
parent; render ↳/· as-is. ⏸️ parked = a follow-up deferred by choice.