What problem does it solve? Plan documents with task checkboxes drift out of sync with the actual codebase, making it hard to know what is done, what remains, and which plan to execute next when starting or ending a work session. ## Core Features & Use Cases - Plan Verification: Audits each plan in docs/superpowers/plans by checking git history and file existence to verify whether unchecked tasks were actually completed. - Status Classification: Labels every plan as done, partial, not-started, superseded, or blocked, then updates verified checkboxes and adds completion banners. - Next Plan Recommendation: Ranks remaining plans by dependencies, foundation-first ordering, and momentum, then outputs a ready-to-paste handoff prompt. - Use Case: At the start of a session, run the audit to discover that two plans are fully implemented but unchecked, one is blocked by another, and receive a concrete recommendation for which plan to execute next. ## Quick Start Audit all plans in docs/superpowers/plans against the current codebase, update completed checkboxes, and tell me which plan to execute next.