What problem does it solve? It closes the gap between completed technical planning and development readiness by verifying TechPlan or ExpressPlan completion, running final lifecycle reviews, and generating the downstream execution bundle (epics, stories, sprint status) with proper PR handoff. ## Core Features & Use Cases - Three-Step Execution Contract: Runs review-and-push, plan-pr-readiness, and downstream-bundle-and-final-pr in a strict ordered sequence. - Governance-Safe Publishing: Routes all governance writes through the publish CLI and git orchestration, never authoring governance files directly. - Delegated Bundle Generation: Invokes BMAD wrappers in order to create epics, stories, implementation readiness reports, sprint status, and story files. - Use Case: After finishing a TechPlan for a feature, run FinalizePlan to validate the plan, publish artifacts to the governance mirror, open the planning PR, generate the dev-ready story bundle, and open the final PR signaling /dev readiness. ## Quick Start Run /finalizeplan with your feature ID, for example: finalizeplan plan my-feature --mode interactive.