Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

validation-frameworks验证框架

Agent Skill

validation-frameworks 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

233

周安装

10

GitHub Stars

80

下载量

82
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:validation-frameworks(验证框架)
来源仓库:https://github.com/slgoodrich/agents
仓库路径:skills/validation-frameworks
安装命令:
npx skills add https://github.com/slgoodrich/agents --skill validation-frameworks
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/slgoodrich/agents --skill validation-frameworks

简介

validation-frameworks 用于查找和筛选相关信息,支持基于关键词的任务场景检索。

  • 适用于快速定位候选结果,辅助根据来源线索进行信息聚合。
  • 通过 GitHub 安装,使用 npx skills add 命令添加指定仓库的技能模块。
  • 建议确认权限范围和维护状态,避免触发不必要的联网、命令执行或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Validation Frameworks

Frameworks for validating problems, solutions, and product assumptions before committing to full development.

When to Use This Skill

Auto-loaded by agents:

  • research-ops - For problem/solution validation and assumption testing

Use when you need:

  • Validating product ideas before building
  • Testing assumptions and hypotheses
  • De-risking product decisions
  • Running MVP experiments
  • Validating problem-solution fit
  • Testing willingness to pay
  • Evaluating technical feasibility

Core Principle: Reduce Risk Through Learning

Building the wrong thing is expensive. Validation reduces risk by answering critical questions before major investment:

  • Problem validation: Is this a real problem worth solving?
  • Solution validation: Does our solution actually solve the problem?
  • Market validation: Will people pay for this?
  • Usability validation: Can people use it?
  • Technical validation: Can we build it?

The Validation Spectrum

Validation isn't binary (validated vs. not validated). It's a spectrum of confidence:

Wild Guess → Hypothesis → Validated Hypothesis → High Confidence → Proven

Early stage: Cheap, fast tests (low confidence gain) Later stage: More expensive tests (high confidence gain)

Example progression:

  1. Assumption: "Busy parents struggle to plan healthy meals"
  2. Interview 5 parents → Some validation (small sample)
  3. Survey 100 parents → More validation (larger sample)
  4. Prototype test with 20 parents → Strong validation (behavior observed)
  5. Launch MVP, track engagement → Very strong validation (real usage)
  6. Measure retention after 3 months → Proven (sustained behavior)

Problem Validation vs. Solution Validation

Problem Validation

Question: "Is this a problem worth solving?"

Goal: Confirm that:

  • The problem exists
  • It's painful enough that people want it solved
  • It's common enough to matter
  • Current solutions are inadequate

Methods:

  • Customer interviews (discovery-focused)
  • Ethnographic observation
  • Surveys about pain points
  • Data analysis (support tickets, analytics)
  • Jobs-to-be-Done interviews

Red flags that stop here:

  • No one cares about this problem
  • Existing solutions work fine
  • Problem only affects tiny niche
  • Pain point is mild annoyance, not real pain

Output: Problem statement + evidence it's worth solving

See assets/problem-validation-canvas.md for a ready-to-use framework.


Solution Validation

Question: "Does our solution solve the problem?"

Goal: Confirm that:

  • Our solution addresses the problem
  • Users understand it
  • Users would use it
  • It's better than alternatives
  • Value proposition resonates

Methods:

  • Prototype testing
  • Landing page tests
  • Concierge MVP (manual solution)
  • Wizard of Oz (fake backend)
  • Pre-sales or waitlist signups

Red flags:

  • Users don't understand the solution
  • They prefer their current workaround
  • Would use it but not pay for it
  • Solves wrong part of the problem

Output: Validated solution concept + evidence of demand

See assets/solution-validation-checklist.md for validation steps.


The Assumption-Validation Cycle

1. Identify Assumptions

Every product idea rests on assumptions. Make them explicit.

Types of assumptions:

Desirability: Will people want this?

  • "Users want to track their habits"
  • "They'll pay $10/month for this"
  • "They'll invite their friends"

Feasibility: Can we build this?

  • "We can process data in under 1 second"
  • "We can integrate with their existing tools"
  • "Our team can build this in 3 months"

Viability: Should we build this?

  • "Customer acquisition cost will be under $50"
  • "Retention will be above 40% after 30 days"
  • "We can reach 10k users in 12 months"

Best practice: Write assumptions as testable hypotheses

  • Not: "Users need this feature"
  • Yes: "At least 60% of users will use this feature weekly"

2. Prioritize Assumptions to Test

