What problem does it solve? Teams using the Lens BMAD lifecycle need a controlled way to run express-track planning without accidentally bypassing constitution permissions, track gates, or mandatory review steps. This Skill conducts the full ExpressPlan lifecycle so planning artifacts are produced, reviewed, and committed in the correct order. ## Core Features & Use Cases - Express-only gating: Validates that the feature track is express or expressplan and that the constitution permits the express track before any planning delegation occurs. - Delegated planning pipeline: Routes business-plan, tech-plan, and sprint-plan authoring through the Lens BMAD wrapper to the internal QuickPlan skill, then commits artifacts to the topology-correct control branch. - Mandatory adversarial review: Runs the express phase-complete review with party-mode challenge, writes expressplan-adversarial-review.md, and only advances feature.yaml to expressplan-complete on a non-fail verdict. - Use Case: A developer runs /expressplan plan my-feature --mode interactive on an express-track feature; the conductor confirms context, delegates planning, runs the review gate, and signals /finalizeplan as the next command. ## Quick Start Ask the assistant to run /expressplan plan for your feature ID in interactive mode to generate and review the express planning artifacts.