What problem does it solve? Open backlogs accumulate vague, under-scoped issues that no agent or developer can pick up cold. This Skill refines each open issue against a nine-point dispatchability rubric, splits epics into child issues, reconciles board drift, and promotes only genuinely dispatchable work to Ready. ## Core Features & Use Cases - Dispatchability rubric: Validates every candidate issue for problem statement, scope touchpoints, acceptance criteria, recorded dependencies, and a machine-readable touches: line before promotion. - Board reconciliation: Detects drift between GitHub Projects columns and actual issue state (closed issues in Backlog, reopened issues stranded in Done, stale claims) and fixes it on confirmation. - Epic splitting and site labels: Splits multi-workstream issues into child issues with a parent tracking table, and applies site:<name> labels for work executable only on specific machines. - Use Case: Run it before a dispatch loop so that every issue labeled ready can be handed to a cold worktree sub-agent with zero conversation context. ## Quick Start Ask the agent to groom the backlog and promote every dispatchable issue to Ready.