Not all assumptions are equally important. Prioritize by:

Risk: How uncertain are we? (Higher risk = higher priority) Impact: What happens if we're wrong? (Higher impact = higher priority)

Prioritization matrix:

Risk/ImpactHigh ImpactLow Impact
High RiskTest firstTest second
Low RiskTest secondMaybe skip

Riskiest assumptions (test these first):

  • Leap-of-faith assumptions the entire business depends on
  • Things you've never done before
  • Assumptions about user behavior with no data
  • Technical feasibility of core functionality

Lower-risk assumptions (test later or assume):

  • Based on prior experience
  • Easy to change if wrong
  • Industry best practices
  • Minor features

3. Design Validation Experiments

For each assumption, design the cheapest test that could prove it wrong.

Experiment design principles:

1. Falsifiable: Can produce evidence that assumption is wrong 2. Specific: Clear success/failure criteria defined upfront 3. Minimal: Smallest effort needed to learn 4. Fast: Results in days/weeks, not months 5. Ethical: Don't mislead or harm users

The Experiment Canvas: See assets/validation-experiment-template.md


4. Run the Experiment

Before starting:

  • Define success criteria ("At least 40% will click")
  • Set sample size ("Test with 50 users")
  • Decide timeframe ("Run for 1 week")
  • Identify what success/failure would mean for product

During:

  • Track metrics rigorously
  • Document unexpected learnings
  • Don't change experiment mid-flight

After:

  • Analyze results honestly (avoid confirmation bias)
  • Document what you learned
  • Decide: Pivot, persevere, or iterate

Validation Methods by Fidelity

Low-Fidelity (Hours to Days)

1. Customer Interviews

  • Cost: Very low (just time)
  • Validates: Problem existence, pain level, current solutions
  • Limitations: What people say ≠ what they do
  • Best for: Early problem validation

2. Surveys

  • Cost: Low
  • Validates: Problem prevalence, feature preferences
  • Limitations: Response bias, can't probe deeply
  • Best for: Quantifying what you learned qualitatively

3. Landing Page Test

  • Cost: Low (1-2 days to build)
  • Validates: Interest in solution, value proposition clarity
  • Measure: Email signups, clicks to "Get Started"
  • Best for: Demand validation before building

4. Paper Prototypes

  • Cost: Very low (sketch on paper/whiteboard)
  • Validates: Concept understanding, workflow feasibility
  • Limitations: Low realism
  • Best for: Very early solution concepts

Medium-Fidelity (Days to Weeks)

5. Clickable Prototypes

  • Cost: Medium (design tool, 2-5 days)
  • Validates: User flow, interaction patterns, comprehension
  • Tools: Figma, Sketch, Adobe XD
  • Best for: Usability validation pre-development

6. Concierge MVP

  • Cost: Medium (your time delivering manually)
  • Validates: Value of outcome, willingness to use/pay
  • Example: Manually curate recommendations before building algorithm
  • Best for: Validating value before automation

7. Wizard of Oz MVP

  • Cost: Medium (build facade, manual backend)
  • Validates: User behavior, feature usage, workflows
  • Example: "AI" feature that's actually humans behind the scenes
  • Best for: Testing expensive-to-build features

High-Fidelity (Weeks to Months)

8. Functional Prototype

  • Cost: High (weeks of development)
  • Validates: Technical feasibility, actual usage patterns
  • Limitations: Expensive if you're wrong
  • Best for: After other validation, final pre-launch check

9. Private Beta

  • Cost: High (full build + support)
  • Validates: Real-world usage, retention, bugs
  • Best for: Pre-launch final validation with early adopters

10. Public MVP

  • Cost: Very high (full product)
  • Validates: Product-market fit, business model viability
  • Best for: After all other validation passed

Setting Success Criteria

Before running experiment, define what success looks like.

Framework: Set three thresholds

  1. Strong success: Clear green light, proceed confidently
  2. Moderate success: Promising but needs iteration
  3. Failure: Pivot or abandon

Example: Landing page test

  • Strong success: > 30% email signup rate
  • Moderate success: 15-30% signup rate
  • Failure: < 15% signup rate

Example: Prototype test

  • Strong success: 8/10 users complete task, would use weekly
  • Moderate success: 5-7/10 complete, would use monthly
  • Failure: < 5/10 complete or no usage intent

Important: Decide criteria before seeing results to avoid bias.


Teresa Torres Continuous Discovery Validation

Opportunity Solution Trees

