一键导入
retention-predictor
Predicts retention potential by evaluating usage frequency, habit formation mechanics, and churn risk factors for a B2C app idea.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Predicts retention potential by evaluating usage frequency, habit formation mechanics, and churn risk factors for a B2C app idea.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Analyzes market trends across platforms (TikTok, Reddit, App Store, Google Trends) for a given topic or category. Writes a new file to memory/market_insights/.
Generates evidence-backed pivot options with scoring simulation, effort estimation, and indie buildability filtering. Writes pivot_options.json (structured) and pivot_report.md (human-readable brief). See canonical definition in skills/pivot-engine/SKILL.md.
Generates structured pivot options based on weak scoring dimensions. Writes pivot_options.json (structured) and pivot_report.md (human-readable brief). See canonical definition in skills/pivot-engine/SKILL.md.
Generates structured pivot options for a scored idea based on weak dimensions, market_insights signals, and founder constraints. Includes scoring simulation, minimum viable pivot criteria, effort estimation, and indie buildability filtering.
Models LTV, CAC by channel, LTV:CAC ratios, payback period, and viability verdict using retention data, market_insights calibration, and indie budget tiers. See canonical definition in skills/cac-modeler/SKILL.md.
Maps direct, indirect, substitute, and emerging competitors with review mining, positioning gap analysis, and market_insights-calibrated saturation scoring. See canonical definition in skills/competitor-mapper/SKILL.md.
| name | retention-predictor |
| description | Predicts retention potential by evaluating usage frequency, habit formation mechanics, and churn risk factors for a B2C app idea. |
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.
memory/ideas/<slug>/desire_scores.json (desire strength informs habit potential)memory/ideas/<slug>/user_extraction.json (usage frequency from pain map)| 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 |
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"
}