fraim-framework 2.0.55 → 2.0.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) 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/user-survey-phases/phase1-survey-scoping.md +60 -0
  6. package/dist/registry/ai-manager-rules/user-survey-phases/phase2-survey-build-linkedin.md +23 -0
  7. package/dist/registry/ai-manager-rules/user-survey-phases/phase3-survey-build-reddit.md +22 -0
  8. package/dist/registry/ai-manager-rules/user-survey-phases/phase4-survey-build-x.md +21 -0
  9. package/dist/registry/ai-manager-rules/user-survey-phases/phase5-survey-build-facebook.md +19 -0
  10. package/dist/registry/ai-manager-rules/user-survey-phases/phase6-survey-build-custom.md +15 -0
  11. package/dist/registry/ai-manager-rules/user-survey-phases/phase7-survey-dispatch.md +45 -0
  12. package/dist/registry/templates/bootstrap/ARCHITECTURE-TEMPLATE.md +53 -0
  13. package/dist/registry/templates/bootstrap/CODE-QUALITY-REPORT-TEMPLATE.md +37 -0
  14. package/dist/registry/templates/bootstrap/TEST-COVERAGE-REPORT-TEMPLATE.md +35 -0
  15. package/dist/registry/templates/business-development/IDEATION-REPORT-TEMPLATE.md +29 -0
  16. package/dist/registry/templates/business-development/PRICING-STRATEGY-TEMPLATE.md +126 -0
  17. package/dist/registry/templates/customer-development/customer-interview-template.md +99 -0
  18. package/dist/registry/templates/customer-development/customer-persona-template.md +69 -0
  19. package/dist/registry/templates/customer-development/follow-up-email-templates.md +132 -0
  20. package/dist/registry/templates/customer-development/insight-analysis-template.md +74 -0
  21. package/dist/registry/templates/customer-development/prospect-inventory-template.csv +3 -0
  22. package/dist/registry/templates/customer-development/search-strategy-template.md +123 -0
  23. package/dist/registry/templates/customer-development/strategic-recommendations-template.md +53 -0
  24. package/dist/registry/templates/customer-development/thank-you-email-template.html +124 -0
  25. package/dist/registry/templates/customer-development/thank-you-note-template.md +16 -0
  26. package/dist/registry/templates/customer-development/triage-log-template.md +278 -0
  27. package/dist/registry/templates/customer-development/weekly-newsletter-template.html +204 -0
  28. package/dist/registry/templates/evidence/Design-Evidence.md +30 -0
  29. package/dist/registry/templates/evidence/Implementation-BugEvidence.md +94 -0
  30. package/dist/registry/templates/evidence/Implementation-FeatureEvidence.md +129 -0
  31. package/dist/registry/templates/evidence/Spec-Evidence.md +19 -0
  32. package/dist/registry/templates/help/HelpNeeded.md +14 -0
  33. package/dist/registry/templates/legal/NDA-TEMPLATE.md +170 -0
  34. package/dist/registry/templates/legal/PATENT-TEMPLATE.md +372 -0
  35. package/dist/registry/templates/legal/TRADEMARK-TEMPLATE.md +339 -0
  36. package/dist/registry/templates/legal/contract-review-checklist.md +193 -0
  37. package/dist/registry/templates/legal/review-report-template.md +198 -0
  38. package/dist/registry/templates/legal/saas-terms-template.md +174 -0
  39. package/dist/registry/templates/legal/sow-template.md +117 -0
  40. package/dist/registry/templates/legal/template-variables.md +131 -0
  41. package/dist/registry/templates/marketing/DOMAIN-REGISTRATION-TEMPLATE.md +194 -0
  42. package/dist/registry/templates/marketing/HBR-ARTICLE-TEMPLATE.md +66 -0
  43. package/dist/registry/templates/marketing/STORYTELLING-TEMPLATE.md +130 -0
  44. package/dist/registry/templates/marketing/WEBSITE-TEMPLATE.md +262 -0
  45. package/dist/registry/templates/marketing/github-pages-workflow.yml +64 -0
  46. package/dist/registry/templates/replicate/implementation-checklist.md +39 -0
  47. package/dist/registry/templates/replicate/use-cases-template.md +88 -0
  48. package/dist/registry/templates/retrospective/RETROSPECTIVE-TEMPLATE.md +55 -0
  49. package/dist/registry/templates/specs/BUGSPEC-TEMPLATE.md +37 -0
  50. package/dist/registry/templates/specs/FEATURESPEC-TEMPLATE.md +66 -0
  51. package/dist/registry/templates/specs/TECHSPEC-TEMPLATE.md +39 -0
  52. package/dist/registry/workflows/bootstrap/create-architecture.md +38 -0
  53. package/dist/registry/workflows/bootstrap/detect-broken-windows.md +300 -0
  54. package/dist/registry/workflows/bootstrap/evaluate-code-quality.md +35 -0
  55. package/dist/registry/workflows/bootstrap/verify-test-coverage.md +36 -0
  56. package/dist/registry/workflows/brainstorming/blue-sky-brainstorming.md +211 -0
  57. package/dist/registry/workflows/brainstorming/codebase-brainstorming.md +165 -0
  58. package/dist/registry/workflows/business-development/create-business-plan.md +737 -0
  59. package/dist/registry/workflows/business-development/ideate-business-opportunity.md +55 -0
  60. package/dist/registry/workflows/business-development/price-product.md +325 -0
  61. package/dist/registry/workflows/compliance/detect-compliance-requirements.md +78 -0
  62. package/dist/registry/workflows/compliance/generate-audit-evidence.md +75 -0
  63. package/dist/registry/workflows/compliance/soc2-evidence-generator.md +332 -0
  64. package/dist/registry/workflows/customer-development/insight-analysis.md +156 -0
  65. package/dist/registry/workflows/customer-development/insight-triage.md +938 -0
  66. package/dist/registry/workflows/customer-development/interview-preparation.md +452 -0
  67. package/dist/registry/workflows/customer-development/linkedin-outreach.md +593 -0
  68. package/dist/registry/workflows/customer-development/strategic-brainstorming.md +146 -0
  69. package/dist/registry/workflows/customer-development/thank-customers.md +203 -0
  70. package/dist/registry/workflows/customer-development/user-survey-dispatch.md +60 -0
  71. package/dist/registry/workflows/customer-development/users-to-target.md +112 -0
  72. package/dist/registry/workflows/customer-development/weekly-newsletter.md +366 -0
  73. package/dist/registry/workflows/deploy/cloud-deployment.md +310 -0
  74. package/dist/registry/workflows/improve-fraim/contribute.md +32 -0
  75. package/dist/registry/workflows/improve-fraim/file-issue.md +32 -0
  76. package/dist/registry/workflows/learning/build-skillset.md +212 -0
  77. package/dist/registry/workflows/learning/synthesize-learnings.md +284 -0
  78. package/dist/registry/workflows/legal/contract-review-analysis.md +382 -0
  79. package/dist/registry/workflows/legal/nda.md +69 -0
  80. package/dist/registry/workflows/legal/patent-filing.md +76 -0
  81. package/dist/registry/workflows/legal/saas-contract-development.md +213 -0
  82. package/dist/registry/workflows/legal/trademark-filing.md +77 -0
  83. package/dist/registry/workflows/marketing/content-creation.md +37 -0
  84. package/dist/registry/workflows/marketing/convert-to-pdf.md +235 -0
  85. package/dist/registry/workflows/marketing/create-modern-website.md +456 -0
  86. package/dist/registry/workflows/marketing/domain-registration.md +323 -0
  87. package/dist/registry/workflows/marketing/hbr-article.md +73 -0
  88. package/dist/registry/workflows/marketing/launch-checklist.md +37 -0
  89. package/dist/registry/workflows/marketing/marketing-strategy.md +45 -0
  90. package/dist/registry/workflows/marketing/storytelling.md +65 -0
  91. package/dist/registry/workflows/performance/analyze-performance.md +65 -0
  92. package/dist/registry/workflows/product-building/design.md +103 -0
  93. package/dist/registry/workflows/product-building/implement.md +74 -0
  94. package/dist/registry/workflows/product-building/iterate-on-pr-comments.md +70 -0
  95. package/dist/registry/workflows/product-building/prep-issue.md +41 -0
  96. package/dist/registry/workflows/product-building/prototype.md +65 -0
  97. package/dist/registry/workflows/product-building/resolve.md +168 -0
  98. package/dist/registry/workflows/product-building/retrospect.md +86 -0
  99. package/dist/registry/workflows/product-building/spec.md +181 -0
  100. package/dist/registry/workflows/product-building/test.md +125 -0
  101. package/dist/registry/workflows/productivity-report/productivity-report.md +263 -0
  102. package/dist/registry/workflows/quality-assurance/browser-validation.md +221 -0
  103. package/dist/registry/workflows/quality-assurance/iterative-improvement-cycle.md +562 -0
  104. package/dist/registry/workflows/replicate/replicate-discovery.md +336 -0
  105. package/dist/registry/workflows/replicate/replicate-to-issues.md +324 -0
  106. package/dist/registry/workflows/reviewer/review-implementation-vs-design-spec.md +638 -0
  107. package/dist/registry/workflows/reviewer/review-implementation-vs-feature-spec.md +675 -0
  108. package/dist/registry/workflows/startup-credits/aws-activate-application.md +535 -0
  109. package/dist/registry/workflows/startup-credits/google-cloud-application.md +647 -0
  110. package/dist/registry/workflows/startup-credits/microsoft-azure-application.md +538 -0
  111. package/dist/src/ai-manager/ai-manager.js +4 -6
  112. package/dist/tests/test-users-to-target-workflow.js +2 -2
  113. package/package.json +1 -1
  114. package/registry/stubs/workflows/customer-development/ai-coach-phases/phase1-customer-profiling.md +0 -11
  115. package/registry/stubs/workflows/customer-development/ai-coach-phases/phase1-survey-scoping.md +0 -11
  116. package/registry/stubs/workflows/customer-development/ai-coach-phases/phase2-platform-discovery.md +0 -11
  117. package/registry/stubs/workflows/customer-development/ai-coach-phases/phase2-survey-build-linkedin.md +0 -11
  118. package/registry/stubs/workflows/customer-development/ai-coach-phases/phase3-prospect-qualification.md +0 -11
  119. package/registry/stubs/workflows/customer-development/ai-coach-phases/phase3-survey-build-reddit.md +0 -11
  120. package/registry/stubs/workflows/customer-development/ai-coach-phases/phase4-inventory-compilation.md +0 -11
  121. package/registry/stubs/workflows/customer-development/ai-coach-phases/phase4-survey-build-x.md +0 -11
  122. package/registry/stubs/workflows/customer-development/ai-coach-phases/phase5-survey-build-facebook.md +0 -11
  123. package/registry/stubs/workflows/customer-development/ai-coach-phases/phase6-survey-build-custom.md +0 -11
  124. package/registry/stubs/workflows/customer-development/ai-coach-phases/phase7-survey-dispatch.md +0 -11
  125. package/registry/stubs/workflows/customer-development/templates/customer-persona-template.md +0 -11
  126. package/registry/stubs/workflows/customer-development/templates/search-strategy-template.md +0 -11