Map opportunities (user needs) to solutions to validate:

Outcome
└── Opportunity 1
    ├── Solution A
    ├── Solution B
    └── Solution C
└── Opportunity 2
    └── Solution D

Validate each level:

  1. Outcome: Is this the right goal?
  2. Opportunities: Are these real user needs?
  3. Solutions: Will this solution address the opportunity?

Assumption Testing

For each solution, map assumptions:

Desirability assumptions: Will users want this? Usability assumptions: Can users use this? Feasibility assumptions: Can we build this? Viability assumptions: Should we build this?

Then test riskiest assumptions first with smallest possible experiments.

Weekly Touchpoints

Continuous discovery = continuous validation:

  • Weekly customer interviews (problem + solution validation)
  • Weekly prototype tests with 2-3 users
  • Weekly assumption tests (small experiments)

Goal: Continuous evidence flow, not one-time validation.

See references/lean-startup-validation.md and references/assumption-testing-methods.md for detailed methodologies.


Common Validation Anti-Patterns

1. Fake Validation

What it looks like:

  • Asking friends and family (they'll lie to be nice)
  • Leading questions ("Wouldn't you love...?")
  • Testing with employees
  • Cherry-picking positive feedback

Fix: Talk to real users, ask open-ended questions, seek disconfirming evidence.


2. Analysis Paralysis

What it looks like:

  • Endless research without decisions
  • Testing everything before building anything
  • Demanding statistical significance with 3 data points

Fix: Accept uncertainty, set decision deadlines, bias toward action.


3. Confirmation Bias

What it looks like:

  • Only hearing what confirms existing beliefs
  • Dismissing negative feedback as "they don't get it"
  • Stopping research when you hear what you wanted

Fix: Actively seek disconfirming evidence, set falsifiable criteria upfront.


4. Vanity Validation

What it looks like:

  • "I got 500 email signups!" (but 0 conversions)
  • "People loved the demo!" (but won't use it)
  • "We got great feedback!" (but all feature requests, no usage)

Fix: Focus on behavior over opinions, retention over acquisition.


5. Building Instead of Validating

What it looks like:

  • "Let's build it and see if anyone uses it"
  • "It'll only take 2 weeks" (takes 2 months)
  • Full build before any user contact

Fix: Always do cheapest possible test first, build only after validation.


Validation Checklist by Stage

Idea Stage

  • Problem validated through customer interviews
  • Current solutions identified and evaluated
  • Target user segment defined and accessible
  • Pain level assessed (nice-to-have vs. must-have)

Concept Stage

  • Solution concept tested with users
  • Value proposition resonates
  • Demand signal measured (signups, interest)
  • Key assumptions identified and prioritized

Pre-Build Stage

  • Prototype tested with target users
  • Core workflow validated
  • Pricing validated (willingness to pay)
  • Technical feasibility confirmed

MVP Stage

  • Beta users recruited
  • Usage patterns observed
  • Retention measured
  • Unit economics validated

Ready-to-Use Resources

In assets/:

  • problem-validation-canvas.md: Framework for validating problems before solutions
  • solution-validation-checklist.md: Step-by-step checklist for solution validation
  • validation-experiment-template.md: Design experiments to test assumptions

In references/:

  • lean-startup-validation.md: Build-Measure-Learn cycle, MVP types, pivot decisions
  • assumption-testing-methods.md: Comprehensive assumption testing techniques

Troubleshooting

"I validated the problem but the solution still failed": Problem validation and solution validation are separate steps. Confirming a problem exists doesn't mean your specific solution is right. Run a concierge or Wizard of Oz test before building anything.

"My MVP got no signups": Either the problem isn't urgent enough, your audience can't find you, or your messaging doesn't communicate the value. Check distribution before blaming the product. A landing page with 0 signups is a distribution problem; one with signups but no activation is a product problem.

"Stakeholders want to skip validation and just build it": Frame validation as de-risking, not delaying. "We can spend 2 weeks testing this assumption, or 3 months building something nobody wants." Quantify the cost of being wrong.


Related Skills

  • product-market-fit - Measuring and achieving product-market fit after validation
  • interview-frameworks - Interview techniques for problem discovery
  • user-research-techniques - Broader research methods for gathering validation data
  • market-sizing-frameworks - Validating market size before committing

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.3%
按下载量换算30

Claude

30.74%
按下载量换算25

Cursor

18.67%
按下载量换算15

Gemini CLI

9.53%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills