← 返回
未分类 中文

Pain to MVP

Discover and structure product opportunities from public user discussions, then convert top opportunities into a lightweight PRD for a coding agent. Use when...
从公开的用户讨论中发现并梳理产品机会,随后将优选机会转化为适用于编码代理的轻量级需求文档。适用于...
zhao-weijie zhao-weijie 来源
未分类 clawhub v1.0.2 1 版本 100000 Key: 无需
★ 0
Stars
📥 389
下载
💾 0
安装
1
版本
#latest

概述

Painpoint To MVP

Modes

  1. Discovery mode: find and rank product opportunities from public user discussion evidence.
  2. PRD mode: turn one persisted opportunity into a lightweight PRD for a coding agent.

If the user asks for both, discovery comes first.

Hard Rules

  • references/contracts.md is the only runtime contract reference.
  • Only inspect scripts when a documented helper command fails unexpectedly or when explicitly modifying this skill.
  • Read references/contracts.md once per run, not repeatedly.

Preferred Commands

Use these commands for normal operation:

  • npm run bootstrap:tidb
  • npm run tidb -- save-evidence-batch
  • npm run tidb -- save-opportunity-batch
  • npm run tidb -- get-opportunity
  • npm run tidb -- save-prd
  • npm run tidb -- get-prd
  • npm run tidb -- list-runs

Compatibility-only commands:

  • npm run tidb -- save-evidence
  • npm run tidb -- save-opportunity

Use the single-row save commands only for manual recovery or compatibility flows.

Normal Execution Defaults

  • Check required environment once per run.
  • Collect evidence first, then persist in batch.
  • Prefer JSON via stdin over temp files.
  • Use --input-file only when the payload is too large or awkward for stdin.

Discovery Mode

  1. Read references/contracts.md once.
  2. Check required environment.
  3. Collect evidence with search/scraping tools or skills (e.g. bundled websearch, meirkad/bright-data, buksan1950/reddit-readonly).
  4. Persist all evidence with save-evidence-batch.
  5. Cluster and rank opportunities using the contract rubric.
  6. Persist ranked opportunities with save-opportunity-batch.
  7. Return a ranked summary with run_id, opportunity_id, score, confidence, and caveats.

PRD Mode

  1. Resolve the target opportunity by opportunity_id, or by run_id plus rank when explicitly provided.
  2. Read the persisted opportunity with get-opportunity.
  3. Generate the PRD from the persisted opportunity and its evidence, not chat memory.
  4. Persist the PRD with save-prd.
  5. Return the human-readable PRD and include prd_id.

Non-Drift Rules

  • Never invent SQL. Use the documented helper commands.
  • Never generate a PRD from an unpersisted opportunity summary.
  • Never use conversational numbering like "opportunity #2" as the only identifier once results are persisted.
  • Never claim product-market fit.
  • When evidence is weak, say insufficient evidence.
  • Preserve contradictions when sources disagree.

Quality Bar

  • Prefer repeated, concrete complaints over clever one-offs.
  • Distinguish category pain from vendor-specific complaints.
  • Keep evidence traceable through source_url, pain_cluster_id, and persisted identifiers.
  • Optimize PRDs for a coding agent with explicit scope, non-goals, constraints, and acceptance criteria.

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-05-03 10:42 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Brightdata

zhao-weijie
通过 Bright Data API 获取 Google 搜索结果和网页抓取。适用于需要结构化搜索结果、分页 SERP 检索或干净标记的场景。
★ 1 📥 500
business-ops

Stripe

byungkyu
Stripe API 集成,支持托管 OAuth,实现对客户、订阅、发票、产品、价格和支付的可写金融集成。
★ 27 📥 26,044
business-ops

Trello

steipete
使用 Trello REST API 管理看板、列表和卡片
★ 162 📥 41,312