fraim-framework 2.0.56 → 2.0.58

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.
Files changed (224) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/bin/fraim-mcp.js +14 -0
  3. package/bin/fraim.js +23 -0
  4. package/dist/src/cli/commands/init-project.js +10 -4
  5. package/dist/src/cli/commands/mcp.js +65 -0
  6. package/dist/src/cli/setup/mcp-config-generator.js +19 -16
  7. package/dist/src/fraim/issue-tracking/ado-provider.js +304 -0
  8. package/dist/src/fraim/issue-tracking/factory.js +63 -0
  9. package/dist/src/fraim/issue-tracking/github-provider.js +200 -0
  10. package/dist/src/fraim/issue-tracking/types.js +7 -0
  11. package/dist/src/fraim/issue-tracking-config.js +83 -0
  12. package/dist/src/local-mcp-server/stdio-server.js +207 -0
  13. package/dist/src/utils/workflow-parser.js +81 -0
  14. package/package.json +17 -12
  15. package/registry/scripts/pdf-styles.css +172 -0
  16. package/registry/scripts/prep-issue.sh +46 -4
  17. package/registry/scripts/profile-server.ts +131 -130
  18. package/registry/stubs/workflows/customer-development/user-survey-dispatch.md +1 -1
  19. package/registry/stubs/workflows/customer-development/users-to-target.md +1 -1
  20. package/registry/stubs/workflows/product-building/design.md +1 -1
  21. package/registry/stubs/workflows/product-building/implement.md +1 -1
  22. package/Claude.md +0 -1
  23. package/dist/registry/ai-manager-rules/customer-development-phases/phase1-customer-profiling.md +0 -101
  24. package/dist/registry/ai-manager-rules/customer-development-phases/phase2-platform-discovery.md +0 -235
  25. package/dist/registry/ai-manager-rules/customer-development-phases/phase3-prospect-qualification.md +0 -243
  26. package/dist/registry/ai-manager-rules/customer-development-phases/phase4-inventory-compilation.md +0 -206
  27. package/dist/registry/ai-manager-rules/design-phases/design-completeness-review.md +0 -73
  28. package/dist/registry/ai-manager-rules/design-phases/design-design.md +0 -145
  29. package/dist/registry/ai-manager-rules/implement-phases/implement-code.md +0 -283
  30. package/dist/registry/ai-manager-rules/implement-phases/implement-completeness-review.md +0 -120
  31. package/dist/registry/ai-manager-rules/implement-phases/implement-regression.md +0 -173
  32. package/dist/registry/ai-manager-rules/implement-phases/implement-repro.md +0 -104
  33. package/dist/registry/ai-manager-rules/implement-phases/implement-scoping.md +0 -100
  34. package/dist/registry/ai-manager-rules/implement-phases/implement-smoke.md +0 -237
  35. package/dist/registry/ai-manager-rules/implement-phases/implement-spike.md +0 -121
  36. package/dist/registry/ai-manager-rules/implement-phases/implement-validate.md +0 -375
  37. package/dist/registry/ai-manager-rules/retrospective.md +0 -116
  38. package/dist/registry/ai-manager-rules/shared-phases/address-pr-feedback.md +0 -188
  39. package/dist/registry/ai-manager-rules/shared-phases/submit-pr.md +0 -202
  40. package/dist/registry/ai-manager-rules/shared-phases/wait-for-pr-review.md +0 -170
  41. package/dist/registry/ai-manager-rules/spec-phases/spec-competitor-analysis.md +0 -105
  42. package/dist/registry/ai-manager-rules/spec-phases/spec-completeness-review.md +0 -66
  43. package/dist/registry/ai-manager-rules/spec-phases/spec-spec.md +0 -139
  44. package/dist/registry/ai-manager-rules/user-survey-phases/phase1-survey-scoping.md +0 -60
  45. package/dist/registry/ai-manager-rules/user-survey-phases/phase2-survey-build-linkedin.md +0 -23
  46. package/dist/registry/ai-manager-rules/user-survey-phases/phase3-survey-build-reddit.md +0 -22
  47. package/dist/registry/ai-manager-rules/user-survey-phases/phase4-survey-build-x.md +0 -21
  48. package/dist/registry/ai-manager-rules/user-survey-phases/phase5-survey-build-facebook.md +0 -19
  49. package/dist/registry/ai-manager-rules/user-survey-phases/phase6-survey-build-custom.md +0 -15
  50. package/dist/registry/ai-manager-rules/user-survey-phases/phase7-survey-dispatch.md +0 -45
  51. package/dist/registry/providers/ado.json +0 -19
  52. package/dist/registry/providers/github.json +0 -19
  53. package/dist/registry/scripts/cleanup-branch.js +0 -287
  54. package/dist/registry/scripts/evaluate-code-quality.js +0 -66
  55. package/dist/registry/scripts/exec-with-timeout.js +0 -142
  56. package/dist/registry/scripts/generate-engagement-emails.js +0 -705
  57. package/dist/registry/scripts/newsletter-helpers.js +0 -671
  58. package/dist/registry/scripts/profile-server.js +0 -388
  59. package/dist/registry/scripts/run-thank-you-workflow.js +0 -92
  60. package/dist/registry/scripts/send-newsletter-simple.js +0 -85
  61. package/dist/registry/scripts/send-thank-you-emails.js +0 -54
  62. package/dist/registry/scripts/validate-openapi-limits.js +0 -311
  63. package/dist/registry/scripts/validate-test-coverage.js +0 -262
  64. package/dist/registry/scripts/verify-test-coverage.js +0 -66
  65. package/dist/registry/templates/bootstrap/ARCHITECTURE-TEMPLATE.md +0 -53
  66. package/dist/registry/templates/bootstrap/CODE-QUALITY-REPORT-TEMPLATE.md +0 -37
  67. package/dist/registry/templates/bootstrap/TEST-COVERAGE-REPORT-TEMPLATE.md +0 -35
  68. package/dist/registry/templates/business-development/IDEATION-REPORT-TEMPLATE.md +0 -29
  69. package/dist/registry/templates/business-development/PRICING-STRATEGY-TEMPLATE.md +0 -126
  70. package/dist/registry/templates/customer-development/customer-interview-template.md +0 -99
  71. package/dist/registry/templates/customer-development/customer-persona-template.md +0 -69
  72. package/dist/registry/templates/customer-development/follow-up-email-templates.md +0 -132
  73. package/dist/registry/templates/customer-development/insight-analysis-template.md +0 -74
  74. package/dist/registry/templates/customer-development/prospect-inventory-template.csv +0 -3
  75. package/dist/registry/templates/customer-development/search-strategy-template.md +0 -123
  76. package/dist/registry/templates/customer-development/strategic-recommendations-template.md +0 -53
  77. package/dist/registry/templates/customer-development/thank-you-email-template.html +0 -124
  78. package/dist/registry/templates/customer-development/thank-you-note-template.md +0 -16
  79. package/dist/registry/templates/customer-development/triage-log-template.md +0 -278
  80. package/dist/registry/templates/customer-development/weekly-newsletter-template.html +0 -204
  81. package/dist/registry/templates/evidence/Design-Evidence.md +0 -30
  82. package/dist/registry/templates/evidence/Implementation-BugEvidence.md +0 -94
  83. package/dist/registry/templates/evidence/Implementation-FeatureEvidence.md +0 -129
  84. package/dist/registry/templates/evidence/Spec-Evidence.md +0 -19
  85. package/dist/registry/templates/help/HelpNeeded.md +0 -14
  86. package/dist/registry/templates/legal/NDA-TEMPLATE.md +0 -170
  87. package/dist/registry/templates/legal/PATENT-TEMPLATE.md +0 -372
  88. package/dist/registry/templates/legal/TRADEMARK-TEMPLATE.md +0 -339
  89. package/dist/registry/templates/legal/contract-review-checklist.md +0 -193
  90. package/dist/registry/templates/legal/review-report-template.md +0 -198
  91. package/dist/registry/templates/legal/saas-terms-template.md +0 -174
  92. package/dist/registry/templates/legal/sow-template.md +0 -117
  93. package/dist/registry/templates/legal/template-variables.md +0 -131
  94. package/dist/registry/templates/marketing/DOMAIN-REGISTRATION-TEMPLATE.md +0 -194
  95. package/dist/registry/templates/marketing/HBR-ARTICLE-TEMPLATE.md +0 -66
  96. package/dist/registry/templates/marketing/STORYTELLING-TEMPLATE.md +0 -130
  97. package/dist/registry/templates/marketing/WEBSITE-TEMPLATE.md +0 -262
  98. package/dist/registry/templates/marketing/github-pages-workflow.yml +0 -64
  99. package/dist/registry/templates/replicate/implementation-checklist.md +0 -39
  100. package/dist/registry/templates/replicate/use-cases-template.md +0 -88
  101. package/dist/registry/templates/retrospective/RETROSPECTIVE-TEMPLATE.md +0 -55
  102. package/dist/registry/templates/specs/BUGSPEC-TEMPLATE.md +0 -37
  103. package/dist/registry/templates/specs/FEATURESPEC-TEMPLATE.md +0 -66
  104. package/dist/registry/templates/specs/TECHSPEC-TEMPLATE.md +0 -39
  105. package/dist/registry/workflows/bootstrap/create-architecture.md +0 -38
  106. package/dist/registry/workflows/bootstrap/detect-broken-windows.md +0 -300
  107. package/dist/registry/workflows/bootstrap/evaluate-code-quality.md +0 -35
  108. package/dist/registry/workflows/bootstrap/verify-test-coverage.md +0 -36
  109. package/dist/registry/workflows/brainstorming/blue-sky-brainstorming.md +0 -211
  110. package/dist/registry/workflows/brainstorming/codebase-brainstorming.md +0 -165
  111. package/dist/registry/workflows/business-development/create-business-plan.md +0 -737
  112. package/dist/registry/workflows/business-development/ideate-business-opportunity.md +0 -55
  113. package/dist/registry/workflows/business-development/price-product.md +0 -325
  114. package/dist/registry/workflows/compliance/detect-compliance-requirements.md +0 -78
  115. package/dist/registry/workflows/compliance/generate-audit-evidence.md +0 -75
  116. package/dist/registry/workflows/compliance/soc2-evidence-generator.md +0 -332
  117. package/dist/registry/workflows/customer-development/insight-analysis.md +0 -156
  118. package/dist/registry/workflows/customer-development/insight-triage.md +0 -938
  119. package/dist/registry/workflows/customer-development/interview-preparation.md +0 -452
  120. package/dist/registry/workflows/customer-development/linkedin-outreach.md +0 -593
  121. package/dist/registry/workflows/customer-development/strategic-brainstorming.md +0 -146
  122. package/dist/registry/workflows/customer-development/thank-customers.md +0 -203
  123. package/dist/registry/workflows/customer-development/user-survey-dispatch.md +0 -60
  124. package/dist/registry/workflows/customer-development/users-to-target.md +0 -112
  125. package/dist/registry/workflows/customer-development/weekly-newsletter.md +0 -366
  126. package/dist/registry/workflows/deploy/cloud-deployment.md +0 -310
  127. package/dist/registry/workflows/improve-fraim/contribute.md +0 -32
  128. package/dist/registry/workflows/improve-fraim/file-issue.md +0 -32
  129. package/dist/registry/workflows/learning/build-skillset.md +0 -212
  130. package/dist/registry/workflows/learning/synthesize-learnings.md +0 -284
  131. package/dist/registry/workflows/legal/contract-review-analysis.md +0 -382
  132. package/dist/registry/workflows/legal/nda.md +0 -69
  133. package/dist/registry/workflows/legal/patent-filing.md +0 -76
  134. package/dist/registry/workflows/legal/saas-contract-development.md +0 -213
  135. package/dist/registry/workflows/legal/trademark-filing.md +0 -77
  136. package/dist/registry/workflows/marketing/content-creation.md +0 -37
  137. package/dist/registry/workflows/marketing/convert-to-pdf.md +0 -235
  138. package/dist/registry/workflows/marketing/create-modern-website.md +0 -456
  139. package/dist/registry/workflows/marketing/domain-registration.md +0 -323
  140. package/dist/registry/workflows/marketing/hbr-article.md +0 -73
  141. package/dist/registry/workflows/marketing/launch-checklist.md +0 -37
  142. package/dist/registry/workflows/marketing/marketing-strategy.md +0 -45
  143. package/dist/registry/workflows/marketing/storytelling.md +0 -65
  144. package/dist/registry/workflows/performance/analyze-performance.md +0 -65
  145. package/dist/registry/workflows/product-building/design.md +0 -103
  146. package/dist/registry/workflows/product-building/implement.md +0 -74
  147. package/dist/registry/workflows/product-building/iterate-on-pr-comments.md +0 -70
  148. package/dist/registry/workflows/product-building/prep-issue.md +0 -41
  149. package/dist/registry/workflows/product-building/prototype.md +0 -65
  150. package/dist/registry/workflows/product-building/resolve.md +0 -168
  151. package/dist/registry/workflows/product-building/retrospect.md +0 -86
  152. package/dist/registry/workflows/product-building/spec.md +0 -181
  153. package/dist/registry/workflows/product-building/test.md +0 -125
  154. package/dist/registry/workflows/productivity-report/productivity-report.md +0 -263
  155. package/dist/registry/workflows/quality-assurance/browser-validation.md +0 -221
  156. package/dist/registry/workflows/quality-assurance/iterative-improvement-cycle.md +0 -562
  157. package/dist/registry/workflows/replicate/replicate-discovery.md +0 -336
  158. package/dist/registry/workflows/replicate/replicate-to-issues.md +0 -324
  159. package/dist/registry/workflows/reviewer/review-implementation-vs-design-spec.md +0 -638
  160. package/dist/registry/workflows/reviewer/review-implementation-vs-feature-spec.md +0 -675
  161. package/dist/registry/workflows/startup-credits/aws-activate-application.md +0 -535
  162. package/dist/registry/workflows/startup-credits/google-cloud-application.md +0 -647
  163. package/dist/registry/workflows/startup-credits/microsoft-azure-application.md +0 -538
  164. package/dist/scripts/build-stub-registry.js +0 -108
  165. package/dist/src/ai-manager/ai-manager.js +0 -480
  166. package/dist/src/ai-manager/phase-flow.js +0 -357
  167. package/dist/src/ai-manager/types.js +0 -5
  168. package/dist/src/fraim-mcp-server.js +0 -1885
  169. package/dist/tests/debug-tools.js +0 -80
  170. package/dist/tests/shared-server-utils.js +0 -57
  171. package/dist/tests/test-add-ide.js +0 -283
  172. package/dist/tests/test-ai-coach-edge-cases.js +0 -420
  173. package/dist/tests/test-ai-coach-mcp-integration.js +0 -450
  174. package/dist/tests/test-ai-coach-performance.js +0 -328
  175. package/dist/tests/test-ai-coach-phase-content.js +0 -264
  176. package/dist/tests/test-ai-coach-workflows.js +0 -514
  177. package/dist/tests/test-cli.js +0 -228
  178. package/dist/tests/test-client-scripts-validation.js +0 -167
  179. package/dist/tests/test-complete-setup-flow.js +0 -110
  180. package/dist/tests/test-config-system.js +0 -279
  181. package/dist/tests/test-debug-session.js +0 -134
  182. package/dist/tests/test-end-to-end-hybrid-validation.js +0 -328
  183. package/dist/tests/test-enhanced-session-init.js +0 -188
  184. package/dist/tests/test-first-run-journey.js +0 -368
  185. package/dist/tests/test-fraim-issues.js +0 -59
  186. package/dist/tests/test-genericization.js +0 -44
  187. package/dist/tests/test-hybrid-script-execution.js +0 -340
  188. package/dist/tests/test-ide-detector.js +0 -46
  189. package/dist/tests/test-improved-setup.js +0 -121
  190. package/dist/tests/test-mcp-config-generator.js +0 -99
  191. package/dist/tests/test-mcp-connection.js +0 -107
  192. package/dist/tests/test-mcp-issue-integration.js +0 -156
  193. package/dist/tests/test-mcp-lifecycle-methods.js +0 -240
  194. package/dist/tests/test-mcp-shared-server.js +0 -308
  195. package/dist/tests/test-mcp-template-processing.js +0 -160
  196. package/dist/tests/test-modular-issue-tracking.js +0 -165
  197. package/dist/tests/test-node-compatibility.js +0 -95
  198. package/dist/tests/test-npm-install.js +0 -68
  199. package/dist/tests/test-package-size.js +0 -108
  200. package/dist/tests/test-pr-review-workflow.js +0 -307
  201. package/dist/tests/test-prep-issue.js +0 -129
  202. package/dist/tests/test-productivity-integration.js +0 -157
  203. package/dist/tests/test-script-location-independence.js +0 -198
  204. package/dist/tests/test-script-sync.js +0 -557
  205. package/dist/tests/test-server-utils.js +0 -32
  206. package/dist/tests/test-session-rehydration.js +0 -148
  207. package/dist/tests/test-setup-integration.js +0 -98
  208. package/dist/tests/test-setup-scenarios.js +0 -322
  209. package/dist/tests/test-standalone.js +0 -143
  210. package/dist/tests/test-stub-registry.js +0 -136
  211. package/dist/tests/test-sync-stubs.js +0 -143
  212. package/dist/tests/test-sync-version-update.js +0 -93
  213. package/dist/tests/test-telemetry.js +0 -193
  214. package/dist/tests/test-token-validator.js +0 -30
  215. package/dist/tests/test-user-journey.js +0 -236
  216. package/dist/tests/test-users-to-target-workflow.js +0 -253
  217. package/dist/tests/test-utils.js +0 -109
  218. package/dist/tests/test-wizard.js +0 -71
  219. package/dist/tests/test-workflow-discovery.js +0 -242
  220. package/labels.json +0 -52
  221. package/registry/agent-guardrails.md +0 -63
  222. package/registry/fraim.md +0 -48
  223. package/setup.js +0 -171
  224. package/tsconfig.json +0 -23
