user-segmentation-profiler
Classifies the user into an ICP tier (beginner/builder/growth) based on experience, constraints, and goals. Run once per user session before any wor…
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
<!-- version: 0.1.0 | outputs: memory/user_profile.md -->
Skill: user-segmentation-profiler
Purpose
Classify the user into one of three ICP tiers and capture their constraints so all subsequent skills can tailor their output and recommendations appropriately.
Input
- Conversation history or direct user answers about experience, budget, time, and goals.
- Optional: existing
memory/user_profile.md(update if already exists)
Process
<!-- TODO: Add full interview questions and scoring rubric -->
- Ask the user about shipped apps (count, revenue, outcome).
- Ask about available time per week and budget for ads/tools.
- Ask about risk tolerance (need income vs. exploring).
- Score against the tier rubric below.
- Write output to
memory/user_profile.md.
Tier Rubric
| Tier | Criteria |
|---|---|
| beginner | No shipped apps, no audience, needs full guidance |
| builder | Some experience, weak GTM/validation skills |
| growth | Understands CAC/LTV, wants leverage and scale |
Output
Write to memory/user_profile.md (merge with existing if present):
{
"icp_tier": "beginner | builder | growth",
"budget_constraint": "low | medium | high",
"time_per_week_hours": 0,
"risk_tolerance": "low | medium | high",
"strategy_recommendations": []
}
Notes
<!-- TODO: Handle case where user refuses to answer questions -->
<!-- TODO: Define re-segmentation trigger (e.g., user reveals new info mid-session) -->
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
同名技能的其他版本
有 3 个不同仓库或目录里都有叫 user-segmentation-profiler 的技能。它们内容并不相同,别混用:
- MaxKmet/idea-validation-agents — Classifies the user into an ICP tier (beginner/builder/growth). See canonical definition i
- MaxKmet/idea-validation-agents — Classifies the user into an ICP tier (beginner/builder/growth). See canonical definition i