fraim-framework 2.0.65 → 2.0.67
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/dist/registry/ai-manager-rules/customer-development-phases/phase1-customer-profiling.md +101 -0
- package/dist/registry/ai-manager-rules/customer-development-phases/phase2-platform-discovery.md +235 -0
- package/dist/registry/ai-manager-rules/customer-development-phases/phase3-prospect-qualification.md +243 -0
- package/dist/registry/ai-manager-rules/customer-development-phases/phase4-inventory-compilation.md +206 -0
- package/dist/registry/ai-manager-rules/design-phases/design-completeness-review.md +73 -0
- package/dist/registry/ai-manager-rules/design-phases/design-design.md +145 -0
- package/dist/registry/ai-manager-rules/design-phases/design.md +108 -0
- package/dist/registry/ai-manager-rules/design-phases/finalize.md +60 -0
- package/dist/registry/ai-manager-rules/design-phases/validate.md +125 -0
- package/dist/registry/ai-manager-rules/design.json +97 -0
- package/dist/registry/ai-manager-rules/implement-phases/code.md +323 -0
- package/dist/registry/ai-manager-rules/implement-phases/completeness-review.md +94 -0
- package/dist/registry/ai-manager-rules/implement-phases/finalize.md +177 -0
- package/dist/registry/ai-manager-rules/implement-phases/implement-code.md +283 -0
- package/dist/registry/ai-manager-rules/implement-phases/implement-completeness-review.md +120 -0
- package/dist/registry/ai-manager-rules/implement-phases/implement-regression.md +173 -0
- package/dist/registry/ai-manager-rules/implement-phases/implement-repro.md +104 -0
- package/dist/registry/ai-manager-rules/implement-phases/implement-scoping.md +100 -0
- package/dist/registry/ai-manager-rules/implement-phases/implement-smoke.md +237 -0
- package/dist/registry/ai-manager-rules/implement-phases/implement-spike.md +121 -0
- package/dist/registry/ai-manager-rules/implement-phases/implement-validate.md +375 -0
- package/dist/registry/ai-manager-rules/implement-phases/quality-review.md +304 -0
- package/dist/registry/ai-manager-rules/implement-phases/regression.md +159 -0
- package/dist/registry/ai-manager-rules/implement-phases/repro.md +101 -0
- package/dist/registry/ai-manager-rules/implement-phases/scoping.md +93 -0
- package/dist/registry/ai-manager-rules/implement-phases/smoke.md +225 -0
- package/dist/registry/ai-manager-rules/implement-phases/spike.md +118 -0
- package/dist/registry/ai-manager-rules/implement-phases/validate.md +347 -0
- package/dist/registry/ai-manager-rules/implement.json +153 -0
- package/dist/registry/ai-manager-rules/retrospective.md +116 -0
- package/dist/registry/ai-manager-rules/shared-phases/address-pr-feedback.md +188 -0
- package/dist/registry/ai-manager-rules/shared-phases/finalize.md +169 -0
- package/dist/registry/ai-manager-rules/shared-phases/submit-pr.md +202 -0
- package/dist/registry/ai-manager-rules/shared-phases/wait-for-pr-review.md +170 -0
- package/dist/registry/ai-manager-rules/spec-phases/finalize.md +60 -0
- package/dist/registry/ai-manager-rules/spec-phases/spec-competitor-analysis.md +105 -0
- package/dist/registry/ai-manager-rules/spec-phases/spec-completeness-review.md +66 -0
- package/dist/registry/ai-manager-rules/spec-phases/spec-spec.md +139 -0
- package/dist/registry/ai-manager-rules/spec-phases/spec.md +102 -0
- package/dist/registry/ai-manager-rules/spec-phases/validate.md +118 -0
- package/dist/registry/ai-manager-rules/spec.json +112 -0
- package/dist/registry/ai-manager-rules/test.json +98 -0
- package/dist/registry/ai-manager-rules/user-survey-phases/phase1-survey-scoping.md +60 -0
- package/dist/registry/ai-manager-rules/user-survey-phases/phase2-survey-build-linkedin.md +23 -0
- package/dist/registry/ai-manager-rules/user-survey-phases/phase3-survey-build-reddit.md +22 -0
- package/dist/registry/ai-manager-rules/user-survey-phases/phase4-survey-build-x.md +21 -0
- package/dist/registry/ai-manager-rules/user-survey-phases/phase5-survey-build-facebook.md +19 -0
- package/dist/registry/ai-manager-rules/user-survey-phases/phase6-survey-build-custom.md +15 -0
- package/dist/registry/ai-manager-rules/user-survey-phases/phase7-survey-dispatch.md +45 -0
- package/dist/registry/delivery/address-feedback.md +83 -0
- package/dist/registry/delivery/retrospective.md +78 -0
- package/dist/registry/delivery/submit.md +79 -0
- package/dist/registry/providers/ado.json +19 -0
- package/dist/registry/providers/delivery-conversation.json +9 -0
- package/dist/registry/providers/delivery-pr.json +9 -0
- package/dist/registry/providers/github.json +19 -0
- package/dist/registry/rules/agent-success-criteria.md +101 -0
- package/dist/registry/rules/agent-testing-guidelines.md +502 -0
- package/dist/registry/rules/architecture.md +126 -0
- package/dist/registry/rules/communication.md +122 -0
- package/dist/registry/rules/continuous-learning.md +55 -0
- package/dist/registry/rules/debugging-multitenancy-issues.md +85 -0
- package/dist/registry/rules/ephemeral-execution.md +54 -0
- package/dist/registry/rules/git-safe-commands.md +34 -0
- package/dist/registry/rules/hitl-ppe-record-analysis.md +302 -0
- package/dist/registry/rules/integrity-and-test-ethics.md +275 -0
- package/dist/registry/rules/local-development.md +275 -0
- package/dist/registry/rules/mandatory-pre-completion-reflection.md +193 -0
- package/dist/registry/rules/merge-requirements.md +238 -0
- package/dist/registry/rules/simplicity.md +118 -0
- package/dist/registry/rules/software-development-lifecycle.md +105 -0
- package/dist/registry/rules/spike-first-development.md +205 -0
- package/dist/registry/rules/successful-debugging-patterns.md +488 -0
- package/dist/registry/scripts/build-scripts-generator.js +205 -0
- package/dist/registry/scripts/cleanup-branch.js +287 -0
- package/dist/registry/scripts/evaluate-code-quality.js +66 -0
- package/dist/registry/scripts/exec-with-timeout.js +142 -0
- package/dist/registry/scripts/fraim-config.js +61 -0
- package/dist/registry/scripts/generate-engagement-emails.js +705 -0
- package/dist/registry/scripts/generic-issues-api.js +100 -0
- package/dist/registry/scripts/newsletter-helpers.js +671 -0
- package/dist/registry/scripts/openapi-generator.js +664 -0
- package/dist/registry/scripts/performance/profile-server.js +390 -0
- package/dist/registry/scripts/profile-server.js +389 -0
- package/dist/registry/scripts/run-thank-you-workflow.js +92 -0
- package/dist/registry/scripts/send-newsletter-simple.js +85 -0
- package/dist/registry/scripts/send-thank-you-emails.js +54 -0
- package/dist/registry/scripts/validate-openapi-limits.js +311 -0
- package/dist/registry/scripts/validate-test-coverage.js +262 -0
- package/dist/registry/scripts/verify-test-coverage.js +66 -0
- package/dist/registry/stubs/workflows/azure/cost-optimization.md +11 -0
- package/dist/registry/stubs/workflows/bootstrap/create-architecture.md +11 -0
- package/dist/registry/stubs/workflows/bootstrap/detect-broken-windows.md +11 -0
- package/dist/registry/stubs/workflows/bootstrap/evaluate-code-quality.md +11 -0
- package/dist/registry/stubs/workflows/bootstrap/verify-test-coverage.md +11 -0
- package/dist/registry/stubs/workflows/brainstorming/blue-sky-brainstorming.md +11 -0
- package/dist/registry/stubs/workflows/brainstorming/codebase-brainstorming.md +11 -0
- package/dist/registry/stubs/workflows/business-development/create-business-plan.md +11 -0
- package/dist/registry/stubs/workflows/business-development/ideate-business-opportunity.md +11 -0
- package/dist/registry/stubs/workflows/business-development/price-product.md +18 -0
- package/dist/registry/stubs/workflows/compliance/detect-compliance-requirements.md +11 -0
- package/dist/registry/stubs/workflows/compliance/generate-audit-evidence.md +11 -0
- package/dist/registry/stubs/workflows/compliance/soc2-evidence-generator.md +11 -0
- package/dist/registry/stubs/workflows/customer-development/insight-analysis.md +11 -0
- package/dist/registry/stubs/workflows/customer-development/insight-triage.md +11 -0
- package/dist/registry/stubs/workflows/customer-development/interview-preparation.md +11 -0
- package/dist/registry/stubs/workflows/customer-development/linkedin-outreach.md +11 -0
- package/dist/registry/stubs/workflows/customer-development/strategic-brainstorming.md +11 -0
- package/dist/registry/stubs/workflows/customer-development/thank-customers.md +11 -0
- package/dist/registry/stubs/workflows/customer-development/user-survey-dispatch.md +11 -0
- package/dist/registry/stubs/workflows/customer-development/users-to-target.md +11 -0
- package/dist/registry/stubs/workflows/customer-development/weekly-newsletter.md +11 -0
- package/dist/registry/stubs/workflows/deploy/cloud-deployment.md +11 -0
- package/dist/registry/stubs/workflows/improve-fraim/contribute.md +11 -0
- package/dist/registry/stubs/workflows/improve-fraim/file-issue.md +11 -0
- package/dist/registry/stubs/workflows/learning/build-skillset.md +11 -0
- package/dist/registry/stubs/workflows/learning/synthesize-learnings.md +11 -0
- package/dist/registry/stubs/workflows/legal/contract-review-analysis.md +11 -0
- package/dist/registry/stubs/workflows/legal/nda.md +11 -0
- package/dist/registry/stubs/workflows/legal/patent-filing.md +11 -0
- package/dist/registry/stubs/workflows/legal/saas-contract-development.md +11 -0
- package/dist/registry/stubs/workflows/legal/trademark-filing.md +11 -0
- package/dist/registry/stubs/workflows/marketing/content-creation.md +11 -0
- package/dist/registry/stubs/workflows/marketing/convert-to-pdf.md +11 -0
- package/dist/registry/stubs/workflows/marketing/create-modern-website.md +11 -0
- package/dist/registry/stubs/workflows/marketing/domain-registration.md +11 -0
- package/dist/registry/stubs/workflows/marketing/evangelize.md +11 -0
- package/dist/registry/stubs/workflows/marketing/hbr-article.md +11 -0
- package/dist/registry/stubs/workflows/marketing/launch-checklist.md +11 -0
- package/dist/registry/stubs/workflows/marketing/marketing-strategy.md +11 -0
- package/dist/registry/stubs/workflows/marketing/storytelling.md +11 -0
- package/dist/registry/stubs/workflows/performance/analyze-performance.md +11 -0
- package/dist/registry/stubs/workflows/product-building/design.md +11 -0
- package/dist/registry/stubs/workflows/product-building/implement.md +11 -0
- package/dist/registry/stubs/workflows/product-building/iterate-on-pr-comments.md +11 -0
- package/dist/registry/stubs/workflows/product-building/prep-issue.md +11 -0
- package/dist/registry/stubs/workflows/product-building/prototype.md +11 -0
- package/dist/registry/stubs/workflows/product-building/resolve.md +11 -0
- package/dist/registry/stubs/workflows/product-building/retrospect.md +11 -0
- package/dist/registry/stubs/workflows/product-building/spec.md +11 -0
- package/dist/registry/stubs/workflows/product-building/test.md +11 -0
- package/dist/registry/stubs/workflows/productivity-report/productivity-report.md +11 -0
- package/dist/registry/stubs/workflows/quality-assurance/browser-validation.md +11 -0
- package/dist/registry/stubs/workflows/quality-assurance/iterative-improvement-cycle.md +11 -0
- package/dist/registry/stubs/workflows/replicate/replicate-discovery.md +11 -0
- package/dist/registry/stubs/workflows/replicate/replicate-to-issues.md +11 -0
- package/dist/registry/stubs/workflows/reviewer/review-implementation-vs-design-spec.md +11 -0
- package/dist/registry/stubs/workflows/reviewer/review-implementation-vs-feature-spec.md +11 -0
- package/dist/registry/stubs/workflows/startup-credits/aws-activate-application.md +11 -0
- package/dist/registry/stubs/workflows/startup-credits/google-cloud-application.md +11 -0
- package/dist/registry/stubs/workflows/startup-credits/microsoft-azure-application.md +11 -0
- package/dist/registry/templates/bootstrap/ARCHITECTURE-TEMPLATE.md +53 -0
- package/dist/registry/templates/bootstrap/CODE-QUALITY-REPORT-TEMPLATE.md +37 -0
- package/dist/registry/templates/bootstrap/TEST-COVERAGE-REPORT-TEMPLATE.md +35 -0
- package/dist/registry/templates/business-development/IDEATION-REPORT-TEMPLATE.md +29 -0
- package/dist/registry/templates/business-development/PRICING-STRATEGY-TEMPLATE.md +126 -0
- package/dist/registry/templates/customer-development/customer-interview-template.md +99 -0
- package/dist/registry/templates/customer-development/customer-persona-template.md +69 -0
- package/dist/registry/templates/customer-development/follow-up-email-templates.md +132 -0
- package/dist/registry/templates/customer-development/insight-analysis-template.md +74 -0
- package/dist/registry/templates/customer-development/prospect-inventory-template.csv +3 -0
- package/dist/registry/templates/customer-development/search-strategy-template.md +123 -0
- package/dist/registry/templates/customer-development/strategic-recommendations-template.md +53 -0
- package/dist/registry/templates/customer-development/thank-you-email-template.html +124 -0
- package/dist/registry/templates/customer-development/thank-you-note-template.md +16 -0
- package/dist/registry/templates/customer-development/triage-log-template.md +278 -0
- package/dist/registry/templates/customer-development/weekly-newsletter-template.html +204 -0
- package/dist/registry/templates/evidence/Design-Evidence.md +30 -0
- package/dist/registry/templates/evidence/Implementation-BugEvidence.md +122 -0
- package/dist/registry/templates/evidence/Implementation-FeatureEvidence.md +160 -0
- package/dist/registry/templates/evidence/Spec-Evidence.md +19 -0
- package/dist/registry/templates/help/HelpNeeded.md +14 -0
- package/dist/registry/templates/legal/NDA-TEMPLATE.md +170 -0
- package/dist/registry/templates/legal/PATENT-TEMPLATE.md +372 -0
- package/dist/registry/templates/legal/TRADEMARK-TEMPLATE.md +339 -0
- package/dist/registry/templates/legal/contract-review-checklist.md +193 -0
- package/dist/registry/templates/legal/review-report-template.md +198 -0
- package/dist/registry/templates/legal/saas-terms-template.md +174 -0
- package/dist/registry/templates/legal/sow-template.md +117 -0
- package/dist/registry/templates/legal/template-variables.md +131 -0
- package/dist/registry/templates/marketing/DOMAIN-REGISTRATION-TEMPLATE.md +194 -0
- package/dist/registry/templates/marketing/EVANGELIZE-TEMPLATE.md +102 -0
- package/dist/registry/templates/marketing/HBR-ARTICLE-TEMPLATE.md +66 -0
- package/dist/registry/templates/marketing/STORYTELLING-TEMPLATE.md +130 -0
- package/dist/registry/templates/marketing/WEBSITE-TEMPLATE.md +262 -0
- package/dist/registry/templates/marketing/github-pages-workflow.yml +64 -0
- package/dist/registry/templates/replicate/implementation-checklist.md +39 -0
- package/dist/registry/templates/replicate/use-cases-template.md +88 -0
- package/dist/registry/templates/retrospective/RETROSPECTIVE-TEMPLATE.md +55 -0
- package/dist/registry/templates/specs/BUGSPEC-TEMPLATE.md +37 -0
- package/dist/registry/templates/specs/FEATURESPEC-TEMPLATE.md +66 -0
- package/dist/registry/templates/specs/TECHSPEC-TEMPLATE.md +39 -0
- package/dist/registry/workflows/azure/cost-optimization.md +772 -0
- package/dist/registry/workflows/bootstrap/create-architecture.md +37 -0
- package/dist/registry/workflows/bootstrap/detect-broken-windows.md +300 -0
- package/dist/registry/workflows/bootstrap/evaluate-code-quality.md +35 -0
- package/dist/registry/workflows/bootstrap/verify-test-coverage.md +36 -0
- package/dist/registry/workflows/brainstorming/blue-sky-brainstorming.md +211 -0
- package/dist/registry/workflows/brainstorming/codebase-brainstorming.md +159 -0
- package/dist/registry/workflows/business-development/create-business-plan.md +737 -0
- package/dist/registry/workflows/business-development/ideate-business-opportunity.md +55 -0
- package/dist/registry/workflows/business-development/price-product.md +325 -0
- package/dist/registry/workflows/compliance/detect-compliance-requirements.md +80 -0
- package/dist/registry/workflows/compliance/generate-audit-evidence.md +80 -0
- package/dist/registry/workflows/compliance/soc2-evidence-generator.md +332 -0
- package/dist/registry/workflows/customer-development/insight-analysis.md +156 -0
- package/dist/registry/workflows/customer-development/insight-triage.md +933 -0
- package/dist/registry/workflows/customer-development/interview-preparation.md +452 -0
- package/dist/registry/workflows/customer-development/linkedin-outreach.md +599 -0
- package/dist/registry/workflows/customer-development/strategic-brainstorming.md +146 -0
- package/dist/registry/workflows/customer-development/thank-customers.md +203 -0
- package/dist/registry/workflows/customer-development/user-survey-dispatch.md +312 -0
- package/dist/registry/workflows/customer-development/users-to-target.md +427 -0
- package/dist/registry/workflows/customer-development/weekly-newsletter.md +366 -0
- package/dist/registry/workflows/deploy/cloud-deployment.md +310 -0
- package/dist/registry/workflows/improve-fraim/contribute.md +32 -0
- package/dist/registry/workflows/improve-fraim/file-issue.md +32 -0
- package/dist/registry/workflows/learning/build-skillset.md +212 -0
- package/dist/registry/workflows/learning/synthesize-learnings.md +369 -0
- package/dist/registry/workflows/legal/contract-review-analysis.md +382 -0
- package/dist/registry/workflows/legal/nda.md +69 -0
- package/dist/registry/workflows/legal/patent-filing.md +76 -0
- package/dist/registry/workflows/legal/saas-contract-development.md +204 -0
- package/dist/registry/workflows/legal/trademark-filing.md +77 -0
- package/dist/registry/workflows/marketing/content-creation.md +40 -0
- package/dist/registry/workflows/marketing/convert-to-pdf.md +265 -0
- package/dist/registry/workflows/marketing/create-modern-website.md +456 -0
- package/dist/registry/workflows/marketing/domain-registration.md +323 -0
- package/dist/registry/workflows/marketing/evangelize.md +426 -0
- package/dist/registry/workflows/marketing/hbr-article.md +73 -0
- package/dist/registry/workflows/marketing/launch-checklist.md +37 -0
- package/dist/registry/workflows/marketing/marketing-strategy.md +45 -0
- package/dist/registry/workflows/marketing/storytelling.md +65 -0
- package/dist/registry/workflows/performance/analyze-performance.md +65 -0
- package/dist/registry/workflows/product-building/design.md +263 -0
- package/dist/registry/workflows/product-building/implement.md +771 -0
- package/dist/registry/workflows/product-building/iterate-on-pr-comments.md +70 -0
- package/dist/registry/workflows/product-building/prep-issue.md +41 -0
- package/dist/registry/workflows/product-building/prototype.md +60 -0
- package/dist/registry/workflows/product-building/resolve.md +175 -0
- package/dist/registry/workflows/product-building/retrospect.md +86 -0
- package/dist/registry/workflows/product-building/spec.md +303 -0
- package/dist/registry/workflows/product-building/test.md +125 -0
- package/dist/registry/workflows/productivity-report/productivity-report.md +263 -0
- package/dist/registry/workflows/quality-assurance/browser-validation.md +221 -0
- package/dist/registry/workflows/quality-assurance/iterative-improvement-cycle.md +562 -0
- package/dist/registry/workflows/replicate/replicate-discovery.md +336 -0
- package/dist/registry/workflows/replicate/replicate-to-issues.md +319 -0
- package/dist/registry/workflows/reviewer/review-implementation-vs-design-spec.md +694 -0
- package/dist/registry/workflows/reviewer/review-implementation-vs-feature-spec.md +734 -0
- package/dist/registry/workflows/startup-credits/aws-activate-application.md +535 -0
- package/dist/registry/workflows/startup-credits/google-cloud-application.md +647 -0
- package/dist/registry/workflows/startup-credits/microsoft-azure-application.md +538 -0
- package/package.json +2 -1
|
@@ -0,0 +1,737 @@
|
|
|
1
|
+
# Business Plan Strategy Workflow
|
|
2
|
+
|
|
3
|
+
**Path:** `workflows/business-development/create-business-plan.md`
|
|
4
|
+
|
|
5
|
+
## INTENT
|
|
6
|
+
To create a comprehensive go-to-market strategy document that identifies target market segments, analyzes market opportunity, defines growth mechanisms, and establishes competitive positioning. This workflow produces a single strategic document combining market research, growth strategy, and competitive analysis.
|
|
7
|
+
|
|
8
|
+
## PRINCIPLES
|
|
9
|
+
- **Segment Focus**: Identify sharp, focused entry points ("tip of the spear") rather than broad market appeal
|
|
10
|
+
- **Data-Driven**: Use research from Gartner, Forrester, and credible sources with proper citations
|
|
11
|
+
- **Comprehensive Analysis**: Combine market research, growth strategy, and competitive analysis in one document
|
|
12
|
+
- **Actionable Insights**: Provide clear strategic recommendations and next steps
|
|
13
|
+
- **Reusable Framework**: Create a document structure that can be adapted for any product or market
|
|
14
|
+
|
|
15
|
+
## WORKFLOW OVERVIEW
|
|
16
|
+
|
|
17
|
+
This workflow produces a single comprehensive document (`docs/business/business-plan.md`) that includes:
|
|
18
|
+
1. Market segments overview (3-7 target segments)
|
|
19
|
+
2. Market research synopsis (TAM, network effects, Porter's Five Forces)
|
|
20
|
+
3. Virality & growth synopsis (viral mechanisms, retention, CAC/LTV)
|
|
21
|
+
4. Detailed market research (full TAM calculations, network effects analysis, Porter's Five Forces)
|
|
22
|
+
5. Detailed virality & growth strategy (viral touchpoints, retention strategies, CAC/LTV analysis)
|
|
23
|
+
6. Competitive matrix (players vs. segments analysis)
|
|
24
|
+
7. Additional business considerations (pricing, risks, metrics)
|
|
25
|
+
8. Next steps & implementation plan
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
## STEP-BY-STEP WORKFLOW
|
|
30
|
+
|
|
31
|
+
### Step 1: Product Context Gathering
|
|
32
|
+
|
|
33
|
+
**Objective:** Understand the product and its general-purpose applicability
|
|
34
|
+
|
|
35
|
+
**Actions:**
|
|
36
|
+
1. Ask the user to describe their product and its general-purpose use cases
|
|
37
|
+
2. Identify the product's core value proposition
|
|
38
|
+
3. Understand the product's current state (MVP, beta, launched, etc.)
|
|
39
|
+
4. Note any existing market segments or customer types
|
|
40
|
+
|
|
41
|
+
**Output:** Brief product description and context
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
### Step 2: Market Segment Identification
|
|
46
|
+
|
|
47
|
+
**Objective:** Identify 3-7 high-potential market segments for focused entry
|
|
48
|
+
|
|
49
|
+
**Process:**
|
|
50
|
+
1. **Brainstorm Segments:**
|
|
51
|
+
- Think about who has acute pain points the product solves
|
|
52
|
+
- Consider segments where scheduling/coordination is critical
|
|
53
|
+
- Identify segments with strong network effects potential
|
|
54
|
+
- Look for segments with high willingness to pay
|
|
55
|
+
|
|
56
|
+
2. **Segment Selection Criteria:**
|
|
57
|
+
- **Pain Point Intensity:** How acute is the problem for this segment?
|
|
58
|
+
- **Market Size:** How large is the addressable market?
|
|
59
|
+
- **Willingness to Pay:** How much will this segment pay?
|
|
60
|
+
- **Network Effects:** Does this segment create natural viral loops?
|
|
61
|
+
- **Distribution:** How easy is it to reach this segment?
|
|
62
|
+
- **Competitive Landscape:** Is this segment underserved?
|
|
63
|
+
|
|
64
|
+
3. **Document Each Segment:**
|
|
65
|
+
For each identified segment, document:
|
|
66
|
+
- **Customer Profile:** Primary and secondary customer types, characteristics
|
|
67
|
+
- **Core Pain Points:** 2-3 main problems the product solves
|
|
68
|
+
- **Value Proposition:** One-sentence value prop specific to this segment
|
|
69
|
+
- **Key Use Cases:** 2-3 primary use cases
|
|
70
|
+
- **Differentiation Factors:** What makes the product unique for this segment
|
|
71
|
+
- **Market Characteristics:** Size, willingness to pay, distribution, competition
|
|
72
|
+
|
|
73
|
+
**Output:** Segment overview section with 3-7 segments documented
|
|
74
|
+
|
|
75
|
+
---
|
|
76
|
+
|
|
77
|
+
### Step 3: Market Research - TAM Analysis
|
|
78
|
+
|
|
79
|
+
**Objective:** Calculate Total Addressable Market (TAM), Serviceable Addressable Market (SAM), and Serviceable Obtainable Market (SOM) for each segment
|
|
80
|
+
|
|
81
|
+
**Process:**
|
|
82
|
+
|
|
83
|
+
1. **Research Market Size Data:**
|
|
84
|
+
- Search Gartner, Forrester, and other research sources for:
|
|
85
|
+
- Industry-specific market size data
|
|
86
|
+
- Related software market sizes
|
|
87
|
+
- Professional population statistics
|
|
88
|
+
- Market growth forecasts
|
|
89
|
+
- **Always cite sources** with URLs and publication dates
|
|
90
|
+
|
|
91
|
+
2. **For Each Segment, Calculate:**
|
|
92
|
+
- **TAM (Total Addressable Market):**
|
|
93
|
+
- Total potential customers globally
|
|
94
|
+
- Formula: Total customers × ARPU per year
|
|
95
|
+
- **SAM (Serviceable Addressable Market):**
|
|
96
|
+
- Customers we can realistically reach (tech-enabled, language, geography, willingness to pay)
|
|
97
|
+
- Formula: Addressable customers × ARPU per year
|
|
98
|
+
- **SOM (Serviceable Obtainable Market):**
|
|
99
|
+
- Market share we can capture in 2-3 years (realistic estimate: 2-10%)
|
|
100
|
+
- Formula: (SAM × Market Share %) = ARR in Year 2
|
|
101
|
+
|
|
102
|
+
3. **Assumptions Documentation:**
|
|
103
|
+
For each segment, document:
|
|
104
|
+
- Global population size
|
|
105
|
+
- Addressable population (tech-enabled, language, geography, willingness to pay)
|
|
106
|
+
- Average Revenue Per User (ARPU) per month and year
|
|
107
|
+
- Average subscription length (months)
|
|
108
|
+
- Realistic market share percentage for Year 2
|
|
109
|
+
|
|
110
|
+
4. **Create TAM Summary Table:**
|
|
111
|
+
- Include all segments
|
|
112
|
+
- Show TAM, SAM, SOM for each
|
|
113
|
+
- Include key market data points
|
|
114
|
+
- Add insights comparing segments
|
|
115
|
+
|
|
116
|
+
**Output:** Complete TAM analysis with calculations, assumptions, and citations
|
|
117
|
+
|
|
118
|
+
---
|
|
119
|
+
|
|
120
|
+
### Step 4: Network Effects Analysis
|
|
121
|
+
|
|
122
|
+
**Objective:** Identify and analyze network effects (data, customer, platform) for each segment
|
|
123
|
+
|
|
124
|
+
**Process:**
|
|
125
|
+
|
|
126
|
+
1. **Define Network Effect Types:**
|
|
127
|
+
- **Data Network Effects:** How aggregated data improves the product
|
|
128
|
+
- **Customer Network Effects:** How value increases when more users in network adopt
|
|
129
|
+
- **Platform Network Effects:** How integrations increase value
|
|
130
|
+
|
|
131
|
+
2. **For Each Segment, Analyze:**
|
|
132
|
+
- **Network Effects Strength:** Very High, High, Medium-High, Medium
|
|
133
|
+
- **Why:** What creates network effects in this segment
|
|
134
|
+
- **Viral Potential:**
|
|
135
|
+
- Viral coefficient target (0.2-0.6)
|
|
136
|
+
- Network penetration potential
|
|
137
|
+
- Switching costs
|
|
138
|
+
- **Data Network Effects:** What data improves the product
|
|
139
|
+
- **Customer Network Effects:** What networks drive adoption
|
|
140
|
+
- **Platform Network Effects:** What integrations are critical
|
|
141
|
+
|
|
142
|
+
3. **Research Support:**
|
|
143
|
+
- Cite examples from Gartner, Forrester, or industry research
|
|
144
|
+
- Reference similar products that demonstrate network effects
|
|
145
|
+
|
|
146
|
+
**Output:** Network effects analysis for each segment with research citations
|
|
147
|
+
|
|
148
|
+
---
|
|
149
|
+
|
|
150
|
+
### Step 5: Porter's Five Forces Analysis
|
|
151
|
+
|
|
152
|
+
**Objective:** Analyze competitive dynamics of the industry
|
|
153
|
+
|
|
154
|
+
**Process:**
|
|
155
|
+
|
|
156
|
+
1. **Research Industry Context:**
|
|
157
|
+
- Search for industry reports from Gartner, Forrester
|
|
158
|
+
- Identify major competitors
|
|
159
|
+
- Understand industry structure
|
|
160
|
+
|
|
161
|
+
2. **Analyze Each Force:**
|
|
162
|
+
|
|
163
|
+
**Force 1: Threat of New Entrants**
|
|
164
|
+
- Low barriers (technology, capital, APIs)
|
|
165
|
+
- Moderate barriers (brand, user base, integrations)
|
|
166
|
+
- High barriers (network effects, AI/ML, trust)
|
|
167
|
+
- Research support and citations
|
|
168
|
+
- Strategic implications
|
|
169
|
+
|
|
170
|
+
**Force 2: Bargaining Power of Suppliers**
|
|
171
|
+
- Supplier categories (cloud, APIs, tools)
|
|
172
|
+
- Power level and rationale
|
|
173
|
+
- Strategic implications and mitigation
|
|
174
|
+
|
|
175
|
+
**Force 3: Bargaining Power of Buyers**
|
|
176
|
+
- Buyer characteristics
|
|
177
|
+
- Power factors (alternatives, switching costs, price sensitivity)
|
|
178
|
+
- Segment-specific buyer power
|
|
179
|
+
- Strategic implications
|
|
180
|
+
|
|
181
|
+
**Force 4: Threat of Substitutes**
|
|
182
|
+
- Substitute categories (manual methods, generic tools, specialized tools)
|
|
183
|
+
- Threat level per category
|
|
184
|
+
- Segment-specific substitute threats
|
|
185
|
+
- Strategic implications
|
|
186
|
+
|
|
187
|
+
**Force 5: Competitive Rivalry**
|
|
188
|
+
- Established players
|
|
189
|
+
- Competitive intensity factors
|
|
190
|
+
- Competitive advantages/disadvantages
|
|
191
|
+
- Strategic implications
|
|
192
|
+
|
|
193
|
+
3. **Create Summary Table:**
|
|
194
|
+
- Rate each force (Low, Moderate, High, Very High)
|
|
195
|
+
- Key factors
|
|
196
|
+
- Strategic implications
|
|
197
|
+
|
|
198
|
+
4. **Overall Industry Attractiveness:**
|
|
199
|
+
- Rate: Low, Moderate, High
|
|
200
|
+
- Positive and negative factors
|
|
201
|
+
- Strategic recommendations
|
|
202
|
+
|
|
203
|
+
**Output:** Complete Porter's Five Forces analysis with ratings, research citations, and strategic implications
|
|
204
|
+
|
|
205
|
+
---
|
|
206
|
+
|
|
207
|
+
### Step 6: Virality Mechanisms Identification
|
|
208
|
+
|
|
209
|
+
**Objective:** Identify all viral touchpoints where users interact with others
|
|
210
|
+
|
|
211
|
+
**Process:**
|
|
212
|
+
|
|
213
|
+
1. **Identify Viral Touchpoints:**
|
|
214
|
+
Think about all places where users interact with non-users:
|
|
215
|
+
- Email signatures/footers
|
|
216
|
+
- Calendar invites
|
|
217
|
+
- Social media messages
|
|
218
|
+
- Meeting follow-ups
|
|
219
|
+
- Shared calendars/coordination
|
|
220
|
+
- Scheduling links
|
|
221
|
+
- Digest emails/reports
|
|
222
|
+
- Any other user-to-non-user touchpoints
|
|
223
|
+
|
|
224
|
+
2. **For Each Touchpoint, Document:**
|
|
225
|
+
- **Current State:** How users currently interact
|
|
226
|
+
- **Viral Mechanism:** How to add branding/messaging
|
|
227
|
+
- **Segment-Specific Variations:** Customize messaging per segment
|
|
228
|
+
- **Viral Potential:**
|
|
229
|
+
- Frequency (how often it occurs)
|
|
230
|
+
- Visibility (how many people see it)
|
|
231
|
+
- Actionability (how likely to convert)
|
|
232
|
+
- Social Proof (how it positions the user)
|
|
233
|
+
- **Optimization Ideas:** A/B testing, tracking, improvements
|
|
234
|
+
|
|
235
|
+
3. **Viral Growth Loops by Segment:**
|
|
236
|
+
For each segment, document:
|
|
237
|
+
- **Primary Loop:** Step-by-step viral growth mechanism
|
|
238
|
+
- **Secondary Loop:** Alternative viral path
|
|
239
|
+
- **Viral Coefficient Target:** Realistic K value (0.2-0.6)
|
|
240
|
+
|
|
241
|
+
**Output:** Complete virality mechanisms analysis with touchpoints, loops, and optimization strategies
|
|
242
|
+
|
|
243
|
+
---
|
|
244
|
+
|
|
245
|
+
### Step 7: Retention Strategy Development
|
|
246
|
+
|
|
247
|
+
**Objective:** Define retention strategies for each segment
|
|
248
|
+
|
|
249
|
+
**Process:**
|
|
250
|
+
|
|
251
|
+
1. **Retention Philosophy:**
|
|
252
|
+
Define: Retention = [Key Components]
|
|
253
|
+
Example: Daily Habit + High Value + Low Friction + Emotional Connection
|
|
254
|
+
|
|
255
|
+
2. **For Each Segment, Define:**
|
|
256
|
+
- **Daily Habit Formation:** How to make product a daily habit
|
|
257
|
+
- **High Value Moments:** When users see clear value
|
|
258
|
+
- **Low Friction:** How to reduce friction
|
|
259
|
+
- **Emotional Connection:** How to create emotional bond
|
|
260
|
+
- **Retention Metrics Targets:**
|
|
261
|
+
- Day 1, Day 7, Day 30 retention
|
|
262
|
+
- Monthly Active Users (MAU) percentage
|
|
263
|
+
|
|
264
|
+
3. **Universal Retention Strategies:**
|
|
265
|
+
Document strategies that apply across all segments:
|
|
266
|
+
- Onboarding excellence
|
|
267
|
+
- Habit loops
|
|
268
|
+
- Value demonstration
|
|
269
|
+
- Feature discovery
|
|
270
|
+
- Community & social proof
|
|
271
|
+
- Proactive engagement
|
|
272
|
+
- Emotional connection
|
|
273
|
+
|
|
274
|
+
**Output:** Complete retention strategy for each segment with universal strategies
|
|
275
|
+
|
|
276
|
+
---
|
|
277
|
+
|
|
278
|
+
### Step 8: CAC/LTV Analysis
|
|
279
|
+
|
|
280
|
+
**Objective:** Calculate Customer Acquisition Cost (CAC) and Lifetime Value (LTV) for each segment
|
|
281
|
+
|
|
282
|
+
**Process:**
|
|
283
|
+
|
|
284
|
+
1. **CAC Analysis by Segment:**
|
|
285
|
+
For each segment, identify:
|
|
286
|
+
- **Acquisition Channels:**
|
|
287
|
+
- Viral/Organic (percentage, CAC range)
|
|
288
|
+
- Content Marketing (percentage, CAC range)
|
|
289
|
+
- Paid Ads (percentage, CAC range)
|
|
290
|
+
- Partnerships (percentage, CAC range)
|
|
291
|
+
- Direct Sales (percentage, CAC range)
|
|
292
|
+
- **Blended CAC:** Weighted average across channels
|
|
293
|
+
- **CAC Payback Period:** Months to recover CAC
|
|
294
|
+
|
|
295
|
+
2. **LTV Analysis by Segment:**
|
|
296
|
+
For each segment, calculate:
|
|
297
|
+
- **Pricing Assumptions:**
|
|
298
|
+
- Monthly plan price
|
|
299
|
+
- Annual plan price (if applicable)
|
|
300
|
+
- Team/enterprise pricing (if applicable)
|
|
301
|
+
- **Retention Assumptions:**
|
|
302
|
+
- Month 1 churn rate
|
|
303
|
+
- Month 2-6 churn rate
|
|
304
|
+
- Month 7-12 churn rate
|
|
305
|
+
- Month 13+ churn rate
|
|
306
|
+
- **LTV Calculation:**
|
|
307
|
+
- Average subscription length (months)
|
|
308
|
+
- Average monthly revenue
|
|
309
|
+
- LTV = Average monthly revenue × Average subscription length
|
|
310
|
+
- **LTV:CAC Ratio:** LTV ÷ CAC (target >3:1 minimum, >10:1 healthy)
|
|
311
|
+
|
|
312
|
+
3. **Create CAC/LTV Summary Table:**
|
|
313
|
+
- All segments
|
|
314
|
+
- Blended CAC, LTV, LTV:CAC ratio, payback period
|
|
315
|
+
- Key insights
|
|
316
|
+
|
|
317
|
+
**Output:** Complete CAC/LTV analysis with calculations and insights
|
|
318
|
+
|
|
319
|
+
---
|
|
320
|
+
|
|
321
|
+
### Step 9: Competitive Matrix Creation
|
|
322
|
+
|
|
323
|
+
**Objective:** Analyze competitive advantage of major players across all segments
|
|
324
|
+
|
|
325
|
+
**Process:**
|
|
326
|
+
|
|
327
|
+
1. **Identify Major Players:**
|
|
328
|
+
- List 5-10 major competitors in the market
|
|
329
|
+
- Include generic solutions and specialized players
|
|
330
|
+
- Include big tech players if relevant
|
|
331
|
+
|
|
332
|
+
2. **Create Competitive Matrix:**
|
|
333
|
+
- **Rows:** Major players (including your product)
|
|
334
|
+
- **Columns:** All identified segments
|
|
335
|
+
- **Each Cell Contains:**
|
|
336
|
+
- **Advantage:** Primary strength in this segment
|
|
337
|
+
- **Weakness:** Primary limitation in this segment
|
|
338
|
+
- **Position:** Market position assessment
|
|
339
|
+
- **Segment Size:** TAM for reference
|
|
340
|
+
|
|
341
|
+
3. **Competitive Matrix Analysis:**
|
|
342
|
+
Document key insights:
|
|
343
|
+
- Generic solutions vs. segment-specific
|
|
344
|
+
- Segment-specific gaps
|
|
345
|
+
- Your competitive advantages
|
|
346
|
+
- Your challenges
|
|
347
|
+
- Market opportunities
|
|
348
|
+
|
|
349
|
+
4. **Strategic Recommendations:**
|
|
350
|
+
Based on matrix, provide:
|
|
351
|
+
- Which segments have weak competition
|
|
352
|
+
- How to build segment-specific advantages
|
|
353
|
+
- How to leverage network effects
|
|
354
|
+
- How to differentiate from generic players
|
|
355
|
+
|
|
356
|
+
**Output:** Complete competitive matrix with analysis and strategic recommendations
|
|
357
|
+
|
|
358
|
+
---
|
|
359
|
+
|
|
360
|
+
### Step 10: Additional Business Considerations
|
|
361
|
+
|
|
362
|
+
**Objective:** Document pricing strategy, risks, and success metrics
|
|
363
|
+
|
|
364
|
+
**Process:**
|
|
365
|
+
|
|
366
|
+
1. **Pricing Strategy:**
|
|
367
|
+
For each segment, define:
|
|
368
|
+
- Pricing tiers (individual, team, enterprise)
|
|
369
|
+
- Price points with rationale
|
|
370
|
+
- Discount strategies (annual, quarterly)
|
|
371
|
+
- Upsell opportunities
|
|
372
|
+
|
|
373
|
+
2. **Risk Factors & Mitigation:**
|
|
374
|
+
Identify 5-7 key risks:
|
|
375
|
+
- High churn in certain segments
|
|
376
|
+
- Slow growth in certain segments
|
|
377
|
+
- Competitive response
|
|
378
|
+
- CAC creep
|
|
379
|
+
- Feature bloat
|
|
380
|
+
- Compliance requirements
|
|
381
|
+
- Other segment-specific risks
|
|
382
|
+
For each risk, document mitigation strategies
|
|
383
|
+
|
|
384
|
+
3. **Success Metrics & KPIs:**
|
|
385
|
+
Define metrics in four categories:
|
|
386
|
+
- **Growth Metrics:** MRR growth, customer count, viral coefficient, CAC payback
|
|
387
|
+
- **Retention Metrics:** Day 1/7/30 retention, churn rate, LTV:CAC ratio
|
|
388
|
+
- **Engagement Metrics:** DAU, feature adoption, time to value
|
|
389
|
+
- **Business Metrics:** Net Revenue Retention, gross margin, burn rate
|
|
390
|
+
|
|
391
|
+
**Output:** Pricing strategy, risk factors, and success metrics documentation
|
|
392
|
+
|
|
393
|
+
---
|
|
394
|
+
|
|
395
|
+
### Step 11: Next Steps & Implementation Plan
|
|
396
|
+
|
|
397
|
+
**Objective:** Create actionable next steps and implementation timeline
|
|
398
|
+
|
|
399
|
+
**Process:**
|
|
400
|
+
|
|
401
|
+
1. **Immediate Actions (Next 30 Days):**
|
|
402
|
+
- List 3-5 critical actions to take immediately
|
|
403
|
+
- Focus on quick wins and foundational work
|
|
404
|
+
|
|
405
|
+
2. **Short-Term (Next 90 Days):**
|
|
406
|
+
- List 3-5 actions for next quarter
|
|
407
|
+
- Focus on segment-specific features and marketing
|
|
408
|
+
|
|
409
|
+
3. **Medium-Term (Next 6 Months):**
|
|
410
|
+
- List 3-5 actions for next 6 months
|
|
411
|
+
- Focus on scaling and expansion
|
|
412
|
+
|
|
413
|
+
4. **Deep Dive Activities:**
|
|
414
|
+
- Customer interviews and validation
|
|
415
|
+
- Competitive analysis per segment
|
|
416
|
+
- Pricing strategy finalization
|
|
417
|
+
- Distribution channel analysis
|
|
418
|
+
|
|
419
|
+
5. **Strategic Questions to Resolve:**
|
|
420
|
+
- List 5-7 open strategic questions
|
|
421
|
+
- Examples: Single vs. multi-segment launch, branding strategy, pricing approach
|
|
422
|
+
|
|
423
|
+
**Output:** Complete implementation plan with timeline and strategic questions
|
|
424
|
+
|
|
425
|
+
---
|
|
426
|
+
|
|
427
|
+
### Step 12: Document Assembly
|
|
428
|
+
|
|
429
|
+
**Objective:** Combine all sections into a single comprehensive document
|
|
430
|
+
|
|
431
|
+
**Process:**
|
|
432
|
+
|
|
433
|
+
1. **Create Document Structure:**
|
|
434
|
+
```
|
|
435
|
+
# [Product Name] Business Plan Strategy
|
|
436
|
+
|
|
437
|
+
## Executive Summary
|
|
438
|
+
- Overview of all findings
|
|
439
|
+
- Key strategic recommendations
|
|
440
|
+
|
|
441
|
+
## Part 1: Market Segments Overview
|
|
442
|
+
- All segments with profiles, pain points, value props
|
|
443
|
+
- Segment comparison matrix
|
|
444
|
+
|
|
445
|
+
## Part 2: Market Research Synopsis
|
|
446
|
+
- High-level TAM summary
|
|
447
|
+
- Network effects summary
|
|
448
|
+
- Porter's Five Forces summary
|
|
449
|
+
|
|
450
|
+
## Part 3: Virality & Growth Synopsis
|
|
451
|
+
- High-level virality mechanisms
|
|
452
|
+
- Retention strategy overview
|
|
453
|
+
- CAC/LTV summary table
|
|
454
|
+
|
|
455
|
+
## Part 4: Detailed Market Research
|
|
456
|
+
- Complete TAM calculations for all segments
|
|
457
|
+
- Network effects analysis by segment
|
|
458
|
+
- Porter's Five Forces analysis
|
|
459
|
+
|
|
460
|
+
## Part 5: Detailed Virality & Growth Strategy
|
|
461
|
+
- All viral touchpoints with mechanics
|
|
462
|
+
- Retention strategies by segment
|
|
463
|
+
- Complete CAC/LTV analysis
|
|
464
|
+
|
|
465
|
+
## Part 6: Competitive Matrix by Segment
|
|
466
|
+
- Matrix with all players and segments
|
|
467
|
+
- Competitive analysis and recommendations
|
|
468
|
+
|
|
469
|
+
## Part 7: Additional Business Considerations
|
|
470
|
+
- Pricing strategy
|
|
471
|
+
- Risk factors & mitigation
|
|
472
|
+
- Success metrics & KPIs
|
|
473
|
+
|
|
474
|
+
## Part 8: Next Steps & Implementation
|
|
475
|
+
- Immediate, short-term, medium-term actions
|
|
476
|
+
- Strategic questions to resolve
|
|
477
|
+
|
|
478
|
+
## References
|
|
479
|
+
- All citations from research sources
|
|
480
|
+
```
|
|
481
|
+
|
|
482
|
+
2. **Ensure Completeness:**
|
|
483
|
+
- All sections from Steps 2-11 are included
|
|
484
|
+
- All research is properly cited
|
|
485
|
+
- All tables and matrices are complete
|
|
486
|
+
- No placeholder text remains
|
|
487
|
+
|
|
488
|
+
3. **Quality Checks:**
|
|
489
|
+
- [ ] All segments documented
|
|
490
|
+
- [ ] All TAM calculations include citations
|
|
491
|
+
- [ ] Network effects analyzed for each segment
|
|
492
|
+
- [ ] Porter's Five Forces complete with ratings
|
|
493
|
+
- [ ] Viral touchpoints identified
|
|
494
|
+
- [ ] Retention strategies defined
|
|
495
|
+
- [ ] CAC/LTV calculated for all segments
|
|
496
|
+
- [ ] Competitive matrix complete
|
|
497
|
+
- [ ] Pricing strategy documented
|
|
498
|
+
- [ ] Risks and metrics defined
|
|
499
|
+
- [ ] Next steps actionable
|
|
500
|
+
- [ ] All references cited
|
|
501
|
+
|
|
502
|
+
**Output:** Single comprehensive document: `docs/business/business-plan.md`
|
|
503
|
+
|
|
504
|
+
---
|
|
505
|
+
|
|
506
|
+
## DOCUMENT TEMPLATE STRUCTURE
|
|
507
|
+
|
|
508
|
+
When creating the business-plan document, follow this structure:
|
|
509
|
+
|
|
510
|
+
```markdown
|
|
511
|
+
# [Product Name] Business Plan Strategy
|
|
512
|
+
|
|
513
|
+
**Date:** [Date]
|
|
514
|
+
**Purpose:** Comprehensive go-to-market strategy combining market segments, research, and growth strategy
|
|
515
|
+
|
|
516
|
+
---
|
|
517
|
+
|
|
518
|
+
## Executive Summary
|
|
519
|
+
|
|
520
|
+
[2-3 paragraphs summarizing key findings and strategic recommendations]
|
|
521
|
+
|
|
522
|
+
---
|
|
523
|
+
|
|
524
|
+
## Part 1: Market Segments Overview
|
|
525
|
+
|
|
526
|
+
### Overview
|
|
527
|
+
[Brief introduction to segment-focused approach]
|
|
528
|
+
|
|
529
|
+
### Segment 1: [Segment Name]
|
|
530
|
+
- Customer Profile
|
|
531
|
+
- Core Pain Points
|
|
532
|
+
- Value Proposition
|
|
533
|
+
- Key Use Cases
|
|
534
|
+
- Market Size: TAM $X | SAM $Y | SOM $Z
|
|
535
|
+
- Differentiation Factors
|
|
536
|
+
|
|
537
|
+
[Repeat for all segments]
|
|
538
|
+
|
|
539
|
+
### Segment Comparison Matrix
|
|
540
|
+
[Table comparing all segments across key dimensions]
|
|
541
|
+
|
|
542
|
+
---
|
|
543
|
+
|
|
544
|
+
## Part 2: Market Research Synopsis
|
|
545
|
+
|
|
546
|
+
### Total Addressable Market (TAM) Summary
|
|
547
|
+
[High-level TAM summary table and insights]
|
|
548
|
+
|
|
549
|
+
### Network Effects Summary
|
|
550
|
+
[High-level network effects overview]
|
|
551
|
+
|
|
552
|
+
### Porter's Five Forces Summary
|
|
553
|
+
[Summary table and overall industry attractiveness]
|
|
554
|
+
|
|
555
|
+
---
|
|
556
|
+
|
|
557
|
+
## Part 3: Virality & Growth Synopsis
|
|
558
|
+
|
|
559
|
+
### Virality Mechanisms Summary
|
|
560
|
+
[High-level overview of viral touchpoints]
|
|
561
|
+
|
|
562
|
+
### Retention Strategy Summary
|
|
563
|
+
[High-level retention philosophy and targets]
|
|
564
|
+
|
|
565
|
+
### CAC/LTV Summary
|
|
566
|
+
[Summary table with key insights]
|
|
567
|
+
|
|
568
|
+
---
|
|
569
|
+
|
|
570
|
+
## Part 4: Detailed Market Research
|
|
571
|
+
|
|
572
|
+
[Full TAM calculations, network effects analysis, Porter's Five Forces with citations]
|
|
573
|
+
|
|
574
|
+
---
|
|
575
|
+
|
|
576
|
+
## Part 5: Detailed Virality & Growth Strategy
|
|
577
|
+
|
|
578
|
+
[Full viral touchpoints, retention strategies, CAC/LTV analysis]
|
|
579
|
+
|
|
580
|
+
---
|
|
581
|
+
|
|
582
|
+
## Part 6: Competitive Matrix by Segment
|
|
583
|
+
|
|
584
|
+
[Matrix and analysis]
|
|
585
|
+
|
|
586
|
+
---
|
|
587
|
+
|
|
588
|
+
## Part 7: Additional Business Considerations
|
|
589
|
+
|
|
590
|
+
[Pricing, risks, metrics]
|
|
591
|
+
|
|
592
|
+
---
|
|
593
|
+
|
|
594
|
+
## Part 8: Next Steps & Implementation
|
|
595
|
+
|
|
596
|
+
[Action plan and strategic questions]
|
|
597
|
+
|
|
598
|
+
---
|
|
599
|
+
|
|
600
|
+
## References
|
|
601
|
+
|
|
602
|
+
[All citations organized by source type]
|
|
603
|
+
```
|
|
604
|
+
|
|
605
|
+
---
|
|
606
|
+
|
|
607
|
+
## QUALITY CHECKLIST
|
|
608
|
+
|
|
609
|
+
Before finalizing the document, verify:
|
|
610
|
+
|
|
611
|
+
### Content Completeness
|
|
612
|
+
- [ ] 3-7 market segments identified and documented
|
|
613
|
+
- [ ] TAM/SAM/SOM calculated for all segments with citations
|
|
614
|
+
- [ ] Network effects analyzed for all segments
|
|
615
|
+
- [ ] Porter's Five Forces complete with ratings and research support
|
|
616
|
+
- [ ] 5-10 viral touchpoints identified
|
|
617
|
+
- [ ] Retention strategies defined for all segments
|
|
618
|
+
- [ ] CAC/LTV calculated for all segments
|
|
619
|
+
- [ ] Competitive matrix includes all major players and segments
|
|
620
|
+
- [ ] Pricing strategy documented for all segments
|
|
621
|
+
- [ ] 5-7 risk factors identified with mitigation
|
|
622
|
+
- [ ] Success metrics defined in all categories
|
|
623
|
+
- [ ] Next steps include immediate, short-term, and medium-term actions
|
|
624
|
+
|
|
625
|
+
### Research Quality
|
|
626
|
+
- [ ] All market size data cited (Gartner, Forrester, or other credible sources)
|
|
627
|
+
- [ ] All statistics include source and date
|
|
628
|
+
- [ ] URLs provided for all research citations
|
|
629
|
+
- [ ] No unsupported claims or numbers
|
|
630
|
+
|
|
631
|
+
### Document Quality
|
|
632
|
+
- [ ] Executive summary captures key findings
|
|
633
|
+
- [ ] Synopsis sections provide high-level overview
|
|
634
|
+
- [ ] Detailed sections provide full analysis
|
|
635
|
+
- [ ] Tables and matrices are complete and accurate
|
|
636
|
+
- [ ] No placeholder text or TODOs
|
|
637
|
+
- [ ] Document flows logically from overview to details
|
|
638
|
+
- [ ] All sections properly formatted
|
|
639
|
+
|
|
640
|
+
### Strategic Value
|
|
641
|
+
- [ ] Clear strategic recommendations provided
|
|
642
|
+
- [ ] Segment prioritization guidance included
|
|
643
|
+
- [ ] Competitive advantages clearly articulated
|
|
644
|
+
- [ ] Implementation plan is actionable
|
|
645
|
+
- [ ] Strategic questions identified for resolution
|
|
646
|
+
|
|
647
|
+
---
|
|
648
|
+
|
|
649
|
+
## WORKFLOW COMPLETION
|
|
650
|
+
|
|
651
|
+
### Final Steps
|
|
652
|
+
|
|
653
|
+
1. **Review Document:**
|
|
654
|
+
- Read through entire document
|
|
655
|
+
- Verify all sections are complete
|
|
656
|
+
- Check all citations are accurate
|
|
657
|
+
- Ensure no product-specific assumptions are hardcoded (keep generic)
|
|
658
|
+
|
|
659
|
+
2. **User Review:**
|
|
660
|
+
- Present document to user
|
|
661
|
+
- Highlight key findings and recommendations
|
|
662
|
+
- Discuss segment prioritization
|
|
663
|
+
- Address any questions or concerns
|
|
664
|
+
|
|
665
|
+
3. **Iteration:**
|
|
666
|
+
- Incorporate user feedback
|
|
667
|
+
- Add any missing segments or analysis
|
|
668
|
+
- Refine strategic recommendations
|
|
669
|
+
- Update next steps based on priorities
|
|
670
|
+
|
|
671
|
+
4. **Finalization:**
|
|
672
|
+
- Final quality check
|
|
673
|
+
- Ensure document is ready for strategic planning
|
|
674
|
+
- Document status: "Comprehensive Strategic Framework - Ready for Implementation Planning"
|
|
675
|
+
|
|
676
|
+
---
|
|
677
|
+
|
|
678
|
+
## NOTES FOR AI AGENTS
|
|
679
|
+
|
|
680
|
+
### Research Best Practices
|
|
681
|
+
- **Always cite sources:** Every market size number, statistic, or research finding must have a citation
|
|
682
|
+
- **Use credible sources:** Prioritize Gartner, Forrester, industry associations, government statistics
|
|
683
|
+
- **Include URLs:** When possible, provide direct links to research sources
|
|
684
|
+
- **Date citations:** Include publication year/date for all research
|
|
685
|
+
- **Be transparent:** If data is estimated or inferred, note this clearly
|
|
686
|
+
|
|
687
|
+
### Segment Selection Guidance
|
|
688
|
+
- **Start broad, then narrow:** Identify 5-10 potential segments, then narrow to 3-7 based on criteria
|
|
689
|
+
- **Look for acute pain:** Segments with intense, frequent pain points are better than those with mild, occasional pain
|
|
690
|
+
- **Consider network effects:** Segments that create natural viral loops are more valuable
|
|
691
|
+
- **Balance size and accessibility:** Large markets are good, but only if you can reach them efficiently
|
|
692
|
+
- **Check competition:** Underserved segments are easier to enter than crowded ones
|
|
693
|
+
|
|
694
|
+
### TAM Calculation Guidance
|
|
695
|
+
- **Be conservative:** Use conservative estimates for market share and addressability
|
|
696
|
+
- **Document assumptions:** Clearly state all assumptions (tech-enabled, language, geography, willingness to pay)
|
|
697
|
+
- **Use multiple data points:** Cross-reference market size from multiple sources when possible
|
|
698
|
+
- **Consider growth:** Note market growth trends, not just current size
|
|
699
|
+
- **Segment realistically:** Not everyone in a market is addressable—be realistic about filters
|
|
700
|
+
|
|
701
|
+
### Network Effects Guidance
|
|
702
|
+
- **Think about data:** What data does the product collect that improves with scale?
|
|
703
|
+
- **Think about networks:** What networks do users belong to that create viral loops?
|
|
704
|
+
- **Think about integrations:** What platforms do users use that create lock-in?
|
|
705
|
+
- **Be specific:** Don't just say "network effects exist"—explain how they work for each segment
|
|
706
|
+
|
|
707
|
+
### Virality Guidance
|
|
708
|
+
- **Think like a user:** What touchpoints do users have with non-users?
|
|
709
|
+
- **Make it natural:** Viral mechanisms should feel natural, not forced
|
|
710
|
+
- **Segment-specific:** Different segments may have different viral touchpoints
|
|
711
|
+
- **Measure everything:** Define how to measure viral coefficient and touchpoint effectiveness
|
|
712
|
+
|
|
713
|
+
### Competitive Analysis Guidance
|
|
714
|
+
- **Be honest:** Acknowledge where competitors are strong
|
|
715
|
+
- **Find gaps:** Look for segments or features where competitors are weak
|
|
716
|
+
- **Differentiate clearly:** Articulate what makes your product different, not just better
|
|
717
|
+
- **Consider future:** Think about how competitors might respond
|
|
718
|
+
|
|
719
|
+
---
|
|
720
|
+
|
|
721
|
+
## WORKFLOW SUMMARY
|
|
722
|
+
|
|
723
|
+
This workflow produces a comprehensive business plan strategy document through:
|
|
724
|
+
|
|
725
|
+
1. **Segment Identification** (Step 2): Identify 3-7 focused market segments
|
|
726
|
+
2. **Market Research** (Steps 3-5): TAM analysis, network effects, Porter's Five Forces
|
|
727
|
+
3. **Growth Strategy** (Steps 6-8): Virality mechanisms, retention, CAC/LTV
|
|
728
|
+
4. **Competitive Analysis** (Step 9): Competitive matrix across segments
|
|
729
|
+
5. **Business Planning** (Step 10): Pricing, risks, metrics
|
|
730
|
+
6. **Implementation** (Step 11): Next steps and strategic questions
|
|
731
|
+
7. **Document Assembly** (Step 12): Combine into single comprehensive document
|
|
732
|
+
|
|
733
|
+
**Output:** `docs/business/business-plan.md` - A complete strategic framework ready for implementation planning.
|
|
734
|
+
|
|
735
|
+
---
|
|
736
|
+
|
|
737
|
+
*This workflow is designed to be reusable for any product or startup. Adapt segment selection criteria, viral touchpoints, and competitive analysis to your specific product and market.*
|