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
@@ -1,206 +0,0 @@
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
@@ -1,73 +0,0 @@
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
- seekCoachingOnNextStep({
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
- ```
@@ -1,145 +0,0 @@
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
- seekCoachingOnNextStep({
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
- ```