discovery-orchestrator

Coordinates discovery pipeline phases 0-6 with gate governance and evidence-tagged packets.

Updated Jun 28, 2026
One-click install
npx skills add https://github.com/JaviMontano/claude-plugins --skill discovery-orchestrator-javimontano
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: discovery-orchestrator
Source: https://github.com/JaviMontano/claude-plugins/tree/main/plugins/claude-native-toolkit/skills/discovery-orchestrator
Command: npx skills add https://github.com/JaviMontano/claude-plugins --skill discovery-orchestrator-javimontano

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

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.

Frequently Asked Questions about discovery-orchestrator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate a multi-phase discovery pipeline?▼

Invoke the orchestrator with a mode such as sequence, gate-check, dashboard, or handoff-readiness. It builds an ordered phase plan and canonical skill sequence, then evaluates each gate against explicit evidence criteria before allowing the pipeline to advance.

What evidence is required to pass the G1 scenario gate?▼

G1 passes only with at least three scored scenarios, a complete decision tree, an explicit recommended scenario, at least three documented assumptions, and recorded steering committee approval. Missing any criterion blocks the gate and lists the gap.

Does the discovery orchestrator perform the analysis itself?▼

No. It strictly coordinates and never produces domain findings, architecture decisions, or implementation steps. Analysis work is routed to downstream skills such as asis-analysis, scenario-analysis, or solution-roadmap named in the sequence contract.

Can the discovery pipeline output include prices or budgets?▼

No. The skill enforces a no-price policy: planning magnitude is expressed as effort ranges such as FTE-months with assumptions. Currency fields, rates, and price patterns are rejected by the boundary contract and the offline validator.

How is a discovery orchestration packet validated offline?▼

Run scripts/check.sh, which executes validate_discovery_orchestrator_packet.py against fixtures. It verifies phase order, canonical skills, gate criteria, evidence tags, exact dates, and the absence of analysis or price leakage.

What happens when discovery inputs are missing or mostly assumptions?▼

The orchestrator emits a blocked packet listing missing artifacts, owners, and next actions instead of inventing approvals. When assumptions exceed 30 percent of claims, a warning banner is mandatory and gates cannot pass.