create-dss-project 0.1.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 (83) hide show
  1. package/bin/create-dss-project.js +4 -0
  2. package/lib/index.js +80 -0
  3. package/lib/project-types.js +74 -0
  4. package/lib/prompts.js +42 -0
  5. package/lib/scaffold.js +169 -0
  6. package/package.json +30 -0
  7. package/template/.github/workflows/dashboard-build.yml +27 -0
  8. package/template/.github/workflows/template-lint.yml +71 -0
  9. package/template/CHANGELOG.md +43 -0
  10. package/template/CLAUDE.md +145 -0
  11. package/template/LICENSE +21 -0
  12. package/template/README.md +201 -0
  13. package/template/STATUS.md +34 -0
  14. package/template/context/competitor-snapshot.md +27 -0
  15. package/template/context/market-snapshot.md +32 -0
  16. package/template/context/pipeline-state.md +36 -0
  17. package/template/context/project-state.md +45 -0
  18. package/template/dashboard/CLAUDE.md +36 -0
  19. package/template/dashboard/DEPLOY.md +60 -0
  20. package/template/dashboard/build-data.js +395 -0
  21. package/template/dashboard/competitors.html +143 -0
  22. package/template/dashboard/css/styles.css +143 -0
  23. package/template/dashboard/data/.gitkeep +0 -0
  24. package/template/dashboard/decisions.html +132 -0
  25. package/template/dashboard/index.html +152 -0
  26. package/template/dashboard/js/app.js +59 -0
  27. package/template/dashboard/js/overview.js +50 -0
  28. package/template/dashboard/js/sidebar.js +62 -0
  29. package/template/dashboard/js/tailwind-config.js +52 -0
  30. package/template/dashboard/package-lock.json +351 -0
  31. package/template/dashboard/package.json +17 -0
  32. package/template/dashboard/pipeline.html +149 -0
  33. package/template/dashboard/research.html +215 -0
  34. package/template/dashboard/robots.txt +2 -0
  35. package/template/dashboard/scoring.html +187 -0
  36. package/template/dashboard/timeline.html +165 -0
  37. package/template/dashboard/vercel.json +5 -0
  38. package/template/dashboard/watch.js +57 -0
  39. package/template/data/.gitkeep +0 -0
  40. package/template/discovery/calls/.gitkeep +0 -0
  41. package/template/discovery/outreach/.gitkeep +0 -0
  42. package/template/discovery/prep/.gitkeep +0 -0
  43. package/template/docs/decks/.gitkeep +0 -0
  44. package/template/docs/executive-summary.md +104 -0
  45. package/template/docs/getting-started.md +274 -0
  46. package/template/docs/memos/evidence-grading.md +27 -0
  47. package/template/docs/memos/housekeeping-reference.md +101 -0
  48. package/template/docs/memos/reference-context.md +30 -0
  49. package/template/docs/output/project-activity.md +8 -0
  50. package/template/docs/output/status-blurb.md +4 -0
  51. package/template/docs/output/work-log.md +8 -0
  52. package/template/docs/skill-authoring-guide.md +212 -0
  53. package/template/memory/MEMORY.md +84 -0
  54. package/template/memory/decisions.md +13 -0
  55. package/template/memory/discovery.md +48 -0
  56. package/template/memory/research.md +33 -0
  57. package/template/memory/scoring.md +34 -0
  58. package/template/project.config.example.json +31 -0
  59. package/template/research/competitors/.gitkeep +0 -0
  60. package/template/research/market/.gitkeep +0 -0
  61. package/template/research/technical/.gitkeep +0 -0
  62. package/template/scripts/.gitkeep +0 -0
  63. package/template/scripts/build-cli-template.sh +32 -0
  64. package/template/scripts/health-check.sh +152 -0
  65. package/template/scripts/reset-to-template.sh +115 -0
  66. package/template/scripts/validate-placeholders.sh +47 -0
  67. package/template/skills/compare-options/SKILL.md +97 -0
  68. package/template/skills/critical-reasoning/SKILL.md +107 -0
  69. package/template/skills/decision/SKILL.md +75 -0
  70. package/template/skills/enrich-entity/SKILL.md +107 -0
  71. package/template/skills/health-check/SKILL.md +144 -0
  72. package/template/skills/onboard/SKILL.md +434 -0
  73. package/template/skills/outreach-sequence/SKILL.md +79 -0
  74. package/template/skills/pipeline-update/SKILL.md +90 -0
  75. package/template/skills/process-call/SKILL.md +96 -0
  76. package/template/skills/rebuild-snapshots/SKILL.md +88 -0
  77. package/template/skills/session-end/SKILL.md +120 -0
  78. package/template/skills/session-start/SKILL.md +93 -0
  79. package/template/skills/synthesise/SKILL.md +108 -0
  80. package/template/skills/weekly-report/SKILL.md +79 -0
  81. package/template/templates/call-notes.md +67 -0
  82. package/template/templates/call-prep.md +65 -0
  83. package/template/templates/entity-teardown.md +58 -0
