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.
Files changed (30) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +29 -7
  3. package/adapters/claude-code/.claude/commands/_domain.md.hbs +1 -0
  4. package/adapters/claude-code/.claude/commands/gtm.md +82 -0
  5. package/adapters/claude-code/.claude/commands/handoff.md +3 -2
  6. package/adapters/claude-code/.claude/commands/market.md +1 -1
  7. package/adapters/claude-code/.claude/commands/start.md +38 -10
  8. package/adapters/claude-code/.claude/commands/strategy.md +1 -1
  9. package/adapters/claude-code/CLAUDE.md.hbs +5 -3
  10. package/bin/cli.mjs +25 -3
  11. package/lib/hydrate.mjs +1 -0
  12. package/lib/setup-wizard.mjs +72 -4
  13. package/package.json +5 -2
  14. package/scaffold/.context/WORKFLOW.md.hbs +11 -4
  15. package/scaffold/.context/agents/TEMPLATE.md +1 -1
  16. package/scaffold/.context/agents/gtm-strategist.md.hbs +382 -0
  17. package/scaffold/.context/agents/orchestrator.md.hbs +5 -0
  18. package/scaffold/.context/integrations/_registry.yaml +4 -4
  19. package/scaffold/.context/integrations/providers/corti.yaml +11 -0
  20. package/scaffold/.context/integrations/providers/ga4.yaml +32 -0
  21. package/scaffold/.context/integrations/providers/linear.yaml +11 -0
  22. package/scaffold/.context/integrations/providers/mixpanel.yaml +30 -0
  23. package/scaffold/.context/integrations/providers/notebooklm.yaml +10 -0
  24. package/scaffold/.context/integrations/providers/notion.yaml +11 -0
  25. package/scaffold/.context/oscar/workflows/setup.md +6 -1
  26. package/scaffold/.context/project.yaml.example +11 -1
  27. package/scaffold/.context/templates/gtm-plan.md +52 -0
  28. package/scaffold/spec-site/package-lock.json +1522 -0
  29. package/scripts/lint.mjs +56 -0
  30. 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):