fraim-framework 2.0.65 → 2.0.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (254) hide show
  1. package/dist/registry/ai-manager-rules/customer-development-phases/phase1-customer-profiling.md +101 -0
  2. package/dist/registry/ai-manager-rules/customer-development-phases/phase2-platform-discovery.md +235 -0
  3. package/dist/registry/ai-manager-rules/customer-development-phases/phase3-prospect-qualification.md +243 -0
  4. package/dist/registry/ai-manager-rules/customer-development-phases/phase4-inventory-compilation.md +206 -0
  5. package/dist/registry/ai-manager-rules/design-phases/design-completeness-review.md +73 -0
  6. package/dist/registry/ai-manager-rules/design-phases/design-design.md +145 -0
  7. package/dist/registry/ai-manager-rules/design-phases/design.md +108 -0
  8. package/dist/registry/ai-manager-rules/design-phases/finalize.md +60 -0
  9. package/dist/registry/ai-manager-rules/design-phases/validate.md +125 -0
  10. package/dist/registry/ai-manager-rules/design.json +97 -0
  11. package/dist/registry/ai-manager-rules/implement-phases/code.md +323 -0
  12. package/dist/registry/ai-manager-rules/implement-phases/completeness-review.md +94 -0
  13. package/dist/registry/ai-manager-rules/implement-phases/finalize.md +177 -0
  14. package/dist/registry/ai-manager-rules/implement-phases/implement-code.md +283 -0
  15. package/dist/registry/ai-manager-rules/implement-phases/implement-completeness-review.md +120 -0
  16. package/dist/registry/ai-manager-rules/implement-phases/implement-regression.md +173 -0
  17. package/dist/registry/ai-manager-rules/implement-phases/implement-repro.md +104 -0
  18. package/dist/registry/ai-manager-rules/implement-phases/implement-scoping.md +100 -0
  19. package/dist/registry/ai-manager-rules/implement-phases/implement-smoke.md +237 -0
  20. package/dist/registry/ai-manager-rules/implement-phases/implement-spike.md +121 -0
  21. package/dist/registry/ai-manager-rules/implement-phases/implement-validate.md +375 -0
  22. package/dist/registry/ai-manager-rules/implement-phases/quality-review.md +304 -0
  23. package/dist/registry/ai-manager-rules/implement-phases/regression.md +159 -0
  24. package/dist/registry/ai-manager-rules/implement-phases/repro.md +101 -0
  25. package/dist/registry/ai-manager-rules/implement-phases/scoping.md +93 -0
  26. package/dist/registry/ai-manager-rules/implement-phases/smoke.md +225 -0
  27. package/dist/registry/ai-manager-rules/implement-phases/spike.md +118 -0
  28. package/dist/registry/ai-manager-rules/implement-phases/validate.md +347 -0
  29. package/dist/registry/ai-manager-rules/implement.json +153 -0
  30. package/dist/registry/ai-manager-rules/retrospective.md +116 -0
  31. package/dist/registry/ai-manager-rules/shared-phases/address-pr-feedback.md +188 -0
  32. package/dist/registry/ai-manager-rules/shared-phases/finalize.md +169 -0
  33. package/dist/registry/ai-manager-rules/shared-phases/submit-pr.md +202 -0
  34. package/dist/registry/ai-manager-rules/shared-phases/wait-for-pr-review.md +170 -0
  35. package/dist/registry/ai-manager-rules/spec-phases/finalize.md +60 -0
  36. package/dist/registry/ai-manager-rules/spec-phases/spec-competitor-analysis.md +105 -0
  37. package/dist/registry/ai-manager-rules/spec-phases/spec-completeness-review.md +66 -0
  38. package/dist/registry/ai-manager-rules/spec-phases/spec-spec.md +139 -0
  39. package/dist/registry/ai-manager-rules/spec-phases/spec.md +102 -0
  40. package/dist/registry/ai-manager-rules/spec-phases/validate.md +118 -0
  41. package/dist/registry/ai-manager-rules/spec.json +112 -0
  42. package/dist/registry/ai-manager-rules/test.json +98 -0
  43. package/dist/registry/ai-manager-rules/user-survey-phases/phase1-survey-scoping.md +60 -0
  44. package/dist/registry/ai-manager-rules/user-survey-phases/phase2-survey-build-linkedin.md +23 -0
  45. package/dist/registry/ai-manager-rules/user-survey-phases/phase3-survey-build-reddit.md +22 -0
  46. package/dist/registry/ai-manager-rules/user-survey-phases/phase4-survey-build-x.md +21 -0
  47. package/dist/registry/ai-manager-rules/user-survey-phases/phase5-survey-build-facebook.md +19 -0
  48. package/dist/registry/ai-manager-rules/user-survey-phases/phase6-survey-build-custom.md +15 -0
  49. package/dist/registry/ai-manager-rules/user-survey-phases/phase7-survey-dispatch.md +45 -0
  50. package/dist/registry/delivery/address-feedback.md +83 -0
  51. package/dist/registry/delivery/retrospective.md +78 -0
  52. package/dist/registry/delivery/submit.md +79 -0
  53. package/dist/registry/providers/ado.json +19 -0
  54. package/dist/registry/providers/delivery-conversation.json +9 -0
  55. package/dist/registry/providers/delivery-pr.json +9 -0
  56. package/dist/registry/providers/github.json +19 -0
  57. package/dist/registry/rules/agent-success-criteria.md +101 -0
  58. package/dist/registry/rules/agent-testing-guidelines.md +502 -0
  59. package/dist/registry/rules/architecture.md +126 -0
  60. package/dist/registry/rules/communication.md +122 -0
  61. package/dist/registry/rules/continuous-learning.md +55 -0
  62. package/dist/registry/rules/debugging-multitenancy-issues.md +85 -0
  63. package/dist/registry/rules/ephemeral-execution.md +54 -0
  64. package/dist/registry/rules/git-safe-commands.md +34 -0
  65. package/dist/registry/rules/hitl-ppe-record-analysis.md +302 -0
  66. package/dist/registry/rules/integrity-and-test-ethics.md +275 -0
  67. package/dist/registry/rules/local-development.md +275 -0
  68. package/dist/registry/rules/mandatory-pre-completion-reflection.md +193 -0
  69. package/dist/registry/rules/merge-requirements.md +238 -0
  70. package/dist/registry/rules/simplicity.md +118 -0
  71. package/dist/registry/rules/software-development-lifecycle.md +105 -0
  72. package/dist/registry/rules/spike-first-development.md +205 -0
  73. package/dist/registry/rules/successful-debugging-patterns.md +488 -0
  74. package/dist/registry/scripts/build-scripts-generator.js +205 -0
  75. package/dist/registry/scripts/cleanup-branch.js +287 -0
  76. package/dist/registry/scripts/evaluate-code-quality.js +66 -0
  77. package/dist/registry/scripts/exec-with-timeout.js +142 -0
  78. package/dist/registry/scripts/fraim-config.js +61 -0
  79. package/dist/registry/scripts/generate-engagement-emails.js +705 -0
  80. package/dist/registry/scripts/generic-issues-api.js +100 -0
  81. package/dist/registry/scripts/newsletter-helpers.js +671 -0
  82. package/dist/registry/scripts/openapi-generator.js +664 -0
  83. package/dist/registry/scripts/performance/profile-server.js +390 -0
  84. package/dist/registry/scripts/profile-server.js +389 -0
  85. package/dist/registry/scripts/run-thank-you-workflow.js +92 -0
  86. package/dist/registry/scripts/send-newsletter-simple.js +85 -0
  87. package/dist/registry/scripts/send-thank-you-emails.js +54 -0
  88. package/dist/registry/scripts/validate-openapi-limits.js +311 -0
  89. package/dist/registry/scripts/validate-test-coverage.js +262 -0
  90. package/dist/registry/scripts/verify-test-coverage.js +66 -0
  91. package/dist/registry/stubs/workflows/azure/cost-optimization.md +11 -0
  92. package/dist/registry/stubs/workflows/bootstrap/create-architecture.md +11 -0
  93. package/dist/registry/stubs/workflows/bootstrap/detect-broken-windows.md +11 -0
  94. package/dist/registry/stubs/workflows/bootstrap/evaluate-code-quality.md +11 -0
  95. package/dist/registry/stubs/workflows/bootstrap/verify-test-coverage.md +11 -0
  96. package/dist/registry/stubs/workflows/brainstorming/blue-sky-brainstorming.md +11 -0
  97. package/dist/registry/stubs/workflows/brainstorming/codebase-brainstorming.md +11 -0
  98. package/dist/registry/stubs/workflows/business-development/create-business-plan.md +11 -0
  99. package/dist/registry/stubs/workflows/business-development/ideate-business-opportunity.md +11 -0
  100. package/dist/registry/stubs/workflows/business-development/price-product.md +18 -0
  101. package/dist/registry/stubs/workflows/compliance/detect-compliance-requirements.md +11 -0
  102. package/dist/registry/stubs/workflows/compliance/generate-audit-evidence.md +11 -0
  103. package/dist/registry/stubs/workflows/compliance/soc2-evidence-generator.md +11 -0
  104. package/dist/registry/stubs/workflows/customer-development/insight-analysis.md +11 -0
  105. package/dist/registry/stubs/workflows/customer-development/insight-triage.md +11 -0
  106. package/dist/registry/stubs/workflows/customer-development/interview-preparation.md +11 -0
  107. package/dist/registry/stubs/workflows/customer-development/linkedin-outreach.md +11 -0
  108. package/dist/registry/stubs/workflows/customer-development/strategic-brainstorming.md +11 -0
  109. package/dist/registry/stubs/workflows/customer-development/thank-customers.md +11 -0
  110. package/dist/registry/stubs/workflows/customer-development/user-survey-dispatch.md +11 -0
  111. package/dist/registry/stubs/workflows/customer-development/users-to-target.md +11 -0
  112. package/dist/registry/stubs/workflows/customer-development/weekly-newsletter.md +11 -0
  113. package/dist/registry/stubs/workflows/deploy/cloud-deployment.md +11 -0
  114. package/dist/registry/stubs/workflows/improve-fraim/contribute.md +11 -0
  115. package/dist/registry/stubs/workflows/improve-fraim/file-issue.md +11 -0
  116. package/dist/registry/stubs/workflows/learning/build-skillset.md +11 -0
  117. package/dist/registry/stubs/workflows/learning/synthesize-learnings.md +11 -0
  118. package/dist/registry/stubs/workflows/legal/contract-review-analysis.md +11 -0
  119. package/dist/registry/stubs/workflows/legal/nda.md +11 -0
  120. package/dist/registry/stubs/workflows/legal/patent-filing.md +11 -0
  121. package/dist/registry/stubs/workflows/legal/saas-contract-development.md +11 -0
  122. package/dist/registry/stubs/workflows/legal/trademark-filing.md +11 -0
  123. package/dist/registry/stubs/workflows/marketing/content-creation.md +11 -0
  124. package/dist/registry/stubs/workflows/marketing/convert-to-pdf.md +11 -0
  125. package/dist/registry/stubs/workflows/marketing/create-modern-website.md +11 -0
  126. package/dist/registry/stubs/workflows/marketing/domain-registration.md +11 -0
  127. package/dist/registry/stubs/workflows/marketing/evangelize.md +11 -0
  128. package/dist/registry/stubs/workflows/marketing/hbr-article.md +11 -0
  129. package/dist/registry/stubs/workflows/marketing/launch-checklist.md +11 -0
  130. package/dist/registry/stubs/workflows/marketing/marketing-strategy.md +11 -0
  131. package/dist/registry/stubs/workflows/marketing/storytelling.md +11 -0
  132. package/dist/registry/stubs/workflows/performance/analyze-performance.md +11 -0
  133. package/dist/registry/stubs/workflows/product-building/design.md +11 -0
  134. package/dist/registry/stubs/workflows/product-building/implement.md +11 -0
  135. package/dist/registry/stubs/workflows/product-building/iterate-on-pr-comments.md +11 -0
  136. package/dist/registry/stubs/workflows/product-building/prep-issue.md +11 -0
  137. package/dist/registry/stubs/workflows/product-building/prototype.md +11 -0
  138. package/dist/registry/stubs/workflows/product-building/resolve.md +11 -0
  139. package/dist/registry/stubs/workflows/product-building/retrospect.md +11 -0
  140. package/dist/registry/stubs/workflows/product-building/spec.md +11 -0
  141. package/dist/registry/stubs/workflows/product-building/test.md +11 -0
  142. package/dist/registry/stubs/workflows/productivity-report/productivity-report.md +11 -0
  143. package/dist/registry/stubs/workflows/quality-assurance/browser-validation.md +11 -0
  144. package/dist/registry/stubs/workflows/quality-assurance/iterative-improvement-cycle.md +11 -0
  145. package/dist/registry/stubs/workflows/replicate/replicate-discovery.md +11 -0
  146. package/dist/registry/stubs/workflows/replicate/replicate-to-issues.md +11 -0
  147. package/dist/registry/stubs/workflows/reviewer/review-implementation-vs-design-spec.md +11 -0
  148. package/dist/registry/stubs/workflows/reviewer/review-implementation-vs-feature-spec.md +11 -0
  149. package/dist/registry/stubs/workflows/startup-credits/aws-activate-application.md +11 -0
  150. package/dist/registry/stubs/workflows/startup-credits/google-cloud-application.md +11 -0
  151. package/dist/registry/stubs/workflows/startup-credits/microsoft-azure-application.md +11 -0
  152. package/dist/registry/templates/bootstrap/ARCHITECTURE-TEMPLATE.md +53 -0
  153. package/dist/registry/templates/bootstrap/CODE-QUALITY-REPORT-TEMPLATE.md +37 -0
  154. package/dist/registry/templates/bootstrap/TEST-COVERAGE-REPORT-TEMPLATE.md +35 -0
  155. package/dist/registry/templates/business-development/IDEATION-REPORT-TEMPLATE.md +29 -0
  156. package/dist/registry/templates/business-development/PRICING-STRATEGY-TEMPLATE.md +126 -0
  157. package/dist/registry/templates/customer-development/customer-interview-template.md +99 -0
  158. package/dist/registry/templates/customer-development/customer-persona-template.md +69 -0
  159. package/dist/registry/templates/customer-development/follow-up-email-templates.md +132 -0
  160. package/dist/registry/templates/customer-development/insight-analysis-template.md +74 -0
  161. package/dist/registry/templates/customer-development/prospect-inventory-template.csv +3 -0
  162. package/dist/registry/templates/customer-development/search-strategy-template.md +123 -0
  163. package/dist/registry/templates/customer-development/strategic-recommendations-template.md +53 -0
  164. package/dist/registry/templates/customer-development/thank-you-email-template.html +124 -0
  165. package/dist/registry/templates/customer-development/thank-you-note-template.md +16 -0
  166. package/dist/registry/templates/customer-development/triage-log-template.md +278 -0
  167. package/dist/registry/templates/customer-development/weekly-newsletter-template.html +204 -0
  168. package/dist/registry/templates/evidence/Design-Evidence.md +30 -0
  169. package/dist/registry/templates/evidence/Implementation-BugEvidence.md +122 -0
  170. package/dist/registry/templates/evidence/Implementation-FeatureEvidence.md +160 -0
  171. package/dist/registry/templates/evidence/Spec-Evidence.md +19 -0
  172. package/dist/registry/templates/help/HelpNeeded.md +14 -0
  173. package/dist/registry/templates/legal/NDA-TEMPLATE.md +170 -0
  174. package/dist/registry/templates/legal/PATENT-TEMPLATE.md +372 -0
  175. package/dist/registry/templates/legal/TRADEMARK-TEMPLATE.md +339 -0
  176. package/dist/registry/templates/legal/contract-review-checklist.md +193 -0
  177. package/dist/registry/templates/legal/review-report-template.md +198 -0
  178. package/dist/registry/templates/legal/saas-terms-template.md +174 -0
  179. package/dist/registry/templates/legal/sow-template.md +117 -0
  180. package/dist/registry/templates/legal/template-variables.md +131 -0
  181. package/dist/registry/templates/marketing/DOMAIN-REGISTRATION-TEMPLATE.md +194 -0
  182. package/dist/registry/templates/marketing/EVANGELIZE-TEMPLATE.md +102 -0
  183. package/dist/registry/templates/marketing/HBR-ARTICLE-TEMPLATE.md +66 -0
  184. package/dist/registry/templates/marketing/STORYTELLING-TEMPLATE.md +130 -0
  185. package/dist/registry/templates/marketing/WEBSITE-TEMPLATE.md +262 -0
  186. package/dist/registry/templates/marketing/github-pages-workflow.yml +64 -0
  187. package/dist/registry/templates/replicate/implementation-checklist.md +39 -0
  188. package/dist/registry/templates/replicate/use-cases-template.md +88 -0
  189. package/dist/registry/templates/retrospective/RETROSPECTIVE-TEMPLATE.md +55 -0
  190. package/dist/registry/templates/specs/BUGSPEC-TEMPLATE.md +37 -0
  191. package/dist/registry/templates/specs/FEATURESPEC-TEMPLATE.md +66 -0
  192. package/dist/registry/templates/specs/TECHSPEC-TEMPLATE.md +39 -0
  193. package/dist/registry/workflows/azure/cost-optimization.md +772 -0
  194. package/dist/registry/workflows/bootstrap/create-architecture.md +37 -0
  195. package/dist/registry/workflows/bootstrap/detect-broken-windows.md +300 -0
  196. package/dist/registry/workflows/bootstrap/evaluate-code-quality.md +35 -0
  197. package/dist/registry/workflows/bootstrap/verify-test-coverage.md +36 -0
  198. package/dist/registry/workflows/brainstorming/blue-sky-brainstorming.md +211 -0
  199. package/dist/registry/workflows/brainstorming/codebase-brainstorming.md +159 -0
  200. package/dist/registry/workflows/business-development/create-business-plan.md +737 -0
  201. package/dist/registry/workflows/business-development/ideate-business-opportunity.md +55 -0
  202. package/dist/registry/workflows/business-development/price-product.md +325 -0
  203. package/dist/registry/workflows/compliance/detect-compliance-requirements.md +80 -0
  204. package/dist/registry/workflows/compliance/generate-audit-evidence.md +80 -0
  205. package/dist/registry/workflows/compliance/soc2-evidence-generator.md +332 -0
  206. package/dist/registry/workflows/customer-development/insight-analysis.md +156 -0
  207. package/dist/registry/workflows/customer-development/insight-triage.md +933 -0
  208. package/dist/registry/workflows/customer-development/interview-preparation.md +452 -0
  209. package/dist/registry/workflows/customer-development/linkedin-outreach.md +599 -0
  210. package/dist/registry/workflows/customer-development/strategic-brainstorming.md +146 -0
  211. package/dist/registry/workflows/customer-development/thank-customers.md +203 -0
  212. package/dist/registry/workflows/customer-development/user-survey-dispatch.md +312 -0
  213. package/dist/registry/workflows/customer-development/users-to-target.md +427 -0
  214. package/dist/registry/workflows/customer-development/weekly-newsletter.md +366 -0
  215. package/dist/registry/workflows/deploy/cloud-deployment.md +310 -0
  216. package/dist/registry/workflows/improve-fraim/contribute.md +32 -0
  217. package/dist/registry/workflows/improve-fraim/file-issue.md +32 -0
  218. package/dist/registry/workflows/learning/build-skillset.md +212 -0
  219. package/dist/registry/workflows/learning/synthesize-learnings.md +369 -0
  220. package/dist/registry/workflows/legal/contract-review-analysis.md +382 -0
  221. package/dist/registry/workflows/legal/nda.md +69 -0
  222. package/dist/registry/workflows/legal/patent-filing.md +76 -0
  223. package/dist/registry/workflows/legal/saas-contract-development.md +204 -0
  224. package/dist/registry/workflows/legal/trademark-filing.md +77 -0
  225. package/dist/registry/workflows/marketing/content-creation.md +40 -0
  226. package/dist/registry/workflows/marketing/convert-to-pdf.md +265 -0
  227. package/dist/registry/workflows/marketing/create-modern-website.md +456 -0
  228. package/dist/registry/workflows/marketing/domain-registration.md +323 -0
  229. package/dist/registry/workflows/marketing/evangelize.md +426 -0
  230. package/dist/registry/workflows/marketing/hbr-article.md +73 -0
  231. package/dist/registry/workflows/marketing/launch-checklist.md +37 -0
  232. package/dist/registry/workflows/marketing/marketing-strategy.md +45 -0
  233. package/dist/registry/workflows/marketing/storytelling.md +65 -0
  234. package/dist/registry/workflows/performance/analyze-performance.md +65 -0
  235. package/dist/registry/workflows/product-building/design.md +263 -0
  236. package/dist/registry/workflows/product-building/implement.md +771 -0
  237. package/dist/registry/workflows/product-building/iterate-on-pr-comments.md +70 -0
  238. package/dist/registry/workflows/product-building/prep-issue.md +41 -0
  239. package/dist/registry/workflows/product-building/prototype.md +60 -0
  240. package/dist/registry/workflows/product-building/resolve.md +175 -0
  241. package/dist/registry/workflows/product-building/retrospect.md +86 -0
  242. package/dist/registry/workflows/product-building/spec.md +303 -0
  243. package/dist/registry/workflows/product-building/test.md +125 -0
  244. package/dist/registry/workflows/productivity-report/productivity-report.md +263 -0
  245. package/dist/registry/workflows/quality-assurance/browser-validation.md +221 -0
  246. package/dist/registry/workflows/quality-assurance/iterative-improvement-cycle.md +562 -0
  247. package/dist/registry/workflows/replicate/replicate-discovery.md +336 -0
  248. package/dist/registry/workflows/replicate/replicate-to-issues.md +319 -0
  249. package/dist/registry/workflows/reviewer/review-implementation-vs-design-spec.md +694 -0
  250. package/dist/registry/workflows/reviewer/review-implementation-vs-feature-spec.md +734 -0
  251. package/dist/registry/workflows/startup-credits/aws-activate-application.md +535 -0
  252. package/dist/registry/workflows/startup-credits/google-cloud-application.md +647 -0
  253. package/dist/registry/workflows/startup-credits/microsoft-azure-application.md +538 -0
  254. package/package.json +2 -1
