@c0x12c/ai-toolkit 1.15.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/.claude-plugin/marketplace.json +16 -0
- package/.claude-plugin/plugin.json +12 -0
- package/README.md +439 -0
- package/VERSION +1 -0
- package/agents/design-critic.md +127 -0
- package/agents/idea-killer.md +72 -0
- package/agents/infrastructure-expert.md +49 -0
- package/agents/micronaut-backend-expert.md +45 -0
- package/agents/phase-reviewer.md +150 -0
- package/agents/research-planner.md +70 -0
- package/agents/solution-architect-cto.md +49 -0
- package/agents/sre-architect.md +49 -0
- package/agents/team-coordinator.md +111 -0
- package/bin/cli.js +780 -0
- package/claude-md/00-header.md +39 -0
- package/claude-md/01-core.md +105 -0
- package/claude-md/05-database.md +20 -0
- package/claude-md/11-backend-micronaut.md +19 -0
- package/claude-md/20-frontend-react.md +44 -0
- package/claude-md/25-ux-design.md +56 -0
- package/claude-md/30-infrastructure.md +24 -0
- package/claude-md/30-project-mgmt.md +119 -0
- package/claude-md/40-product.md +39 -0
- package/claude-md/50-ops.md +34 -0
- package/claude-md/60-research.md +27 -0
- package/claude-md/90-footer.md +21 -0
- package/commands/spartan/brainstorm.md +134 -0
- package/commands/spartan/brownfield.md +157 -0
- package/commands/spartan/build.md +435 -0
- package/commands/spartan/careful.md +94 -0
- package/commands/spartan/commit-message.md +112 -0
- package/commands/spartan/content.md +17 -0
- package/commands/spartan/context-save.md +161 -0
- package/commands/spartan/contribute.md +140 -0
- package/commands/spartan/daily.md +42 -0
- package/commands/spartan/debug.md +308 -0
- package/commands/spartan/deep-dive.md +55 -0
- package/commands/spartan/deploy.md +207 -0
- package/commands/spartan/e2e.md +264 -0
- package/commands/spartan/env-setup.md +166 -0
- package/commands/spartan/epic.md +199 -0
- package/commands/spartan/fe-review.md +181 -0
- package/commands/spartan/figma-to-code.md +260 -0
- package/commands/spartan/forensics.md +46 -0
- package/commands/spartan/freeze.md +84 -0
- package/commands/spartan/fundraise.md +53 -0
- package/commands/spartan/gate-review.md +229 -0
- package/commands/spartan/gsd-upgrade.md +376 -0
- package/commands/spartan/guard.md +42 -0
- package/commands/spartan/init-project.md +178 -0
- package/commands/spartan/init-rules.md +298 -0
- package/commands/spartan/interview.md +154 -0
- package/commands/spartan/kickoff.md +73 -0
- package/commands/spartan/kotlin-service.md +109 -0
- package/commands/spartan/lean-canvas.md +222 -0
- package/commands/spartan/lint-rules.md +122 -0
- package/commands/spartan/map-codebase.md +124 -0
- package/commands/spartan/migration.md +82 -0
- package/commands/spartan/next-app.md +317 -0
- package/commands/spartan/next-feature.md +212 -0
- package/commands/spartan/onboard.md +326 -0
- package/commands/spartan/outreach.md +16 -0
- package/commands/spartan/phase.md +142 -0
- package/commands/spartan/pitch.md +18 -0
- package/commands/spartan/plan.md +210 -0
- package/commands/spartan/pr-ready.md +202 -0
- package/commands/spartan/project.md +106 -0
- package/commands/spartan/qa.md +222 -0
- package/commands/spartan/research.md +254 -0
- package/commands/spartan/review.md +132 -0
- package/commands/spartan/scan-rules.md +173 -0
- package/commands/spartan/sessions.md +143 -0
- package/commands/spartan/spec.md +131 -0
- package/commands/spartan/startup.md +257 -0
- package/commands/spartan/team.md +570 -0
- package/commands/spartan/teardown.md +161 -0
- package/commands/spartan/testcontainer.md +97 -0
- package/commands/spartan/tf-cost.md +123 -0
- package/commands/spartan/tf-deploy.md +116 -0
- package/commands/spartan/tf-drift.md +100 -0
- package/commands/spartan/tf-import.md +107 -0
- package/commands/spartan/tf-module.md +121 -0
- package/commands/spartan/tf-plan.md +100 -0
- package/commands/spartan/tf-review.md +106 -0
- package/commands/spartan/tf-scaffold.md +109 -0
- package/commands/spartan/tf-security.md +147 -0
- package/commands/spartan/think.md +221 -0
- package/commands/spartan/unfreeze.md +13 -0
- package/commands/spartan/update.md +134 -0
- package/commands/spartan/ux.md +1233 -0
- package/commands/spartan/validate.md +193 -0
- package/commands/spartan/web-to-prd.md +706 -0
- package/commands/spartan/workstreams.md +109 -0
- package/commands/spartan/write.md +16 -0
- package/commands/spartan.md +386 -0
- package/frameworks/00-framework-comparison-guide.md +317 -0
- package/frameworks/01-lean-canvas.md +196 -0
- package/frameworks/02-design-sprint.md +304 -0
- package/frameworks/03-foundation-sprint.md +337 -0
- package/frameworks/04-business-model-canvas.md +391 -0
- package/frameworks/05-customer-development.md +426 -0
- package/frameworks/06-jobs-to-be-done.md +358 -0
- package/frameworks/07-mom-test.md +392 -0
- package/frameworks/08-value-proposition-canvas.md +488 -0
- package/frameworks/09-javelin-board.md +428 -0
- package/frameworks/10-build-measure-learn.md +467 -0
- package/frameworks/11-mvp-approaches.md +533 -0
- package/frameworks/think-before-build.md +593 -0
- package/lib/assembler.js +197 -0
- package/lib/assembler.test.js +159 -0
- package/lib/detector.js +166 -0
- package/lib/detector.test.js +221 -0
- package/lib/packs.js +16 -0
- package/lib/resolver.js +272 -0
- package/lib/resolver.test.js +298 -0
- package/lib/worktree.sh +104 -0
- package/package.json +50 -0
- package/packs/backend-micronaut.yaml +35 -0
- package/packs/backend-nodejs.yaml +15 -0
- package/packs/backend-python.yaml +15 -0
- package/packs/core.yaml +37 -0
- package/packs/database.yaml +21 -0
- package/packs/frontend-react.yaml +24 -0
- package/packs/infrastructure.yaml +40 -0
- package/packs/ops.yaml +16 -0
- package/packs/packs.compiled.json +371 -0
- package/packs/product.yaml +22 -0
- package/packs/project-mgmt.yaml +24 -0
- package/packs/research.yaml +39 -0
- package/packs/shared-backend.yaml +14 -0
- package/packs/ux-design.yaml +21 -0
- package/rules/backend-micronaut/API_DESIGN.md +313 -0
- package/rules/backend-micronaut/BATCH_PROCESSING.md +92 -0
- package/rules/backend-micronaut/CONTROLLERS.md +388 -0
- package/rules/backend-micronaut/KOTLIN.md +414 -0
- package/rules/backend-micronaut/RETROFIT_PLACEMENT.md +290 -0
- package/rules/backend-micronaut/SERVICES_AND_BEANS.md +325 -0
- package/rules/core/NAMING_CONVENTIONS.md +208 -0
- package/rules/core/SKILL_AUTHORING.md +174 -0
- package/rules/core/TIMEZONE.md +316 -0
- package/rules/database/ORM_AND_REPO.md +289 -0
- package/rules/database/SCHEMA.md +146 -0
- package/rules/database/TRANSACTIONS.md +311 -0
- package/rules/frontend-react/FRONTEND.md +344 -0
- package/rules/infrastructure/MODULES.md +260 -0
- package/rules/infrastructure/NAMING.md +196 -0
- package/rules/infrastructure/PROVIDERS.md +309 -0
- package/rules/infrastructure/SECURITY.md +310 -0
- package/rules/infrastructure/STATE_AND_BACKEND.md +237 -0
- package/rules/infrastructure/STRUCTURE.md +234 -0
- package/rules/infrastructure/VARIABLES.md +285 -0
- package/rules/shared-backend/ARCHITECTURE.md +46 -0
- package/rules/ux-design/DESIGN_PROCESS.md +176 -0
- package/skills/api-endpoint-creator/SKILL.md +455 -0
- package/skills/api-endpoint-creator/error-handling-guide.md +244 -0
- package/skills/api-endpoint-creator/examples.md +522 -0
- package/skills/api-endpoint-creator/testing-patterns.md +302 -0
- package/skills/article-writing/SKILL.md +109 -0
- package/skills/article-writing/examples.md +59 -0
- package/skills/backend-api-design/SKILL.md +84 -0
- package/skills/backend-api-design/code-patterns.md +138 -0
- package/skills/brainstorm/SKILL.md +95 -0
- package/skills/browser-qa/SKILL.md +87 -0
- package/skills/browser-qa/playwright-snippets.md +110 -0
- package/skills/ci-cd-patterns/SKILL.md +108 -0
- package/skills/ci-cd-patterns/workflows.md +149 -0
- package/skills/competitive-teardown/SKILL.md +93 -0
- package/skills/competitive-teardown/example-analysis.md +50 -0
- package/skills/content-engine/SKILL.md +131 -0
- package/skills/content-engine/examples.md +72 -0
- package/skills/database-patterns/SKILL.md +72 -0
- package/skills/database-patterns/code-templates.md +114 -0
- package/skills/database-table-creator/SKILL.md +141 -0
- package/skills/database-table-creator/examples.md +552 -0
- package/skills/database-table-creator/kotlin-templates.md +400 -0
- package/skills/database-table-creator/migration-template.sql +68 -0
- package/skills/database-table-creator/validation-checklist.md +337 -0
- package/skills/deep-research/SKILL.md +80 -0
- package/skills/design-intelligence/SKILL.md +268 -0
- package/skills/design-workflow/SKILL.md +127 -0
- package/skills/design-workflow/checklists.md +45 -0
- package/skills/idea-validation/SKILL.md +129 -0
- package/skills/idea-validation/example-report.md +50 -0
- package/skills/investor-materials/SKILL.md +122 -0
- package/skills/investor-materials/example-outline.md +70 -0
- package/skills/investor-outreach/SKILL.md +112 -0
- package/skills/investor-outreach/examples.md +76 -0
- package/skills/kotlin-best-practices/SKILL.md +58 -0
- package/skills/kotlin-best-practices/code-patterns.md +132 -0
- package/skills/market-research/SKILL.md +99 -0
- package/skills/security-checklist/SKILL.md +65 -0
- package/skills/security-checklist/audit-reference.md +95 -0
- package/skills/service-debugging/SKILL.md +116 -0
- package/skills/service-debugging/common-issues.md +65 -0
- package/skills/startup-pipeline/SKILL.md +152 -0
- package/skills/terraform-best-practices/SKILL.md +244 -0
- package/skills/terraform-module-creator/SKILL.md +284 -0
- package/skills/terraform-review/SKILL.md +222 -0
- package/skills/terraform-security-audit/SKILL.md +280 -0
- package/skills/terraform-service-scaffold/SKILL.md +574 -0
- package/skills/testing-strategies/SKILL.md +116 -0
- package/skills/testing-strategies/examples.md +103 -0
- package/skills/testing-strategies/integration-test-setup.md +71 -0
- package/skills/ui-ux-pro-max/SKILL.md +238 -0
- package/skills/ui-ux-pro-max/data/charts.csv +26 -0
- package/skills/ui-ux-pro-max/data/colors.csv +97 -0
- package/skills/ui-ux-pro-max/data/icons.csv +101 -0
- package/skills/ui-ux-pro-max/data/landing.csv +31 -0
- package/skills/ui-ux-pro-max/data/products.csv +97 -0
- package/skills/ui-ux-pro-max/data/react-performance.csv +45 -0
- package/skills/ui-ux-pro-max/data/stacks/astro.csv +54 -0
- package/skills/ui-ux-pro-max/data/stacks/flutter.csv +53 -0
- package/skills/ui-ux-pro-max/data/stacks/html-tailwind.csv +56 -0
- package/skills/ui-ux-pro-max/data/stacks/jetpack-compose.csv +53 -0
- package/skills/ui-ux-pro-max/data/stacks/nextjs.csv +53 -0
- package/skills/ui-ux-pro-max/data/stacks/nuxt-ui.csv +51 -0
- package/skills/ui-ux-pro-max/data/stacks/nuxtjs.csv +59 -0
- package/skills/ui-ux-pro-max/data/stacks/react-native.csv +52 -0
- package/skills/ui-ux-pro-max/data/stacks/react.csv +54 -0
- package/skills/ui-ux-pro-max/data/stacks/shadcn.csv +61 -0
- package/skills/ui-ux-pro-max/data/stacks/svelte.csv +54 -0
- package/skills/ui-ux-pro-max/data/stacks/swiftui.csv +51 -0
- package/skills/ui-ux-pro-max/data/stacks/vue.csv +50 -0
- package/skills/ui-ux-pro-max/data/styles.csv +68 -0
- package/skills/ui-ux-pro-max/data/typography.csv +58 -0
- package/skills/ui-ux-pro-max/data/ui-reasoning.csv +101 -0
- package/skills/ui-ux-pro-max/data/ux-guidelines.csv +100 -0
- package/skills/ui-ux-pro-max/data/web-interface.csv +31 -0
- package/skills/ui-ux-pro-max/python-setup.md +146 -0
- package/skills/ui-ux-pro-max/scripts/core.py +253 -0
- package/skills/ui-ux-pro-max/scripts/design_system.py +1067 -0
- package/skills/ui-ux-pro-max/scripts/search.py +114 -0
- package/skills/web-to-prd/SKILL.md +478 -0
- package/templates/build-config.yaml +44 -0
- package/templates/commands-config.yaml +55 -0
- package/templates/competitor-analysis.md +60 -0
- package/templates/content/AGENT_TEMPLATE.md +47 -0
- package/templates/content/COMMAND_TEMPLATE.md +27 -0
- package/templates/content/RULE_TEMPLATE.md +40 -0
- package/templates/content/SKILL_TEMPLATE.md +41 -0
- package/templates/design-config.md +105 -0
- package/templates/design-doc.md +207 -0
- package/templates/epic.md +100 -0
- package/templates/feature-spec.md +181 -0
- package/templates/idea-canvas.md +47 -0
- package/templates/implementation-plan.md +159 -0
- package/templates/prd-template.md +86 -0
- package/templates/preamble.md +89 -0
- package/templates/project-readme.md +35 -0
- package/templates/quality-gates.md +230 -0
- package/templates/spartan-config.yaml +164 -0
- package/templates/user-interview.md +69 -0
- package/templates/validation-checklist.md +108 -0
- package/templates/workflow-backend-micronaut.md +409 -0
- package/templates/workflow-frontend-react.md +233 -0
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: design-workflow
|
|
3
|
+
description: "Anti-AI-generic design guidelines. Use when creating UI prototypes, reviewing designs for generic AI patterns, or setting up a project design system."
|
|
4
|
+
allowed_tools:
|
|
5
|
+
- Read
|
|
6
|
+
- Write
|
|
7
|
+
- Edit
|
|
8
|
+
- Glob
|
|
9
|
+
- Grep
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
# Design Workflow Skill
|
|
13
|
+
|
|
14
|
+
Guidelines for making UI designs that don't look AI-generated. These rules apply to any design work — prototypes, design docs, or UI code.
|
|
15
|
+
|
|
16
|
+
## What This Skill Does
|
|
17
|
+
|
|
18
|
+
1. Teaches how to avoid "generic AI" design patterns
|
|
19
|
+
2. Provides a checklist for design quality
|
|
20
|
+
3. Guides component-by-component design approach
|
|
21
|
+
4. Sets prototype quality standards
|
|
22
|
+
|
|
23
|
+
## Rule 1: Use the Existing Design System
|
|
24
|
+
|
|
25
|
+
**NEVER invent new colors, fonts, or spacing.** Always use what the project defines.
|
|
26
|
+
|
|
27
|
+
### What to Read FIRST
|
|
28
|
+
1. `.planning/design-config.md` — project colors, fonts, spacing, brand identity
|
|
29
|
+
2. The theme files listed in design-config — actual CSS tokens
|
|
30
|
+
3. Existing components in the codebase — match their patterns
|
|
31
|
+
|
|
32
|
+
### Key Points
|
|
33
|
+
- Use EXACT hex values from the project palette (not Tailwind defaults like `bg-blue-500`)
|
|
34
|
+
- Use the project's font — don't swap in Inter, Poppins, or Space Grotesk
|
|
35
|
+
- Use the project's border radius and shadow values
|
|
36
|
+
- Reference CSS variables or tokens — don't hardcode
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
## Rule 2: Avoid Generic AI Patterns
|
|
41
|
+
|
|
42
|
+
These patterns scream "AI made this" — avoid them ALL:
|
|
43
|
+
|
|
44
|
+
### Colors
|
|
45
|
+
- Don't use colors outside the project palette
|
|
46
|
+
- No random purple/violet gradients (the #1 AI cliche)
|
|
47
|
+
- No neon colors or rainbow gradients
|
|
48
|
+
- No gray-on-gray with no accent color
|
|
49
|
+
- Use the project's accent color — that's what makes it unique
|
|
50
|
+
|
|
51
|
+
### Layout
|
|
52
|
+
- No centered-everything-with-max-width-on-every-section
|
|
53
|
+
- No hero with a giant gradient blob behind text
|
|
54
|
+
- No three-column feature cards with icons that all look the same
|
|
55
|
+
- No 50/50 split with image on right, text on left (for every section)
|
|
56
|
+
- Break the grid sometimes — asymmetry is more interesting
|
|
57
|
+
|
|
58
|
+
### Typography
|
|
59
|
+
- No single font size for everything
|
|
60
|
+
- Create clear hierarchy: big headings, medium subheads, small body
|
|
61
|
+
- Use font weight contrast
|
|
62
|
+
- Don't center-align long text blocks
|
|
63
|
+
|
|
64
|
+
### Components
|
|
65
|
+
- No rounded rectangles that all look identical
|
|
66
|
+
- Give cards visual variety — different sizes, featured vs normal
|
|
67
|
+
- Buttons should have clear primary/secondary/ghost hierarchy
|
|
68
|
+
- Don't use icons for everything — sometimes text is better
|
|
69
|
+
|
|
70
|
+
### Copy
|
|
71
|
+
- No generic marketing fluff ("Unlock your potential", "Take it to the next level")
|
|
72
|
+
- Be specific — use real feature names and real numbers
|
|
73
|
+
- Match the tone from design-config's Design Personality
|
|
74
|
+
|
|
75
|
+
---
|
|
76
|
+
|
|
77
|
+
## Rule 3: Design Component by Component
|
|
78
|
+
|
|
79
|
+
Don't design a whole page at once. Build pieces, then compose.
|
|
80
|
+
|
|
81
|
+
### Order of Work
|
|
82
|
+
1. **Design tokens** — Confirm colors, fonts, spacing from existing theme files
|
|
83
|
+
2. **Base components** — Button, Card, Badge, Input (small, isolated)
|
|
84
|
+
3. **Composite components** — Nav bar, Sidebar, Hero section, Feature card
|
|
85
|
+
4. **Full screens** — Compose components into pages
|
|
86
|
+
5. **States** — Add loading, empty, error states to each component
|
|
87
|
+
6. **Responsive** — Adjust each screen for mobile/tablet/desktop
|
|
88
|
+
|
|
89
|
+
---
|
|
90
|
+
|
|
91
|
+
## Rule 4: Use Visual References
|
|
92
|
+
|
|
93
|
+
When references are given:
|
|
94
|
+
1. Study what makes it look good (layout, color, typography, whitespace)
|
|
95
|
+
2. Take inspiration, don't copy — match the quality level, not the exact layout
|
|
96
|
+
3. Apply to the project's design system
|
|
97
|
+
|
|
98
|
+
When NO references are given:
|
|
99
|
+
- Check Reference Apps in design-config
|
|
100
|
+
- Focus on whitespace — more space = more premium
|
|
101
|
+
- Use accent color sparingly — max 10-15% of the screen
|
|
102
|
+
- Make one thing big and bold per section (hierarchy)
|
|
103
|
+
|
|
104
|
+
---
|
|
105
|
+
|
|
106
|
+
## Rule 5: Prototype Quality Standards
|
|
107
|
+
|
|
108
|
+
### Must Have
|
|
109
|
+
- Exact colors from the project theme files
|
|
110
|
+
- Real fonts loaded
|
|
111
|
+
- Proper spacing (not random padding everywhere)
|
|
112
|
+
- Real content (not "Lorem ipsum")
|
|
113
|
+
- All states visible (loading, empty, error, success)
|
|
114
|
+
- Responsive: works at 375px, 768px, 1440px
|
|
115
|
+
|
|
116
|
+
### Must NOT Have
|
|
117
|
+
- Placeholder images or stock photo URLs
|
|
118
|
+
- Default Tailwind colors
|
|
119
|
+
- Missing hover/focus states
|
|
120
|
+
- Broken layout at any viewport
|
|
121
|
+
- Text that's hard to read (check contrast)
|
|
122
|
+
|
|
123
|
+
---
|
|
124
|
+
|
|
125
|
+
## Review & Checklists
|
|
126
|
+
|
|
127
|
+
> See checklists.md for the self-check, critic review checklists, and design-implementation mismatch troubleshooting.
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# Design Workflow — Checklists & Review
|
|
2
|
+
|
|
3
|
+
> This file is referenced by SKILL.md. Read it when reviewing a design or debugging visual issues.
|
|
4
|
+
|
|
5
|
+
## Self-Check Before Review
|
|
6
|
+
|
|
7
|
+
Before sending to any reviewer, verify:
|
|
8
|
+
|
|
9
|
+
1. **Does it look like a real app, or a generic template?**
|
|
10
|
+
2. **Squint test** — squint at the screenshot, can you still see the structure?
|
|
11
|
+
3. **Comparison test** — does this look as good as the Reference Apps?
|
|
12
|
+
4. **Copy check** — is the text specific and helpful?
|
|
13
|
+
5. **Personality check** — does it match the Design Personality?
|
|
14
|
+
|
|
15
|
+
## Critic Review Checklist
|
|
16
|
+
|
|
17
|
+
### AI Generic Detection
|
|
18
|
+
- [ ] No colors outside the project palette
|
|
19
|
+
- [ ] No generic gradient blobs
|
|
20
|
+
- [ ] Layout has visual variety (not everything centered, same size)
|
|
21
|
+
- [ ] Typography has clear hierarchy (3+ distinct sizes/weights)
|
|
22
|
+
- [ ] Copy is specific to the project domain
|
|
23
|
+
|
|
24
|
+
### Design Quality
|
|
25
|
+
- [ ] Whitespace is balanced
|
|
26
|
+
- [ ] Accent color used sparingly and with purpose
|
|
27
|
+
- [ ] Cards/components have variety
|
|
28
|
+
- [ ] Hover states exist and look good
|
|
29
|
+
- [ ] The design has personality matching design-config
|
|
30
|
+
|
|
31
|
+
### Consistency
|
|
32
|
+
- [ ] Same button styles across all screens
|
|
33
|
+
- [ ] Same spacing patterns throughout
|
|
34
|
+
- [ ] Same card styles with minor variations
|
|
35
|
+
- [ ] Font usage matches design-config
|
|
36
|
+
|
|
37
|
+
## Troubleshooting: Design vs Implementation Mismatch
|
|
38
|
+
|
|
39
|
+
| Problem | Cause | Fix |
|
|
40
|
+
|---------|-------|-----|
|
|
41
|
+
| Colors are wrong | Used Tailwind defaults | Use exact values from theme files |
|
|
42
|
+
| Spacing is off | Used random padding | Follow the spacing scale in theme files |
|
|
43
|
+
| Fonts look different | Fonts not loaded | Load fonts from design-config |
|
|
44
|
+
| Components look generic | No reference to project style | Read theme files and design-config first |
|
|
45
|
+
| Mobile is broken | Desktop-first without testing | Always check at all 3 breakpoints |
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: idea-validation
|
|
3
|
+
description: Validate a startup idea with competitor analysis, market signals, and risk assessment. Be brutally honest. Use when the user wants to test if an idea is worth building.
|
|
4
|
+
allowed_tools:
|
|
5
|
+
- WebSearch
|
|
6
|
+
- WebFetch
|
|
7
|
+
- Read
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# Idea Validation
|
|
11
|
+
|
|
12
|
+
Kill bad ideas fast. Save time for good ones.
|
|
13
|
+
|
|
14
|
+
## When to Use
|
|
15
|
+
|
|
16
|
+
- User has a specific idea to test
|
|
17
|
+
- Before building anything
|
|
18
|
+
- Before spending money on research
|
|
19
|
+
- When choosing between ideas
|
|
20
|
+
|
|
21
|
+
> See `example-report.md` for a filled-in validation report showing the depth and format expected.
|
|
22
|
+
|
|
23
|
+
## Process
|
|
24
|
+
|
|
25
|
+
### 1. Understand the Idea
|
|
26
|
+
Get clear on:
|
|
27
|
+
- What does it do? (one sentence)
|
|
28
|
+
- Who is it for? (specific person)
|
|
29
|
+
- What problem does it fix?
|
|
30
|
+
- How do they fix it today?
|
|
31
|
+
|
|
32
|
+
### 2. Problem Check
|
|
33
|
+
- Is this a real pain? Or just "nice to have"?
|
|
34
|
+
- How often does this problem happen?
|
|
35
|
+
- Do people spend money/time on it now?
|
|
36
|
+
- Search for Reddit threads, forum posts, review complaints
|
|
37
|
+
- Look for "hair on fire" signals
|
|
38
|
+
|
|
39
|
+
### 3. Market Check
|
|
40
|
+
- TAM/SAM/SOM (rough numbers, show math)
|
|
41
|
+
- Growing or shrinking?
|
|
42
|
+
- Any tailwinds? (new regulation, tech shift, behavior change)
|
|
43
|
+
- Any headwinds?
|
|
44
|
+
|
|
45
|
+
### 4. Competitor Check
|
|
46
|
+
Find 5-10 competitors or close alternatives:
|
|
47
|
+
- Direct competitors (same problem, same solution)
|
|
48
|
+
- Indirect competitors (same problem, different solution)
|
|
49
|
+
- What they do well
|
|
50
|
+
- What they do badly (check 1-star reviews)
|
|
51
|
+
- Pricing
|
|
52
|
+
- Funding
|
|
53
|
+
|
|
54
|
+
### 5. Distribution Check
|
|
55
|
+
- How would you get your first 100 users?
|
|
56
|
+
- Is there a natural channel? (SEO, community, viral, sales)
|
|
57
|
+
- What's the CAC estimate?
|
|
58
|
+
- Is there a network effect or flywheel?
|
|
59
|
+
|
|
60
|
+
### 6. Build Check
|
|
61
|
+
- Can you make an MVP in 2 weeks?
|
|
62
|
+
- What's the hardest technical part?
|
|
63
|
+
- Any regulatory or legal issues?
|
|
64
|
+
|
|
65
|
+
### 7. Verdict
|
|
66
|
+
|
|
67
|
+
Give a clear verdict:
|
|
68
|
+
- **GO** - Strong signals, build it
|
|
69
|
+
- **TEST MORE** - Some signals, needs cheap validation first
|
|
70
|
+
- **PASS** - Weak signals, don't build
|
|
71
|
+
|
|
72
|
+
Include:
|
|
73
|
+
- Top 3 reasons for your verdict
|
|
74
|
+
- The #1 risk
|
|
75
|
+
- The cheapest next step to test
|
|
76
|
+
|
|
77
|
+
## Interaction Style
|
|
78
|
+
|
|
79
|
+
**No BS. Honest feedback only.**
|
|
80
|
+
|
|
81
|
+
This is a two-way talk:
|
|
82
|
+
- I ask you questions → you answer
|
|
83
|
+
- You ask me questions → I think hard, give you options, then answer
|
|
84
|
+
|
|
85
|
+
**When I ask you a question, I always:**
|
|
86
|
+
1. Think about it first
|
|
87
|
+
2. Give you 2-3 options with my honest take on each
|
|
88
|
+
3. Tell you which one I'd pick and why
|
|
89
|
+
4. Then ask what you think
|
|
90
|
+
|
|
91
|
+
**When you ask me something:**
|
|
92
|
+
- I give you a straight answer with data
|
|
93
|
+
- If your idea is weak, I tell you why
|
|
94
|
+
- I don't let your excitement change my analysis
|
|
95
|
+
|
|
96
|
+
**Never:**
|
|
97
|
+
- Ask a question without giving options
|
|
98
|
+
- Sugarcoat a bad verdict
|
|
99
|
+
- Say "it depends" without picking a side
|
|
100
|
+
- Dodge the hard truth to be polite
|
|
101
|
+
- Let a cool idea pass without real demand signals
|
|
102
|
+
|
|
103
|
+
## Rules
|
|
104
|
+
|
|
105
|
+
- Be harsh. Most ideas should get PASS or TEST MORE.
|
|
106
|
+
- Don't sugarcoat. "This probably won't work because..." is fine.
|
|
107
|
+
- Back opinions with data when you can.
|
|
108
|
+
- If you can't find data, say so.
|
|
109
|
+
- Don't let the user's excitement bias your analysis.
|
|
110
|
+
|
|
111
|
+
## Gotchas
|
|
112
|
+
|
|
113
|
+
- **Confirmation bias is the #1 killer.** The user wants to hear "GO." Your job is to find reasons to say "PASS." Start with reasons it won't work.
|
|
114
|
+
- **TAM without math is fiction.** "The market is $50B" means nothing. Show the calculation: X users x Y price x Z frequency.
|
|
115
|
+
- **"No competitors" is a red flag, not a green one.** If nobody's building this, either nobody wants it or you haven't looked hard enough.
|
|
116
|
+
- **Don't validate ideas -- validate problems.** An idea can be wrong while the problem is real. Always separate problem validation from solution validation.
|
|
117
|
+
- **Quick test > more research.** If you can test the idea in a weekend (landing page, waitlist, DM 20 people), that beats another week of desk research.
|
|
118
|
+
|
|
119
|
+
## Output
|
|
120
|
+
|
|
121
|
+
Save to the project's `03-validation/` folder.
|
|
122
|
+
|
|
123
|
+
## Frameworks to Use
|
|
124
|
+
|
|
125
|
+
Pull from `/frameworks/` when relevant:
|
|
126
|
+
- Lean Canvas (01-lean-canvas.md)
|
|
127
|
+
- Jobs to Be Done (06-jobs-to-be-done.md)
|
|
128
|
+
- Mom Test (07-mom-test.md)
|
|
129
|
+
- Value Proposition Canvas (08-value-proposition-canvas.md)
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# Idea Validation — Example Report
|
|
2
|
+
|
|
3
|
+
> This file is referenced by SKILL.md. Use this format when producing a validation report.
|
|
4
|
+
|
|
5
|
+
## Validation: AI-Powered Code Review Bot
|
|
6
|
+
|
|
7
|
+
### The Idea
|
|
8
|
+
A GitHub bot that reviews PRs automatically, catches bugs, suggests improvements, and enforces team conventions.
|
|
9
|
+
|
|
10
|
+
### Problem Check
|
|
11
|
+
- **Is it real pain?** Yes. Code reviews are a bottleneck — PRs wait 4-24 hours for review at most companies.
|
|
12
|
+
- **How often?** Daily. Every PR needs review.
|
|
13
|
+
- **Spending today?** Teams spend ~20% of senior engineer time on reviews. Some pay for CodeClimate ($15/user/mo) or SonarQube.
|
|
14
|
+
- **Demand signals:** "automated code review" — 8.1K monthly searches. r/programming threads about slow PR reviews every month. Multiple HN posts about review fatigue.
|
|
15
|
+
|
|
16
|
+
### Market Check
|
|
17
|
+
- **TAM:** 28M developers worldwide x ~$10/mo = ~$3.4B
|
|
18
|
+
- **SAM:** 4M developers at companies with >10 devs (need formal review) x $10/mo = ~$480M
|
|
19
|
+
- **SOM:** 50K developers in first 2 years (realistic with PLG) x $10/mo = $6M ARR
|
|
20
|
+
- **Trend:** Growing. AI coding tools market expanding 40%+ YoY.
|
|
21
|
+
|
|
22
|
+
### Competitor Check
|
|
23
|
+
| Competitor | What they do | Funding | Weakness |
|
|
24
|
+
|-----------|-------------|---------|----------|
|
|
25
|
+
| CodeRabbit | AI PR review | $2.5M seed | Generic comments, high noise |
|
|
26
|
+
| Sourcery | Python-focused AI review | $5M | Python only, limited languages |
|
|
27
|
+
| SonarQube | Static analysis | Public | Rule-based, not AI, slow setup |
|
|
28
|
+
| GitHub Copilot | Code completion | Microsoft | Writes code, doesn't review PRs |
|
|
29
|
+
|
|
30
|
+
### Distribution Check
|
|
31
|
+
- **First 100 users:** GitHub Marketplace listing + Show HN + dev Twitter
|
|
32
|
+
- **Natural channel:** GitHub Marketplace is a built-in distribution channel
|
|
33
|
+
- **CAC estimate:** ~$0 for early users (PLG via marketplace)
|
|
34
|
+
- **Network effect:** Weak. Each install is independent.
|
|
35
|
+
|
|
36
|
+
### Build Check
|
|
37
|
+
- **MVP in 2 weeks?** Yes — GitHub webhook + LLM API + comment on PR
|
|
38
|
+
- **Hard part:** Reducing false positives. Bad suggestions = uninstall.
|
|
39
|
+
- **Legal:** No issues. Code stays in GitHub, model doesn't train on it.
|
|
40
|
+
|
|
41
|
+
### Verdict: TEST MORE
|
|
42
|
+
|
|
43
|
+
**Top 3 reasons:**
|
|
44
|
+
1. Real pain (review bottleneck is universal), strong search demand
|
|
45
|
+
2. Clear distribution channel (GitHub Marketplace)
|
|
46
|
+
3. BUT: crowded space, CodeRabbit has traction, differentiation unclear
|
|
47
|
+
|
|
48
|
+
**#1 risk:** False positive rate. If >30% of comments are noise, teams disable it after a week.
|
|
49
|
+
|
|
50
|
+
**Cheapest next step:** Build a minimal bot that reviews PRs for ONE thing well (e.g., just security issues). Ship to 10 teams. Measure: do they keep it on after 2 weeks?
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: investor-materials
|
|
3
|
+
description: Create pitch decks, one-pagers, memos, financial models, and fundraising materials. Use when the user needs investor-facing docs.
|
|
4
|
+
allowed_tools:
|
|
5
|
+
- Read
|
|
6
|
+
- Write
|
|
7
|
+
- WebSearch
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# Investor Materials
|
|
11
|
+
|
|
12
|
+
Build investor materials that are consistent, real, and hard to poke holes in.
|
|
13
|
+
|
|
14
|
+
## When to Use
|
|
15
|
+
|
|
16
|
+
- Making or fixing a pitch deck
|
|
17
|
+
- Writing an investor memo or one-pager
|
|
18
|
+
- Building financial projections
|
|
19
|
+
- Answering accelerator applications
|
|
20
|
+
- Making sure all fundraising docs tell the same story
|
|
21
|
+
|
|
22
|
+
> See `example-outline.md` for an example seed deck outline showing slide structure and content depth.
|
|
23
|
+
|
|
24
|
+
## Golden Rule
|
|
25
|
+
|
|
26
|
+
All investor materials must agree with each other.
|
|
27
|
+
|
|
28
|
+
Before writing, confirm one source of truth:
|
|
29
|
+
- Traction numbers
|
|
30
|
+
- Pricing and revenue math
|
|
31
|
+
- Raise size and terms
|
|
32
|
+
- Use of funds
|
|
33
|
+
- Team bios
|
|
34
|
+
- Milestones and timeline
|
|
35
|
+
|
|
36
|
+
If numbers don't match across docs, stop and fix that first.
|
|
37
|
+
|
|
38
|
+
## Workflow
|
|
39
|
+
|
|
40
|
+
1. Collect the real facts
|
|
41
|
+
2. Find what's missing
|
|
42
|
+
3. Pick the doc type
|
|
43
|
+
4. Write it with clear logic
|
|
44
|
+
5. Check every number against the source of truth
|
|
45
|
+
|
|
46
|
+
## Pitch Deck Flow
|
|
47
|
+
|
|
48
|
+
1. Company + wedge (why you)
|
|
49
|
+
2. Problem
|
|
50
|
+
3. Solution
|
|
51
|
+
4. Product / demo
|
|
52
|
+
5. Market
|
|
53
|
+
6. Business model
|
|
54
|
+
7. Traction
|
|
55
|
+
8. Team
|
|
56
|
+
9. Competition
|
|
57
|
+
10. Ask
|
|
58
|
+
11. Use of funds / milestones
|
|
59
|
+
12. Appendix
|
|
60
|
+
|
|
61
|
+
## One-Pager / Memo
|
|
62
|
+
|
|
63
|
+
- Say what the company does in one sentence
|
|
64
|
+
- Show why now
|
|
65
|
+
- Put traction early
|
|
66
|
+
- Make the ask clear
|
|
67
|
+
- Keep claims easy to check
|
|
68
|
+
|
|
69
|
+
## Financial Model
|
|
70
|
+
|
|
71
|
+
- Show your assumptions
|
|
72
|
+
- Bear / base / bull cases
|
|
73
|
+
- Revenue logic layer by layer
|
|
74
|
+
- Spending tied to milestones
|
|
75
|
+
- Sensitivity analysis where the answer depends on guesses
|
|
76
|
+
|
|
77
|
+
## Gotchas
|
|
78
|
+
|
|
79
|
+
- **Numbers that don't match across docs are a deal-killer.** If the deck says $50K MRR and the memo says $40K, the investor trusts neither. Check every number against one source of truth.
|
|
80
|
+
- **Market sizing without math is the #1 slide that gets called out.** "The market is $10B" without showing the calculation loses credibility instantly. Always show: X users × Y price × Z frequency.
|
|
81
|
+
- **Fake certainty about assumptions kills trust.** "We will reach 100K users in 12 months" — no, you won't know that. Say "we assume" and show bear/base/bull cases.
|
|
82
|
+
- **Team titles that don't match LinkedIn get checked.** Investors will look. If your CTO is listed as "Senior Developer" on LinkedIn, they'll notice.
|
|
83
|
+
- **Revenue math that doesn't work backwards is obvious.** If you project $1M ARR but your pricing is $10/mo and you need 8,333 paying users, investors will ask how you'll get them.
|
|
84
|
+
- **Hype language ("revolutionary", "disruptive") signals first-time founder.** Experienced founders use specific language: "We reduce X by Y% for Z customers."
|
|
85
|
+
|
|
86
|
+
## Interaction Style
|
|
87
|
+
|
|
88
|
+
**No BS. Honest feedback only.**
|
|
89
|
+
|
|
90
|
+
This is a two-way talk:
|
|
91
|
+
- I ask you questions → you answer
|
|
92
|
+
- You ask me questions → I think hard, give you options, then answer
|
|
93
|
+
|
|
94
|
+
**When I ask you a question, I always:**
|
|
95
|
+
1. Think about it first
|
|
96
|
+
2. Give you 2-3 options with my honest take on each
|
|
97
|
+
3. Tell you which one I'd pick and why
|
|
98
|
+
4. Then ask what you think
|
|
99
|
+
|
|
100
|
+
**When you ask me something:**
|
|
101
|
+
- I give you a straight answer
|
|
102
|
+
- I tell you if a claim is weak or a number doesn't hold up
|
|
103
|
+
- I push you to cut the hype and show real proof
|
|
104
|
+
|
|
105
|
+
**Never:**
|
|
106
|
+
- Ask a question without giving options
|
|
107
|
+
- Let a weak claim slide into the deck
|
|
108
|
+
- Say "it depends" without picking a side
|
|
109
|
+
- Write hype that you can't back up in a meeting
|
|
110
|
+
- Skip the "investor will ask about this" warnings
|
|
111
|
+
|
|
112
|
+
## Before You Deliver
|
|
113
|
+
|
|
114
|
+
- Every number matches the source of truth
|
|
115
|
+
- Use of funds adds up
|
|
116
|
+
- Assumptions are visible
|
|
117
|
+
- No hype language
|
|
118
|
+
- You could defend this in a meeting
|
|
119
|
+
|
|
120
|
+
## Output
|
|
121
|
+
|
|
122
|
+
Save to the project's `04-build/` folder.
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
# Investor Materials — Example Deck Outline
|
|
2
|
+
|
|
3
|
+
> This file is referenced by SKILL.md. Use this as a reference for pitch deck structure and slide content.
|
|
4
|
+
|
|
5
|
+
## Example: Seed Deck for a Developer Tool
|
|
6
|
+
|
|
7
|
+
### Slide 1: Title
|
|
8
|
+
**[Company Name]** — AI-powered code review for engineering teams
|
|
9
|
+
Raising $2M seed | [Founder Name], CEO
|
|
10
|
+
|
|
11
|
+
### Slide 2: Problem
|
|
12
|
+
- Code reviews take 4-24 hours per PR
|
|
13
|
+
- Senior engineers spend 20% of time reviewing
|
|
14
|
+
- Quality is inconsistent — reviewers miss bugs when tired
|
|
15
|
+
- *"At our last company, 3 production bugs in Q4 were in code that passed review."*
|
|
16
|
+
|
|
17
|
+
### Slide 3: Solution
|
|
18
|
+
- GitHub bot that reviews every PR in <2 minutes
|
|
19
|
+
- Catches security issues, bugs, and convention violations
|
|
20
|
+
- Learns team patterns — gets better with feedback
|
|
21
|
+
- [Screenshot of bot commenting on a real PR]
|
|
22
|
+
|
|
23
|
+
### Slide 4: Demo / Product
|
|
24
|
+
[2-3 screenshots showing: PR opened → bot reviews → developer accepts suggestion]
|
|
25
|
+
|
|
26
|
+
### Slide 5: Traction
|
|
27
|
+
- 340 teams installed (GitHub Marketplace)
|
|
28
|
+
- $18K MRR, growing 25% month-over-month
|
|
29
|
+
- 72% weekly active rate (teams use it every week)
|
|
30
|
+
- NPS: 62
|
|
31
|
+
|
|
32
|
+
### Slide 6: Market
|
|
33
|
+
- $3.4B TAM (28M devs x $10/mo)
|
|
34
|
+
- $480M SAM (4M devs at review-heavy companies)
|
|
35
|
+
- Growing 40% YoY (AI dev tools market)
|
|
36
|
+
|
|
37
|
+
### Slide 7: Business Model
|
|
38
|
+
- Free: 5 PRs/week
|
|
39
|
+
- Team: $8/user/mo (unlimited PRs)
|
|
40
|
+
- Enterprise: $15/user/mo (SSO, custom rules, SLA)
|
|
41
|
+
- Current split: 60% free, 35% team, 5% enterprise
|
|
42
|
+
|
|
43
|
+
### Slide 8: Competition
|
|
44
|
+
| | Us | CodeRabbit | SonarQube |
|
|
45
|
+
|---|---|---|---|
|
|
46
|
+
| AI-native | Yes | Yes | No (rules) |
|
|
47
|
+
| Setup time | 30 seconds | 5 minutes | 2+ hours |
|
|
48
|
+
| Learns team style | Yes | No | No |
|
|
49
|
+
| False positive rate | 12% | 35% | 20% |
|
|
50
|
+
|
|
51
|
+
### Slide 9: Team
|
|
52
|
+
- **[CEO]** — ex-GitHub, built [relevant thing]
|
|
53
|
+
- **[CTO]** — ex-Google, ML/NLP background
|
|
54
|
+
- **[Head of Growth]** — scaled [previous company] to 50K users
|
|
55
|
+
|
|
56
|
+
### Slide 10: Ask
|
|
57
|
+
- Raising **$2M seed**
|
|
58
|
+
- 18-month runway
|
|
59
|
+
- Use of funds: 60% engineering (hire 3), 25% growth, 15% ops
|
|
60
|
+
- Milestones: 2,000 teams, $100K MRR, Series A ready
|
|
61
|
+
|
|
62
|
+
---
|
|
63
|
+
|
|
64
|
+
## What Makes This Work
|
|
65
|
+
|
|
66
|
+
- **Slide 2** opens with a quote — personal, not abstract
|
|
67
|
+
- **Slide 5** leads with a number, not a description
|
|
68
|
+
- **Slide 6** shows the math, not just a big number
|
|
69
|
+
- **Slide 8** uses a metric the investor cares about (false positive rate), not a feature list
|
|
70
|
+
- **Slide 10** ties money to milestones, not vague plans
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: investor-outreach
|
|
3
|
+
description: Draft cold emails, warm intro blurbs, follow-ups, and investor communications. Use when the user needs to write to angels, VCs, or accelerators.
|
|
4
|
+
allowed_tools:
|
|
5
|
+
- Read
|
|
6
|
+
- Write
|
|
7
|
+
- WebSearch
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# Investor Outreach
|
|
11
|
+
|
|
12
|
+
Write investor emails that are short, personal, and easy to act on.
|
|
13
|
+
|
|
14
|
+
## When to Use
|
|
15
|
+
|
|
16
|
+
- Writing a cold email to an investor
|
|
17
|
+
- Making a warm intro request
|
|
18
|
+
- Following up after a meeting or no reply
|
|
19
|
+
- Writing investor updates
|
|
20
|
+
|
|
21
|
+
> See `examples.md` for good vs bad email examples (cold outreach, warm intro, and follow-up).
|
|
22
|
+
|
|
23
|
+
## Rules
|
|
24
|
+
|
|
25
|
+
1. Make it personal. Every email.
|
|
26
|
+
2. Keep the ask easy to say yes to.
|
|
27
|
+
3. Use proof, not adjectives.
|
|
28
|
+
4. Keep it short.
|
|
29
|
+
5. Never send something that could go to any investor.
|
|
30
|
+
|
|
31
|
+
## Cold Email Structure
|
|
32
|
+
|
|
33
|
+
1. **Subject line** - Short and specific
|
|
34
|
+
2. **Opener** - Why this investor, specifically
|
|
35
|
+
3. **Pitch** - What you do, why now, one proof point
|
|
36
|
+
4. **Ask** - One clear next step
|
|
37
|
+
5. **Sign off** - Name, role, one credibility thing if needed
|
|
38
|
+
|
|
39
|
+
## How to Personalize
|
|
40
|
+
|
|
41
|
+
Use one or more:
|
|
42
|
+
- Their portfolio companies
|
|
43
|
+
- A talk, post, or article they wrote
|
|
44
|
+
- A shared connection
|
|
45
|
+
- A clear fit with their thesis
|
|
46
|
+
|
|
47
|
+
If you don't have this info, ask for it. Or say the draft needs personalizing.
|
|
48
|
+
|
|
49
|
+
## Follow-Up Timing
|
|
50
|
+
|
|
51
|
+
- Day 0: First email
|
|
52
|
+
- Day 4-5: Short follow-up with one new thing
|
|
53
|
+
- Day 10-12: Final follow-up, clean close
|
|
54
|
+
|
|
55
|
+
Stop after 3 unless told otherwise.
|
|
56
|
+
|
|
57
|
+
## Warm Intro Requests
|
|
58
|
+
|
|
59
|
+
Make it easy for the connector:
|
|
60
|
+
- Why this intro makes sense
|
|
61
|
+
- Include a forwardable blurb
|
|
62
|
+
- Keep the blurb under 100 words
|
|
63
|
+
|
|
64
|
+
## After a Meeting
|
|
65
|
+
|
|
66
|
+
Include:
|
|
67
|
+
- What you talked about
|
|
68
|
+
- The answer or update you promised
|
|
69
|
+
- One new proof point if you have one
|
|
70
|
+
- What happens next
|
|
71
|
+
|
|
72
|
+
## Interaction Style
|
|
73
|
+
|
|
74
|
+
**No BS. Honest feedback only.**
|
|
75
|
+
|
|
76
|
+
This is a two-way talk:
|
|
77
|
+
- I ask you questions → you answer
|
|
78
|
+
- You ask me questions → I think hard, give you options, then answer
|
|
79
|
+
|
|
80
|
+
**When I ask you a question, I always:**
|
|
81
|
+
1. Think about it first
|
|
82
|
+
2. Give you 2-3 options with my honest take on each
|
|
83
|
+
3. Tell you which one I'd pick and why
|
|
84
|
+
4. Then ask what you think
|
|
85
|
+
|
|
86
|
+
**When you ask me something:**
|
|
87
|
+
- I give you a straight answer
|
|
88
|
+
- I tell you if an email sounds desperate or generic
|
|
89
|
+
- I push back if the proof point is weak
|
|
90
|
+
|
|
91
|
+
**Never:**
|
|
92
|
+
- Ask a question without giving options
|
|
93
|
+
- Write a generic email and call it done
|
|
94
|
+
- Say "it depends" without picking a side
|
|
95
|
+
- Let a weak ask slide into the email
|
|
96
|
+
- Skip the "this won't land because..." feedback
|
|
97
|
+
|
|
98
|
+
## Gotchas
|
|
99
|
+
|
|
100
|
+
- **Generic emails get deleted instantly.** "I'm reaching out because I admire your work" — every founder writes this. Reference a specific deal, post, or thesis point.
|
|
101
|
+
- **The email is too long.** If it's more than 5 sentences, cut it. Investors scan, they don't read. The first email's job is to get a reply, not explain your whole company.
|
|
102
|
+
- **The ask is too big for a cold email.** Don't ask for a 30-minute call in the first email. Ask for a quick reply, a 15-minute chat, or just to see the deck.
|
|
103
|
+
- **No proof point = no interest.** "We're building X for Y" isn't enough. Include one concrete number: users, revenue, growth rate, waitlist size, or a notable customer.
|
|
104
|
+
- **Follow-ups with no new information are annoying.** Don't just say "following up." Each follow-up needs something new: a milestone, a press mention, a new metric.
|
|
105
|
+
|
|
106
|
+
## Before You Deliver
|
|
107
|
+
|
|
108
|
+
- It's personalized
|
|
109
|
+
- The ask is clear
|
|
110
|
+
- No begging or fluff
|
|
111
|
+
- Proof point is real
|
|
112
|
+
- It's short
|