desire-evaluator
Scores the strength of core human desire motivations (survival, status, belonging, control, curiosity) for a given app idea to predict user pull and…
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
<!-- version: 0.1.0 | outputs: memory/ideas/<slug>/desire_scores.json -->
Skill: desire-evaluator
Purpose
Apps that tap into primal human desires outperform apps that only solve functional problems. This skill scores how strongly an app idea connects to core motivational drivers, which predicts organic virality, retention, and pricing power.
Input
- Idea slug
- App concept description
- Optional:
memory/ideas/<slug>/user_extraction.json(identity driver) - Use this file as reference of what drives core human desires
memory/extra-context/core-human-desires.md
Desire Dimensions
| Dimension | Description | Example App |
|---|---|---|
| Survival | Health, safety, financial security | Calorie tracker, budgeting app |
| Status | Looking good, achieving, winning | Fitness leaderboard, portfolio tracker |
| Belonging | Community, connection, not being alone | Group savings, running clubs |
| Control | Mastery, autonomy, reducing chaos | Task manager, habit tracker |
| Curiosity | Learning, discovery, novelty | Language app, quiz game |
Process
<!-- TODO: Add scoring rubric with question bank per dimension -->
<!-- TODO: Define what score justifies proceeding (e.g., at least one dimension ≥ 4) -->
- Score each dimension 1–5 based on how directly the app taps into it.
- Identify the primary and secondary desire drivers.
- Compute overall desire strength (weighted average).
- Flag if no dimension scores ≥ 3 (weak desire signal → high churn risk).
Output
Write to memory/ideas/<slug>/desire_scores.json:
{
"scores": {
"survival": 0,
"status": 0,
"belonging": 0,
"control": 0,
"curiosity": 0
},
"primary_driver": "",
"secondary_driver": "",
"desire_strength": 0,
"desire_strength_label": "strong | moderate | weak",
"virality_potential": "high | medium | low",
"notes": ""
}
Notes
<!-- TODO: Add cross-reference with retention-predictor — desire strength should inform habit score -->
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
同名技能的其他版本
有 3 个不同仓库或目录里都有叫 desire-evaluator 的技能。它们内容并不相同,别混用:
- MaxKmet/idea-validation-agents — Scores human desire motivations (survival, status, belonging, control, curiosity). See can
- MaxKmet/idea-validation-agents — Scores human desire motivations (survival, status, belonging, control, curiosity). See can