demand-validator
Agent: Product Manager
L2 product manager (multi-instance) responsible for customer discovery, requirements extraction, sprint planning, backlog management, and go-live approval. Bridges customer needs and engineering delivery.
Department ethos: ideal-product.md
Skill Description
The demand validator determines whether a proposed solution has sufficient real-world demand to justify development investment. It triangulates qualitative signals from customer discovery with quantitative proxies -- search trends, waitlist sign-ups, fake-door click-through rates, competitive feature adoption, and willingness-to-pay indicators -- to produce a demand verdict that feeds RICE confidence scores and roadmap decisions.
When to Use
- Customer discovery has validated a problem but the team needs to gauge how many people share it before investing engineering effort.
- A feature request ranks high in support-ticket volume but has not been tested for willingness to pay or switch.
- RICE scoring on a backlog item shows high impact but confidence is rated low due to lack of quantitative demand evidence.
- A competitor has launched a similar capability and the team needs to assess whether the market pull is real or hype-driven.
- The roadmap includes a speculative bet that requires a go/no-go demand checkpoint before entering the next planning cycle.
Workflow
- Gather the qualitative inputs: discovery brief, JTBD cards, NPS verbatims, and support-ticket clusters related to the proposed solution.
- Define the demand question in measurable terms (e.g., "Do at least 15% of target-persona accounts exhibit this workflow pain weekly?").
- Identify quantitative proxies appropriate to the stage:
- Pre-build: search volume (Google Trends, keyword tools), waitlist or landing-page sign-ups, fake-door test CTR.
- Competitor proxy: feature-adoption data from public case studies, G2/Capterra review mining, job-posting signals.
- Internal proxy: related-feature usage telemetry, expansion-revenue correlation, churn-reason tagging.
- Design and run the cheapest viable test -- typically a fake-door experiment, survey, or concierge MVP -- with a pre-committed success threshold.
- Collect results over the agreed measurement window; reject early reads that lack statistical stability.
- Triangulate qualitative and quantitative findings into a demand verdict: validated, inconclusive, or invalidated.
- Update the RICE confidence score for the relevant backlog items based on the verdict.
- Publish the demand-validation brief and route to
roadmap-placer for scheduling implications or to backlog-populator to create/archive items accordingly.
Anti-Patterns
- Validating demand with existing customers only. Surveying the current user base measures satisfaction, not market demand; it misses the non-customer segment entirely. Why: demand validation must include the addressable market, not just the installed base, to avoid survivorship bias.
- Accepting stated intent as demand. "Would you use this?" surveys inflate demand because respondents face no cost for saying yes. Why: only revealed preference (clicks, sign-ups, payments) reliably predicts adoption.
- Moving the goalposts after results arrive. Lowering the success threshold post-hoc to rescue a favoured idea undermines the entire validation framework. Why: pre-committed thresholds exist to counteract confirmation bias.
- Running validation without a time box. Leaving the measurement window open-ended delays decisions and lets the team cherry-pick favourable data points. Why: bounded windows force timely verdicts and prevent indefinite deferral.
Output
Success:
- A demand-validation brief containing the demand question, proxies tested, raw data, triangulated verdict (validated / inconclusive / invalidated), and updated RICE confidence score.
- A clear recommendation: proceed to build, run a deeper validation round, or archive the opportunity.
Failure:
- The verdict is declared without quantitative evidence, relying solely on qualitative enthusiasm.
- Success thresholds were changed after data collection, making the verdict unreliable for prioritisation.
Related Skills
customer-discovery-planner -- produces the qualitative inputs that demand validation triangulates against.
market-sizer -- provides TAM/SAM context that frames the demand question at the right scale.
roadmap-placer -- consumes the demand verdict to adjust roadmap positioning.
backlog-populator -- creates or archives backlog items based on the validation outcome.
risk-register-builder — sibling skill under the same agent — combine with risk-register-builder for end-to-end coverage
1---2name: demand-validator3description: This skill assesses whether real market demand exists for a proposed solution by triangulating qualitative discovery findings with quantitative signals such as search volume, waitlist conversion, fake-door tests, and competitive proxy data. Use when customer discovery has surfaced a promising opportunity but the team needs evidence of scale before committing engineering resources. Also consider when a feature request appears popular in support tickets but lacks revenue or adoption backing. Suggest when RICE scoring shows high impact but low confidence.4---56# demand-validator78## Agent: Product Manager9L2 product manager (multi-instance) responsible for customer discovery, requirements extraction, sprint planning, backlog management, and go-live approval. Bridges customer needs and engineering delivery.1011Department ethos: [ideal-product.md](../../../../departments/product/ideal-product.md)1213## Skill Description14The demand validator determines whether a proposed solution has sufficient real-world demand to justify development investment. It triangulates qualitative signals from customer discovery with quantitative proxies -- search trends, waitlist sign-ups, fake-door click-through rates, competitive feature adoption, and willingness-to-pay indicators -- to produce a demand verdict that feeds RICE confidence scores and roadmap decisions.1516## When to Use17- Customer discovery has validated a problem but the team needs to gauge how many people share it before investing engineering effort.18- A feature request ranks high in support-ticket volume but has not been tested for willingness to pay or switch.19- RICE scoring on a backlog item shows high impact but confidence is rated low due to lack of quantitative demand evidence.20- A competitor has launched a similar capability and the team needs to assess whether the market pull is real or hype-driven.21- The roadmap includes a speculative bet that requires a go/no-go demand checkpoint before entering the next planning cycle.2223## Workflow241. Gather the qualitative inputs: discovery brief, JTBD cards, NPS verbatims, and support-ticket clusters related to the proposed solution.252. Define the demand question in measurable terms (e.g., "Do at least 15% of target-persona accounts exhibit this workflow pain weekly?").263. Identify quantitative proxies appropriate to the stage:27 - **Pre-build:** search volume (Google Trends, keyword tools), waitlist or landing-page sign-ups, fake-door test CTR.28 - **Competitor proxy:** feature-adoption data from public case studies, G2/Capterra review mining, job-posting signals.29 - **Internal proxy:** related-feature usage telemetry, expansion-revenue correlation, churn-reason tagging.304. Design and run the cheapest viable test -- typically a fake-door experiment, survey, or concierge MVP -- with a pre-committed success threshold.315. Collect results over the agreed measurement window; reject early reads that lack statistical stability.326. Triangulate qualitative and quantitative findings into a demand verdict: **validated**, **inconclusive**, or **invalidated**.337. Update the RICE confidence score for the relevant backlog items based on the verdict.348. Publish the demand-validation brief and route to `roadmap-placer` for scheduling implications or to `backlog-populator` to create/archive items accordingly.3536## Anti-Patterns37- **Validating demand with existing customers only.** Surveying the current user base measures satisfaction, not market demand; it misses the non-customer segment entirely. *Why: demand validation must include the addressable market, not just the installed base, to avoid survivorship bias.*38- **Accepting stated intent as demand.** "Would you use this?" surveys inflate demand because respondents face no cost for saying yes. *Why: only revealed preference (clicks, sign-ups, payments) reliably predicts adoption.*39- **Moving the goalposts after results arrive.** Lowering the success threshold post-hoc to rescue a favoured idea undermines the entire validation framework. *Why: pre-committed thresholds exist to counteract confirmation bias.*40- **Running validation without a time box.** Leaving the measurement window open-ended delays decisions and lets the team cherry-pick favourable data points. *Why: bounded windows force timely verdicts and prevent indefinite deferral.*4142## Output4344**Success:**45- A demand-validation brief containing the demand question, proxies tested, raw data, triangulated verdict (validated / inconclusive / invalidated), and updated RICE confidence score.46- A clear recommendation: proceed to build, run a deeper validation round, or archive the opportunity.4748**Failure:**49- The verdict is declared without quantitative evidence, relying solely on qualitative enthusiasm.50- Success thresholds were changed after data collection, making the verdict unreliable for prioritisation.5152## Related Skills53- `customer-discovery-planner` -- produces the qualitative inputs that demand validation triangulates against.54- `market-sizer` -- provides TAM/SAM context that frames the demand question at the right scale.55- `roadmap-placer` -- consumes the demand verdict to adjust roadmap positioning.56- `backlog-populator` -- creates or archives backlog items based on the validation outcome.57- [`risk-register-builder`](../risk-register-builder/SKILL.md) — sibling skill under the same agent — combine with risk-register-builder for end-to-end coverage