@@ -0,0 +1,221 @@
1
+ # Browser Validation Workflow
2
+
3
+ ## INTENT
4
+ To systematically validate the application in a browser, identify issues, and iterate until production-ready through comprehensive browser testing.
5
+
6
+ ## PRINCIPLES
7
+ - **Systematic Testing**: Don't skip steps, test everything
8
+ - **Use Case Driven**: Test based on documented use cases
9
+ - **Cross-Browser**: Validate in multiple browsers
10
+ - **Responsive**: Test on different screen sizes
11
+ - **Iterative**: Fix issues and re-validate
12
+
13
+ ## When to Use This Workflow
14
+
15
+ Use this workflow to:
16
+ - Validate application after implementation (`workflows/implement.md`)
17
+ - Comprehensive browser testing before deployment
18
+ - Identify browser-specific issues
19
+ - Validate responsive design
20
+
21
+ This workflow complements:
22
+ - `workflows/quality-assurance/iterative-improvement-cycle.md` - For systematic improvement cycles
23
+ - `workflows/test.md` - For writing automated tests
24
+ - `workflows/deploy/cloud-deployment.md` - For deployment validation
25
+
26
+ ## Prerequisites
27
+ - Application deployed (or running locally)
28
+ - Use case documentation available (if applicable)
29
+ - Browser testing tools (Playwright, Selenium, or manual)
30
+ - Issue tracking system (GitHub Issues, etc.)
31
+
32
+ ## Phase 1: Systematic Browser Testing
33
+
34
+ ### 1.1 Prepare Test Environment
35
+ - Open browser (Chrome, Firefox, Safari)
36
+ - Clear cache and cookies
37
+ - Open developer tools for debugging
38
+ - Prepare test data if needed
39
+
40
+ ### 1.2 Test by Use Case Category
41
+ Follow use case documentation (if available) or test by feature:
42
+ - **Authentication**: Sign up, login, logout, password reset
43
+ - **Core Features**: Main application functionality
44
+ - **Secondary Features**: Supporting features
45
+ - **Edge Cases**: Error scenarios, boundary conditions
46
+
47
+ ### 1.3 Document Findings
48
+ For each test:
49
+ - ✅ Pass: Feature works as expected
50
+ - ⚠️ Minor Issue: Works but has problems
51
+ - ❌ Major Issue: Feature broken or missing
52
+ - 📝 Note: Observations, improvements
53
+
54
+ ## Phase 2: Issue Identification & Documentation
55
+
56
+ ### 2.1 Issue Categories
57
+ Organize issues by type:
58
+ - **Functionality**: Features not working
59
+ - **UI/UX**: Styling, layout, usability issues
60
+ - **Data**: Incorrect data, missing data
61
+ - **Performance**: Slow loading, lag
62
+ - **Accessibility**: A11y issues
63
+ - **Browser Compatibility**: Issues in specific browsers
64
+
65
+ ### 2.2 Issue Documentation Template
66
+ Use GitHub Issues or track in a document:
67
+
68
+ ```markdown
69
+ ## Issue: [Title]
70
+
71
+ **Category**: [Functionality/UI/Data/etc.]
72
+ **Priority**: High/Medium/Low
73
+ **Use Case**: [Related use case]
74
+ **Steps to Reproduce**:
75
+ 1. [Step]
76
+ 2. [Step]
77
+ **Expected**: [What should happen]
78
+ **Actual**: [What actually happens]
79
+ **Screenshot**: [If applicable]
80
+ **Browser**: [Chrome/Firefox/etc.]
81
+ ```
82
+
83
+ ### 2.3 Prioritize Issues
84
+ - **Critical**: Blocks core functionality
85
+ - **High**: Major feature broken
86
+ - **Medium**: Feature works but has problems
87
+ - **Low**: Minor issues, polish
88
+
89
+ ## Phase 3: Iterative Fixes
90
+
91
+ Follow `workflows/quality-assurance/iterative-improvement-cycle.md` for systematic fixes:
92
+
93
+ 1. **Fix Order**: Address issues in priority order (Critical → High → Medium → Low)
94
+ 2. **Fix Process**: For each issue:
95
+ - Reproduce issue locally
96
+ - Identify root cause
97
+ - Implement fix (follow `workflows/implement.md`)
98
+ - Write test (follow `workflows/test.md`)
99
+ - Verify fix in browser
100
+ - Deploy fix
101
+ - Re-validate in production
102
+ 3. **Validation After Each Fix**: Test the specific fix, verify no regressions, check related functionality
103
+
104
+ ## Phase 4: Comprehensive Validation
105
+
106
+ ### 4.1 Complete Use Case Validation
107
+ - Go through each use case systematically
108
+ - Test complete user journeys
109
+ - Verify all steps work correctly
110
+ - Document any remaining issues
111
+
112
+ ### 4.2 Cross-Browser Testing
113
+ - Test in Chrome
114
+ - Test in Firefox
115
+ - Test in Safari (if on Mac)
116
+ - Test in Edge
117
+ - Document browser-specific issues
118
+
119
+ ### 4.3 Responsive Design Testing
120
+ - Test on desktop (1920x1080)
121
+ - Test on tablet (768x1024)
122
+ - Test on mobile (375x667)
123
+ - Verify layouts adapt correctly
124
+
125
+ ### 4.4 Performance Testing
126
+ - Check page load times
127
+ - Test with slow network (throttle)
128
+ - Verify API response times
129
+ - Check for memory leaks
130
+
131
+ ## Phase 5: Production Readiness
132
+
133
+ ### 5.1 Final Checklist
134
+ - [ ] All critical use cases work
135
+ - [ ] No blocking bugs
136
+ - [ ] UI/UX is acceptable
137
+ - [ ] Data persists correctly
138
+ - [ ] Authentication works (if applicable)
139
+ - [ ] Error handling works
140
+ - [ ] Performance is acceptable
141
+ - [ ] Works in major browsers
142
+ - [ ] Responsive design works
143
+ - [ ] Security is implemented
144
+
145
+ ### 5.2 Production Readiness Criteria
146
+ - All high-priority use cases validated
147
+ - No critical bugs remaining
148
+ - Application is stable
149
+ - Performance is acceptable
150
+ - User experience is good
151
+
152
+ ### 5.3 Documentation
153
+ - Document known issues (if any)
154
+ - Create user guide (if needed)
155
+ - Document deployment process
156
+ - Create runbook for common issues
157
+
158
+ ## Validation Patterns
159
+
160
+ ### Use Case Validation Pattern
161
+ ```
162
+ 1. Navigate to starting page
163
+ 2. Perform each step in use case
164
+ 3. Verify expected outcomes
165
+ 4. Check data persistence
166
+ 5. Verify error handling
167
+ 6. Test edge cases
168
+ ```
169
+
170
+ ### Issue Fix Pattern
171
+ ```
172
+ 1. Reproduce → 2. Fix (follow workflows/implement.md) → 3. Test (follow workflows/test.md) → 4. Deploy → 5. Validate
173
+ ```
174
+
175
+ ## Best Practices
176
+
177
+ 1. **Be Systematic**: Don't skip steps, test everything
178
+ 2. **Document Everything**: Record all findings
179
+ 3. **Fix Immediately**: Don't accumulate issues (follow `workflows/quality-assurance/iterative-improvement-cycle.md`)
180
+ 4. **Test After Fixes**: Always verify fixes work
181
+ 5. **Iterate Quickly**: Short fix-validate cycles
182
+
183
+ ## Common Issues & Solutions
184
+
185
+ 1. **Styling Issues**: CSS not loading
186
+ - **Solution**: Check build process, verify CSS files in dist
187
+
188
+ 2. **API Errors**: 500 errors from API
189
+ - **Solution**: Check server logs, verify environment variables
190
+
191
+ 3. **Data Not Showing**: Empty lists, missing data
192
+ - **Solution**: Check database connection, verify seed/test data
193
+
194
+ 4. **Navigation Issues**: Links not working
195
+ - **Solution**: Check routing configuration, verify paths
196
+
197
+ 5. **Authentication Issues**: Can't login
198
+ - **Solution**: Check auth implementation, verify session handling
199
+
200
+ ## Output Artifacts
201
+
202
+ 1. **Validation Report**
203
+ - Use case validation status
204
+ - Issues found and fixed
205
+ - Remaining issues (if any)
206
+
207
+ 2. **Issue Log**
208
+ - All issues documented
209
+ - Fixes applied
210
+ - Status of each issue
211
+
212
+ 3. **Production Readiness Report**
213
+ - Checklist completion
214
+ - Known issues
215
+ - Recommendations
216
+
217
+ ## Related Workflows
218
+ - `workflows/quality-assurance/iterative-improvement-cycle.md` - **Recommended**: Systematic review-critique-fix-validate cycle
219
+ - `workflows/implement.md` - For implementing fixes
220
+ - `workflows/test.md` - For writing tests
221
+ - `workflows/deploy/cloud-deployment.md` - For deployment validation