What problem does it solve? Coordinating multi-phase software delivery across GitHub Issues, Milestones, and Project v2 boards requires constant manual status updates, dependency checks, and priority governance that slow down engineering teams and let backlog drift go unnoticed. ## Core Features & Use Cases - Issue Lifecycle Automation: Move issues through Backlog, In Progress, In Review, and Done with label updates, progress comments, and PR linking via gh CLI commands. - Dependency & Priority Governance: Enforce prerequisite verification before starting stories and require explicit priority labels on every issue before dispatch. - Adversarial Roadmap Audits: Run on-demand audits (pnpm run audit:roadmap) that detect architectural drift, orphaned issues, missing priorities, and lifecycle sync problems. - Use Case: An AI agent acting as Technical Project Manager finishes a story, creates a PR targeting staging with Fixes #42, posts a completion comment with verification links, and closes the issue only after the PR merges. ## Quick Start Ask the agent to run a roadmap audit and report the top shovel-ready stories, blockers, and milestone progress for the ChrisShop project.