What problem does it solve? Teams working in a governed multi-phase feature workflow need a reliable way to transition from business planning to technical architecture without skipping required gates like PRD verification, artifact publishing, and constitution enforcement. ## Core Features & Use Cases - Governance Gate Enforcement: Verifies BusinessPlan completion, locates the authoritative PRD, publishes reviewed artifacts to governance, and enforces domain constitution hard gates before any architecture work begins. - Delegated Architecture Authoring: Routes all architecture document creation through the registered Lens BMAD wrapper (bmad-create-architecture) rather than generating content inline. - Adversarial Review & Phase Promotion: Runs phase-completion adversarial reviews, commits artifacts to the correct control branch, and updates feature.yaml to techplan-complete. - Use Case: After finishing a feature's business plan, run this phase conductor to automatically verify prerequisites, generate the architecture document via BMAD, commit it, and advance the feature to the next milestone. ## Quick Start Run the TechPlan phase for my current feature, or specify one directly with --feature-id to generate and commit its architecture document.