fraim-framework 2.0.55 → 2.0.56
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/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/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 +94 -0
- package/dist/registry/templates/evidence/Implementation-FeatureEvidence.md +129 -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/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/bootstrap/create-architecture.md +38 -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 +165 -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 +78 -0
- package/dist/registry/workflows/compliance/generate-audit-evidence.md +75 -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 +938 -0
- package/dist/registry/workflows/customer-development/interview-preparation.md +452 -0
- package/dist/registry/workflows/customer-development/linkedin-outreach.md +593 -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 +60 -0
- package/dist/registry/workflows/customer-development/users-to-target.md +112 -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 +284 -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 +213 -0
- package/dist/registry/workflows/legal/trademark-filing.md +77 -0
- package/dist/registry/workflows/marketing/content-creation.md +37 -0
- package/dist/registry/workflows/marketing/convert-to-pdf.md +235 -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/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 +103 -0
- package/dist/registry/workflows/product-building/implement.md +74 -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 +65 -0
- package/dist/registry/workflows/product-building/resolve.md +168 -0
- package/dist/registry/workflows/product-building/retrospect.md +86 -0
- package/dist/registry/workflows/product-building/spec.md +181 -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 +324 -0
- package/dist/registry/workflows/reviewer/review-implementation-vs-design-spec.md +638 -0
- package/dist/registry/workflows/reviewer/review-implementation-vs-feature-spec.md +675 -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/dist/src/ai-manager/ai-manager.js +4 -6
- package/dist/tests/test-users-to-target-workflow.js +2 -2
- package/package.json +1 -1
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase1-customer-profiling.md +0 -11
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase1-survey-scoping.md +0 -11
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase2-platform-discovery.md +0 -11
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase2-survey-build-linkedin.md +0 -11
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase3-prospect-qualification.md +0 -11
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase3-survey-build-reddit.md +0 -11
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase4-inventory-compilation.md +0 -11
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase4-survey-build-x.md +0 -11
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase5-survey-build-facebook.md +0 -11
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase6-survey-build-custom.md +0 -11
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase7-survey-dispatch.md +0 -11
- package/registry/stubs/workflows/customer-development/templates/customer-persona-template.md +0 -11
- package/registry/stubs/workflows/customer-development/templates/search-strategy-template.md +0 -11
|
@@ -0,0 +1,452 @@
|
|
|
1
|
+
# Interview Preparation Workflow
|
|
2
|
+
|
|
3
|
+
## INTENT
|
|
4
|
+
To help Product Managers prepare for customer interviews by researching specific customers, personalizing questions, and creating structured interview templates that maximize learning and relationship building.
|
|
5
|
+
|
|
6
|
+
## PRINCIPLES
|
|
7
|
+
- **Deep Customer Research**: Thoroughly research customer background and context
|
|
8
|
+
- **Personalized Approach**: Tailor questions and approach to specific customer
|
|
9
|
+
- **Structured Preparation**: Create comprehensive interview templates
|
|
10
|
+
- **Relationship Focus**: Prepare for building rapport and trust
|
|
11
|
+
- **Mom Test Compliance**: Follow Rob Fitzpatrick's Mom Test principles - focus on pain points, not solutions
|
|
12
|
+
|
|
13
|
+
## WORKFLOW TRIGGER
|
|
14
|
+
**PM explicitly starts this workflow**:
|
|
15
|
+
- "Starting Interview Preparation for [Customer Name]"
|
|
16
|
+
- "I want to prepare for the interview with [Customer Name]"
|
|
17
|
+
- "Following the interview preparation workflow"
|
|
18
|
+
|
|
19
|
+
## INPUT REQUIREMENTS
|
|
20
|
+
**PM provides**:
|
|
21
|
+
- Strategic recommendations document from Strategic Brainstorming
|
|
22
|
+
- Customer name and company
|
|
23
|
+
- Interview date and duration
|
|
24
|
+
- Additional unstructured thoughts/context about this specific customer
|
|
25
|
+
|
|
26
|
+
## CRITICAL OUTPUT REQUIREMENT
|
|
27
|
+
**🚨 YOU MUST CREATE A FILE - DO NOT JUST PROVIDE TEXT OUTPUT 🚨**
|
|
28
|
+
|
|
29
|
+
**REQUIRED FILE CREATION:**
|
|
30
|
+
1. **FIRST**: Retrieve template using: `get_fraim_file({ path: "templates/customer-development/customer-interview-template.md" })`
|
|
31
|
+
2. **THEN**: Create file at: `docs/customer-development/[customer-name]-interview-prep.md`
|
|
32
|
+
3. **FILL**: Complete all template sections with research findings
|
|
33
|
+
|
|
34
|
+
**DO NOT:**
|
|
35
|
+
- Provide research findings as chat output only
|
|
36
|
+
- Skip file creation step
|
|
37
|
+
- Create partial documents
|
|
38
|
+
|
|
39
|
+
**YOU MUST:**
|
|
40
|
+
- Create the actual markdown file
|
|
41
|
+
- Use the specified template
|
|
42
|
+
- Save to the exact file path format shown above
|
|
43
|
+
|
|
44
|
+
## AI AGENT PROCESS
|
|
45
|
+
|
|
46
|
+
### Step 1: Comprehensive Multi-Source Research
|
|
47
|
+
**AI Agent Research Process**:
|
|
48
|
+
|
|
49
|
+
#### Step 1a: LinkedIn Research (Deep Profile Analysis)
|
|
50
|
+
1. **LinkedIn Research (Deep Profile Analysis)**
|
|
51
|
+
- Navigate to LinkedIn and search for customer by name and company
|
|
52
|
+
- **Click on the customer's name/profile in search results** to access their full profile page
|
|
53
|
+
- **Wait for profile page to load completely** before extracting information
|
|
54
|
+
|
|
55
|
+
**Profile Information Extraction:**
|
|
56
|
+
- **Current role and title** (CRITICAL: Extract exact title for role-based research)
|
|
57
|
+
- Responsibilities and career progression
|
|
58
|
+
- Company tenure and experience level
|
|
59
|
+
- Education background and certifications
|
|
60
|
+
- Skills and expertise areas
|
|
61
|
+
- Mutual connections and network
|
|
62
|
+
- Contact information and location
|
|
63
|
+
- **Product/Project mentions** (if Product Manager or similar role)
|
|
64
|
+
- **Department/Team information** (if applicable)
|
|
65
|
+
|
|
66
|
+
**Deep Activity Research:**
|
|
67
|
+
- **Scroll through recent posts** to understand their interests and focus areas
|
|
68
|
+
- **Analyze post content** - topics they write about, tone, expertise areas
|
|
69
|
+
- **Check posts they've liked/reshared** to understand their interests and influences
|
|
70
|
+
- **Look at comments they've made** on other posts to understand their perspectives
|
|
71
|
+
- **Identify recurring themes** in their content (pain points, interests, expertise)
|
|
72
|
+
- **Note their communication style** and personality from posts/comments
|
|
73
|
+
|
|
74
|
+
**Professional Insights:**
|
|
75
|
+
- Note any specific achievements or projects mentioned
|
|
76
|
+
- Identify thought leadership areas from their content
|
|
77
|
+
- Understand their professional network and connections
|
|
78
|
+
- Look for industry insights and opinions they've shared
|
|
79
|
+
- Take screenshot of profile for reference
|
|
80
|
+
- **If profile is not accessible, try alternative search terms** (name variations, company variations)
|
|
81
|
+
- **If still unable to find profile after 3 attempts, STOP and ask PM for help**
|
|
82
|
+
|
|
83
|
+
#### Step 1b: Role-Based Research Strategy
|
|
84
|
+
**After extracting role/title from LinkedIn, determine research focus:**
|
|
85
|
+
|
|
86
|
+
**Role Classification:**
|
|
87
|
+
- **Executive/C-Suite Roles** (CEO, CFO, CTO, COO, President, VP, SVP, EVP, Chief, etc.):
|
|
88
|
+
- Focus: Company-wide information, strategic initiatives, financial performance
|
|
89
|
+
- Research: SEC filings (if public), annual reports, investor relations, company strategy
|
|
90
|
+
|
|
91
|
+
- **Product Management Roles** (Product Manager, Product Owner, Product Lead, Head of Product, etc.):
|
|
92
|
+
- Focus: Product-specific information, product performance, product challenges
|
|
93
|
+
- Research: Product reviews, product sales data, product roadmap, product market position
|
|
94
|
+
|
|
95
|
+
- **Engineering/Technical Roles** (Engineer, Developer, Architect, CTO, VP Engineering, etc.):
|
|
96
|
+
- Focus: Technical stack, engineering challenges, technology adoption
|
|
97
|
+
- Research: Technology stack, engineering blog posts, technical challenges
|
|
98
|
+
|
|
99
|
+
- **Other Roles**:
|
|
100
|
+
- Focus: Role-specific context and department/team information
|
|
101
|
+
- Research: Department-specific information, role-specific challenges
|
|
102
|
+
|
|
103
|
+
2. **Web Search Research (Role-Adaptive Company & Context Research)**
|
|
104
|
+
|
|
105
|
+
**For Executive/C-Suite Roles:**
|
|
106
|
+
- Search for company SEC filings: "[Company Name] SEC filings 10-K 10-Q annual report"
|
|
107
|
+
- Search for company financial performance: "[Company Name] earnings revenue stock performance"
|
|
108
|
+
- Search for company strategy: "[Company Name] strategic initiatives growth plan"
|
|
109
|
+
- Search for company challenges: "[Company Name] challenges risks operational issues"
|
|
110
|
+
- Search for company news: "[Company Name] recent news acquisitions partnerships"
|
|
111
|
+
- Search for industry position: "[Company Name] market position competitive landscape"
|
|
112
|
+
- Search for customer by name: "[Full Name] [Company] interview article CEO strategy"
|
|
113
|
+
|
|
114
|
+
**For Product Management Roles:**
|
|
115
|
+
- Search for product information: "[Product Name] reviews features pricing"
|
|
116
|
+
- Search for product performance: "[Product Name] sales revenue market share"
|
|
117
|
+
- Search for product challenges: "[Product Name] problems issues complaints"
|
|
118
|
+
- Search for product roadmap: "[Product Name] roadmap updates features"
|
|
119
|
+
- Search for product market position: "[Product Name] vs competitors comparison"
|
|
120
|
+
- Search for product news: "[Product Name] recent updates launches"
|
|
121
|
+
- Search for customer by name: "[Full Name] [Product Name] product manager"
|
|
122
|
+
- Search for company context: "[Company Name] product strategy [Product Name]"
|
|
123
|
+
|
|
124
|
+
**For Engineering/Technical Roles:**
|
|
125
|
+
- Search for technology stack: "[Company Name] technology stack engineering"
|
|
126
|
+
- Search for technical challenges: "[Company Name] engineering challenges technical debt"
|
|
127
|
+
- Search for customer by name: "[Full Name] [Company] engineer technical"
|
|
128
|
+
|
|
129
|
+
**For All Roles (General Research):**
|
|
130
|
+
- Search for industry trends: "[Industry] calendar management challenges 2024"
|
|
131
|
+
- Search for company culture: "[Company Name] work culture remote hybrid"
|
|
132
|
+
- Look for press releases, interviews, or articles featuring the customer
|
|
133
|
+
- Research company's calendar/meeting culture and policies
|
|
134
|
+
|
|
135
|
+
3. **Professional Background Research**
|
|
136
|
+
- Search for previous companies and roles: "[Name] [Previous Company]"
|
|
137
|
+
- Look for career progression patterns and industry experience
|
|
138
|
+
- Research any public speaking engagements or conference appearances
|
|
139
|
+
- Check for published articles, blog posts, or thought leadership content
|
|
140
|
+
- Look for awards, recognitions, or professional achievements
|
|
141
|
+
|
|
142
|
+
4. **Social Media & Content Research**
|
|
143
|
+
- Search for their Twitter/X profile and recent activity
|
|
144
|
+
- Look for Medium articles, Substack newsletters, or personal blogs
|
|
145
|
+
- Check for YouTube videos, podcasts, or speaking engagements
|
|
146
|
+
- Research any GitHub profiles or technical contributions
|
|
147
|
+
- Look for Quora answers or other professional Q&A platforms
|
|
148
|
+
|
|
149
|
+
5. **Role-Specific Intelligence Research**
|
|
150
|
+
|
|
151
|
+
**For Executive/C-Suite Roles:**
|
|
152
|
+
- Research company's SEC filings and public disclosures (if public company)
|
|
153
|
+
- Research company's financial performance and investor relations
|
|
154
|
+
- Research company's strategic initiatives and growth plans
|
|
155
|
+
- Research company's operational challenges and risk factors
|
|
156
|
+
- Research company's M&A activity and acquisitions
|
|
157
|
+
- Research company's competitive position and market share
|
|
158
|
+
- Research company's organizational structure and leadership changes
|
|
159
|
+
- Research company's stance on AI adoption and digital transformation
|
|
160
|
+
|
|
161
|
+
**For Product Management Roles:**
|
|
162
|
+
- Research product's market position and competitive landscape
|
|
163
|
+
- Research product reviews, ratings, and customer feedback
|
|
164
|
+
- Research product sales data and revenue (if publicly available)
|
|
165
|
+
- Research product roadmap and feature announcements
|
|
166
|
+
- Research product challenges and known issues
|
|
167
|
+
- Research product's target market and customer segments
|
|
168
|
+
- Research product's pricing strategy and business model
|
|
169
|
+
- Research product's technology stack and technical capabilities
|
|
170
|
+
|
|
171
|
+
**For Engineering/Technical Roles:**
|
|
172
|
+
- Research company's technology stack and engineering practices
|
|
173
|
+
- Research company's engineering blog and technical content
|
|
174
|
+
- Research company's technical challenges and engineering priorities
|
|
175
|
+
- Research company's development processes and methodologies
|
|
176
|
+
|
|
177
|
+
**For All Roles (General Intelligence):**
|
|
178
|
+
- Research company's calendar/meeting management tools and policies
|
|
179
|
+
- Look for company culture around remote work and meeting practices
|
|
180
|
+
- Research any recent organizational changes or team restructuring
|
|
181
|
+
- Research competitive landscape and company's market position
|
|
182
|
+
|
|
183
|
+
**CRITICAL: LinkedIn Research Failure Protocol**
|
|
184
|
+
- **If unable to find customer on LinkedIn after 3 search attempts:**
|
|
185
|
+
- STOP the research process immediately
|
|
186
|
+
- Inform PM: "I was unable to locate [Customer Name] on LinkedIn after trying multiple search variations. Could you please provide their LinkedIn profile URL or additional details to help me find them?"
|
|
187
|
+
- **Do NOT proceed with incomplete research**
|
|
188
|
+
- **Do NOT create interview prep document without LinkedIn profile**
|
|
189
|
+
- Wait for PM to provide LinkedIn URL or additional information before continuing
|
|
190
|
+
|
|
191
|
+
### Step 2: CREATE INTERVIEW PREP DOCUMENT FILE
|
|
192
|
+
**🚨 CRITICAL: YOU MUST CREATE AN ACTUAL FILE 🚨**
|
|
193
|
+
|
|
194
|
+
**AI Agent File Creation Process:**
|
|
195
|
+
1. **RETRIEVE TEMPLATE**
|
|
196
|
+
- Use: `get_fraim_file({ path: "templates/customer-development/customer-interview-template.md" })`
|
|
197
|
+
- This gets the unified customer interview template
|
|
198
|
+
|
|
199
|
+
2. **CREATE FILE**
|
|
200
|
+
- File location: `docs/customer-development/[customer-name]-interview-prep.md`
|
|
201
|
+
- Replace `[customer-name]` with actual customer name (lowercase, hyphenated)
|
|
202
|
+
- Example: `docs/customer-development/john-smith-interview-prep.md`
|
|
203
|
+
|
|
204
|
+
3. **FILL TEMPLATE SECTIONS**
|
|
205
|
+
- Complete customer overview with LinkedIn research
|
|
206
|
+
- Add professional background with career progression
|
|
207
|
+
- Include key insights for interview
|
|
208
|
+
- **Add role-specific context section**:
|
|
209
|
+
- **For Executives**: Company overview, financial context, strategic initiatives
|
|
210
|
+
- **For Product Managers**: Product overview, product performance, product challenges
|
|
211
|
+
- **For Engineers**: Technical context, technology stack, engineering challenges
|
|
212
|
+
- **For Other Roles**: Role-specific context and department information
|
|
213
|
+
|
|
214
|
+
4. **DEVELOP INTERVIEW STRATEGY**
|
|
215
|
+
- Create conversation starters using mutual connections
|
|
216
|
+
- Add research notes and **role-appropriate context**:
|
|
217
|
+
- **For Executives**: Company performance, strategic initiatives, recent acquisitions
|
|
218
|
+
- **For Product Managers**: Product performance, product challenges, product roadmap
|
|
219
|
+
- **For Engineers**: Technical challenges, technology adoption, engineering practices
|
|
220
|
+
- Include strategic context integration
|
|
221
|
+
|
|
222
|
+
5. **GENERATE DYNAMIC QUESTIONS (Mom Test Compliant)**
|
|
223
|
+
- Create priority questions based on strategic document assumptions
|
|
224
|
+
- Generate validation questions to test specific hypotheses
|
|
225
|
+
- Develop follow-up questions based on customer background
|
|
226
|
+
- **Include role-specific questions**:
|
|
227
|
+
- **For Executives**: Questions about company-wide challenges, strategic priorities, organizational processes
|
|
228
|
+
- **For Product Managers**: Questions about product challenges, product development processes, product-market fit
|
|
229
|
+
- **For Engineers**: Questions about technical challenges, development processes, technology adoption
|
|
230
|
+
- **Ensure all questions follow Mom Test principles**:
|
|
231
|
+
- Focus on past behavior and specific examples
|
|
232
|
+
- Avoid hypothetical questions about future behavior
|
|
233
|
+
- Don't mention our solution or product
|
|
234
|
+
- Ask about their current process and pain points
|
|
235
|
+
- Use "Tell me about a time when..." format
|
|
236
|
+
- Ask about the last time they experienced the pain point
|
|
237
|
+
|
|
238
|
+
### Step 3: Strategic Integration
|
|
239
|
+
**AI Agent Strategic Process**:
|
|
240
|
+
1. **Connect to Strategic Document**
|
|
241
|
+
- Map customer to specific customer segments
|
|
242
|
+
- Identify which assumptions to validate with this customer
|
|
243
|
+
- Note hierarchy level and decision-making authority
|
|
244
|
+
|
|
245
|
+
2. **Create Targeted Questions**
|
|
246
|
+
- Generate questions that test specific strategic assumptions
|
|
247
|
+
- Ensure questions are personalized to customer's role and background
|
|
248
|
+
- Focus on validating key hypotheses from strategic document
|
|
249
|
+
|
|
250
|
+
## FINAL OUTPUT DELIVERABLE
|
|
251
|
+
|
|
252
|
+
### 🚨 REQUIRED: Comprehensive Interview Prep Document FILE 🚨
|
|
253
|
+
**Template**: Retrieved via `get_fraim_file({ path: "templates/customer-development/customer-interview-template.md" })`
|
|
254
|
+
**File Location**: `docs/customer-development/[customer-name]-interview-prep.md`
|
|
255
|
+
|
|
256
|
+
**CRITICAL REQUIREMENTS:**
|
|
257
|
+
- **MUST CREATE ACTUAL FILE** - Not just chat output
|
|
258
|
+
- **MUST USE TEMPLATE** - Retrieved from templates directory
|
|
259
|
+
- **MUST SAVE TO SPECIFIED PATH** - Exact format shown above
|
|
260
|
+
|
|
261
|
+
**File Creation Process**:
|
|
262
|
+
1. Retrieve the unified customer interview template
|
|
263
|
+
2. Create new file with customer name in filename
|
|
264
|
+
3. Fill in comprehensive customer overview with LinkedIn research
|
|
265
|
+
4. Add professional background and key insights for interview
|
|
266
|
+
5. Create conversation starters and research notes
|
|
267
|
+
6. **Generate dynamic questions** based on strategic document assumptions
|
|
268
|
+
7. **Create validation questions** to test specific strategic hypotheses
|
|
269
|
+
8. **Create follow-up questions** based on customer background
|
|
270
|
+
|
|
271
|
+
## EXAMPLES
|
|
272
|
+
|
|
273
|
+
### Good: Comprehensive Interview Preparation
|
|
274
|
+
```
|
|
275
|
+
Input: Strategic recommendations document + "Let's prepare for interview with [Customer Name] at [Company Name]. I know they're on an AI-forward team there."
|
|
276
|
+
|
|
277
|
+
AI Agent Research Process:
|
|
278
|
+
1. LinkedIn Research:
|
|
279
|
+
- Navigate to LinkedIn and search for "[Customer Name] [Company Name]"
|
|
280
|
+
- **Click on [Customer Name]'s name in search results** to access their profile page
|
|
281
|
+
- **Wait for profile page to load completely**
|
|
282
|
+
- Extract profile information: "Principal Group Product Manager at [Company Name] [Product Name], [X]+ years at [Company Name]"
|
|
283
|
+
- **Role Classification**: Product Management Role → Focus on product-specific research
|
|
284
|
+
- **Scroll through recent posts** to understand their focus areas
|
|
285
|
+
- **Analyze post content**: Found posts about AI deployment challenges, product management philosophy
|
|
286
|
+
- **Check liked/reshared content**: Interested in AI ethics, enterprise productivity, team leadership
|
|
287
|
+
- **Look at comments**: Engages thoughtfully on AI adoption and change management topics
|
|
288
|
+
- **Identify themes**: AI deployment, product-led growth, customer-centric approach
|
|
289
|
+
- **Note communication style**: Professional, thoughtful, customer-focused
|
|
290
|
+
- Take screenshot of profile for reference
|
|
291
|
+
|
|
292
|
+
2. Role-Adaptive Web Search Research (Product Manager Focus):
|
|
293
|
+
- Search "[Product Name] product reviews features"
|
|
294
|
+
- Search "[Product Name] product roadmap updates"
|
|
295
|
+
- Search "[Product Name] product challenges issues"
|
|
296
|
+
- Search "[Product Name] vs competitors comparison"
|
|
297
|
+
- Search "[Customer Name] [Product Name] product manager"
|
|
298
|
+
- Search "[Product Name] recent updates [Year]"
|
|
299
|
+
- Search "[Company Name] calendar management policies hierarchy"
|
|
300
|
+
- Found recent articles about [Company Name]'s AI integration challenges
|
|
301
|
+
- Discovered [Company Name]'s hybrid work policies and meeting culture
|
|
302
|
+
- Found product-specific information about [Product Name]
|
|
303
|
+
|
|
304
|
+
3. Professional Background Research:
|
|
305
|
+
- Research previous roles at [Company Name]
|
|
306
|
+
- Look for speaking engagements or conference appearances
|
|
307
|
+
- Check for published articles or thought leadership content
|
|
308
|
+
- Found their contributions to [Company Name]'s AI strategy discussions
|
|
309
|
+
|
|
310
|
+
4. Social Media & Content Research:
|
|
311
|
+
- Search for Twitter/X activity
|
|
312
|
+
- Look for Medium articles or personal blogs
|
|
313
|
+
- Check for YouTube videos or podcast appearances
|
|
314
|
+
- Found their engagement in AI ethics discussions
|
|
315
|
+
|
|
316
|
+
5. Role-Specific Intelligence Research (Product Manager Focus):
|
|
317
|
+
- Research [Product Name] product market position
|
|
318
|
+
- Research [Product Name] product reviews and customer feedback
|
|
319
|
+
- Research [Product Name] product roadmap and features
|
|
320
|
+
- Research [Product Name] product challenges and known issues
|
|
321
|
+
- Research [Company Name]'s calendar management tools and policies (context for product)
|
|
322
|
+
- Look into [Company Name]'s AI adoption strategy (relevant to product)
|
|
323
|
+
- Research organizational structure and hierarchy policies (context for product)
|
|
324
|
+
- Found information about [Company Name]'s meeting culture and remote work policies
|
|
325
|
+
|
|
326
|
+
3. Strategic Integration:
|
|
327
|
+
- Map to "[Company Name] executives" segment from strategic recommendations
|
|
328
|
+
- Connect to "hierarchy-aware scheduling" validation needs
|
|
329
|
+
- Identify AI delegation comfort assumptions to test
|
|
330
|
+
|
|
331
|
+
AI Agent Output:
|
|
332
|
+
- **CREATED FILE**: `docs/customer-development/[customer-name]-interview-prep.md`
|
|
333
|
+
- Detailed customer overview with LinkedIn research
|
|
334
|
+
- Professional background with career progression
|
|
335
|
+
- **Product-specific context section**: [Product Name] product overview, product challenges, product roadmap
|
|
336
|
+
- Strategic context integration
|
|
337
|
+
- **Role-appropriate questions** (Product Manager focus):
|
|
338
|
+
- **Product-specific questions**: "Tell me about the last time [Product Name] faced a significant product challenge. What happened?"
|
|
339
|
+
- **Product development questions**: "Walk me through how you prioritize features for [Product Name]. What's that process like?"
|
|
340
|
+
- **Product-market fit questions**: "How do you currently understand customer needs for [Product Name]? What does that research look like?"
|
|
341
|
+
- **Mom Test compliant questions**:
|
|
342
|
+
- "Tell me about the last time you had to reschedule a meeting due to a VP conflict"
|
|
343
|
+
- "Walk me through what happened when you had to move your 1:1s for an urgent VP meeting"
|
|
344
|
+
- "How do you currently decide which meetings to move when conflicts arise?"
|
|
345
|
+
- **Validation questions**: "What was the most frustrating calendar conflict you dealt with recently?"
|
|
346
|
+
- **Follow-up questions**: "How did that situation get resolved, and what would you have done differently?"
|
|
347
|
+
- Conversation starters: Reference mutual connections, shared [Company Name] experience, [Product Name] product context
|
|
348
|
+
```
|
|
349
|
+
|
|
350
|
+
### Good: Executive Role Research (CEO Example)
|
|
351
|
+
```
|
|
352
|
+
Input: Strategic recommendations document + "Let's prepare for interview with [Customer Name] at [Company Name]. They're the CEO."
|
|
353
|
+
|
|
354
|
+
AI Agent Research Process:
|
|
355
|
+
1. LinkedIn Research:
|
|
356
|
+
- Extract profile information: "Chief Executive Officer at [Company Name]"
|
|
357
|
+
- **Role Classification**: Executive/C-Suite Role → Focus on company-wide research
|
|
358
|
+
|
|
359
|
+
2. Role-Adaptive Web Search Research (Executive Focus):
|
|
360
|
+
- Search "[Company Name] SEC filings 10-K 10-Q annual report"
|
|
361
|
+
- Search "[Company Name] earnings revenue stock performance"
|
|
362
|
+
- Search "[Company Name] strategic initiatives growth plan"
|
|
363
|
+
- Search "[Company Name] challenges risks operational issues"
|
|
364
|
+
- Search "[Company Name] recent news acquisitions partnerships"
|
|
365
|
+
- Found: [Company Name] is publicly traded (NASDAQ: [TICKER]), operates [X,XXX]+ [business units], recent [Country] acquisition
|
|
366
|
+
|
|
367
|
+
3. SEC Filings Research:
|
|
368
|
+
- Research [Company Name] 10-K filing: Found cybersecurity risks, financial obligations, operational challenges
|
|
369
|
+
- Research [Company Name] 8-K filings: Found recent acquisitions, material agreements
|
|
370
|
+
- Research [Company Name] 10-Q filings: Found quarterly financial performance
|
|
371
|
+
|
|
372
|
+
4. Company Intelligence Research (Executive Focus):
|
|
373
|
+
- Research [Company Name]'s financial performance and investor relations
|
|
374
|
+
- Research [Company Name]'s strategic initiatives and growth plans
|
|
375
|
+
- Research [Company Name]'s operational challenges and risk factors
|
|
376
|
+
- Research [Company Name]'s M&A activity and acquisitions
|
|
377
|
+
- Research [Company Name]'s competitive position and market share
|
|
378
|
+
|
|
379
|
+
AI Agent Output:
|
|
380
|
+
- **CREATED FILE**: `docs/customer-development/[customer-name]-interview-prep.md`
|
|
381
|
+
- Detailed customer overview with LinkedIn research
|
|
382
|
+
- **Company overview section**: [Company Name] stock information, business model, [business unit] count, recent acquisitions
|
|
383
|
+
- **SEC filings insights**: Cybersecurity risks, financial obligations, operational challenges
|
|
384
|
+
- **Strategic context**: Recent [Country] acquisition ([XX] [business units]), debt retirement, active M&A strategy
|
|
385
|
+
- **Role-appropriate questions** (Executive focus):
|
|
386
|
+
- "I noticed [Company Name] recently acquired [XX] [business units] in [Country]. Tell me about the process of integrating those..."
|
|
387
|
+
- "With [X,XXX]+ [business units] across [X] countries, how do you ensure consistent processes..."
|
|
388
|
+
- "As a public company, how does [Company Name] balance process rigor with the need to move quickly..."
|
|
389
|
+
```
|
|
390
|
+
|
|
391
|
+
### Bad: Generic Preparation
|
|
392
|
+
```
|
|
393
|
+
Input: "Prepare for interview with [Customer Name]"
|
|
394
|
+
|
|
395
|
+
AI Agent Output:
|
|
396
|
+
- **FAILED TO CREATE FILE** - Only provided chat output
|
|
397
|
+
- Generic template with no personalization
|
|
398
|
+
- No LinkedIn research or customer background
|
|
399
|
+
- Standard questions for any customer
|
|
400
|
+
- No strategic context integration
|
|
401
|
+
- No conversation starters or demo prep
|
|
402
|
+
- No follow-up planning
|
|
403
|
+
|
|
404
|
+
Result: Unprepared interview, missed opportunities, poor rapport building
|
|
405
|
+
```
|
|
406
|
+
|
|
407
|
+
### Bad: Proceeding with Incomplete Research
|
|
408
|
+
```
|
|
409
|
+
Input: "Prepare for interview with John Smith at Acme Corp"
|
|
410
|
+
|
|
411
|
+
AI Agent Process:
|
|
412
|
+
- Searches LinkedIn for "John Smith Acme Corp"
|
|
413
|
+
- Cannot find profile after 3 attempts
|
|
414
|
+
- **INCORRECTLY proceeds with incomplete research**
|
|
415
|
+
- **INCORRECTLY creates prep document with missing LinkedIn insights**
|
|
416
|
+
|
|
417
|
+
AI Agent Output:
|
|
418
|
+
- **CREATED INCOMPLETE FILE** with missing critical customer insights
|
|
419
|
+
- Generic questions not based on actual customer background
|
|
420
|
+
- No personalized conversation starters
|
|
421
|
+
- **Should have stopped and asked PM for help**
|
|
422
|
+
|
|
423
|
+
Result: Poor interview preparation, missed opportunities, wasted time
|
|
424
|
+
```
|
|
425
|
+
|
|
426
|
+
### Good: Proper Failure Handling
|
|
427
|
+
```
|
|
428
|
+
Input: "Prepare for interview with John Smith at Acme Corp"
|
|
429
|
+
|
|
430
|
+
AI Agent Process:
|
|
431
|
+
- Searches LinkedIn for "John Smith Acme Corp"
|
|
432
|
+
- Tries variations: "John Smith", "J. Smith Acme", "Smith Acme Corp"
|
|
433
|
+
- Cannot find profile after 3 attempts
|
|
434
|
+
- **STOPS and asks PM for help**
|
|
435
|
+
|
|
436
|
+
AI Agent Output:
|
|
437
|
+
- "I was unable to locate John Smith on LinkedIn after trying multiple search variations. Could you please provide their LinkedIn profile URL or additional details to help me find them?"
|
|
438
|
+
- **Waits for PM response before proceeding**
|
|
439
|
+
- **NO FILE CREATED until complete research is possible**
|
|
440
|
+
- **Ensures complete research before creating prep document**
|
|
441
|
+
|
|
442
|
+
Result: High-quality interview preparation with complete customer insights
|
|
443
|
+
```
|
|
444
|
+
|
|
445
|
+
## SUCCESS METRICS
|
|
446
|
+
- **Research Accuracy**: 90% of pre-filled customer context is accurate
|
|
447
|
+
- **LinkedIn Research Quality**: Comprehensive profile analysis with screenshots
|
|
448
|
+
- **Question Relevance**: Personalized questions based on customer background and role
|
|
449
|
+
- **Strategic Integration**: Clear connection to strategic recommendations and assumptions
|
|
450
|
+
- **Time Efficiency**: PM spends 30 minutes preparing instead of 2 hours
|
|
451
|
+
- **Interview Quality**: Better rapport, deeper insights, and more targeted conversations
|
|
452
|
+
- **Documentation**: Comprehensive prep documents for future reference and team sharing
|