@dzhechkov/p-replicator 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +314 -0
- package/bin/cli.js +4 -0
- package/package.json +62 -0
- package/src/cli.js +160 -0
- package/src/commands/doctor.js +151 -0
- package/src/commands/init.js +155 -0
- package/src/commands/list.js +133 -0
- package/src/commands/remove.js +111 -0
- package/src/commands/update.js +102 -0
- package/src/utils.js +280 -0
- package/templates/.claude/agents/doc-validator.md +92 -0
- package/templates/.claude/agents/harvest-coordinator.md +91 -0
- package/templates/.claude/agents/product-discoverer.md +57 -0
- package/templates/.claude/agents/replicate-coordinator.md +98 -0
- package/templates/.claude/commands/harvest.md +106 -0
- package/templates/.claude/commands/replicate.md +389 -0
- package/templates/.claude/rules/replicate-pipeline.md +92 -0
- package/templates/.claude/skills/brutal-honesty-review/README.md +218 -0
- package/templates/.claude/skills/brutal-honesty-review/SKILL.md +225 -0
- package/templates/.claude/skills/brutal-honesty-review/resources/assessment-rubrics.md +295 -0
- package/templates/.claude/skills/brutal-honesty-review/resources/review-template.md +102 -0
- package/templates/.claude/skills/brutal-honesty-review/scripts/assess-code.sh +179 -0
- package/templates/.claude/skills/brutal-honesty-review/scripts/assess-tests.sh +223 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/SKILL.md +374 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/claude-md-strategy.md +178 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/enhanced-recommendations.md +416 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/extended-mapping.md +370 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/automation-commands.md +733 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/ddd-agents.md +416 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/ddd-hooks-commands.md +524 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/ddd-skills.md +350 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/enhanced-claude-md.md +235 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/feature-lifecycle-ent.md +400 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/feature-lifecycle.md +325 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/feature-suggestions.md +423 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/insights-system.md +349 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/mcp.md +274 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/start-command.md +283 -0
- package/templates/.claude/skills/explore/SKILL.md +215 -0
- package/templates/.claude/skills/explore/references/questioning-techniques.md +151 -0
- package/templates/.claude/skills/explore/references/task-brief-templates.md +355 -0
- package/templates/.claude/skills/goap-research-ed25519/SKILL.md +415 -0
- package/templates/.claude/skills/goap-research-ed25519/references/ed25519-verification.md +658 -0
- package/templates/.claude/skills/goap-research-ed25519/references/research-actions.md +544 -0
- package/templates/.claude/skills/goap-research-ed25519/references/source-evaluation.md +560 -0
- package/templates/.claude/skills/goap-research-ed25519/scripts/ed25519_verifier.py +662 -0
- package/templates/.claude/skills/goap-research-ed25519/scripts/goap_planner.py +720 -0
- package/templates/.claude/skills/knowledge-extractor/SKILL.md +412 -0
- package/templates/.claude/skills/knowledge-extractor/examples/rate-limiting-extraction.md +259 -0
- package/templates/.claude/skills/knowledge-extractor/modules/01-agent-review.md +192 -0
- package/templates/.claude/skills/knowledge-extractor/modules/02-classify.md +122 -0
- package/templates/.claude/skills/knowledge-extractor/modules/03-decontextualize.md +156 -0
- package/templates/.claude/skills/knowledge-extractor/modules/04-integrate.md +178 -0
- package/templates/.claude/skills/knowledge-extractor/references/artifact-categories.md +342 -0
- package/templates/.claude/skills/knowledge-extractor/references/decontextualization-guide.md +247 -0
- package/templates/.claude/skills/knowledge-extractor/references/maturity-model.md +153 -0
- package/templates/.claude/skills/knowledge-extractor/templates/artifact-card.md +60 -0
- package/templates/.claude/skills/knowledge-extractor/templates/harvest-report.md +70 -0
- package/templates/.claude/skills/knowledge-extractor/templates/toolkit-harvest.md +38 -0
- package/templates/.claude/skills/pipeline-forge/SKILL.md +523 -0
- package/templates/.claude/skills/pipeline-forge/examples/replicate-analysis.md +291 -0
- package/templates/.claude/skills/pipeline-forge/references/patterns-catalog.md +408 -0
- package/templates/.claude/skills/pipeline-forge/references/quality-gates.md +268 -0
- package/templates/.claude/skills/pipeline-forge/references/skill-anatomy.md +292 -0
- package/templates/.claude/skills/pipeline-forge/templates/agent-template.md +60 -0
- package/templates/.claude/skills/pipeline-forge/templates/command-template.md +80 -0
- package/templates/.claude/skills/pipeline-forge/templates/pipeline-template.md +137 -0
- package/templates/.claude/skills/pipeline-forge/templates/skill-template.md +132 -0
- package/templates/.claude/skills/problem-solver-enhanced/SKILL.md +562 -0
- package/templates/.claude/skills/requirements-validator/SKILL.md +121 -0
- package/templates/.claude/skills/requirements-validator/assets/templates/bdd-feature-template.feature +69 -0
- package/templates/.claude/skills/requirements-validator/references/bdd-patterns.md +184 -0
- package/templates/.claude/skills/requirements-validator/references/invest-criteria.md +121 -0
- package/templates/.claude/skills/requirements-validator/references/scoring-system.md +134 -0
- package/templates/.claude/skills/requirements-validator/references/smart-criteria.md +130 -0
- package/templates/.claude/skills/reverse-engineering-unicorn/SKILL.md +194 -0
- package/templates/.claude/skills/reverse-engineering-unicorn/examples/noom-cjm-example.md +100 -0
- package/templates/.claude/skills/reverse-engineering-unicorn/examples/noom-module1-example.md +88 -0
- package/templates/.claude/skills/reverse-engineering-unicorn/modules/01-intelligence.md +328 -0
- package/templates/.claude/skills/reverse-engineering-unicorn/modules/02-product-customers.md +221 -0
- package/templates/.claude/skills/reverse-engineering-unicorn/modules/025-cjm-prototype.md +206 -0
- package/templates/.claude/skills/reverse-engineering-unicorn/modules/03-market-competition.md +402 -0
- package/templates/.claude/skills/reverse-engineering-unicorn/modules/04-business-finance.md +287 -0
- package/templates/.claude/skills/reverse-engineering-unicorn/modules/05-growth-engine.md +290 -0
- package/templates/.claude/skills/reverse-engineering-unicorn/modules/06-playbook-synthesis.md +286 -0
- package/templates/.claude/skills/reverse-engineering-unicorn/references/blue-ocean-canvas.md +39 -0
- package/templates/.claude/skills/reverse-engineering-unicorn/references/industry-benchmarks.md +67 -0
- package/templates/.claude/skills/reverse-engineering-unicorn/references/jtbd-canvas.md +48 -0
- package/templates/.claude/skills/sparc-prd-mini/SKILL.md +955 -0
- package/templates/.claude/skills/sparc-prd-mini/references/sparc-methodology.md +360 -0
- package/templates/.claude/skills/sparc-prd-mini/templates/CLAUDE.md +91 -0
- package/templates/.claude/skills/sparc-prd-mini/templates/prd.md +336 -0
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: reverse-engineering-unicorn
|
|
3
|
+
description: Reverse engineer any company into a launch playbook with clickable CJM prototype. Triggers on "проанализируй компанию", "reverse engineer", "разбери бизнес-модель", "playbook запуска".
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Reverse Engineering Unicorn v2
|
|
7
|
+
|
|
8
|
+
Модульный reverse engineering компаний для создания actionable launch playbook.
|
|
9
|
+
7 модулей × 3 режима глубины × checkpoints × кликабельный CJM прототип.
|
|
10
|
+
|
|
11
|
+
## When To Activate
|
|
12
|
+
|
|
13
|
+
Trigger on:
|
|
14
|
+
- "проанализируй компанию [X]"
|
|
15
|
+
- "reverse engineer [X]"
|
|
16
|
+
- "разбери бизнес-модель [X]"
|
|
17
|
+
- "сделай playbook запуска аналога [X]"
|
|
18
|
+
- "проанализируй стартап [X]"
|
|
19
|
+
|
|
20
|
+
## Architecture
|
|
21
|
+
|
|
22
|
+
```
|
|
23
|
+
SKILL.md (this file — orchestrator)
|
|
24
|
+
├── modules/
|
|
25
|
+
│ ├── 01-intelligence.md → Verified Fact Sheet
|
|
26
|
+
│ ├── 02-product-customers.md → JTBD + Segments + Voice of Customer
|
|
27
|
+
│ ├── 025-cjm-prototype.md → 3 CJM variants → clickable React prototype
|
|
28
|
+
│ ├── 03-market-competition.md → TAM/SAM + Game Theory + TRIZ
|
|
29
|
+
│ ├── 04-business-finance.md → Unit Economics + P&L + Sensitivity
|
|
30
|
+
│ ├── 05-growth-engine.md → Growth Loop + Moats + 2nd-Order
|
|
31
|
+
│ └── 06-playbook-synthesis.md → 90-Day Plan + BS-check
|
|
32
|
+
├── references/
|
|
33
|
+
│ ├── jtbd-canvas.md → JTBD template
|
|
34
|
+
│ ├── blue-ocean-canvas.md → Strategy Canvas template
|
|
35
|
+
│ └── industry-benchmarks.md → Unit economics benchmarks
|
|
36
|
+
└── examples/
|
|
37
|
+
├── noom-module1-example.md → Few-shot for Module 1
|
|
38
|
+
└── noom-cjm-example.md → Few-shot: .jsx structure for CJM
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
## External Skills (loaded via view() in DEEP/VERIFIED modes)
|
|
42
|
+
|
|
43
|
+
| Skill | Modules | Purpose |
|
|
44
|
+
|-------|---------|---------|
|
|
45
|
+
| `explore` | Pre-flight | Clarify vague requests |
|
|
46
|
+
| `goap-research-ed25519` | M1-M5 (DEEP) | Adaptive research: A* + OODA |
|
|
47
|
+
| `goap-research-ed25519` | M1-M5 (VERIFIED) | + Ed25519 crypto verification |
|
|
48
|
+
| `problem-solver-enhanced` | M3,M4,M5 (DEEP) | Game Theory, TRIZ, 2nd-Order |
|
|
49
|
+
| `frontend-design` | M2.5 (DEEP) | Production-grade CJM prototype design |
|
|
50
|
+
| `brutal-honesty-review` | M6 (DEEP) | BS-detection quality gate |
|
|
51
|
+
| `presentation-storyteller` | Post-M6 | Pitch deck generation |
|
|
52
|
+
| `idea2prd-manual` | Post-M6 | PRD for development |
|
|
53
|
+
| `md2pptx` | Post-M6 | Convert .md → .pptx |
|
|
54
|
+
|
|
55
|
+
## Three Modes
|
|
56
|
+
|
|
57
|
+
| Mode | Research | Analysis | Confidence | Time |
|
|
58
|
+
|------|----------|----------|------------|------|
|
|
59
|
+
| 🟢 QUICK | Static queries | Templates only | Manual X/5 | ~70 min |
|
|
60
|
+
| 🔵 DEEP | GOAP A*+OODA | +GT, TRIZ, 2nd-Order, CJM proto, BS-check | Formula | ~140 min |
|
|
61
|
+
| 🟣 VERIFIED | GOAP+Ed25519 | +Crypto signatures, audit trail | +Trusted issuers | ~170 min |
|
|
62
|
+
|
|
63
|
+
## Pipeline
|
|
64
|
+
|
|
65
|
+
```
|
|
66
|
+
INPUT: {COMPANY}, {URL}, {INDUSTRY}, {GEOGRAPHY}, {MODE}
|
|
67
|
+
↓
|
|
68
|
+
MODULE 0: PRE-FLIGHT (if variables unclear → explore skill)
|
|
69
|
+
⏸️ CHECKPOINT 0
|
|
70
|
+
↓
|
|
71
|
+
MODULE 1: INTELLIGENCE → Verified Fact Sheet
|
|
72
|
+
⏸️ CHECKPOINT 1
|
|
73
|
+
↓
|
|
74
|
+
MODULE 2: PRODUCT & CUSTOMERS → JTBD + Segments + Voice
|
|
75
|
+
⏸️ CHECKPOINT 2
|
|
76
|
+
↓
|
|
77
|
+
MODULE 2.5: CJM PROTOTYPE → 3 variants as clickable React app
|
|
78
|
+
• User explores A/B/C variants
|
|
79
|
+
• User compares (⚖️), builds custom mix (🔧), previews (👁)
|
|
80
|
+
• User locks winning CJM (✅) → {CHOSEN_CJM}
|
|
81
|
+
⏸️ CHECKPOINT 2.5
|
|
82
|
+
↓
|
|
83
|
+
MODULE 3: MARKET & COMPETITION → TAM/SAM + Game Theory + TRIZ
|
|
84
|
+
(uses {CHOSEN_CJM} for competitive Aha comparison)
|
|
85
|
+
⏸️ CHECKPOINT 3
|
|
86
|
+
↓
|
|
87
|
+
MODULE 4: BUSINESS & FINANCE → Unit Economics + P&L
|
|
88
|
+
(uses {CHOSEN_CJM} paywall timing for revenue model)
|
|
89
|
+
⏸️ CHECKPOINT 4
|
|
90
|
+
↓
|
|
91
|
+
MODULE 5: GROWTH ENGINE → Loop + Channels + Moats
|
|
92
|
+
(uses {CHOSEN_CJM} core loop for growth strategy)
|
|
93
|
+
⏸️ CHECKPOINT 5
|
|
94
|
+
↓
|
|
95
|
+
MODULE 6: PLAYBOOK SYNTHESIS → 90-Day Plan + BS-check
|
|
96
|
+
(MVP scope = {CHOSEN_CJM} screens)
|
|
97
|
+
⏸️ CHECKPOINT 6 (FINAL)
|
|
98
|
+
↓
|
|
99
|
+
POST: presentation-storyteller / md2pptx / idea2prd-manual
|
|
100
|
+
```
|
|
101
|
+
|
|
102
|
+
## Execution Protocol
|
|
103
|
+
|
|
104
|
+
### Step 0: Extract Variables
|
|
105
|
+
|
|
106
|
+
| Variable | Description | Example |
|
|
107
|
+
|----------|-------------|---------|
|
|
108
|
+
| `{COMPANY}` | Company name | Calendly |
|
|
109
|
+
| `{URL}` | Website | https://calendly.com |
|
|
110
|
+
| `{INDUSTRY}` | Industry | Scheduling / Productivity |
|
|
111
|
+
| `{GEOGRAPHY}` | Launch geography | Россия |
|
|
112
|
+
| `{MODE}` | Analysis mode | QUICK / DEEP / VERIFIED |
|
|
113
|
+
|
|
114
|
+
If variables unclear → `view` the `explore` skill.
|
|
115
|
+
|
|
116
|
+
### Steps 1-6: Sequential Module Execution
|
|
117
|
+
|
|
118
|
+
For each module:
|
|
119
|
+
1. `view` the module file from `modules/`
|
|
120
|
+
2. Substitute {COMPANY}, {URL}, {INDUSTRY}, {GEOGRAPHY}, {MODE}
|
|
121
|
+
3. Execute Research Protocol for selected {MODE}
|
|
122
|
+
4. In DEEP/VERIFIED — `view()` external skills listed in module
|
|
123
|
+
5. `view` any `references/*.md` or `examples/*.md` referenced
|
|
124
|
+
6. Generate structured output per module template
|
|
125
|
+
7. Show CHECKPOINT, wait for user command
|
|
126
|
+
8. On "ок" → next module
|
|
127
|
+
|
|
128
|
+
### Module 2.5 Special: CJM Prototype
|
|
129
|
+
|
|
130
|
+
This module **GENERATES a new React .jsx file** for every company.
|
|
131
|
+
It does NOT show a hardcoded Noom prototype.
|
|
132
|
+
|
|
133
|
+
Flow:
|
|
134
|
+
1. Extract CJM building blocks from M2 output
|
|
135
|
+
2. Generate 3 variant hypotheses (different Aha × Entry × Paywall)
|
|
136
|
+
3. Write .jsx with variant switcher, comparison, builder, scoring
|
|
137
|
+
4. User explores → customizes → locks winning CJM
|
|
138
|
+
5. `{CHOSEN_CJM}` feeds into M3-M6
|
|
139
|
+
|
|
140
|
+
The `examples/noom-cjm-example.md` is a few-shot for CODE STRUCTURE only.
|
|
141
|
+
|
|
142
|
+
### Step 7: Deliver
|
|
143
|
+
|
|
144
|
+
After CHECKPOINT 6:
|
|
145
|
+
1. Compile all outputs into one document
|
|
146
|
+
2. Create .md file, present to user
|
|
147
|
+
3. Offer next steps: pitch deck / PRD / pptx
|
|
148
|
+
|
|
149
|
+
## Checkpoint Commands (all modules)
|
|
150
|
+
|
|
151
|
+
| Command | Action |
|
|
152
|
+
|---------|--------|
|
|
153
|
+
| `ок` / `далее` | Next module |
|
|
154
|
+
| `глубже [topic]` | Additional research |
|
|
155
|
+
| `скорректируй [what]` | Fix output |
|
|
156
|
+
| `переключи на DEEP` | Rebuild in DEEP mode |
|
|
157
|
+
| `переключи на VERIFIED` | Rebuild with Ed25519 |
|
|
158
|
+
| `пропусти` | Skip to next |
|
|
159
|
+
| `стоп` | Save state |
|
|
160
|
+
| `сначала` | Restart current module |
|
|
161
|
+
|
|
162
|
+
## Module 2.5 Extra Commands
|
|
163
|
+
|
|
164
|
+
| Command | Action |
|
|
165
|
+
|---------|--------|
|
|
166
|
+
| `выбираю A/B/C` | Lock variant → M3 |
|
|
167
|
+
| `собираю свой` | Open builder (mix & match) |
|
|
168
|
+
| `ещё вариант: [идея]` | Add variant D |
|
|
169
|
+
| `объедини A+C` | Hybrid variant |
|
|
170
|
+
| `другой Aha в B: [что]` | Rebuild variant B |
|
|
171
|
+
| `перерисуй [screen]` | Change one screen |
|
|
172
|
+
| `без overlay` | Clean prototype for showing clients |
|
|
173
|
+
|
|
174
|
+
## Anti-Hallucination Rules (ALL modes)
|
|
175
|
+
|
|
176
|
+
1. **Search First** — never answer from memory for facts
|
|
177
|
+
2. **Source Attribution** — every fact → URL
|
|
178
|
+
3. **НЕ НАЙДЕНО > fabrication** — no data = "НЕ НАЙДЕНО"
|
|
179
|
+
4. **Hypotheses marked** — `[H]` tag on unverified claims
|
|
180
|
+
5. **Confidence Score** — end of every module
|
|
181
|
+
|
|
182
|
+
## Module → Skill Mapping
|
|
183
|
+
|
|
184
|
+
```
|
|
185
|
+
M0: explore
|
|
186
|
+
M1: goap-research-ed25519
|
|
187
|
+
M2: goap-research-ed25519 + references/jtbd-canvas.md
|
|
188
|
+
M2.5: frontend-design + examples/noom-cjm-example.md (GENERATES new .jsx)
|
|
189
|
+
M3: goap-research-ed25519 + problem-solver-enhanced [GT, TRIZ, 2nd-Order]
|
|
190
|
+
M4: goap-research-ed25519 + problem-solver-enhanced [FP, TRIZ] + references/industry-benchmarks.md
|
|
191
|
+
M5: goap-research-ed25519 + problem-solver-enhanced [2nd-Order, TRIZ]
|
|
192
|
+
M6: brutal-honesty-review [Bach + Ramsay]
|
|
193
|
+
Post: presentation-storyteller / md2pptx / idea2prd-manual
|
|
194
|
+
```
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
# Few-Shot: CJM Prototype (Noom → НутриМайнд)
|
|
2
|
+
|
|
3
|
+
> **Это пример для Claude, не для пользователя.**
|
|
4
|
+
> Используй как reference при генерации .jsx для ЛЮБОЙ компании.
|
|
5
|
+
> Копируй СТРУКТУРУ КОДА, а не контент.
|
|
6
|
+
|
|
7
|
+
## Пример: как M2 output превращается в 3 варианта
|
|
8
|
+
|
|
9
|
+
### Input из M2 (Noom case)
|
|
10
|
+
|
|
11
|
+
```yaml
|
|
12
|
+
company: Noom
|
|
13
|
+
one_liner: "Weight Watchers + когнитивно-поведенческая психология через AI"
|
|
14
|
+
segments:
|
|
15
|
+
- name: "Женщины 30-45, стресс-еда"
|
|
16
|
+
functional_job: "Похудеть без голодания"
|
|
17
|
+
emotional_job: "Чувствовать контроль"
|
|
18
|
+
social_job: "Выглядеть здоровой"
|
|
19
|
+
trigger: "Фото, одежда не подходит, рекомендация врача"
|
|
20
|
+
- name: "Мужчины 35-50, здоровье"
|
|
21
|
+
functional_job: "Снизить вес по медпоказаниям"
|
|
22
|
+
emotional_job: "Не чувствовать стыд"
|
|
23
|
+
trigger: "Анализы, давление, рекомендация врача"
|
|
24
|
+
- name: "Молодёжь 20-30, осознанность"
|
|
25
|
+
functional_job: "Разобраться в отношениях с едой"
|
|
26
|
+
emotional_job: "Быть в гармонии с телом"
|
|
27
|
+
social_job: "Выглядеть осознанным/mindful"
|
|
28
|
+
trigger: "Тренд на mindfulness, подруга посоветовала"
|
|
29
|
+
aha_moment: "Персональный план на основе КПТ-профиля"
|
|
30
|
+
complaints: ["дорого", "навязчивые уведомления", "коуч отвечает шаблонно"]
|
|
31
|
+
positive_patterns: ["психологический подход", "без подсчёта калорий", "уроки короткие"]
|
|
32
|
+
pricing: ["Free trial 14 дней", "₽299/мес год", "₽749/мес"]
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
### Генерация 3 вариантов (логика)
|
|
36
|
+
|
|
37
|
+
```
|
|
38
|
+
Axis 1 — AHA:
|
|
39
|
+
A: Персональный план (из M2 aha_moment — основной)
|
|
40
|
+
B: Прогресс за неделю (из complaints — "нет быстрого результата" → покажем через 7 дней)
|
|
41
|
+
C: AI-паттерн (из positive_patterns — "психологический подход" → усилим через AI)
|
|
42
|
+
|
|
43
|
+
Axis 2 — ENTRY:
|
|
44
|
+
A: Functional Job Segment 1 → "Похудей через психологию"
|
|
45
|
+
B: Emotional Job Segment 3 → "Научись есть осознанно"
|
|
46
|
+
C: Emotional Job Segment 1 → "Разберись почему срываешься"
|
|
47
|
+
|
|
48
|
+
Axis 3 — PAYWALL:
|
|
49
|
+
A: Сразу после Aha (день 1) → конверсия на wow-эмоции
|
|
50
|
+
B: После 7 дней → привычка сформирована
|
|
51
|
+
C: После первого сокращения срывов → proof of value
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
### Структура .jsx (reference для кода)
|
|
55
|
+
|
|
56
|
+
```
|
|
57
|
+
VARIANTS = {
|
|
58
|
+
A: {
|
|
59
|
+
name, emoji, // ID варианта
|
|
60
|
+
col, bg, bgl, bdr, txt, // Tailwind цвета (подбирать под industry)
|
|
61
|
+
landing: { hl, sub, cta }, // Headline, subheadline, CTA
|
|
62
|
+
onboarding: { q1, q2, style }, // Вопросы из segment triggers
|
|
63
|
+
aha: { title, desc, wow, kpi },// Core value moment
|
|
64
|
+
dash: { hook, lesson, stats }, // Engagement mechanism
|
|
65
|
+
pay: { when, frame }, // Paywall timing + framing
|
|
66
|
+
inv: { hook, mech }, // Referral mechanism
|
|
67
|
+
},
|
|
68
|
+
B: { ... },
|
|
69
|
+
C: { ... },
|
|
70
|
+
};
|
|
71
|
+
|
|
72
|
+
CJM_META = { // Стандартная, не меняется
|
|
73
|
+
landing: { stage, aarrr, q },
|
|
74
|
+
onboarding: { ... },
|
|
75
|
+
aha: { ... },
|
|
76
|
+
dash: { ... },
|
|
77
|
+
pay: { ... },
|
|
78
|
+
inv: { ... },
|
|
79
|
+
};
|
|
80
|
+
|
|
81
|
+
// Components (стандартная структура):
|
|
82
|
+
// - VariantSwitcher (tabs)
|
|
83
|
+
// - ScreenRenderer (6 screens × 3 variants)
|
|
84
|
+
// - CJMBadge (overlay toggle)
|
|
85
|
+
// - CompareTable (⚖️)
|
|
86
|
+
// - Builder (🔧 mix & match)
|
|
87
|
+
// - Scoring (🏆)
|
|
88
|
+
// - LockedResult (✅)
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
### Чеклист качества генерации
|
|
92
|
+
|
|
93
|
+
- [ ] Все тексты на языке {GEOGRAPHY} (русский, English, etc.)
|
|
94
|
+
- [ ] Headline из JTBD конкретного сегмента, не generic
|
|
95
|
+
- [ ] Aha Moment — конкретный, не "вы получите план"
|
|
96
|
+
- [ ] Onboarding вопросы из segment triggers (M2)
|
|
97
|
+
- [ ] Pricing из M1 реальной компании
|
|
98
|
+
- [ ] Dashboard hook разный для каждого варианта
|
|
99
|
+
- [ ] Цветовая палитра подобрана под {INDUSTRY}
|
|
100
|
+
- [ ] CJM overlay с validation questions для custdev
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
# Few-Shot Example: Module 1 Output for Noom
|
|
2
|
+
|
|
3
|
+
Этот файл показывает ОЖИДАЕМЫЙ формат и глубину output для Module 1. Используй как образец качества.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# 📊 FACT SHEET: Noom
|
|
8
|
+
**Дата:** 2025-12-01 | **Аналитик:** AI | **Версия:** 1.0
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
## A. КОМПАНИЯ
|
|
13
|
+
|
|
14
|
+
| Параметр | Значение | Источник |
|
|
15
|
+
|----------|----------|----------|
|
|
16
|
+
| Год основания | 2008 | crunchbase.com/organization/noom |
|
|
17
|
+
| Штаб-квартира | New York, NY, USA | noom.com/about |
|
|
18
|
+
| Сотрудники | ~2,000 (пик ~4,000 в 2022, сокращения в 2023) | LinkedIn, TechCrunch |
|
|
19
|
+
| Основатели | Saeju Jeong (CEO), Artem Petakov (President) | crunchbase |
|
|
20
|
+
| CEO | Saeju Jeong | noom.com/about |
|
|
21
|
+
| Миссия | "Help people everywhere lead healthier lives through behavior change" | noom.com |
|
|
22
|
+
|
|
23
|
+
## B. ФИНАНСИРОВАНИЕ
|
|
24
|
+
|
|
25
|
+
| Раунд | Дата | Сумма | Lead Investor | Post-Money Valuation |
|
|
26
|
+
|-------|------|-------|---------------|---------------------|
|
|
27
|
+
| Seed | 2012 | $1.9M | Recruit Strategic Partners | — |
|
|
28
|
+
| Series A | 2014 | $7M | Qualcomm Ventures | — |
|
|
29
|
+
| Series B | 2017 | $16.4M | Samsung NEXT | — |
|
|
30
|
+
| Series C | 2019 | $58M | Sequoia Capital | ~$500M |
|
|
31
|
+
| Series F | 2021 | $540M | Silver Lake | $3.7B |
|
|
32
|
+
| **Итого** | | **~$657M** | | **Последняя: $3.7B** |
|
|
33
|
+
|
|
34
|
+
## C. ПРОДУКТ
|
|
35
|
+
|
|
36
|
+
| Параметр | Значение | Источник |
|
|
37
|
+
|----------|----------|----------|
|
|
38
|
+
| Основной продукт | AI-powered weight management через когнитивно-поведенческую терапию | noom.com |
|
|
39
|
+
| Платформы | iOS, Android, Web | App Store, Google Play |
|
|
40
|
+
| Pricing | Free trial → $70/mo, $209/4mo, $209-$299/annual (varies by plan) | noom.com/pricing |
|
|
41
|
+
|
|
42
|
+
**Ключевые фичи:**
|
|
43
|
+
1. Personalized meal plans с calorie tracking
|
|
44
|
+
2. CBT-based daily lessons (psychology of eating)
|
|
45
|
+
3. 1-on-1 health coach (human + AI)
|
|
46
|
+
4. Group support communities
|
|
47
|
+
5. Exercise tracking integration
|
|
48
|
+
|
|
49
|
+
## D. МАСШТАБ И TRACTION
|
|
50
|
+
|
|
51
|
+
| Метрика | Значение | Дата | Источник |
|
|
52
|
+
|---------|----------|------|----------|
|
|
53
|
+
| Пользователи (cumulative signups) | 50M+ | 2023 | Forbes, TechCrunch |
|
|
54
|
+
| Revenue (ARR) | ~$600M (peak 2022), declined since | 2022-2023 | The Information, Bloomberg |
|
|
55
|
+
| App downloads | 100M+ (lifetime) | 2024 | SensorTower estimate |
|
|
56
|
+
| Key markets | US (primary), UK, Germany, Australia, Japan | noom.com |
|
|
57
|
+
|
|
58
|
+
## E. ТЕХНОЛОГИИ
|
|
59
|
+
|
|
60
|
+
| Компонент | Технология | Источник |
|
|
61
|
+
|-----------|-----------|----------|
|
|
62
|
+
| Backend | Python, Java | Job postings |
|
|
63
|
+
| Frontend | React, TypeScript | Job postings |
|
|
64
|
+
| Mobile | React Native, native iOS/Android | Job postings |
|
|
65
|
+
| Cloud | AWS | Job postings |
|
|
66
|
+
| AI/ML | NLP for food logging, recommendation engine, CBT personalization | Noom Engineering Blog |
|
|
67
|
+
| Data | Snowflake, Kafka | Job postings |
|
|
68
|
+
|
|
69
|
+
**Патенты:** 5+ patents related to behavior change technology and food recognition AI (USPTO)
|
|
70
|
+
|
|
71
|
+
---
|
|
72
|
+
|
|
73
|
+
## 📈 Confidence Score
|
|
74
|
+
|
|
75
|
+
| Блок | Score | Комментарий |
|
|
76
|
+
|------|-------|-------------|
|
|
77
|
+
| A. Компания | 5/5 | Все данные верифицированы |
|
|
78
|
+
| B. Финансирование | 4/5 | Ранние раунды менее документированы |
|
|
79
|
+
| C. Продукт | 5/5 | Верифицировано с сайта |
|
|
80
|
+
| D. Масштаб | 3/5 | Revenue данные противоречивы, не публичная компания |
|
|
81
|
+
| E. Технологии | 3/5 | На основе job postings, не официальный tech blog |
|
|
82
|
+
| **СРЕДНИЙ** | **4.0/5** | |
|
|
83
|
+
|
|
84
|
+
## 🔍 Пробелы в данных
|
|
85
|
+
- [ ] Точный текущий ARR (2024-2025) — компания частная
|
|
86
|
+
- [ ] Количество активных платящих клиентов (vs cumulative signups)
|
|
87
|
+
- [ ] Точный tech stack AI/ML pipeline
|
|
88
|
+
- [ ] Юнит-экономика (CAC, LTV) — не раскрывается
|