The Gatekeeper skill that analyzes user requirements for feasibility and clarity before allowing PRD creation.
This skill acts as the first line of defense in the product development pipeline. It evaluates raw user requirements against project context to ensure they are feasible, clear, and safe to proceed.
project_summary (mission statement) to ensure alignment.The skill performs a two-step analysis:
Return a JSON-like structure or clear Markdown section:
REJECT:
CLARIFY:
PASS:
Input: "I want a dashboard."
Output:
### Status: CLARIFY
**Clarity Score**: 30%
**Reason**: "Dashboard" is too vague.
**Questions**:
1. Who is the target user for this dashboard?
2. What key metrics (KPIs) need to be displayed?
3. Is this for the admin panel or the end-user app?