What problem does it solve? Project boards accumulate untriaged Inbox issues whose premises go stale as code evolves, making it hard to decide what deserves attention and at what priority. ## Core Features & Use Cases - Staleness Verification: Checks every Inbox issue's cited symbols and paths against origin/main to detect already-fixed issues, deleted premises, and work covered by open PRs. - Priority Proposal: Assigns P0–P3 priorities grouped by theme with one-line justifications drawn from each issue's Impact section, following a documented calibration scale. - Approval-Gated Application: Changes nothing on the board until the user approves the full table, then applies statuses, priorities, epic ticks, and closures via board.py and gh. - Use Case: After a large refactor spawns dozens of code-review follow-up issues, run triage to verify which are still valid, propose priorities per theme, and move the approved set from Inbox to Backlog. ## Quick Start Ask the assistant to triage the project board's Inbox and propose priorities for each issue before moving them to Backlog.