@@ -0,0 +1,206 @@
1
+ # Phase 4: Inventory Compilation
2
+
3
+ ## Objective
4
+ Create the final structured prospect database in CSV format with all qualified prospects, contact information, and outreach recommendations.
5
+
6
+ ## CSV Structure
7
+
8
+ ### Required Columns
9
+ 1. **Name**: Full name of prospect
10
+ 2. **Platform Found**: Where they were discovered
11
+ 3. **Profile URL**: Link to their profile/post
12
+ 4. **Contact Information**: Email, LinkedIn, phone (if available)
13
+ 5. **Pain Points Identified**: Specific problems they expressed
14
+ 6. **Relevance Score**: 1-10 qualification score
15
+ 7. **Discovery Context**: Quote or context of their pain point
16
+ 8. **Follow-up Priority**: High/Medium/Low
17
+ 9. **Notes**: Additional relevant information
18
+ 10. **Date Found**: When they were discovered
19
+ 11. **Industry**: Their industry/sector
20
+ 12. **Job Title**: Their professional role
21
+ 13. **Company**: Their organization
22
+ 14. **Location**: Geographic location
23
+ 15. **Engagement Level**: High/Medium/Low activity level
24
+
25
+ ### Optional Enhancement Columns
26
+ 16. **Company Size**: Startup/SMB/Enterprise
27
+ 17. **Contact Method**: Preferred outreach channel
28
+ 18. **Mutual Connections**: LinkedIn connections in common
29
+ 19. **Recent Activity**: Last relevant post/activity
30
+ 20. **Outreach Status**: Not contacted/Contacted/Responded/etc.
31
+
32
+ ## Compilation Process
33
+
34
+ ### Step 1: Data Consolidation
35
+ 1. **Gather All Qualified Prospects** from Phase 3 (score 6+)
36
+ 2. **Remove Duplicates** found across multiple platforms
37
+ 3. **Verify Data Completeness** for each prospect
38
+ 4. **Standardize Formats** for consistency
39
+
40
+ ### Step 2: Priority Assignment
41
+
42
+ #### High Priority (Top 20 prospects)
43
+ - Score 8-10
44
+ - Recent activity (within 30 days)
45
+ - Clear contact information
46
+ - Strong pain point match
47
+ - Decision-making authority
48
+
49
+ #### Medium Priority (Next 30-50 prospects)
50
+ - Score 6-7
51
+ - Moderate activity levels
52
+ - Some contact information
53
+ - Good pain point match
54
+ - Some influence or authority
55
+
56
+ #### Low Priority (Remaining qualified prospects)
57
+ - Score 6+
58
+ - Lower activity or older posts
59
+ - Limited contact information
60
+ - Partial pain point match
61
+ - Future potential
62
+
63
+ ### Step 3: Contact Information Enhancement
64
+ For high and medium priority prospects:
65
+ 1. **Email Discovery**:
66
+ - Check company websites for email patterns
67
+ - Use professional email formats (first.last@company.com)
68
+ - Verify with email validation tools if available
69
+
70
+ 2. **LinkedIn Optimization**:
71
+ - Ensure LinkedIn URLs are complete
72
+ - Check for premium messaging availability
73
+ - Note mutual connections
74
+
75
+ 3. **Alternative Contacts**:
76
+ - Twitter handles for social outreach
77
+ - Company phone numbers
78
+ - Professional websites or blogs
79
+
80
+ ### Step 4: Outreach Strategy Documentation
81
+
82
+ #### For Each High Priority Prospect:
83
+ - **Recommended Approach**: Email, LinkedIn, Twitter DM, etc.
84
+ - **Message Angle**: Which pain point to address first
85
+ - **Timing**: Best time/day to reach out
86
+ - **Follow-up Plan**: Sequence if no initial response
87
+
88
+ #### Message Personalization Notes:
89
+ - Specific pain point they mentioned
90
+ - Platform where you found them
91
+ - Relevant context from their posts
92
+ - Value proposition alignment
93
+
94
+ ## Quality Assurance
95
+
96
+ ### Data Validation Checklist
97
+ - [ ] All required columns populated
98
+ - [ ] No duplicate entries
99
+ - [ ] Consistent formatting across all fields
100
+ - [ ] Valid URLs for profiles and contacts
101
+ - [ ] Relevance scores properly calculated
102
+ - [ ] Priority assignments logical
103
+
104
+ ### Content Review
105
+ - [ ] Pain points accurately captured
106
+ - [ ] Discovery context provides clear value
107
+ - [ ] Contact information verified where possible
108
+ - [ ] Notes provide actionable insights
109
+ - [ ] Outreach recommendations are specific
110
+
111
+ ## Summary Report Generation
112
+
113
+ ### Executive Summary
114
+ - **Total Prospects Discovered**: [Number]
115
+ - **Qualified Prospects**: [Number scoring 6+]
116
+ - **High Priority Prospects**: [Top 20]
117
+ - **Contact Information Success Rate**: [Percentage with contact info]
118
+ - **Platform Breakdown**: [Numbers by platform]
119
+
120
+ ### Platform Performance
121
+ - **LinkedIn**: [Number] prospects, [Average score]
122
+ - **Reddit**: [Number] prospects, [Average score]
123
+ - **X (Twitter)**: [Number] prospects, [Average score]
124
+ - **Facebook**: [Number] prospects, [Average score]
125
+ - **Forums**: [Number] prospects, [Average score]
126
+ - **Web Search**: [Number] prospects, [Average score]
127
+
128
+ ### Outreach Recommendations
129
+ 1. **Immediate Action** (Next 7 days): Top 10 prospects
130
+ 2. **Short-term Follow-up** (Next 30 days): Next 20 prospects
131
+ 3. **Long-term Pipeline** (Next 90 days): Remaining qualified prospects
132
+
133
+ ## File Management
134
+
135
+ ### File Naming Convention
136
+ `users-to-target-{YYYY-MM-DD-HHMM}.csv`
137
+
138
+ Example: `users-to-target-2026-02-03-1430.csv`
139
+
140
+ ### File Location
141
+ `docs/customer-development/users-to-target-{timestamp}.csv`
142
+
143
+ ### Backup and Version Control
144
+ - Save working versions during compilation
145
+ - Create backup before final export
146
+ - Include timestamp in filename for version tracking
147
+
148
+ ## Coaching Guidance
149
+
150
+ ### For Founders Overwhelmed by Data:
151
+ "Focus on the top 20 prospects first. Quality outreach to fewer people is better than mass outreach to everyone."
152
+
153
+ ### For Founders Wanting More Prospects:
154
+ "This is a great start. You can always run the workflow again to find more prospects as your understanding of the market evolves."
155
+
156
+ ### For Founders Questioning Quality:
157
+ "Remember, these are people who have already expressed the problem you solve. That's much better than cold outreach to random prospects."
158
+
159
+ ## Success Validation
160
+
161
+ ### Minimum Success Criteria:
162
+ - [ ] 50+ qualified prospects in final CSV
163
+ - [ ] 70%+ relevance score average
164
+ - [ ] Contact information for 60%+ of prospects
165
+ - [ ] Top 20 prospects clearly identified
166
+ - [ ] Outreach strategy documented
167
+
168
+ ### Optimal Success Criteria:
169
+ - [ ] 100+ qualified prospects in final CSV
170
+ - [ ] 80%+ relevance score average
171
+ - [ ] Contact information for 75%+ of prospects
172
+ - [ ] Clear next steps for top 50 prospects
173
+ - [ ] Platform-specific insights documented
174
+
175
+ ## Common Issues and Solutions
176
+
177
+ ### Low Contact Information Success Rate:
178
+ - Spend more time on LinkedIn profile research
179
+ - Use company websites to find email patterns
180
+ - Consider social media outreach as alternative
181
+
182
+ ### Too Many Low-Scoring Prospects:
183
+ - Revisit qualification criteria
184
+ - Be more selective in Phase 3
185
+ - Focus on recent activity and clear pain points
186
+
187
+ ### Duplicate Prospects Across Platforms:
188
+ - Use name and company matching to identify duplicates
189
+ - Keep the entry with the best contact information
190
+ - Note multiple platforms in discovery context
191
+
192
+ ## Time Estimate
193
+ 1-2 hours to compile and format final prospect inventory.
194
+
195
+ ## Deliverables
196
+ 1. **Final CSV File**: Complete prospect inventory
197
+ 2. **Summary Report**: Statistics and recommendations
198
+ 3. **Top 20 Priority List**: Immediate action items
199
+ 4. **Outreach Templates**: Suggested message frameworks
200
+
201
+ ## Workflow Completion
202
+ Once Phase 4 is complete, the founder has:
203
+ - Systematic prospect discovery process
204
+ - Qualified lead database
205
+ - Clear outreach priorities
206
+ - Actionable next steps for customer development
@@ -0,0 +1,73 @@
1
+ # Phase: Design-Completeness-Review
2
+
3
+ ## INTENT
4
+ To verify that the technical design addresses all aspects of the functional specification, including the validation plan and testing strategy.
5
+
6
+ ## OUTCOME
7
+ Confirmation that:
8
+ - Design addresses all functional spec requirements
9
+ - Validation plan from spec is reflected in design
10
+ - Testing strategy covers all specified scenarios
11
+ - Technical approach enables spec validation
12
+ - Design is ready for implementation
13
+
14
+ ## WORKFLOW
15
+
16
+ ### Step 1: Load Functional Specification
17
+ - Read the functional specification document from `docs/feature specs/{issue_number}-*.md`
18
+ - Extract all requirements, user workflows, and validation criteria
19
+ - Note any UI mockups and interaction patterns
20
+
21
+ ### Step 2: Verify Spec Requirements Coverage
22
+ - Check that design addresses each functional requirement
23
+ - Confirm technical approach supports all user workflows from spec
24
+ - Verify API design enables the specified user experience
25
+ - Ensure data models support all spec requirements
26
+
27
+ ### Step 3: Validation Plan Alignment
28
+ **Critical**: The spec's validation plan must be implementable with this design
29
+ - Review validation scenarios from functional spec
30
+ - Confirm design provides necessary APIs/interfaces for validation
31
+ - Check that testing strategy covers all validation scenarios
32
+ - Verify design enables browser testing (if UI changes)
33
+ - Ensure backend validation points are accessible
34
+
35
+ ### Step 4: Technical Feasibility Check
36
+ - Confirm design is technically sound and implementable
37
+ - Check that all spec requirements can be built with this approach
38
+ - Verify integration points are well-defined
39
+ - Assess if design enables the spec's success criteria
40
+
41
+ ## VALIDATION
42
+
43
+ ### Phase Complete When:
44
+ - ✅ All functional spec requirements addressed in design
45
+ - ✅ Validation plan from spec is implementable with this design
46
+ - ✅ Testing strategy covers all spec scenarios
47
+ - ✅ Technical approach is sound and feasible
48
+ - ✅ Design enables spec success criteria
49
+ - ✅ Ready for implementation phase
50
+
51
+ ### Phase Incomplete If:
52
+ - ❌ Functional spec requirements not addressed
53
+ - ❌ Validation plan not implementable with current design
54
+ - ❌ Testing strategy insufficient for spec scenarios
55
+ - ❌ Technical approach infeasible or unclear
56
+ - ❌ Design doesn't enable spec success criteria
57
+
58
+ ### Report Back:
59
+ ```javascript
60
+ seekMentoring({
61
+ workflowType: "design",
62
+ issueNumber: "{issue_number}",
63
+ currentPhase: "design-completeness-review",
64
+ status: "complete",
65
+ evidence: {
66
+ specRequirementsCovered: true,
67
+ validationPlanImplementable: true,
68
+ testingStrategySufficient: true,
69
+ technicallyFeasible: true,
70
+ functionalSpecPath: "docs/feature specs/{issue_number}-*.md"
71
+ }
72
+ })
73
+ ```
@@ -0,0 +1,145 @@
1
+ # Phase: Design-Design
2
+
3
+ ## INTENT
4
+ To create a comprehensive technical design that translates the feature specification into implementable architecture, APIs, and technical solutions.
5
+
6
+ ## OUTCOME
7
+ A complete technical design document that:
8
+ - Translates spec requirements into technical architecture
9
+ - Defines APIs, data models, and system interactions
10
+ - Identifies technical risks and mitigation strategies
11
+ - Provides clear implementation guidance
12
+ - Includes technical validation criteria
13
+
14
+ ## PRINCIPLES
15
+ - **Spec-Driven**: Design directly addresses specification requirements
16
+ - **Implementation-Ready**: Provides clear technical guidance
17
+ - **Risk-Aware**: Identifies and mitigates technical risks
18
+ - **Validation-Focused**: Includes technical validation criteria
19
+ - **Template-Compliant**: Follows RFC template structure
20
+
21
+ ## WORKFLOW
22
+
23
+ ### Step 1: Get Repository Context and Issue Details
24
+
25
+ **GitHub Repository Context**: Before using GitHub MCP tools, read the local `.fraim/config.json` file to get the repository context:
26
+ - Use `git.repoOwner` for the GitHub repository owner
27
+ - Use `git.repoName` for the GitHub repository name
28
+ - These values are required for GitHub MCP API calls (owner/repo parameters)
29
+
30
+ **Read Issue Details**: Use GitHub MCP tools to get the complete issue information:
31
+ - Read the full issue description, title, and labels
32
+ - Check for linked documents (specs, RFCs, design docs)
33
+ - Review any comments or discussion threads
34
+ - Note acceptance criteria and requirements
35
+ - Identify if there's an existing specification document
36
+
37
+ ### Step 2: Load Template and Specification
38
+ - Call `get_fraim_file({ path: "templates/specs/TECHSPEC-TEMPLATE.md" })` (for features)
39
+ - Call `get_fraim_file({ path: "templates/specs/BUGSPEC-TEMPLATE.md" })` (for bugs)
40
+ - Read the completed specification document from previous phase
41
+ - Call `get_fraim_file({ path: "rules/spike-first-development.md" })`
42
+
43
+ ### Step 3: Check for PR Feedback
44
+
45
+ **CRITICAL**: Before creating design, check for feedback:
46
+ - **PR Review Feedback**: `docs/evidence/{issue_number}-design-feedback.md`
47
+
48
+ **If PR feedback exists:**
49
+ - **MUST address all UNADDRESSED items** before proceeding
50
+ - Update feedback file after addressing each item
51
+ - Change status from UNADDRESSED to ADDRESSED with resolution details
52
+ - Cannot skip or defer feedback items
53
+ - Phase cannot complete until all feedback is addressed
54
+
55
+ **PR Feedback File Format** (if exists):
56
+ ```markdown
57
+ ### Comment X - ADDRESSED
58
+ - **Author**: reviewer_name
59
+ - **Comment**: Original feedback
60
+ - **Status**: ADDRESSED
61
+ - **Resolution**: How you addressed this feedback
62
+ ```
63
+
64
+ ### Step 4: Analyze Specification Requirements
65
+ - Extract all technical requirements from specification
66
+ - Identify system components that need modification
67
+ - Determine API changes or additions needed
68
+ - Note any performance or scalability considerations
69
+ - List integration points with existing systems
70
+
71
+ ### Step 5: Create Technical Design Document
72
+ - Create RFC file at `docs/rfcs/{issue_number}-{kebab-case-title}.md`
73
+ - Follow appropriate template structure (TECHSPEC or BUGSPEC)
74
+ - Include all required sections:
75
+ - Problem statement (from spec)
76
+ - Technical requirements
77
+ - Proposed solution architecture
78
+ - API design and data models
79
+ - Implementation plan
80
+ - Testing strategy
81
+ - Risk assessment and mitigation
82
+ - Alternative approaches considered
83
+
84
+ ### Step 6: Design System Architecture
85
+ - Define component interactions and data flow
86
+ - Specify API endpoints and request/response formats
87
+ - Design database schema changes (if needed)
88
+ - Plan integration with existing systems
89
+ - Consider scalability and performance implications
90
+
91
+ ### Step 7: Identify Technical Risks
92
+ - List unfamiliar technologies or patterns
93
+ - Note complex integrations or dependencies
94
+ - Identify performance bottlenecks
95
+ - Consider security implications
96
+ - Plan risk mitigation strategies
97
+
98
+ ### Step 8: Apply Labels
99
+ - Label the GitHub issue with `phase:design`
100
+ - This will trigger automatic PR creation/update
101
+
102
+ ## VALIDATION
103
+
104
+ ### Phase Complete When:
105
+ - ✅ Technical design document created using appropriate template
106
+ - ✅ All specification requirements addressed technically
107
+ - ✅ System architecture clearly defined
108
+ - ✅ API design and data models specified
109
+ - ✅ Technical risks identified and mitigation planned
110
+ - ✅ Implementation plan provides clear guidance
111
+ - ✅ Testing strategy defined
112
+ - ✅ **PR feedback addressed** (if `docs/evidence/{issue_number}-design-feedback.md` exists)
113
+ - ✅ Issue labeled with `phase:design`
114
+
115
+ ### Phase Incomplete If:
116
+ - ❌ Design document missing or incomplete
117
+ - ❌ Template structure not followed
118
+ - ❌ Specification requirements not addressed
119
+ - ❌ Architecture unclear or missing
120
+ - ❌ Technical risks not identified
121
+ - ❌ Implementation guidance insufficient
122
+ - ❌ **PR feedback not addressed** (UNADDRESSED items remain in feedback file)
123
+
124
+ ### Report Back:
125
+ When you complete this phase, call:
126
+
127
+ ```javascript
128
+ seekMentoring({
129
+ workflowType: "design",
130
+ issueNumber: "{issue_number}",
131
+ currentPhase: "design-design",
132
+ status: "complete",
133
+ evidence: {
134
+ designDocument: "docs/rfcs/{issue_number}-{title}.md",
135
+ templateUsed: "TECHSPEC-TEMPLATE.md",
136
+ architectureComponents: ["API layer", "Database schema", "UI components"],
137
+ technicalRisks: ["Integration with legacy system", "Performance at scale"],
138
+ issueLabeled: "phase:design"
139
+ },
140
+ findings: {
141
+ keyDecisions: ["Use REST API", "PostgreSQL for data storage", "React components"],
142
+ riskMitigation: ["Spike legacy integration", "Load testing plan"]
143
+ }
144
+ })
145
+ ```
@@ -0,0 +1,108 @@
1
+ # Phase: Design
2
+
3
+ ## INTENT
4
+ To create a comprehensive technical design that translates the feature specification into implementable architecture, APIs, and technical solutions.
5
+
6
+ ## OUTCOME
7
+ A complete technical design document that:
8
+ - Translates spec requirements into technical architecture
9
+ - Defines APIs, data models, and system interactions
10
+ - Identifies technical risks and mitigation strategies
11
+ - Provides clear implementation guidance
12
+ - Includes technical validation criteria
13
+
14
+ ## PRINCIPLES
15
+ - **Spec-Driven**: Design directly addresses specification requirements
16
+ - **Implementation-Ready**: Provides clear technical guidance
17
+ - **Risk-Aware**: Identifies and mitigates technical risks
18
+ - **Validation-Focused**: Includes technical validation criteria
19
+ - **Template-Compliant**: Follows RFC template structure
20
+
21
+ ## WORKFLOW
22
+
23
+ ### Step 1: Load Template and Specification
24
+ - Call `get_fraim_file({ path: "templates/specs/TECHSPEC-TEMPLATE.md" })` (for features)
25
+ - Call `get_fraim_file({ path: "templates/specs/BUGSPEC-TEMPLATE.md" })` (for bugs)
26
+ - Read the completed specification document from previous phase
27
+ - Call `get_fraim_file({ path: "rules/spike-first-development.md" })`
28
+
29
+ ### Step 2: Analyze Specification Requirements
30
+ - Extract all technical requirements from specification
31
+ - Identify system components that need modification
32
+ - Determine API changes or additions needed
33
+ - Note any performance or scalability considerations
34
+ - List integration points with existing systems
35
+
36
+ ### Step 3: Create Technical Design Document
37
+ - Create RFC file at `docs/rfcs/{issue_number}-{kebab-case-title}.md`
38
+ - Follow appropriate template structure (TECHSPEC or BUGSPEC)
39
+ - Include all required sections:
40
+ - Problem statement (from spec)
41
+ - Technical requirements
42
+ - Proposed solution architecture
43
+ - API design and data models
44
+ - Implementation plan
45
+ - Testing strategy
46
+ - Risk assessment and mitigation
47
+ - Alternative approaches considered
48
+
49
+ ### Step 4: Design System Architecture
50
+ - Define component interactions and data flow
51
+ - Specify API endpoints and request/response formats
52
+ - Design database schema changes (if needed)
53
+ - Plan integration with existing systems
54
+ - Consider scalability and performance implications
55
+
56
+ ### Step 5: Identify Technical Risks
57
+ - List unfamiliar technologies or patterns
58
+ - Note complex integrations or dependencies
59
+ - Identify performance bottlenecks
60
+ - Consider security implications
61
+ - Plan risk mitigation strategies
62
+
63
+ ### Step 6: Apply Labels
64
+ - Label the GitHub issue with `phase:design`
65
+ - This will trigger automatic PR creation/update
66
+
67
+ ## VALIDATION
68
+
69
+ ### Phase Complete When:
70
+ - ✅ Technical design document created using appropriate template
71
+ - ✅ All specification requirements addressed technically
72
+ - ✅ System architecture clearly defined
73
+ - ✅ API design and data models specified
74
+ - ✅ Technical risks identified and mitigation planned
75
+ - ✅ Implementation plan provides clear guidance
76
+ - ✅ Testing strategy defined
77
+ - ✅ Issue labeled with `phase:design`
78
+
79
+ ### Phase Incomplete If:
80
+ - ❌ Design document missing or incomplete
81
+ - ❌ Template structure not followed
82
+ - ❌ Specification requirements not addressed
83
+ - ❌ Architecture unclear or missing
84
+ - ❌ Technical risks not identified
85
+ - ❌ Implementation guidance insufficient
86
+
87
+ ### Report Back:
88
+ When you complete this phase, call:
89
+
90
+ ```javascript
91
+ seekCoachingOnNextStep({
92
+ workflowType: "design",
93
+ issueNumber: "{issue_number}",
94
+ currentPhase: "design",
95
+ status: "complete",
96
+ evidence: {
97
+ designDocument: "docs/rfcs/{issue_number}-{title}.md",
98
+ templateUsed: "TECHSPEC-TEMPLATE.md",
99
+ architectureComponents: ["API layer", "Database schema", "UI components"],
100
+ technicalRisks: ["Integration with legacy system", "Performance at scale"],
101
+ issueLabeled: "phase:design"
102
+ },
103
+ findings: {
104
+ keyDecisions: ["Use REST API", "PostgreSQL for data storage", "React components"],
105
+ riskMitigation: ["Spike legacy integration", "Load testing plan"]
106
+ }
107
+ })
108
+ ```
@@ -0,0 +1,60 @@
1
+ # Phase: Finalize
2
+
3
+ ## INTENT
4
+ To prepare completed work for human review by setting proper labels, creating/updating PR, and documenting evidence.
5
+
6
+ ## OUTCOME
7
+ Work is ready for human review with:
8
+ - Proper issue labels applied
9
+ - PR created/updated with work
10
+ - Evidence documented
11
+ - Clean handoff to next phase or review
12
+
13
+ ## WORKFLOW
14
+
15
+ ### Step 1: Apply Issue Labels
16
+ - Remove current phase label (e.g., `phase:spec`, `phase:design`, `phase:impl`)
17
+ - Add `status:needs-review` label
18
+ - Keep any other relevant labels
19
+
20
+ ### Step 2: Create/Update Pull Request
21
+ - Ensure PR exists for the feature branch
22
+ - Update PR title to reflect completed work
23
+ - Update PR description with summary of work completed
24
+ - Link to relevant documents (specs, designs, evidence)
25
+
26
+ ### Step 3: Document Evidence
27
+ - Create evidence file at `docs/evidence/{issue_number}-{workflow}-evidence.md`
28
+ - Document key decisions made
29
+ - List deliverables created
30
+ - Note any recommendations for next phase
31
+
32
+ ### Step 4: Prepare Handoff
33
+ - Ensure all work is committed to git
34
+ - Verify documentation is complete
35
+ - Confirm work is ready for human review
36
+
37
+ ## VALIDATION
38
+
39
+ ### Phase Complete When:
40
+ - ✅ Issue labels updated (`status:needs-review`)
41
+ - ✅ PR created/updated with work summary
42
+ - ✅ Evidence documented
43
+ - ✅ All work committed to git
44
+ - ✅ Ready for human review
45
+
46
+ ### Report Back:
47
+ ```javascript
48
+ seekCoachingOnNextStep({
49
+ workflowType: "{workflow_type}",
50
+ issueNumber: "{issue_number}",
51
+ currentPhase: "finalize",
52
+ status: "complete",
53
+ evidence: {
54
+ labelsApplied: ["status:needs-review"],
55
+ prUpdated: true,
56
+ evidenceDocumented: "docs/evidence/{issue_number}-{workflow}-evidence.md",
57
+ workCommitted: true
58
+ }
59
+ })
60
+ ```