Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计未展示

prototyping-pretotyping原型设计 原型设计

Agent Skill

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

总安装

1,080

周安装

45

GitHub Stars

公开资料未说明

下载量

360
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

AgentSkills.tonpx skills
npx skills add lyndonkl/claude --skill "prototyping-pretotyping"

简介

prototyping-pretotyping 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词快速定位候选结果时使用。

  • 它支持按任务场景或来源线索筛选内容,适用于原型设计、用户测试方案或交互流程梳理。
  • 通过关键词输入和条件过滤,Agent 可输出结构化候选列表,便于后续人工验证或深度分析。
  • 安装前建议确认权限范围和维护状态,注意是否涉及联网、命令执行或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
prototyping-pretotyping
description
Use when testing ideas cheaply before building (pretotyping with fake doors, concierge MVPs, paper prototypes) to validate desirability/feasibility, choosing appropriate prototype fidelity (paper/clickable/coded), running experiments to test assumptions (demand, pricing, workflow), or when user mentions prototype, MVP, fake door test, concierge, Wizard of Oz, landing page test, smoke test, or asks "how can we validate this idea before building?".

Prototyping & Pretotyping

Table of Contents

  1. Purpose
  2. When to Use
  3. What Is It?
  4. Workflow
  5. Common Patterns
  6. Fidelity Ladder
  7. Guardrails
  8. Quick Reference

Purpose

Test assumptions and validate ideas before investing in full development. Use cheapest/fastest method to answer key questions: Do people want this? Will they pay? Can we build it? Does it solve the problem? Pretotype (test idea with minimal implementation) before prototype (build partial version) before product (build full version).

When to Use

Use this skill when:

  • High uncertainty: Unvalidated assumptions about customer demand, willingness to pay, or technical feasibility
  • Before building: Need evidence before committing resources to full development
  • Feature prioritization: Multiple ideas, limited resources, want data to decide
  • Pivot evaluation: Considering major direction change, need quick validation
  • Stakeholder buy-in: Need evidence to convince execs/investors idea is worth pursuing
  • Pricing uncertainty: Don't know what customers will pay
  • Workflow validation: Unsure if proposed solution fits user mental model
  • Technical unknowns: New technology, integration, or architecture approach needs validation

Common triggers:

  • "Should we build this feature?"
  • "Will customers pay for this?"
  • "Can we validate demand before building?"
  • "What's the cheapest way to test this idea?"
  • "How do we know if users want this?"

What Is It?

Pretotyping (Alberto Savoia): Test if people want it BEFORE building it

  • Fake it: Landing page, "Buy Now" button that shows "Coming Soon", mockup videos
  • Concierge: Manually deliver service before automating (e.g., manually curate results before building algorithm)
  • Wizard of Oz: Appear automated but human-powered behind scenes

Prototyping: Build partial/simplified version to test assumptions

  • Paper prototype: Sketches, wireframes (test workflow/structure)
  • Clickable prototype: Figma/InVision (test interactions/flow)
  • Coded prototype: Working software with limited features (test feasibility/performance)

Example - Testing meal kit delivery service:

  • Pretotype (Week 1): Landing page "Sign up for farm-to-table meal kits, launching soon" → Measure sign-ups
  • Concierge MVP (Week 2-4): Manually source ingredients, pack boxes, deliver to 10 sign-ups → Validate willingness to pay, learn workflow
  • Prototype (Month 2-3): Build supplier database, basic logistics system for 50 customers → Test scalability
  • Product (Month 4+): Full platform with automated sourcing, routing, subscription management

Workflow

Copy this checklist and track your progress:

Prototyping Progress:
- [ ] Step 1: Identify riskiest assumption to test
- [ ] Step 2: Choose pretotype/prototype approach
- [ ] Step 3: Design and build minimum test
- [ ] Step 4: Run experiment and collect data
- [ ] Step 5: Analyze results and decide (pivot/persevere/iterate)

Step 1: Identify riskiest assumption

List all assumptions (demand, pricing, feasibility, workflow), rank by risk (probability of being wrong × impact if wrong). Test highest-risk assumption first. See Common Patterns for typical assumptions by domain.