@@ -0,0 +1,65 @@
1
+ # Call Prep — {{ENTITY_NAME}}
2
+
3
+ **Call date**: {{DATE}}
4
+ **Prepared by**: {{PREPARER}}
5
+ **Contact**: {{CONTACT_NAME}}, {{CONTACT_TITLE}}
6
+
7
+ ---
8
+
9
+ ## {{ENTITY_TYPE}} Snapshot
10
+
11
+ | Field | Value |
12
+ |-------|-------|
13
+ | Name | |
14
+ | HQ | |
15
+ | Size | |
16
+ | Funding | |
17
+ | Key products/services | |
18
+ | Relevant context | |
19
+ | Tier | |
20
+
21
+ ---
22
+
23
+ ## Why This {{ENTITY_TYPE}}
24
+
25
+ <!-- 2–3 sentences on why this call matters for the project hypothesis -->
26
+
27
+ ---
28
+
29
+ ## Their Likely Stack/Tools
30
+
31
+ <!-- What tools, platforms, or processes do they currently use in the relevant domain? -->
32
+
33
+ | Category | Tool/Platform | Confirmed? |
34
+ |----------|-------------|-----------|
35
+
36
+ ---
37
+
38
+ ## Hypotheses to Test
39
+
40
+ 1.
41
+ 2.
42
+ 3.
43
+
44
+ ---
45
+
46
+ ## Questions to Ask
47
+
48
+ ### Pain Discovery
49
+ <!-- Open-ended questions to surface their biggest problems -->
50
+ -
51
+
52
+ ### Willingness to Pay / Value Probing
53
+ <!-- Questions to assess budget, spending, and value perception -->
54
+ -
55
+
56
+ ### Validation Questions
57
+ <!-- Project-specific hypotheses to validate or invalidate -->
58
+ -
59
+
60
+ ---
61
+
62
+ ## Risks / Sensitivities
63
+
64
+ <!-- Topics to avoid, political dynamics, known objections -->
65
+ -
@@ -0,0 +1,58 @@
1
+ # {{ENTITY_NAME}} — Teardown
2
+
3
+ **Research Date**: {{DATE}}
4
+ **Analyst**: {{PROJECT_NAME}} Pod
5
+
6
+ ---
7
+
8
+ ## TL;DR
9
+
10
+ <!-- 2–3 sentence summary of what this entity does and why it matters to our project -->
11
+
12
+ ---
13
+
14
+ ## Overview
15
+
16
+ | Field | Value |
17
+ |-------|-------|
18
+ | Founded | |
19
+ | HQ | |
20
+ | Team size | |
21
+ | Funding | |
22
+ | Key product | |
23
+ | Target customer | |
24
+ | Business model | |
25
+
26
+ ---
27
+
28
+ ## Capabilities
29
+
30
+ <!-- Key capabilities relevant to your project domain -->
31
+
32
+ | Capability | Strength (1–5) | Notes |
33
+ |-----------|----------------|-------|
34
+
35
+ ---
36
+
37
+ ## Recent Moves
38
+
39
+ <!-- Funding, acquisitions, product launches, hiring signals, partnerships — last 12 months -->
40
+
41
+ | Date | Event | Significance |
42
+ |------|-------|-------------|
43
+
44
+ ---
45
+
46
+ ## Relevance to {{PROJECT_NAME}}
47
+
48
+ **Relationship**: Competitor / Complement / Potential partner / Irrelevant
49
+ **Overlap**: High / Medium / Low / None
50
+ **Key differentiator vs us**:
51
+ **Key weakness vs us**:
52
+
53
+ ---
54
+
55
+ ## Sources
56
+
57
+ | Source | URL | Date Accessed | Evidence Grade |
58
+ |--------|-----|--------------|---------------|