popilot 0.2.0 → 0.3.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/LICENSE +21 -0
- package/README.md +29 -7
- package/adapters/claude-code/.claude/commands/_domain.md.hbs +1 -0
- package/adapters/claude-code/.claude/commands/gtm.md +82 -0
- package/adapters/claude-code/.claude/commands/handoff.md +3 -2
- package/adapters/claude-code/.claude/commands/market.md +1 -1
- package/adapters/claude-code/.claude/commands/start.md +38 -10
- package/adapters/claude-code/.claude/commands/strategy.md +1 -1
- package/adapters/claude-code/CLAUDE.md.hbs +5 -3
- package/bin/cli.mjs +25 -3
- package/lib/hydrate.mjs +1 -0
- package/lib/setup-wizard.mjs +72 -4
- package/package.json +5 -2
- package/scaffold/.context/WORKFLOW.md.hbs +11 -4
- package/scaffold/.context/agents/TEMPLATE.md +1 -1
- package/scaffold/.context/agents/gtm-strategist.md.hbs +382 -0
- package/scaffold/.context/agents/orchestrator.md.hbs +5 -0
- package/scaffold/.context/integrations/_registry.yaml +4 -4
- package/scaffold/.context/integrations/providers/corti.yaml +11 -0
- package/scaffold/.context/integrations/providers/ga4.yaml +32 -0
- package/scaffold/.context/integrations/providers/linear.yaml +11 -0
- package/scaffold/.context/integrations/providers/mixpanel.yaml +30 -0
- package/scaffold/.context/integrations/providers/notebooklm.yaml +10 -0
- package/scaffold/.context/integrations/providers/notion.yaml +11 -0
- package/scaffold/.context/oscar/workflows/setup.md +6 -1
- package/scaffold/.context/project.yaml.example +11 -1
- package/scaffold/.context/templates/gtm-plan.md +52 -0
- package/scaffold/spec-site/package-lock.json +1522 -0
- package/scripts/lint.mjs +56 -0
- package/scripts/typecheck.mjs +24 -0
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
# GTM Plan
|
|
2
|
+
|
|
3
|
+
## 0. Response Mode
|
|
4
|
+
- Mode: Strategic / Execution
|
|
5
|
+
- Why this mode:
|
|
6
|
+
|
|
7
|
+
## 1. Objective
|
|
8
|
+
- Launch goal:
|
|
9
|
+
- Business metric target:
|
|
10
|
+
- Time window:
|
|
11
|
+
|
|
12
|
+
## 2. Target Segment (ICP)
|
|
13
|
+
- Primary ICP:
|
|
14
|
+
- Secondary segment(s):
|
|
15
|
+
- Why now:
|
|
16
|
+
|
|
17
|
+
## 3. Positioning & Messaging
|
|
18
|
+
- Problem statement:
|
|
19
|
+
- Value proposition:
|
|
20
|
+
- Proof points:
|
|
21
|
+
- CTA:
|
|
22
|
+
|
|
23
|
+
## 4. Channel Strategy
|
|
24
|
+
| Channel | Role | Target Action | Owner |
|
|
25
|
+
|---------|------|---------------|-------|
|
|
26
|
+
| [channel] | Awareness / Activation / Retention | [action] | [owner] |
|
|
27
|
+
|
|
28
|
+
## 5. Launch Sequence
|
|
29
|
+
- Pre-launch:
|
|
30
|
+
- Launch week:
|
|
31
|
+
- Post-launch:
|
|
32
|
+
|
|
33
|
+
## 6. KPI Tree & Decision Gates
|
|
34
|
+
- North-star launch KPI:
|
|
35
|
+
- Activation KPI:
|
|
36
|
+
- Guard rail KPI:
|
|
37
|
+
- Scale/stop/pivot criteria:
|
|
38
|
+
|
|
39
|
+
## 7. Experiment Backlog
|
|
40
|
+
| Priority | Hypothesis | Test Design | Success Threshold | Next Action |
|
|
41
|
+
|----------|------------|-------------|-------------------|-------------|
|
|
42
|
+
| P1 | [hypothesis] | [test] | [threshold] | Scale / Iterate / Stop |
|
|
43
|
+
|
|
44
|
+
## 8. Dependencies & Risks
|
|
45
|
+
- Dependencies:
|
|
46
|
+
- Risks:
|
|
47
|
+
- Mitigations:
|
|
48
|
+
|
|
49
|
+
## 9. Handoff
|
|
50
|
+
- To Planner (📋 Penny):
|
|
51
|
+
- To Tracking Governor (📡 Tara):
|
|
52
|
+
- To Validator (📊 Vicky):
|