retention-predictor
Predicts retention potential by evaluating usage frequency, habit formation mechanics, and churn risk factors for a B2C app idea.
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
<!-- version: 0.1.0 | outputs: memory/ideas/<slug>/retention.json -->
Skill: retention-predictor
Purpose
Retention determines LTV. An app that churns users in week 1 can't build a business regardless of acquisition. This skill evaluates how sticky the idea is structurally — not based on feature lists, but on the underlying usage pattern and habit formation potential.
Input
- Idea slug
- App concept description
memory/ideas/<slug>/desire_scores.json(desire strength informs habit potential)memory/ideas/<slug>/user_extraction.json(usage frequency from pain map)
Evaluation Factors
| Factor | High Retention Signal | Low Retention Signal |
|---|---|---|
| Usage frequency | Daily or multiple times/day | Weekly or less |
| External trigger | Clear real-world trigger (meal, workout, payday) | No natural trigger |
| Progress/reward loop | Clear progress visible over time | No feedback loop |
| Network effects | Gets better with more users | No network component |
| Data lock-in | User data accumulates | Nothing to lose by leaving |
| Habit stack | Fits into existing daily routine | Requires behavior change |
Process
<!-- TODO: Add D1/D7/D30 retention benchmark database by app category -->
<!-- TODO: Add churn risk scoring rubric -->
- Estimate natural usage frequency based on the problem (daily tooth brushing vs. annual tax filing).
- Identify external triggers that would cue app usage.
- Score habit formation potential (1–5) across the six factors above.
- Estimate D1, D7, D30 retention benchmarks for the app category.
- Flag high churn risk factors.
Output
Write to memory/ideas/<slug>/retention.json:
{
"natural_usage_frequency": "multiple daily | daily | weekly | monthly | infrequent",
"external_trigger": "",
"habit_formation_score": 0,
"churn_risk_factors": [],
"estimated_retention": {
"d1": 0,
"d7": 0,
"d30": 0
},
"churn_risk": "low | medium | high",
"retention_verdict": "sticky | moderate | disposable"
}
Notes
<!-- TODO: Cross-reference with desire_scores — survival/control desires = higher retention -->
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
同名技能的其他版本
有 3 个不同仓库或目录里都有叫 retention-predictor 的技能。它们内容并不相同,别混用:
- MaxKmet/idea-validation-agents — Predicts retention via usage frequency, habit formation, and churn risk. See canonical def
- MaxKmet/idea-validation-agents — Predicts retention via usage frequency, habit formation, and churn risk. See canonical def