@@ -8,4 +8,4 @@
8
8
  > DO NOT EXECUTE.
9
9
 
10
10
  ## Intent
11
- To systematically formulate, build, and dispatch user surveys across multiple platforms (LinkedIn, Reddit, X, Facebook) to validate target audience assumptions and gather product insights.
11
+ Engage target audiences across multiple social platforms through structured polls and surveys to gather quantitative and qualitative insights for product validation.
@@ -8,4 +8,4 @@
8
8
  > DO NOT EXECUTE.
9
9
 
10
10
  ## Intent
11
- Help founders systematically identify and build an inventory of specific potential customers across multiple platforms for customer discovery and outreach.
11
+ Systematically discover, qualify, and compile a targeted prospect inventory of potential customers who have explicitly expressed pain points that your product solves.
@@ -8,4 +8,4 @@
8
8
  > DO NOT EXECUTE.
9
9
 
10
10
  ## Intent
11
- To create comprehensive technical design documents using a phase-based approach guided by the AI Coach, ensuring proper architecture, clear requirements, and stakeholder alignment.
11
+ To create comprehensive technical design documents using a phase-based approach guided by the AI Mentor, ensuring proper architecture, clear requirements, and stakeholder alignment.
@@ -8,4 +8,4 @@
8
8
  > DO NOT EXECUTE.
