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.
- package/bin/create-dss-project.js +4 -0
- package/lib/index.js +80 -0
- package/lib/project-types.js +74 -0
- package/lib/prompts.js +42 -0
- package/lib/scaffold.js +169 -0
- package/package.json +30 -0
- package/template/.github/workflows/dashboard-build.yml +27 -0
- package/template/.github/workflows/template-lint.yml +71 -0
- package/template/CHANGELOG.md +43 -0
- package/template/CLAUDE.md +145 -0
- package/template/LICENSE +21 -0
- package/template/README.md +201 -0
- package/template/STATUS.md +34 -0
- package/template/context/competitor-snapshot.md +27 -0
- package/template/context/market-snapshot.md +32 -0
- package/template/context/pipeline-state.md +36 -0
- package/template/context/project-state.md +45 -0
- package/template/dashboard/CLAUDE.md +36 -0
- package/template/dashboard/DEPLOY.md +60 -0
- package/template/dashboard/build-data.js +395 -0
- package/template/dashboard/competitors.html +143 -0
- package/template/dashboard/css/styles.css +143 -0
- package/template/dashboard/data/.gitkeep +0 -0
- package/template/dashboard/decisions.html +132 -0
- package/template/dashboard/index.html +152 -0
- package/template/dashboard/js/app.js +59 -0
- package/template/dashboard/js/overview.js +50 -0
- package/template/dashboard/js/sidebar.js +62 -0
- package/template/dashboard/js/tailwind-config.js +52 -0
- package/template/dashboard/package-lock.json +351 -0
- package/template/dashboard/package.json +17 -0
- package/template/dashboard/pipeline.html +149 -0
- package/template/dashboard/research.html +215 -0
- package/template/dashboard/robots.txt +2 -0
- package/template/dashboard/scoring.html +187 -0
- package/template/dashboard/timeline.html +165 -0
- package/template/dashboard/vercel.json +5 -0
- package/template/dashboard/watch.js +57 -0
- package/template/data/.gitkeep +0 -0
- package/template/discovery/calls/.gitkeep +0 -0
- package/template/discovery/outreach/.gitkeep +0 -0
- package/template/discovery/prep/.gitkeep +0 -0
- package/template/docs/decks/.gitkeep +0 -0
- package/template/docs/executive-summary.md +104 -0
- package/template/docs/getting-started.md +274 -0
- package/template/docs/memos/evidence-grading.md +27 -0
- package/template/docs/memos/housekeeping-reference.md +101 -0
- package/template/docs/memos/reference-context.md +30 -0
- package/template/docs/output/project-activity.md +8 -0
- package/template/docs/output/status-blurb.md +4 -0
- package/template/docs/output/work-log.md +8 -0
- package/template/docs/skill-authoring-guide.md +212 -0
- package/template/memory/MEMORY.md +84 -0
- package/template/memory/decisions.md +13 -0
- package/template/memory/discovery.md +48 -0
- package/template/memory/research.md +33 -0
- package/template/memory/scoring.md +34 -0
- package/template/project.config.example.json +31 -0
- package/template/research/competitors/.gitkeep +0 -0
- package/template/research/market/.gitkeep +0 -0
- package/template/research/technical/.gitkeep +0 -0
- package/template/scripts/.gitkeep +0 -0
- package/template/scripts/build-cli-template.sh +32 -0
- package/template/scripts/health-check.sh +152 -0
- package/template/scripts/reset-to-template.sh +115 -0
- package/template/scripts/validate-placeholders.sh +47 -0
- package/template/skills/compare-options/SKILL.md +97 -0
- package/template/skills/critical-reasoning/SKILL.md +107 -0
- package/template/skills/decision/SKILL.md +75 -0
- package/template/skills/enrich-entity/SKILL.md +107 -0
- package/template/skills/health-check/SKILL.md +144 -0
- package/template/skills/onboard/SKILL.md +434 -0
- package/template/skills/outreach-sequence/SKILL.md +79 -0
- package/template/skills/pipeline-update/SKILL.md +90 -0
- package/template/skills/process-call/SKILL.md +96 -0
- package/template/skills/rebuild-snapshots/SKILL.md +88 -0
- package/template/skills/session-end/SKILL.md +120 -0
- package/template/skills/session-start/SKILL.md +93 -0
- package/template/skills/synthesise/SKILL.md +108 -0
- package/template/skills/weekly-report/SKILL.md +79 -0
- package/template/templates/call-notes.md +67 -0
- package/template/templates/call-prep.md +65 -0
- 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
|
+
|--------|-----|--------------|---------------|
|