discover
Installation
SKILL.md
Phase 1: Discover
Declarative phase skill. Invoked by the prd-taskmaster orchestrator when
current_phase is DISCOVER. Never called directly by a user.
The one rule: invoke superpowers:brainstorming for discovery, intercept
before it chains to writing-plans — we control the exit, not the brainstorm
skill.
Entry gate
-
Call
mcp__plugin_prd_go__check_gate(phase="DISCOVER", evidence={})for diagnostics.check_gateis an EXIT gate: it verifies the evidence to advance, not to enter. On first DISCOVER entry you have no evidence yet (the User Approval / Self-Approval Gate below producesuser_approved=trueORauto_classification=CLEAR with assumptions_documented), so agate_passed: falsehere is EXPECTED — the state machine's legal transitions already guarantee only legal entry.