Step 2: Choose approach

Match test method to assumption and available time/budget. See Fidelity Ladder for choosing appropriate fidelity. Use resources/template.md for experiment design.

Step 3: Design and build minimum test

Create simplest artifact that tests assumption (landing page, paper prototype, manual service delivery). See resources/methodology.md for specific techniques (fake door, concierge, Wizard of Oz, paper prototyping).

Step 4: Run experiment

Deploy test, recruit participants, collect quantitative data (sign-ups, clicks, payments) and qualitative feedback (interviews, observations). Aim for minimum viable data (n=5-10 for qualitative, n=100+ for quantitative confidence).

Step 5: Analyze and decide

Compare results to success criteria (e.g., "10% conversion validates demand"). Decide: Pivot (assumption wrong, change direction), Persevere (assumption validated, build it), or Iterate (mixed results, refine and re-test).

Common Patterns

By assumption type:

Demand Assumption ("People want this"):

  • Test: Fake door (landing page with "Buy Now" → "Coming Soon"), pre-orders, waitlist sign-ups
  • Success criteria: X% conversion, Y sign-ups in Z days
  • Example: "10% of visitors sign up for waitlist in 2 weeks" → validates demand

Pricing Assumption ("People will pay $X"):

  • Test: Price on landing page, offer with multiple price tiers, A/B test prices
  • Success criteria: Z% conversion at target price
  • Example: "5% convert at $49/mo" → validates pricing

Workflow Assumption ("This solves user problem in intuitive way"):

  • Test: Paper prototype, task completion with clickable prototype
  • Success criteria: X% complete task without help, <Y errors
  • Example: "8/10 users complete checkout in <2 minutes with 0 errors" → validates workflow

Feasibility Assumption ("We can build/scale this"):

  • Test: Technical spike, proof-of-concept with real data, manual concierge first
  • Success criteria: Performance meets targets, costs within budget
  • Example: "API responds in <500ms at 100 req/sec" → validates architecture

Value Proposition Assumption ("Customers prefer our approach over alternatives"):

  • Test: A/B test messaging, fake door with different value props, competitor comparison
  • Success criteria: X% choose our approach over alternative
  • Example: "60% choose AI-powered vs manual curation" → validates differentiation

Fidelity Ladder

Choose appropriate fidelity for your question:

Level 0 - Pretotype (Hours to Days, $0-100):

  • What: Fake it before building anything real
  • When: Test demand, pricing, value prop assumptions
  • Methods: Landing page with sign-up, fake door test, manual concierge, video mockup
  • Example: Dropbox video showing product before building it (3-4 min video, 70K→75K sign-ups overnight)
  • Pros: Fastest, cheapest, tests real behavior (not opinions)
  • Cons: Can't test workflow/usability in detail, ethical concerns if too deceptive

Level 1 - Paper Prototype (Hours to Days, $0-50):

  • What: Hand-drawn sketches, printed screens, index cards
  • When: Test workflow, information architecture, screen structure
  • Methods: Users "click" on paper, you swap screens, observe confusion points
  • Example: Banking app - 10 paper screens, users simulate depositing check, identify 3 workflow issues
  • Pros: Very fast to iterate (redraw in minutes), forces focus on structure not polish
  • Cons: Can't test real interactions (gestures, animations), feels "fake" to users

Level 2 - Clickable Prototype (Days to Week, $100-500):

  • What: Interactive mockups in Figma, InVision, Adobe XD (no real code)
  • When: Test user flow, UI patterns, interaction design
  • Methods: Users complete tasks, measure success rate/time/errors, collect feedback
  • Example: E-commerce checkout - 8 screens, 20 users, 15% abandon at shipping → fix before coding
  • Pros: Looks real, easy to change, tests realistic interactions
  • Cons: Can't test performance, scalability, backend complexity

Level 3 - Coded Prototype (Weeks to Month, $1K-10K):

  • What: Working software with limited features, subset of data, shortcuts
  • When: Test technical feasibility, performance, integration complexity
  • Methods: Real users with real tasks, measure latency/errors, validate architecture
  • Example: Search engine - 10K documents (not 10M), 50 users, <1s response time → validates approach
  • Pros: Tests real technical constraints, reveals integration issues
  • Cons: More expensive/time-consuming, harder to throw away if wrong

