What problem does it solve? AI-assisted development boards drift out of sync with reality: tasks marked Done were never implemented, completed work sits unmarked, orphaned worktree branches go unmerged, and code appears with no board provenance. This Skill audits the Markdown scrum board against git history and the actual codebase, then fixes the drift. ## Core Features & Use Cases - Bidirectional status verification: Demotes completed tasks with no implementation evidence, promotes secretly-implemented tasks to Passed, and merges orphaned worktree branches after confirmation. - Scoped reconciliation: Run a full-board pass or bound the audit to a single epic or a story range (e.g. S03-05) via a deterministic scope resolver script. - Unlinked code detection: Finds tracked files with no board item and no EST-tagged commit behind them, groups them by directory, and offers /uncharted segment for onboarding. - DoD gap reporting and todo cleanup: Flags completed stories with unchecked Definition of Done items and removes or comments out stale entries in project/todo.md. - Use Case: After a big merge session, run the reconcile flow to discover that two 'Done' tasks were never committed, one Pending task is actually implemented, and a new directory has no board item — all corrected in one pass. ## Quick Start Ask the agent to reconcile the board and sync task statuses with what is actually implemented in git.