fraim-framework 2.0.35 → 2.0.37
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/scripts/cleanup-branch.js +62 -33
- package/dist/registry/scripts/generate-engagement-emails.js +119 -44
- package/dist/registry/scripts/newsletter-helpers.js +208 -268
- package/dist/registry/scripts/profile-server.js +387 -0
- package/dist/scripts/build-stub-registry.js +108 -0
- package/dist/src/cli/commands/doctor.js +5 -5
- package/dist/src/cli/commands/sync.js +33 -19
- package/dist/tests/test-client-scripts-validation.js +133 -0
- package/dist/tests/test-package-size.js +88 -0
- package/dist/tests/test-script-location-independence.js +76 -28
- package/dist/tests/test-stub-registry.js +120 -0
- package/dist/tests/test-sync-stubs.js +143 -0
- package/package.json +7 -9
- package/registry/scripts/cleanup-branch.ts +341 -0
- package/registry/scripts/generate-engagement-emails.ts +830 -0
- package/registry/scripts/markdown-to-pdf.js +7 -3
- package/registry/scripts/newsletter-helpers.ts +777 -0
- package/registry/scripts/profile-server.ts +424 -0
- package/registry/scripts/run-thank-you-workflow.ts +122 -0
- package/registry/scripts/send-newsletter-simple.ts +102 -0
- package/registry/scripts/send-thank-you-emails.ts +57 -0
- package/registry/stubs/workflows/bootstrap/create-architecture.md +11 -0
- package/registry/stubs/workflows/bootstrap/detect-broken-windows.md +11 -0
- package/registry/stubs/workflows/bootstrap/evaluate-code-quality.md +11 -0
- package/registry/stubs/workflows/bootstrap/verify-test-coverage.md +11 -0
- package/registry/stubs/workflows/business-development/create-business-plan.md +11 -0
- package/registry/stubs/workflows/business-development/ideate-business-opportunity.md +11 -0
- package/registry/stubs/workflows/business-development/price-product.md +18 -0
- package/registry/stubs/workflows/convert-to-pdf.md +11 -0
- package/registry/stubs/workflows/customer-development/insight-analysis.md +11 -0
- package/registry/stubs/workflows/customer-development/insight-triage.md +11 -0
- package/registry/stubs/workflows/customer-development/interview-preparation.md +11 -0
- package/registry/stubs/workflows/customer-development/linkedin-outreach.md +11 -0
- package/registry/stubs/workflows/customer-development/strategic-brainstorming.md +11 -0
- package/registry/stubs/workflows/customer-development/thank-customers.md +11 -0
- package/registry/stubs/workflows/customer-development/weekly-newsletter.md +11 -0
- package/registry/stubs/workflows/deploy/cloud-deployment.md +11 -0
- package/registry/stubs/workflows/improve-fraim/contribute.md +11 -0
- package/registry/stubs/workflows/improve-fraim/file-issue.md +11 -0
- package/registry/stubs/workflows/marketing/content-creation.md +11 -0
- package/registry/stubs/workflows/marketing/hbr-article.md +11 -0
- package/registry/stubs/workflows/marketing/launch-checklist.md +11 -0
- package/registry/stubs/workflows/marketing/marketing-strategy.md +11 -0
- package/registry/stubs/workflows/marketing/storytelling.md +11 -0
- package/registry/stubs/workflows/performance/analyze-performance.md +11 -0
- package/registry/stubs/workflows/product-building/design.md +11 -0
- package/registry/stubs/workflows/product-building/implement.md +12 -0
- package/registry/stubs/workflows/product-building/iterate-on-pr-comments.md +11 -0
- package/registry/stubs/workflows/product-building/prep-issue.md +11 -0
- package/registry/stubs/workflows/product-building/prototype.md +11 -0
- package/registry/stubs/workflows/product-building/resolve.md +11 -0
- package/registry/stubs/workflows/product-building/retrospect.md +11 -0
- package/registry/stubs/workflows/product-building/spec.md +11 -0
- package/registry/stubs/workflows/product-building/test.md +11 -0
- package/registry/stubs/workflows/quality-assurance/browser-validation.md +11 -0
- package/registry/stubs/workflows/quality-assurance/iterative-improvement-cycle.md +11 -0
- package/registry/stubs/workflows/replicate/replicate-discovery.md +11 -0
- package/registry/stubs/workflows/replicate/replicate-to-issues.md +11 -0
- package/registry/stubs/workflows/reviewer/review-implementation-vs-design-spec.md +11 -0
- package/registry/stubs/workflows/reviewer/review-implementation-vs-feature-spec.md +11 -0
- package/registry/stubs/workflows/startup-credits/aws-activate-application.md +11 -0
- package/registry/stubs/workflows/startup-credits/google-cloud-application.md +11 -0
- package/registry/stubs/workflows/startup-credits/microsoft-azure-application.md +11 -0
- package/.github/workflows/ci.yml +0 -65
- package/.github/workflows/deploy-fraim.yml +0 -87
- package/.github/workflows/phase-change.yml +0 -251
- package/.github/workflows/status-change.yml +0 -68
- package/.github/workflows/sync-on-pr-review.yml +0 -66
- package/examples/simple-webapp/TESTING.md +0 -62
- package/examples/simple-webapp/example-test.ts +0 -186
- package/registry/github/workflows/ci.yml +0 -51
- package/registry/github/workflows/phase-change.yml +0 -251
- package/registry/github/workflows/status-change.yml +0 -68
- package/registry/github/workflows/sync-on-pr-review.yml +0 -66
- package/registry/mcp-template.jsonc +0 -29
- package/registry/rules/agent-success-criteria.md +0 -52
- package/registry/rules/agent-testing-guidelines.md +0 -502
- package/registry/rules/architecture.md +0 -52
- package/registry/rules/communication.md +0 -122
- package/registry/rules/continuous-learning.md +0 -55
- package/registry/rules/debugging-multitenancy-issues.md +0 -85
- package/registry/rules/ephemeral-execution.md +0 -57
- package/registry/rules/git-safe-commands.md +0 -34
- package/registry/rules/hitl-ppe-record-analysis.md +0 -302
- package/registry/rules/integrity-and-test-ethics.md +0 -275
- package/registry/rules/local-development.md +0 -254
- package/registry/rules/merge-requirements.md +0 -231
- package/registry/rules/simplicity.md +0 -118
- package/registry/rules/software-development-lifecycle.md +0 -105
- package/registry/rules/spike-first-development.md +0 -205
- package/registry/rules/successful-debugging-patterns.md +0 -491
- package/registry/rules/telemetry.md +0 -67
- package/registry/templates/bootstrap/ARCHITECTURE-TEMPLATE.md +0 -53
- package/registry/templates/bootstrap/CODE-QUALITY-REPORT-TEMPLATE.md +0 -37
- package/registry/templates/bootstrap/TEST-COVERAGE-REPORT-TEMPLATE.md +0 -35
- package/registry/templates/business-development/IDEATION-REPORT-TEMPLATE.md +0 -29
- package/registry/templates/business-development/PRICING-STRATEGY-TEMPLATE.md +0 -126
- package/registry/templates/customer-development/customer-interview-template.md +0 -99
- package/registry/templates/customer-development/follow-up-email-templates.md +0 -132
- package/registry/templates/customer-development/insight-analysis-template.md +0 -74
- package/registry/templates/customer-development/strategic-recommendations-template.md +0 -53
- package/registry/templates/customer-development/thank-you-email-template.html +0 -124
- package/registry/templates/customer-development/thank-you-note-template.md +0 -16
- package/registry/templates/customer-development/triage-log-template.md +0 -278
- package/registry/templates/customer-development/weekly-newsletter-template.html +0 -204
- package/registry/templates/evidence/Design-Evidence.md +0 -30
- package/registry/templates/evidence/Implementation-BugEvidence.md +0 -86
- package/registry/templates/evidence/Implementation-FeatureEvidence.md +0 -121
- package/registry/templates/evidence/Spec-Evidence.md +0 -19
- package/registry/templates/help/HelpNeeded.md +0 -14
- package/registry/templates/marketing/HBR-ARTICLE-TEMPLATE.md +0 -66
- package/registry/templates/marketing/STORYTELLING-TEMPLATE.md +0 -130
- package/registry/templates/replicate/implementation-checklist.md +0 -39
- package/registry/templates/replicate/use-cases-template.md +0 -88
- package/registry/templates/retrospective/RETROSPECTIVE-TEMPLATE.md +0 -55
- package/registry/templates/specs/BUGSPEC-TEMPLATE.md +0 -37
- package/registry/templates/specs/FEATURESPEC-TEMPLATE.md +0 -29
- package/registry/templates/specs/TECHSPEC-TEMPLATE.md +0 -39
- package/registry/workflows/bootstrap/create-architecture.md +0 -38
- package/registry/workflows/bootstrap/evaluate-code-quality.md +0 -36
- package/registry/workflows/bootstrap/verify-test-coverage.md +0 -37
- package/registry/workflows/business-development/create-business-plan.md +0 -737
- package/registry/workflows/business-development/ideate-business-opportunity.md +0 -55
- package/registry/workflows/business-development/price-product.md +0 -325
- package/registry/workflows/convert-to-pdf.md +0 -235
- package/registry/workflows/customer-development/insight-analysis.md +0 -156
- package/registry/workflows/customer-development/insight-triage.md +0 -933
- package/registry/workflows/customer-development/interview-preparation.md +0 -421
- package/registry/workflows/customer-development/linkedin-outreach.md +0 -593
- package/registry/workflows/customer-development/strategic-brainstorming.md +0 -146
- package/registry/workflows/customer-development/thank-customers.md +0 -203
- package/registry/workflows/customer-development/weekly-newsletter.md +0 -366
- package/registry/workflows/deploy/cloud-deployment.md +0 -310
- package/registry/workflows/improve-fraim/contribute.md +0 -32
- package/registry/workflows/improve-fraim/file-issue.md +0 -32
- package/registry/workflows/marketing/content-creation.md +0 -37
- package/registry/workflows/marketing/hbr-article.md +0 -73
- package/registry/workflows/marketing/launch-checklist.md +0 -37
- package/registry/workflows/marketing/marketing-strategy.md +0 -45
- package/registry/workflows/marketing/storytelling.md +0 -65
- package/registry/workflows/performance/analyze-performance.md +0 -65
- package/registry/workflows/product-building/design.md +0 -130
- package/registry/workflows/product-building/implement.md +0 -315
- package/registry/workflows/product-building/iterate-on-pr-comments.md +0 -70
- package/registry/workflows/product-building/prep-issue.md +0 -43
- package/registry/workflows/product-building/prototype.md +0 -60
- package/registry/workflows/product-building/resolve.md +0 -164
- package/registry/workflows/product-building/retrospect.md +0 -86
- package/registry/workflows/product-building/spec.md +0 -117
- package/registry/workflows/product-building/test.md +0 -120
- package/registry/workflows/quality-assurance/browser-validation.md +0 -221
- package/registry/workflows/quality-assurance/iterative-improvement-cycle.md +0 -562
- package/registry/workflows/replicate/replicate-discovery.md +0 -336
- package/registry/workflows/replicate/replicate-to-issues.md +0 -319
- package/registry/workflows/reviewer/review-implementation-vs-design-spec.md +0 -632
- package/registry/workflows/reviewer/review-implementation-vs-feature-spec.md +0 -669
- package/registry/workflows/startup-credits/aws-activate-application.md +0 -535
- package/registry/workflows/startup-credits/google-cloud-application.md +0 -647
- package/registry/workflows/startup-credits/microsoft-azure-application.md +0 -538
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
# Ideation Report: [Product/Space Name]
|
|
2
|
-
|
|
3
|
-
## 🎯 Executive Summary
|
|
4
|
-
[1-2 sentences summarizing the core idea and its unique value prop.]
|
|
5
|
-
|
|
6
|
-
## 🧭 Problem Space & Vision
|
|
7
|
-
### The Problem
|
|
8
|
-
[Describe the pain points being solved.]
|
|
9
|
-
### The Vision
|
|
10
|
-
[Describe the desired future state.]
|
|
11
|
-
|
|
12
|
-
## 👥 Target Personas
|
|
13
|
-
- **[Persona Name]**: [Description, Goals, Pain Points]
|
|
14
|
-
|
|
15
|
-
## 🚀 Priority Feature Backlog
|
|
16
|
-
| Feature | Description | Priority |
|
|
17
|
-
| :--- | :--- | :--- |
|
|
18
|
-
| [Feature Name] | [Brief detail] | [High/Med/Low] |
|
|
19
|
-
|
|
20
|
-
## 📐 Conceptual Architecture
|
|
21
|
-
[High-level description of how modules or agents might interact.]
|
|
22
|
-
|
|
23
|
-
## 🧪 Next Steps
|
|
24
|
-
- [ ] Transition to `prototype` for [Core Feature]
|
|
25
|
-
- [ ] Create `spec` for [Highest Priority Feature]
|
|
26
|
-
- [ ] Research [Specific Technical/Market Gap]
|
|
27
|
-
|
|
28
|
-
---
|
|
29
|
-
*Created via FRAIM Ideation Workflow*
|
|
@@ -1,126 +0,0 @@
|
|
|
1
|
-
# Pricing & Packaging Strategy — [Product Name]
|
|
2
|
-
|
|
3
|
-
**Date:** YYYY-MM-DD
|
|
4
|
-
**Owner:** [Name/Team]
|
|
5
|
-
**Purpose:** Define SKUs, pricing, unit economics, and competitive positioning
|
|
6
|
-
|
|
7
|
-
---
|
|
8
|
-
|
|
9
|
-
## Executive Summary
|
|
10
|
-
- What we sell (one-liner)
|
|
11
|
-
- Who buys (top 2–3 segments)
|
|
12
|
-
- Recommended pricing metric
|
|
13
|
-
- Recommended SKUs/tiers
|
|
14
|
-
- Price list snapshot
|
|
15
|
-
- Biggest risks + mitigations
|
|
16
|
-
- Next 30 days plan
|
|
17
|
-
|
|
18
|
-
---
|
|
19
|
-
|
|
20
|
-
## Product Context
|
|
21
|
-
- Core outcomes
|
|
22
|
-
- Buyer vs user
|
|
23
|
-
- Delivery model (SaaS / services / hybrid)
|
|
24
|
-
- Constraints (margin targets, capacity, sales motion)
|
|
25
|
-
|
|
26
|
-
---
|
|
27
|
-
|
|
28
|
-
## Customer Segments (ICP)
|
|
29
|
-
### Segment 1: [Name]
|
|
30
|
-
- Job-to-be-done
|
|
31
|
-
- Pain points
|
|
32
|
-
- Alternatives today
|
|
33
|
-
- Willingness to pay signals
|
|
34
|
-
- Buying process & budget
|
|
35
|
-
- Success metrics
|
|
36
|
-
|
|
37
|
-
[Repeat for 3–7 segments]
|
|
38
|
-
|
|
39
|
-
### Segment Comparison Table
|
|
40
|
-
| Segment | Pain | Frequency | Budget Owner | WTP | Reach | Competition | Notes |
|
|
41
|
-
|---|---:|---:|---|---:|---:|---:|---|
|
|
42
|
-
|
|
43
|
-
---
|
|
44
|
-
|
|
45
|
-
## Value Narrative (Why Before Pricing)
|
|
46
|
-
- Headline value statement
|
|
47
|
-
- Why outcomes vary (if relevant)
|
|
48
|
-
- 3 adoption paths / maturity levels (optional)
|
|
49
|
-
- CTA
|
|
50
|
-
|
|
51
|
-
---
|
|
52
|
-
|
|
53
|
-
## Packaging Architecture (SKUs + tiers)
|
|
54
|
-
### SKU Catalog
|
|
55
|
-
| SKU | Who it’s for | Primary outcomes | Included | Excludes | Success metrics |
|
|
56
|
-
|---|---|---|---|---|---|
|
|
57
|
-
|
|
58
|
-
### Tier Comparison
|
|
59
|
-
| Tier | Best for | Outcomes | Limits | Support | Upgrade triggers |
|
|
60
|
-
|---|---|---|---|---|---|
|
|
61
|
-
|
|
62
|
-
---
|
|
63
|
-
|
|
64
|
-
## Pricing Metric
|
|
65
|
-
- Primary metric: [e.g., per seat / per workspace / per project / per run]
|
|
66
|
-
- Why this metric fits value + predictability
|
|
67
|
-
- Guardrails and anti-gaming
|
|
68
|
-
- Secondary metrics (optional add-ons)
|
|
69
|
-
|
|
70
|
-
---
|
|
71
|
-
|
|
72
|
-
## Price List
|
|
73
|
-
### Hero Table (simple first)
|
|
74
|
-
| | Tier 1 | Tier 2 | Tier 3 |
|
|
75
|
-
|---|---|---|---|
|
|
76
|
-
| What you get | | | |
|
|
77
|
-
| What you save/earn | | | |
|
|
78
|
-
| What you pay | | | |
|
|
79
|
-
|
|
80
|
-
### Add-ons
|
|
81
|
-
| Add-on | What it includes | Who buys it | Price | Notes |
|
|
82
|
-
|---|---|---|---:|---|
|
|
83
|
-
|
|
84
|
-
### Discounts & Terms
|
|
85
|
-
- annual/volume/enterprise terms
|
|
86
|
-
|
|
87
|
-
---
|
|
88
|
-
|
|
89
|
-
## Unit Economics
|
|
90
|
-
### Assumptions
|
|
91
|
-
| Driver | Assumption | Notes |
|
|
92
|
-
|---|---|---|
|
|
93
|
-
|
|
94
|
-
### Margin by SKU/Tier
|
|
95
|
-
| SKU/Tier | ARPU/ACV | COGS | Gross Margin | Notes |
|
|
96
|
-
|---|---:|---:|---:|---|
|
|
97
|
-
|
|
98
|
-
### Scalability Constraints
|
|
99
|
-
- staffing ratios (if services)
|
|
100
|
-
- compute caps
|
|
101
|
-
- support burden
|
|
102
|
-
|
|
103
|
-
---
|
|
104
|
-
|
|
105
|
-
## Competitive Landscape (with citations)
|
|
106
|
-
### Competitor Matrix
|
|
107
|
-
| Competitor | What they sell | Who buys | Pricing model | Strengths | Weaknesses | Win strategy |
|
|
108
|
-
|---|---|---|---|---|---|---|
|
|
109
|
-
|
|
110
|
-
### Positioning & Talk Tracks
|
|
111
|
-
- Differentiation pillars
|
|
112
|
-
- Objections + responses
|
|
113
|
-
- Win/loss summary
|
|
114
|
-
|
|
115
|
-
---
|
|
116
|
-
|
|
117
|
-
## Risks & Mitigations
|
|
118
|
-
| Risk | Impact | Mitigation | Owner | Leading indicator |
|
|
119
|
-
|---|---|---|---|---|
|
|
120
|
-
|
|
121
|
-
---
|
|
122
|
-
|
|
123
|
-
## Validation Plan (30/60/90)
|
|
124
|
-
- experiments
|
|
125
|
-
- metrics
|
|
126
|
-
- decision points
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
# Customer Interview Template
|
|
2
|
-
|
|
3
|
-
## Interview Preparation Section (AI Agent fills this before interview)
|
|
4
|
-
|
|
5
|
-
### Customer Overview
|
|
6
|
-
**Name**: [Full Name]
|
|
7
|
-
**Role**: [Current Title] at [Company]
|
|
8
|
-
**Location**: [City, State/Country]
|
|
9
|
-
**Experience**: [Years] at [Company], [Total] years in [Industry]
|
|
10
|
-
**Connection**: [Degree] degree connection with [X] mutual connections
|
|
11
|
-
|
|
12
|
-
### Professional Background
|
|
13
|
-
|
|
14
|
-
#### Current Role ([Date] - Present)
|
|
15
|
-
**[Title]** - [Company/Department]
|
|
16
|
-
- **Mission**: [Key responsibilities and team focus]
|
|
17
|
-
- **Team Leadership**: [Team size and management responsibilities]
|
|
18
|
-
- **Key Responsibilities**:
|
|
19
|
-
- [Specific responsibility 1]
|
|
20
|
-
- [Specific responsibility 2]
|
|
21
|
-
- [Specific responsibility 3]
|
|
22
|
-
|
|
23
|
-
#### Previous Role ([Date] - [Date])
|
|
24
|
-
**[Title]** - [Company/Department]
|
|
25
|
-
- **Focus**: [Key focus areas and achievements]
|
|
26
|
-
- **Key Products/Projects**:
|
|
27
|
-
- [Product/Project 1]: [Description]
|
|
28
|
-
- [Product/Project 2]: [Description]
|
|
29
|
-
- **Innovation**: [Key innovations or approaches]
|
|
30
|
-
|
|
31
|
-
#### Career Progression
|
|
32
|
-
- **[X] years at [Company]** ([Additional context])
|
|
33
|
-
- **Technical Background**: [Background details]
|
|
34
|
-
- **Enterprise Experience**: [Relevant experience]
|
|
35
|
-
- **Product Creation**: [Notable products built]
|
|
36
|
-
- **Education**: [Education background]
|
|
37
|
-
|
|
38
|
-
### Key Insights for Interview
|
|
39
|
-
|
|
40
|
-
#### Product Philosophy
|
|
41
|
-
- **[Quote or philosophy from profile]**
|
|
42
|
-
- **[Key mindset or approach]**
|
|
43
|
-
- **[Customer-centric focus areas]**
|
|
44
|
-
|
|
45
|
-
#### Technical & Business Acumen
|
|
46
|
-
- **Hybrid Background**: [Technical + Business background]
|
|
47
|
-
- **Enterprise Focus**: [Enterprise experience details]
|
|
48
|
-
- **AI Integration**: [AI/Technology experience]
|
|
49
|
-
- **Product-Led Growth**: [Growth and adoption expertise]
|
|
50
|
-
|
|
51
|
-
#### Company Context
|
|
52
|
-
- **Long Tenure**: [Company experience details]
|
|
53
|
-
- **Current Focus**: [Current team and project focus]
|
|
54
|
-
- **Hierarchy Awareness**: [Level and leadership context]
|
|
55
|
-
- **Cross-Functional**: [Cross-functional experience]
|
|
56
|
-
|
|
57
|
-
#### LinkedIn Activity Insights
|
|
58
|
-
- **Recent Posts**: [Topics they write about, tone, expertise areas]
|
|
59
|
-
- **Liked/Reshared Content**: [Interests and influences from their engagement]
|
|
60
|
-
- **Comments**: [Perspectives and opinions from their comments]
|
|
61
|
-
- **Recurring Themes**: [Pain points, interests, expertise areas from content]
|
|
62
|
-
- **Communication Style**: [Personality and approach from posts/comments]
|
|
63
|
-
- **Thought Leadership**: [Areas where they share insights and opinions]
|
|
64
|
-
|
|
65
|
-
#### Additional Research Insights
|
|
66
|
-
- **Web Search Findings**: [Articles, interviews, press mentions found online]
|
|
67
|
-
- **Professional Content**: [Blog posts, articles, speaking engagements, podcasts]
|
|
68
|
-
- **Social Media Activity**: [Twitter/X, Medium, other platforms activity]
|
|
69
|
-
- **Company Intelligence**: [Company culture, tools, policies, recent changes]
|
|
70
|
-
- **Industry Context**: [Industry trends, challenges, competitive landscape]
|
|
71
|
-
|
|
72
|
-
### Interview Strategy
|
|
73
|
-
|
|
74
|
-
#### Conversation Starters
|
|
75
|
-
- **Mutual Connections**: Reference [Specific mutual connections]
|
|
76
|
-
- **Shared Experience**: [Shared context or experience]
|
|
77
|
-
- **Product Philosophy**: Connect to [Specific philosophy or approach]
|
|
78
|
-
- **Recent Work**: Ask about [Specific recent work or projects]
|
|
79
|
-
|
|
80
|
-
### Research Notes
|
|
81
|
-
- **LinkedIn Profile**: [Profile research summary]
|
|
82
|
-
- **Mutual Connections**: [Network overlap details]
|
|
83
|
-
- **Company Context**: [Company and industry context]
|
|
84
|
-
- **Role Relevance**: [Why this customer is a good fit]
|
|
85
|
-
- **Timing**: [Why timing is good for interview]
|
|
86
|
-
|
|
87
|
-
## Interview Questions (AI Agent creates these based on strategic document - Mom Test Compliant)
|
|
88
|
-
|
|
89
|
-
### Priority Questions
|
|
90
|
-
[AI Agent creates specific questions based on strategic assumptions and customer context]
|
|
91
|
-
**Mom Test Format**: "Tell me about the last time you..." or "Walk me through what happened when..."
|
|
92
|
-
|
|
93
|
-
### Validation Questions
|
|
94
|
-
[AI Agent creates questions to validate specific strategic assumptions from the strategy document]
|
|
95
|
-
**Focus**: Past behavior, specific examples, current processes
|
|
96
|
-
|
|
97
|
-
### Follow-up Questions
|
|
98
|
-
[AI Agent creates follow-up questions based on customer background and role]
|
|
99
|
-
**Format**: "How did that work out?" or "What would you have done differently?"
|
|
@@ -1,132 +0,0 @@
|
|
|
1
|
-
# Customer Follow-up Email Templates
|
|
2
|
-
|
|
3
|
-
## Template 1: Thank You + Key Takeaways Confirmation
|
|
4
|
-
|
|
5
|
-
**Subject**: Thank you for the insightful conversation about [Topic] - [Company Name]
|
|
6
|
-
|
|
7
|
-
Hi [Customer Name],
|
|
8
|
-
|
|
9
|
-
Thank you for taking the time to speak with me about [Topic] yesterday. I really appreciated your insights and candor about [Specific Pain Point].
|
|
10
|
-
|
|
11
|
-
**Key Takeaways I Want to Confirm:**
|
|
12
|
-
- [Pain Point 1]: [Customer's specific example/quote]
|
|
13
|
-
- [Pain Point 2]: [Customer's specific example/quote]
|
|
14
|
-
- [Success Criteria]: [What customer said success would look like]
|
|
15
|
-
- [Budget/Decision Process]: [What customer said about budget/timeline]
|
|
16
|
-
|
|
17
|
-
**Next Steps:**
|
|
18
|
-
- [Follow-up action 1]
|
|
19
|
-
- [Follow-up action 2]
|
|
20
|
-
- [Timeline for next steps]
|
|
21
|
-
|
|
22
|
-
I'll [specific commitment] and get back to you by [date].
|
|
23
|
-
|
|
24
|
-
Thanks again for your time and insights!
|
|
25
|
-
|
|
26
|
-
Best regards,
|
|
27
|
-
[Your Name]
|
|
28
|
-
|
|
29
|
-
---
|
|
30
|
-
|
|
31
|
-
## Template 2: Follow-up Questions + Demo Offer
|
|
32
|
-
|
|
33
|
-
**Subject**: Follow-up questions from our conversation + Demo offer
|
|
34
|
-
|
|
35
|
-
Hi [Customer Name],
|
|
36
|
-
|
|
37
|
-
Thanks again for the great conversation about [Topic]. I have a few follow-up questions that came up after our discussion:
|
|
38
|
-
|
|
39
|
-
**Questions:**
|
|
40
|
-
1. [Question 1 based on gaps in understanding]
|
|
41
|
-
2. [Question 2 based on gaps in understanding]
|
|
42
|
-
3. [Question 3 based on gaps in understanding]
|
|
43
|
-
|
|
44
|
-
**Demo Offer:**
|
|
45
|
-
Based on what you shared about [Pain Point], I think you might find value in seeing how [Product] addresses [Specific Problem]. Would you be interested in a brief demo?
|
|
46
|
-
|
|
47
|
-
**Referrals:**
|
|
48
|
-
You mentioned [Colleague Name] at [Company] might also be interested in this topic. Would you be comfortable if I reached out to them as well?
|
|
49
|
-
|
|
50
|
-
Let me know your thoughts on the questions and demo offer.
|
|
51
|
-
|
|
52
|
-
Best regards,
|
|
53
|
-
[Your Name]
|
|
54
|
-
|
|
55
|
-
---
|
|
56
|
-
|
|
57
|
-
## Template 3: Resource Sharing + Next Steps
|
|
58
|
-
|
|
59
|
-
**Subject**: Resources from our conversation + Next steps
|
|
60
|
-
|
|
61
|
-
Hi [Customer Name],
|
|
62
|
-
|
|
63
|
-
Thanks for the insightful conversation about [Topic]. As promised, here are some resources that might be helpful:
|
|
64
|
-
|
|
65
|
-
**Resources:**
|
|
66
|
-
- [Resource 1]: [Description and why it's relevant]
|
|
67
|
-
- [Resource 2]: [Description and why it's relevant]
|
|
68
|
-
- [Resource 3]: [Description and why it's relevant]
|
|
69
|
-
|
|
70
|
-
**Next Steps:**
|
|
71
|
-
- [Specific next step 1]
|
|
72
|
-
- [Specific next step 2]
|
|
73
|
-
- [Timeline and commitment]
|
|
74
|
-
|
|
75
|
-
**Questions:**
|
|
76
|
-
If you have any questions about the resources or next steps, feel free to reach out.
|
|
77
|
-
|
|
78
|
-
Thanks again for your time and insights!
|
|
79
|
-
|
|
80
|
-
Best regards,
|
|
81
|
-
[Your Name]
|
|
82
|
-
|
|
83
|
-
---
|
|
84
|
-
|
|
85
|
-
## Template 4: Referral Request + Thank You
|
|
86
|
-
|
|
87
|
-
**Subject**: Thank you + Referral request
|
|
88
|
-
|
|
89
|
-
Hi [Customer Name],
|
|
90
|
-
|
|
91
|
-
Thank you for the valuable conversation about [Topic]. Your insights about [Specific Insight] were particularly helpful.
|
|
92
|
-
|
|
93
|
-
**Referral Request:**
|
|
94
|
-
You mentioned that [Colleague Name] at [Company] might also be interested in [Topic]. Would you be comfortable making an introduction? I'd be happy to share what we discussed and see if they have similar challenges.
|
|
95
|
-
|
|
96
|
-
**What I'd Share:**
|
|
97
|
-
- Brief overview of [Topic] and common challenges
|
|
98
|
-
- How [Product] addresses these challenges
|
|
99
|
-
- 15-20 minute conversation to understand their needs
|
|
100
|
-
|
|
101
|
-
**Next Steps:**
|
|
102
|
-
- [Your specific commitment]
|
|
103
|
-
- [Timeline for follow-up]
|
|
104
|
-
|
|
105
|
-
Thanks again for your time and insights!
|
|
106
|
-
|
|
107
|
-
Best regards,
|
|
108
|
-
[Your Name]
|
|
109
|
-
|
|
110
|
-
---
|
|
111
|
-
|
|
112
|
-
## Template Usage Guidelines
|
|
113
|
-
|
|
114
|
-
### When to Use Each Template:
|
|
115
|
-
- **Template 1**: Standard follow-up for most interviews
|
|
116
|
-
- **Template 2**: When you need more information or want to offer a demo
|
|
117
|
-
- **Template 3**: When you promised to share resources
|
|
118
|
-
- **Template 4**: When customer mentioned referrals
|
|
119
|
-
|
|
120
|
-
### Customization Tips:
|
|
121
|
-
- Always personalize with specific quotes and examples
|
|
122
|
-
- Include specific commitments and timelines
|
|
123
|
-
- Reference specific pain points mentioned in the interview
|
|
124
|
-
- Keep tone professional but friendly
|
|
125
|
-
- Include clear next steps and expectations
|
|
126
|
-
|
|
127
|
-
### Best Practices:
|
|
128
|
-
- Send within 24-48 hours of the interview
|
|
129
|
-
- Include specific quotes and examples from the conversation
|
|
130
|
-
- Make specific commitments and follow through
|
|
131
|
-
- Ask for referrals when appropriate
|
|
132
|
-
- Keep emails concise and actionable
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
# Insight Analysis Template
|
|
2
|
-
|
|
3
|
-
## Analysis File Template
|
|
4
|
-
```markdown
|
|
5
|
-
# Interview Analysis - [Customer Name] - [Date]
|
|
6
|
-
|
|
7
|
-
## Executive Summary
|
|
8
|
-
[Brief overview of key insights and customer fit]
|
|
9
|
-
|
|
10
|
-
## Customer Scoring & Prioritization
|
|
11
|
-
### Customer Fit Score: [X]/10
|
|
12
|
-
**Reasoning**: [Why this score - segment alignment, pain point severity, budget authority]
|
|
13
|
-
|
|
14
|
-
### Urgency Level: [High/Medium/Low]
|
|
15
|
-
**Reasoning**: [Why this urgency - active seeking, timeline, competitive pressure]
|
|
16
|
-
|
|
17
|
-
### Willingness to Pay: [High/Medium/Low]
|
|
18
|
-
**Reasoning**: [Why this willingness - budget authority, current spending, value perception]
|
|
19
|
-
|
|
20
|
-
### Likelihood to Buy: [High/Medium/Low]
|
|
21
|
-
**Reasoning**: [Why this likelihood - decision power, implementation readiness, engagement]
|
|
22
|
-
|
|
23
|
-
## Key Insights from Interview
|
|
24
|
-
### Pain Points Confirmed
|
|
25
|
-
1. [Pain point 1 with customer quote]
|
|
26
|
-
2. [Pain point 2 with customer quote]
|
|
27
|
-
3. [Pain point 3 with customer quote]
|
|
28
|
-
|
|
29
|
-
### Success & Failure Criteria
|
|
30
|
-
**Success**: [Success criteria with customer quotes]
|
|
31
|
-
**Failure**: [Failure criteria with customer quotes]
|
|
32
|
-
|
|
33
|
-
### Feature Validation
|
|
34
|
-
- **Calendar & Scheduling**: [Priority, pain level, willingness to pay, customer quote]
|
|
35
|
-
- **Email Management**: [Priority, pain level, willingness to pay, customer quote]
|
|
36
|
-
- **Other Features**: [Additional feature insights]
|
|
37
|
-
|
|
38
|
-
## Memorable Quotes
|
|
39
|
-
> "[Customer quote 1]"
|
|
40
|
-
|
|
41
|
-
> "[Customer quote 2]"
|
|
42
|
-
|
|
43
|
-
> "[Customer quote 3]"
|
|
44
|
-
|
|
45
|
-
## Follow-up Actions
|
|
46
|
-
### Immediate Actions
|
|
47
|
-
- [ ] [Action 1 with timeline]
|
|
48
|
-
- [ ] [Action 2 with timeline]
|
|
49
|
-
- [ ] [Action 3 with timeline]
|
|
50
|
-
|
|
51
|
-
### Suggested Follow-up Email
|
|
52
|
-
[Generated personalized follow-up email using follow-up email templates as reference]
|
|
53
|
-
|
|
54
|
-
### Next Questions
|
|
55
|
-
1. [Follow-up question 1]
|
|
56
|
-
2. [Follow-up question 2]
|
|
57
|
-
3. [Follow-up question 3]
|
|
58
|
-
|
|
59
|
-
### Referrals
|
|
60
|
-
- **Potential referrals**: [Referral opportunities]
|
|
61
|
-
- **Introduction approach**: [How to approach referrals]
|
|
62
|
-
|
|
63
|
-
## Reference Files
|
|
64
|
-
- **Interview Preparation**: `[customer-name]-interview-prep.md`
|
|
65
|
-
- **Strategic Context**: `ashley-market-niche-strategy.md`
|
|
66
|
-
```
|
|
67
|
-
|
|
68
|
-
## Usage Notes
|
|
69
|
-
- Extract insights from raw interview notes
|
|
70
|
-
- Score customer based on fit, urgency, willingness to pay, and likelihood to buy
|
|
71
|
-
- Include direct customer quotes for authenticity
|
|
72
|
-
- **Generate personalized follow-up emails using follow-up email templates as reference**
|
|
73
|
-
- Create actionable next steps with timelines
|
|
74
|
-
- Reference the original prep file for context
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
# Strategic Recommendations Template
|
|
2
|
-
|
|
3
|
-
## Document Structure
|
|
4
|
-
```markdown
|
|
5
|
-
# Customer Development Strategy - [Date]
|
|
6
|
-
|
|
7
|
-
## Executive Summary
|
|
8
|
-
[Brief overview of recommendations and next steps]
|
|
9
|
-
|
|
10
|
-
## Market Research Findings
|
|
11
|
-
[Key insights from research and existing customer data]
|
|
12
|
-
|
|
13
|
-
## Recommended Customer Segments
|
|
14
|
-
|
|
15
|
-
### Priority 1: [Customer Segment]
|
|
16
|
-
- **Rationale**: [Why this segment first]
|
|
17
|
-
- **Key Assumptions to Validate**: [List assumptions]
|
|
18
|
-
- **Success Criteria**: [What validates this segment]
|
|
19
|
-
- **Sample Customers**: [Specific companies/people to target]
|
|
20
|
-
|
|
21
|
-
### Priority 2: [Customer Segment]
|
|
22
|
-
- **Rationale**: [Why this segment second]
|
|
23
|
-
- **Key Assumptions to Validate**: [List assumptions]
|
|
24
|
-
- **Success Criteria**: [What validates this segment]
|
|
25
|
-
- **Sample Customers**: [Specific companies/people to target]
|
|
26
|
-
|
|
27
|
-
## Assumption Validation Map
|
|
28
|
-
|
|
29
|
-
| Assumption | Priority | Customer Segment | Validation Question | Success Criteria |
|
|
30
|
-
|------------|----------|------------------|-------------------|------------------|
|
|
31
|
-
| [Assumption] | [High/Medium/Low] | [Segment] | [Question] | [Criteria] |
|
|
32
|
-
|
|
33
|
-
## Interview Planning Recommendations
|
|
34
|
-
- **Total Interviews Needed**: [Number]
|
|
35
|
-
- **Timeline**: [Suggested timeline]
|
|
36
|
-
- **Interview Frequency**: [How often]
|
|
37
|
-
- **Key Metrics to Track**: [What to measure]
|
|
38
|
-
|
|
39
|
-
## Risk Mitigation
|
|
40
|
-
- **Assumption Risks**: [What if assumptions are wrong]
|
|
41
|
-
- **Customer Access Risks**: [What if can't reach customers]
|
|
42
|
-
- **Timeline Risks**: [What if timeline slips]
|
|
43
|
-
- **Mitigation Strategies**: [How to address risks]
|
|
44
|
-
|
|
45
|
-
## Next Steps
|
|
46
|
-
[Actionable next steps for PM]
|
|
47
|
-
```
|
|
48
|
-
|
|
49
|
-
## Usage Notes
|
|
50
|
-
- Use contextual naming based on the strategic focus
|
|
51
|
-
- Include specific customer names and companies when available
|
|
52
|
-
- Reference existing business documents and customer insights
|
|
53
|
-
- Provide clear, actionable next steps for the PM
|
|
@@ -1,124 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
|
|
4
|
-
<head>
|
|
5
|
-
<meta charset="UTF-8">
|
|
6
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
7
|
-
<title>Thank You - Your Feedback Matters</title>
|
|
8
|
-
</head>
|
|
9
|
-
|
|
10
|
-
<body
|
|
11
|
-
style="margin: 0; padding: 0; background-color: #f5f5f5; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;">
|
|
12
|
-
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"
|
|
13
|
-
style="background-color: #f5f5f5;">
|
|
14
|
-
<tr>
|
|
15
|
-
<td align="center" style="padding: 40px 20px;">
|
|
16
|
-
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="600"
|
|
17
|
-
style="max-width: 600px; background-color: #ffffff; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); overflow: hidden;">
|
|
18
|
-
|
|
19
|
-
<!-- Header with gradient -->
|
|
20
|
-
<tr>
|
|
21
|
-
<td
|
|
22
|
-
style="background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 40px 30px; text-align: center;">
|
|
23
|
-
<div style="color: #ffffff; font-size: 32px; font-weight: 700; margin-bottom: 8px;">🙏</div>
|
|
24
|
-
<div style="color: #ffffff; font-size: 24px; font-weight: 600; margin-bottom: 4px;">Thank
|
|
25
|
-
You!</div>
|
|
26
|
-
<div style="color: rgba(255,255,255,0.9); font-size: 16px; font-weight: 400;">Your feedback
|
|
27
|
-
makes me better</div>
|
|
28
|
-
</td>
|
|
29
|
-
</tr>
|
|
30
|
-
|
|
31
|
-
<!-- Greeting -->
|
|
32
|
-
<tr>
|
|
33
|
-
<td style="padding: 30px 30px 20px 30px;">
|
|
34
|
-
<div style="font-size: 18px; color: #333333; line-height: 1.6;">
|
|
35
|
-
{{greeting}}
|
|
36
|
-
</div>
|
|
37
|
-
</td>
|
|
38
|
-
</tr>
|
|
39
|
-
|
|
40
|
-
<!-- Opening Paragraph -->
|
|
41
|
-
<tr>
|
|
42
|
-
<td style="padding: 0 30px 20px 30px;">
|
|
43
|
-
<div style="font-size: 16px; color: #555555; line-height: 1.8;">
|
|
44
|
-
{{opening}}
|
|
45
|
-
</div>
|
|
46
|
-
</td>
|
|
47
|
-
</tr>
|
|
48
|
-
|
|
49
|
-
<!-- Improvements Section (if applicable) -->
|
|
50
|
-
{{#if hasImprovements}}
|
|
51
|
-
<tr>
|
|
52
|
-
<td style="padding: 0 30px 20px 30px;">
|
|
53
|
-
<div
|
|
54
|
-
style="background-color: #f8f9fa; border-left: 4px solid #667eea; border-radius: 6px; padding: 20px; margin: 20px 0;">
|
|
55
|
-
<div style="font-size: 18px; font-weight: 600; color: #333333; margin-bottom: 16px;">
|
|
56
|
-
✨ What's Fixed
|
|
57
|
-
</div>
|
|
58
|
-
{{improvementsList}}
|
|
59
|
-
</div>
|
|
60
|
-
</td>
|
|
61
|
-
</tr>
|
|
62
|
-
{{/if}}
|
|
63
|
-
|
|
64
|
-
<!-- Closing Paragraph -->
|
|
65
|
-
{{#if closing}}
|
|
66
|
-
<tr>
|
|
67
|
-
<td style="padding: 0 30px 20px 30px;">
|
|
68
|
-
<div style="font-size: 16px; color: #555555; line-height: 1.8;">
|
|
69
|
-
{{closing}}
|
|
70
|
-
</div>
|
|
71
|
-
</td>
|
|
72
|
-
</tr>
|
|
73
|
-
{{/if}}
|
|
74
|
-
|
|
75
|
-
<!-- Call to Action -->
|
|
76
|
-
<tr>
|
|
77
|
-
<td style="padding: 0 30px 30px 30px;">
|
|
78
|
-
<div
|
|
79
|
-
style="background: linear-gradient(135deg, #e7f3ff 0%, #d1e9ff 100%); border-radius: 8px; padding: 24px; text-align: center; border: 1px solid #b3d9ff;">
|
|
80
|
-
<div style="font-size: 16px; font-weight: 600; color: #0056b3; margin-bottom: 8px;">
|
|
81
|
-
💬 Keep the feedback coming!
|
|
82
|
-
</div>
|
|
83
|
-
<div style="font-size: 14px; color: #0056b3; line-height: 1.6;">
|
|
84
|
-
Share ongoing feedback through my <a href="{{chatUrl}}"
|
|
85
|
-
style="color: #0056b3; text-decoration: underline; font-weight: 600;">ChatGPT
|
|
86
|
-
interface</a> - I'm always learning!
|
|
87
|
-
</div>
|
|
88
|
-
</div>
|
|
89
|
-
</td>
|
|
90
|
-
</tr>
|
|
91
|
-
|
|
92
|
-
<!-- Signature -->
|
|
93
|
-
<tr>
|
|
94
|
-
<td style="padding: 0 30px 30px 30px; border-top: 1px solid #e9ecef;">
|
|
95
|
-
<div style="padding-top: 20px; font-size: 15px; color: #555555; line-height: 1.6;">
|
|
96
|
-
<div style="font-weight: 600; color: #333333; margin-bottom: 6px;">Best regards,</div>
|
|
97
|
-
<div style="color: #667eea; font-weight: 600;">{{executiveName}}'s AI Executive
|
|
98
|
-
Assistant</div>
|
|
99
|
-
<div style="margin-top: 8px; font-size: 13px; color: #999999; font-style: italic;">
|
|
100
|
-
(I am still ramping up, so please forgive any errors)
|
|
101
|
-
</div>
|
|
102
|
-
</div>
|
|
103
|
-
</td>
|
|
104
|
-
</tr>
|
|
105
|
-
|
|
106
|
-
<!-- Footer -->
|
|
107
|
-
<tr>
|
|
108
|
-
<td
|
|
109
|
-
style="background-color: #f8f9fa; padding: 20px 30px; text-align: center; border-top: 1px solid #e9ecef;">
|
|
110
|
-
<div style="font-size: 12px; color: #999999; line-height: 1.5;">
|
|
111
|
-
This email was sent from {{fromEmail}}<br>
|
|
112
|
-
<a href="{{webAppUrl}}" style="color: #667eea; text-decoration: none;">{{personaName}} -
|
|
113
|
-
Your AI Executive Assistant</a>
|
|
114
|
-
</div>
|
|
115
|
-
</td>
|
|
116
|
-
</tr>
|
|
117
|
-
|
|
118
|
-
</table>
|
|
119
|
-
</td>
|
|
120
|
-
</tr>
|
|
121
|
-
</table>
|
|
122
|
-
</body>
|
|
123
|
-
|
|
124
|
-
</html>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
# Thank you note template
|
|
2
|
-
|
|
3
|
-
## Document Structure
|
|
4
|
-
```markdown
|
|
5
|
-
|
|
6
|
-
## To:
|
|
7
|
-
## Subject:
|
|
8
|
-
## Body:
|
|
9
|
-
<greeting>
|
|
10
|
-
<issue that was fixed>
|
|
11
|
-
<how user can confirm fix>
|
|
12
|
-
<how user can file future issues>
|
|
13
|
-
<gratitude>
|
|
14
|
-
Best Regards,
|
|
15
|
-
Ashley - Your AI Executive Assistant
|
|
16
|
-
```
|