9
9
 
10
10
  ## Intent
11
- To implement bug fixes and features using a phase-based approach guided by the AI Coach, ensuring high-quality, tested code that meets requirements.
11
+ To implement bug fixes and features using a phase-based approach guided by the AI Mentor, ensuring high-quality, tested code that meets requirements.
package/Claude.md DELETED
@@ -1 +0,0 @@
1
- Thoroughly review `.ai-agents/agent-guardrails.md`
@@ -1,101 +0,0 @@
1
- # Phase 1: Customer Profiling
2
-
3
- ## Objective
4
- Define target customer characteristics and search criteria to guide systematic prospect discovery across multiple platforms.
5
-
6
- ## Key Questions to Ask
7
-
8
- ### Understanding the Business
9
- 1. "What specific problem does your product or service solve?"
10
- 2. "How do customers currently solve this problem without your solution?"
11
- 3. "What makes your solution different from existing alternatives?"
12
- 4. "What's the cost of not solving this problem for your customers?"
13
- 5. "How urgent is this problem for your target customers?"
14
-
15
- ### Defining the Target Customer
16
- 6. "Who experiences this problem most acutely in their daily work?"
17
- 7. "What job titles would typically have this problem?"
18
- 8. "What industries or sectors are most affected by this problem?"
19
- 9. "What size companies (startup, SMB, enterprise) are your ideal customers?"
20
- 10. "What geographic regions should we focus on?"
21
-
22
- ### Identifying Pain Points
23
- 11. "What specific symptoms or frustrations do customers experience?"
24
- 12. "What keywords or phrases would customers use to describe their problem?"
25
- 13. "How do customers currently search for solutions to this problem?"
26
- 14. "What triggers customers to actively seek a solution?"
27
- 15. "What objections or concerns do customers typically have?"
28
-
29
- ### Platform Behavior
30
- 16. "Where do your target customers spend time online professionally?"
31
- 17. "What communities, forums, or groups do they participate in?"
32
- 18. "What type of content do they share or engage with?"
33
- 19. "How do they prefer to be contacted or approached?"
34
- 20. "What social proof or credibility signals matter to them?"
35
-
36
- ## Validation Criteria
37
-
38
- ### Customer Persona Completeness
39
- - [ ] Clear problem statement defined
40
- - [ ] Target demographics specified (job titles, industries, company size)
41
- - [ ] Pain points articulated with specific language customers use
42
- - [ ] Geographic and market constraints identified
43
- - [ ] Behavioral patterns and preferences documented
44
-
45
- ### Search Strategy Readiness
46
- - [ ] Platform-specific keywords identified for each channel
47
- - [ ] Search terms validated against how customers actually describe problems
48
- - [ ] Qualification criteria established (scoring system 1-10)
49
- - [ ] Success metrics defined (quantity and quality targets)
50
-
51
- ## Evidence Required
52
-
53
- ### Customer Persona Document
54
- Create: `docs/customer-development/customer-persona-{timestamp}.md`
55
-
56
- **Required Sections:**
57
- - Problem statement and solution overview
58
- - Target customer demographics
59
- - Pain points and symptoms
60
- - Search keywords by platform
61
- - Qualification criteria
62
- - Success metrics
63
-
64
- ### Search Strategy Document
65
- Create: `docs/customer-development/search-strategy-{timestamp}.md`
66
-
67
- **Required Sections:**
68
- - Platform-specific search terms
69
- - Qualification scoring rubric
70
- - Target prospect quantities per platform
71
- - Quality thresholds and filters
72
-
73
- ## Common Pitfalls
74
-
75
- ### Vague Problem Definition
76
- - **Problem**: "We help businesses be more efficient"
77
- - **Better**: "We help SaaS companies reduce customer churn by identifying at-risk accounts 30 days before they cancel"
78
-
79
- ### Too Broad Target Market
80
- - **Problem**: "Anyone who uses software"
81
- - **Better**: "VP of Customer Success at B2B SaaS companies with 50-500 employees and $10M+ ARR"
82
-
83
- ### Generic Pain Points
84
- - **Problem**: "Customers want to save time and money"
85
- - **Better**: "Customer Success teams spend 15+ hours per week manually analyzing usage data to identify churn risk, often missing early warning signs"
86
-
87
- ## Next Steps
88
-
89
- Once validation criteria are met:
90
- 1. **Proceed to Phase 2**: Multi-Platform Discovery
91
- 2. **Use validated persona** to guide platform searches
92
- 3. **Apply qualification criteria** consistently across all prospects
93
- 4. **Track metrics** against defined success criteria
94
-
95
- ## Success Indicators
96
-
97
- - Customer persona resonates with founder's deep understanding of the market
98
- - Search keywords reflect actual language customers use
99
- - Qualification criteria are specific and measurable
100
- - Success metrics are realistic and achievable
101
- - Founder feels confident about who they're looking for and where to find them
@@ -1,235 +0,0 @@
1
- # Phase 2: Multi-Platform Discovery
2
-
3
- ## Objective
4
- Execute systematic prospect discovery across multiple platforms using browser automation while maintaining authentic, respectful engagement patterns.
5
-
6
- ## Platform-by-Platform Guidance
7
-
8
- ### LinkedIn Professional Network Search
9
-
10
- #### Authentication Check
11
- Before starting LinkedIn search:
12
- 1. Use `mcp_playwright_browser_navigate` to open LinkedIn
13
- 2. Take `mcp_playwright_browser_snapshot` to check authentication status
14
- 3. **If login form visible**: Prompt user "Please log into LinkedIn in the browser window. Type 'ready' when logged in"
15
- 4. **If authenticated**: Proceed with search
16
-
17
- #### Search Strategy
18
- 1. **Advanced People Search**:
19
- - Navigate to LinkedIn's advanced search
20
- - Apply filters: Job titles, industries, company size, location
21
- - Use keywords from Phase 1 persona development
22
-
23
- 2. **Prospect Evaluation**:
24
- - Use `mcp_playwright_browser_click` to open individual profiles
25
- - Look for pain point indicators in recent posts/activity
26
- - Check for authority signals (job title, company, connections)
27
- - Take `mcp_playwright_browser_take_screenshot` for evidence
28
-
29
- 3. **Data Extraction**:
30
- - Name, headline, company, location
31
- - Profile URL for follow-up
32
- - Recent activity that indicates pain points
33
- - Connection level (1st, 2nd, 3rd degree)
34
-
35
- ### Reddit Community Discussions
36
-
37
- #### Authentication Check
38
- 1. Navigate to Reddit with `mcp_playwright_browser_navigate`
39
- 2. Check login status with `mcp_playwright_browser_snapshot`
40
- 3. **If not logged in**: "Please log into Reddit for better search access. Type 'ready' to continue"
41
-
42
- #### Search Process
43
- 1. **Subreddit Identification**:
44
- - Navigate to relevant subreddits based on target customer industries
45
- - Examples: r/entrepreneur, r/startups, r/sysadmin, r/marketing
46
-
47
- 2. **Keyword Search**:
48
- - Search for posts containing pain point keywords
49
- - Look for complaint posts, help requests, tool recommendations
50
-
51
- 3. **User Identification**:
52
- - Click on usernames of people expressing relevant pain points
53
- - Check their post history for consistency and authority
54
- - Extract: Username, post context, pain point expressions
55
-
56
- ### X (Twitter) Conversations
57
-
58
- #### Authentication Check
59
- 1. Navigate to X with `mcp_playwright_browser_navigate`
60
- 2. Check authentication with `mcp_playwright_browser_snapshot`
61
- 3. **If not authenticated**: "Please log into X (Twitter) for full search capabilities. Type 'ready' when ready"
62
-
63
- #### Search Strategy
64
- 1. **Advanced Search**:
65
- - Use Twitter's advanced search for pain point keywords
66
- - Filter by recent tweets, location, language
67
- - Look for complaint tweets, help requests, tool discussions
68
-
69
- 2. **User Analysis**:
70
- - Click on profiles of users expressing relevant problems
71
- - Check bio for job title, company, authority indicators
72
- - Review recent tweets for consistency and engagement level
73
-
74
- ### Facebook Groups and Discussions
75
-
76
- #### Authentication Check
77
- 1. Navigate to Facebook with `mcp_playwright_browser_navigate`
78
- 2. Handle Facebook authentication if required
79
- 3. **If not logged in**: "Please log into Facebook to access groups. Type 'ready' when authenticated"
80
-
81
- #### Group Search
82
- 1. **Relevant Group Identification**:
83
- - Search for groups related to target customer industries
84
- - Join relevant groups if not already a member
85
-
86
- 2. **Discussion Analysis**:
87
- - Search group posts for pain point keywords
88
- - Identify active members discussing relevant challenges
89
- - Note group context and member engagement levels
90
-
91
- ### Industry Forum Search
92
-
93
- #### Custom Forum Navigation
94
- 1. **Ask User for Specific Forums**:
95
- - "Are there specific industry forums your customers use? Please provide URLs"
96
- - Common examples: Stack Overflow, Hacker News, industry-specific forums
97
-
98
- 2. **Forum-Specific Search**:
99
- - Navigate to each provided forum
100
- - Use forum search functionality for pain point keywords
101
- - Identify active users with relevant expertise and problems
102
-
103
- ### General Web Search
104
-
105
- #### Search Strategy
106
- 1. **Targeted Google Searches**:
107
- - "[pain point keywords] + blog"
108
- - "[industry] + challenges + [year]"
109
- - "problems with [current solutions]"
110
-
111
- 2. **Content Analysis**:
112
- - Navigate to relevant blog posts and articles
113
- - Identify authors expressing target pain points
114
- - Check for contact information and social media profiles
115
-
116
- ## Browser Automation Best Practices
117
-
118
- ### Respectful Automation
119
- - Use realistic delays between actions (1-3 seconds)
120
- - Scroll pages naturally to load content
121
- - Don't overwhelm platforms with rapid requests
122
- - Respect rate limits and platform terms of service
123
-
124
- ### Error Handling
125
-
126
- #### Authentication Failures
127
- - **Issue**: User not logged into platform
128
- - **Action**: Prompt user to log in manually, wait for confirmation
129
- - **Recovery**: Verify authentication before proceeding
130
-
131
- #### Rate Limiting
132
- - **Issue**: Platform blocks or limits requests
133
- - **Action**: Implement longer delays, reduce request frequency
134
- - **Recovery**: Continue with other platforms, return later
135
-
136
- #### Technical Issues
137
- - **Issue**: Page load failures, element not found
138
- - **Action**: Log error, take screenshot for debugging
139
- - **Recovery**: Skip problematic prospect, continue with others
140
-
141
- ## Data Collection Standards
142
-
143
- ### Required Data Points
144
- For each prospect discovered:
145
- - **Name**: Full name from profile
146
- - **Platform**: Where they were found
147
- - **Profile URL**: Direct link for follow-up
148
- - **Contact Info**: Email, LinkedIn, Twitter handle (if available)
149
- - **Pain Points**: Specific quotes or context showing relevant problems
150
- - **Authority Indicators**: Job title, company, follower count, engagement
151
- - **Discovery Context**: Post, comment, or profile section where pain point was identified
152
-
153
- ### Evidence Documentation
154
- - **Screenshots**: Save evidence of pain point expressions
155
- - **URLs**: Record exact links to posts, profiles, discussions
156
- - **Timestamps**: Note when prospect was discovered
157
- - **Search Terms**: Document which keywords led to discovery
158
-
159
- ## Quality Assurance
160
-
161
- ### Prospect Validation
162
- Before adding to final list:
163
- - [ ] Pain point clearly matches target customer profile
164
- - [ ] Authority/influence indicators present
165
- - [ ] Contact information available or obtainable
166
- - [ ] Recent activity shows engagement and authenticity
167
- - [ ] No obvious spam or fake accounts
168
-
169
- ### Data Accuracy
170
- - [ ] All required fields populated
171
- - [ ] URLs are valid and accessible
172
- - [ ] Contact information formatted correctly
173
- - [ ] Pain point quotes are accurate and in context
174
- - [ ] Screenshots saved for verification
175
-
176
- ## Success Metrics
177
-
178
- ### Quantity Targets
179
- - **LinkedIn**: 30-50 qualified prospects
180
- - **Reddit**: 20-30 prospects from relevant discussions
181
- - **X (Twitter)**: 15-25 prospects from recent conversations
182
- - **Facebook**: 10-20 prospects from group discussions
183
- - **Forums**: 10-15 prospects from industry-specific forums
184
- - **Web Search**: 5-10 prospects from blog/article authors
185
-
186
- ### Quality Indicators
187
- - 70%+ of prospects have clear pain point expressions
188
- - 60%+ have identifiable contact information
189
- - 80%+ have authority indicators (job title, company, influence)
190
- - 90%+ are recent/active (posted within last 6 months)
191
-
192
- ## Common Pitfalls
193
-
194
- ### Over-Automation
195
- - **Problem**: Moving too fast, triggering platform defenses
196
- - **Solution**: Use human-like delays, respect platform limits
197
-
198
- ### Poor Qualification
199
- - **Problem**: Adding prospects without clear pain point match
200
- - **Solution**: Stick to qualification criteria from Phase 1
201
-
202
- ### Incomplete Data
203
- - **Problem**: Missing contact information or context
204
- - **Solution**: Don't add prospects without sufficient information for follow-up
205
-
206
- ## Evidence Required
207
-
208
- ### Platform Search Results
209
- Create: `docs/customer-development/platform-search-results-{timestamp}.md`
210
-
211
- **Required Documentation:**
212
- - Search terms used per platform
213
- - Number of prospects found per platform
214
- - Quality assessment of search results
215
- - Screenshots of key findings
216
- - Platform-specific insights and patterns
217
-
218
- ### Raw Prospect Data
219
- Create: `docs/customer-development/raw-prospects-{timestamp}.csv`
220
-
221
- **Required Columns:**
222
- - Name, Platform, Profile URL, Contact Info
223
- - Pain Points (specific quotes)
224
- - Authority Indicators
225
- - Discovery Context
226
- - Date Found
227
- - Search Terms Used
228
-
229
- ## Next Steps
230
-
231
- Once platform discovery is complete:
232
- 1. **Proceed to Phase 3**: Prospect Qualification
233
- 2. **Apply systematic scoring** to all discovered prospects
234
- 3. **Prioritize prospects** based on qualification criteria
235
- 4. **Prepare for outreach** with documented context and pain points
@@ -1,243 +0,0 @@
1
- # Phase 3: Prospect Qualification
2
-
3
- ## Objective
4
- Systematically evaluate and score all discovered prospects using consistent criteria to prioritize outreach efforts and maximize conversion potential.
5
-
6
- ## Scoring System (1-10 Scale)
7
-
8
- ### Pain Point Match (Weight: 25%)
9
- **Evaluates how well the prospect's expressed problems align with your solution**
10
-
11
- - **10**: Explicitly mentions the exact problem your product solves, uses your target keywords
12
- - **9**: Describes symptoms that directly indicate your target problem
13
- - **8**: Discusses related problems that your solution addresses
14
- - **7**: Works in target role/industry but pain points are implied rather than explicit
15
- - **6**: General frustrations that could be related to your solution
16
- - **5**: Tangentially related challenges in their domain
17
- - **4**: Works in relevant industry but no clear pain point identified
18
- - **3**: Weak connection to target problem
19
- - **2**: Minimal relevance to your solution
20
- - **1**: No identifiable pain point match
21
-
22
- ### Authority/Influence (Weight: 25%)
23
- **Assesses the prospect's ability to make or influence purchasing decisions**
24
-
25
- - **10**: C-level executive (CEO, CTO, CMO) with clear budget authority
26
- - **9**: VP level with department budget responsibility
27
- - **8**: Director level with team budget influence
28
- - **7**: Senior Manager with project budget input
29
- - **6**: Manager with some purchasing influence
30
- - **5**: Team Lead with technical input on tool selection
31
- - **4**: Senior Individual Contributor with expertise influence
32
- - **3**: Mid-level IC with some team influence
33
- - **2**: Junior level with limited influence
34
- - **1**: Entry level or unclear authority
35
-
36
- ### Urgency (Weight: 20%)
37
- **Measures how actively the prospect is seeking solutions**
38
-
39
- - **10**: Actively seeking solutions, mentions specific timeline or budget
40
- - **9**: Frequently posts about the problem, shows clear frustration
41
- - **8**: Recently started discussing the problem more often
42
- - **7**: Regularly mentions challenges but no urgency indicators
43
- - **6**: Occasionally discusses the problem
44
- - **5**: Aware of the problem but not actively seeking solutions
45
- - **4**: Problem exists but low priority
46
- - **3**: Mentions problem infrequently
47
- - **2**: Problem acknowledged but no action indicators
48
- - **1**: No urgency signals detected
49
-
50
- ### Accessibility (Weight: 15%)
51
- **Evaluates how easily you can reach and engage with the prospect**
52
-
53
- - **10**: Direct email address or contact form available
54
- - **9**: Active on LinkedIn with open messaging
55
- - **8**: Mutual connections available for warm introduction
56
- - **7**: Active on social media, responds to comments/mentions
57
- - **6**: Public profile with some contact options
58
- - **5**: Moderately active online, limited contact options
59
- - **4**: Low online activity but reachable through platform messaging
60
- - **3**: Private profiles but some engagement possible
61
- - **2**: Very limited contact options
62
- - **1**: No clear way to reach them
63
-
64
- ### Engagement Level (Weight: 15%)
65
- **Assesses how active and responsive the prospect is online**
66
-
67
- - **10**: Highly active, frequently posts and engages with others
68
- - **9**: Regular posting and commenting, builds community
69
- - **8**: Consistent activity, responds to others regularly
70
- - **7**: Moderate activity, occasional engagement
71
- - **6**: Posts regularly but limited interaction with others
72
- - **5**: Sporadic activity, mostly consumption
73
- - **4**: Low activity, occasional posts
74
- - **3**: Minimal activity, mostly lurker behavior
75
- - **2**: Very infrequent activity
76
- - **1**: Inactive or dormant accounts
77
-
78
- ## Qualification Tiers
79
-
80
- ### Tier 1: High Priority (Score 35-50)
81
- **Immediate Outreach Candidates**
82
- - Strong pain point match (7+ score)
83
- - High authority (7+ score) OR high urgency (8+ score)
84
- - Accessible for outreach (6+ score)
85
-
86
- **Recommended Actions:**
87
- - Prioritize for immediate personalized outreach
88
- - Craft highly customized messages referencing specific pain points
89
- - Use warm introductions when available
90
- - Follow up within 1 week if no response
91
-
92
- ### Tier 2: Medium Priority (Score 25-34)
93
- **Nurture and Monitor**
94
- - Good pain point match but missing authority or urgency
95
- - High authority but unclear pain point urgency
96
- - Accessible but need more qualification
97
-
98
- **Recommended Actions:**
99
- - Add to nurture campaign with relevant content
100
- - Monitor for increased urgency signals
101
- - Engage with their content to build familiarity
102
- - Reach out when timing improves
103
-
104
- ### Tier 3: Low Priority (Score 15-24)
105
- **Long-term Prospects**
106
- - Weak pain point match or low authority
107
- - Limited accessibility or engagement
108
- - May become relevant in future
109
-
110
- **Recommended Actions:**
111
- - Add to long-term monitoring list
112
- - Engage occasionally with their content
113
- - Re-evaluate quarterly for status changes
114
- - Consider for broader marketing campaigns
115
-
116
- ### Disqualified (Score <15)
117
- **Not Worth Pursuing**
118
- - Poor fit for target customer profile
119
- - No clear pain point or authority
120
- - Inaccessible or inactive
121
-
122
- **Recommended Actions:**
123
- - Remove from active prospect list
124
- - Archive for potential future relevance
125
- - Use data for persona refinement
126
-
127
- ## Qualification Process
128
-
129
- ### Step 1: Data Review
130
- For each prospect from Phase 2:
131
- 1. **Review Discovery Context**: Re-read the post, comment, or profile section where they were found
132
- 2. **Analyze Pain Point Expression**: Look for specific language, urgency indicators, frustration levels
133
- 3. **Assess Authority Indicators**: Job title, company size, team size, budget responsibility clues
134
- 4. **Check Accessibility**: Available contact methods, social media activity, mutual connections
135
-
136
- ### Step 2: Scoring
137
- 1. **Score Each Criterion**: Use the 1-10 scale for all five criteria
138
- 2. **Calculate Weighted Score**:
139
- - Pain Point Match × 0.25
140
- - Authority/Influence × 0.25
141
- - Urgency × 0.20
142
- - Accessibility × 0.15
143
- - Engagement Level × 0.15
144
- 3. **Assign Tier**: Based on total weighted score
145
- 4. **Document Rationale**: Note specific reasons for each score
146
-
147
- ### Step 3: Prioritization
148
- 1. **Rank Within Tiers**: Order prospects by total score within each tier
149
- 2. **Consider Strategic Factors**:
150
- - Industry diversity
151
- - Geographic distribution
152
- - Company size mix
153
- - Timing considerations
154
- 3. **Create Action Plan**: Specific next steps for each tier
155
-
156
- ## Common Pitfalls
157
-
158
- ### Over-Qualification
159
- - **Problem**: Setting standards too high, eliminating good prospects
160
- - **Solution**: Remember that 25+ score prospects are worth nurturing
161
- - **Example**: Don't dismiss a VP (authority 8) just because pain point is implied (6) rather than explicit
162
-
163
- ### Under-Qualification
164
- - **Problem**: Including prospects with poor fit to hit quantity targets
165
- - **Solution**: Maintain minimum standards, quality over quantity
166
- - **Example**: Don't include prospects with <15 total score just to reach target numbers
167
-
168
- ### Scoring Bias
169
- - **Problem**: Favoring prospects from certain platforms or with specific characteristics
170
- - **Solution**: Apply criteria consistently regardless of source platform
171
- - **Example**: Don't automatically score LinkedIn prospects higher than Reddit prospects
172
-
173
- ### Incomplete Assessment
174
- - **Problem**: Scoring without sufficient information
175
- - **Solution**: Gather more data or mark as "insufficient information"
176
- - **Example**: Don't guess at authority level without clear job title/company information
177
-
178
- ## Evidence Required
179
-
180
- ### Qualified Prospect Database
181
- Create: `docs/customer-development/qualified-prospects-{timestamp}.csv`
182
-
183
- **Required Columns:**
184
- - Name, Platform Found, Profile URL
185
- - Pain Point Match Score (1-10) + Rationale
186
- - Authority/Influence Score (1-10) + Rationale
187
- - Urgency Score (1-10) + Rationale
188
- - Accessibility Score (1-10) + Rationale
189
- - Engagement Level Score (1-10) + Rationale
190
- - Total Weighted Score
191
- - Qualification Tier (1, 2, 3, or Disqualified)
192
- - Recommended Action
193
- - Priority Rank within Tier
194
-
195
- ### Qualification Summary Report
196
- Create: `docs/customer-development/qualification-summary-{timestamp}.md`
197
-
198
- **Required Sections:**
199
- - Total prospects evaluated
200
- - Distribution across qualification tiers
201
- - Average scores by criteria
202
- - Top 20 prospects with detailed rationale
203
- - Platform performance analysis
204
- - Qualification insights and patterns
205
-
206
- ## Quality Assurance Checklist
207
-
208
- ### Scoring Consistency
209
- - [ ] All prospects scored using same criteria
210
- - [ ] Scores reflect actual evidence, not assumptions
211
- - [ ] Rationale documented for scores 8+ and 2-
212
- - [ ] Weighted calculations are correct
213
- - [ ] Tier assignments match score ranges
214
-
215
- ### Data Completeness
216
- - [ ] All required fields populated
217
- - [ ] Contact information verified where available
218
- - [ ] Pain point quotes are accurate and contextual
219
- - [ ] Discovery context provides sufficient detail for outreach
220
- - [ ] Priority rankings are logical and defensible
221
-
222
- ## Success Metrics
223
-
224
- ### Qualification Targets
225
- - **Tier 1 (High Priority)**: 15-25 prospects
226
- - **Tier 2 (Medium Priority)**: 25-40 prospects
227
- - **Tier 3 (Low Priority)**: 15-30 prospects
228
- - **Total Qualified**: 50-95 prospects (from 100-200 discovered)
229
-
230
- ### Quality Indicators
231
- - Average pain point match score: 6.5+
232
- - Average authority score: 6.0+
233
- - 70%+ of Tier 1 prospects have contact information
234
- - 80%+ of Tier 1 prospects have explicit pain point expressions
235
- - Qualification rationale is clear and defensible for all Tier 1 prospects
236
-
237
- ## Next Steps
238
-
239
- Once qualification is complete:
240
- 1. **Proceed to Phase 4**: Inventory Compilation
241
- 2. **Create final prospect database** with outreach recommendations
242
- 3. **Develop tier-specific outreach strategies**
243
- 4. **Prepare personalized messaging** for Tier 1 prospects