What problem does it solve? Multi-phase discovery engagements fragment when each analysis skill runs in isolation: phases get skipped, gates pass without evidence, and assumptions silently become facts. This Skill sequences the canonical discovery skills, enforces the G1/G2/G3 quality gates, and blocks unsupported transitions so the pipeline stays coherent and auditable. ## Core Features & Use Cases - Pipeline sequencing: Builds an ordered phase plan (phases 0 through 6) and a canonical skill sequence validated against deterministic JSON contracts in assets/. - Gate governance: Evaluates G1 (scenario approval), the feasibility checkpoint, G2 (roadmap/budget), and G3 (final approval) as explicit pass, block, or pending decisions with required evidence. - Boundary enforcement: Refuses to produce domain analysis, implementation steps, or prices; routes that work to downstream skills such as stakeholder-mapping, asis-analysis, or solution-roadmap. - Use Case: A consulting lead asks whether discovery can advance from scenario analysis into roadmap. The Skill checks that three scenarios were scored, a decision tree exists, and steering approval is recorded, then emits a gate-check packet naming the next skill to invoke. ## Quick Start Ask the assistant to coordinate a discovery pipeline for your project and check whether gate G1 can pass given the evidence you already have.