Level 4 - Minimum Viable Product (Months, $10K-100K+):

  • What: Simplest version that delivers core value to real customers
  • When: Assumptions mostly validated, ready for market feedback
  • Methods: Launch to small segment, measure retention/revenue, iterate based on data
  • Example: Instagram v1 - photo filters only (no video, stories, reels), launched to small group
  • Pros: Real market validation, revenue, learning
  • Cons: Expensive, longer timeline, public commitment

Guardrails

Ensure quality:

  1. Test riskiest assumption first: Don't test what you're confident about

- ✓ "Will customers pay $X?" (high uncertainty) before "Can we make button blue?" (trivial) - ❌ Testing minor details before validating core value

  1. Match fidelity to question: Don't overbuild for question at hand

- ✓ Paper prototype for testing workflow (hours), coded prototype for testing latency (weeks) - ❌ Building coded prototype to test if users like color scheme (overkill)

  1. Set success criteria before testing: Avoid confirmation bias

- ✓ "10% conversion validates demand" (decided before test) - ❌ "7% conversion? That's pretty good!" (moving goalposts after test)

  1. Test with real target users: Friends/family are not representative

- ✓ Recruit from target segment (e.g., enterprise IT buyers for B2B SaaS) - ❌ Test with whoever is available (founder's friends who are polite)

  1. Observe behavior, not opinions: What people do > what they say

- ✓ "50% clicked 'Buy Now' but 0% completed payment" (real behavior → pricing/friction issue) - ❌ "Users said they'd pay $99/mo" (opinion, not reliable predictor)

  1. Be transparent about faking it: Ethical pretotyping

- ✓ "Sign up for early access" or "Launching soon" (honest) - ❌ Charging credit cards for fake product, promising features you won't build (fraud)

  1. Throw away prototypes: Don't turn prototype code into production

- ✓ Rebuild with proper architecture after validation - ❌ Ship prototype code (technical debt, security issues, scalability problems)

  1. Iterate quickly: Multiple cheap tests > one expensive test

- ✓ 5 paper prototypes in 1 week (test 5 approaches) - ❌ 1 coded prototype in 1 month (locked into one approach)

Quick Reference

Resources:

Success criteria:

  • ✓ Identified 3-5 riskiest assumptions ranked by risk (prob wrong × impact if wrong)
  • ✓ Tested highest-risk assumption with minimum fidelity needed
  • ✓ Set quantitative success criteria before testing (e.g., "10% conversion")
  • ✓ Recruited real target users (n=5-10 qualitative, n=100+ quantitative)
  • ✓ Collected behavior data (clicks, conversions, task completion), not just opinions
  • ✓ Results clear enough to make pivot/persevere/iterate decision
  • ✓ Documented learning and shared with team

Common mistakes:

  • ❌ Testing trivial assumptions before risky ones
  • ❌ Overbuilding (coded prototype when landing page would suffice)
  • ❌ No success criteria (moving goalposts after test)
  • ❌ Testing with wrong users (friends/family, not target segment)
  • ❌ Relying on opinions ("users said they liked it") not behavior
  • ❌ Analysis paralysis (perfect prototype before testing)
  • ❌ Shipping prototype code (technical debt disaster)
  • ❌ Testing one thing when could test many (cheap tests run serially/parallel)

When to use alternatives:

  • A/B testing: When have existing product/traffic, want to compare variations
  • Surveys: When need quantitative opinions at scale (but remember: opinions ≠ behavior)
  • Customer interviews: When understanding problem/context, not testing solution
  • Beta testing: When product mostly built, need feedback on polish/bugs
  • Smoke test: Same as pretotype (measure interest before building)

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

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

平台分布

Claude Code

27.38%
按下载量换算99

Gemini CLI

22.4%
按下载量换算81

Antigravity

16.78%
按下载量换算60

windsurf

11.31%
按下载量换算41

OpenCode

8.64%
按下载量换算31

github-copilot

3.74%
按下载量换算13

安全审计

暂无安全审计结果可展示。

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills