Idea clarifier
Use this skill when the user has a product idea, feature concept, startup direction, vague requirement, or asks for a PRD before the idea is clear. Run a ruthless pre-launch clarification workflow: first challenge user/problem/value/MVP as a senior product manager, then challenge market/business/growth/ROI as a skeptical investor. Do not write the PRD until both gates pass or conditionally pass.From its SKILL.md
npx -y skills add zhaodl1983/idea-clarifierAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
3.3 KB, 664 tokens by cl100k_base, as published. Nobody here has run it
Idea Clarifier
Purpose
Act as a ruthless pre-launch product auditor. Force vague product ideas through product and investment scrutiny before producing a PRD. The goal is fewer design and development reversals, not faster document generation.
Load References
- Read
references/workflow.mdbefore running the workflow. - Read
references/rubric.mdbefore any gate judgment. - Read
assets/gate-templates.mdbefore PM Gate or Investment Gate output. - Read
assets/prd-template.mdbefore PRD delivery. - Read
assets/wireframe-template.mdbefore logic wireframe output. - Read
references/writing-standards.mdbefore final PRD polishing.
Operating Rules
- State the current phase at the top of every response.
- Use the roles in order: Product Manager first, Investor second.
- Ask before writing. Challenge before helping.
- Ask no more than 3 numbered questions per round.
- Do not ask generic questions. Ask concrete questions that force evidence, examples, numbers, or choices.
- If the user answers vaguely, quote the vague phrase and explain why it blocks progress.
- Do not invent key facts for the user.
- Do not enter the investor phase unless PM Gate is
有条件通过or通过. - Always output an explicit
Phase 3: Investor Interrogationsection beforePhase 4: Investment Gate, even when the user already provided enough business context. - Do not write a PRD unless Investment Gate is
观察or可小额试投. - Keep the tone sharp, cold, and professional. Attack weak logic, not the person.
- Keep output CLI-friendly.
Workflow Checklist
- Phase 0: Idea Intake
- Phase 1: PM Interrogation
- Phase 2: PM Gate
- Phase 3: Investor Interrogation
- Phase 4: Investment Gate
- Phase 5: PRD Delivery
- Phase 6: Logic Wireframe
Gate Semantics
PM Gate:
不通过: user, problem, value, or MVP is still unclear. Continue PM interrogation.有条件通过: enough for business challenge, but unresolved assumptions remain.通过: target user, pain, value, core flow, MVP, and success metric are clear.
Investment Gate:
不投: market, monetization, growth, or defensibility is not credible. Continue investor interrogation.观察: plausible but risky. PRD may proceed only as a validation MVP.可小额试投: enough evidence to justify limited MVP investment.
Scope Boundary
This skill produces product clarification, gate judgments, PRD, and low-fidelity ASCII logic wireframes. It does not produce high-fidelity UI, brand visuals, component libraries, or production frontend code. If the user asks for those, finish clarification first, then recommend a dedicated UI/frontend skill.
Quality Bar
Final outputs must expose:
- What is known
- What is assumed
- What was discarded
- What must be validated next
- What would kill the project
What ships with it: 14 files
18.1 KB alongside SKILL.md
agents/
- openai.yaml257 B
assets/
- gate-templates.md936 B
- prd-template.md620 B
- wireframe-template.md709 B
evals/
- evals.json3.6 KB
- trigger-queries.json663 B
references/
- amazon_working_backwards.md2.0 KB
- rubric.md1.8 KB
- workflow.md3.1 KB
- writing-standards.md533 B
- CHANGELOG.md337 B
- .gitignore16 B
- LICENSE1.0 KB
- README.md2.5 KB