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,204 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>{{personaName}} Weekly Update - Amazing New Features!</title>
7
- </head>
8
- <body style="margin: 0; padding: 0; background-color: #f5f5f5; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;">
9
- <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="background-color: #f5f5f5;">
10
- <tr>
11
- <td align="center" style="padding: 40px 20px;">
12
- <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="650" style="max-width: 650px; background-color: #ffffff; border-radius: 16px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); overflow: hidden;">
13
-
14
- <!-- Hero Header -->
15
- <tr>
16
- <td style="background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 50px 40px; text-align: center; position: relative;">
17
- <div style="font-size: 14px; color: rgba(255,255,255,0.9); font-weight: 600; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px;">🚀 Weekly Update</div>
18
- <div style="font-size: 38px; font-weight: 800; color: #ffffff; margin-bottom: 12px; line-height: 1.2;">{{weekTitle}}</div>
19
- <div style="font-size: 18px; color: rgba(255,255,255,0.95); font-weight: 400; line-height: 1.5;">{{weekSubtitle}}</div>
20
- <div style="margin-top: 24px; font-size: 15px; color: rgba(255,255,255,0.85); background: rgba(0,0,0,0.2); padding: 12px 24px; border-radius: 30px; display: inline-block;">
21
- 📅 Week of {{weekDate}}
22
- </div>
23
- </td>
24
- </tr>
25
-
26
- <!-- Stats Banner -->
27
- {{#if showStats}}
28
- <tr>
29
- <td style="background: linear-gradient(90deg, #f8f9fa 0%, #e9ecef 100%); padding: 30px 40px; border-bottom: 3px solid #667eea;">
30
- <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
31
- <tr>
32
- <td align="center" style="padding: 0 15px;">
33
- <div style="font-size: 36px; font-weight: 800; color: #667eea; margin-bottom: 6px;">{{statsFeatures}}</div>
34
- <div style="font-size: 13px; color: #6c757d; font-weight: 600; text-transform: uppercase; letter-spacing: 1px;">New Features</div>
35
- </td>
36
- <td align="center" style="padding: 0 15px; border-left: 2px solid #dee2e6;">
37
- <div style="font-size: 36px; font-weight: 800; color: #28a745; margin-bottom: 6px;">{{statsImprovements}}</div>
38
- <div style="font-size: 13px; color: #6c757d; font-weight: 600; text-transform: uppercase; letter-spacing: 1px;">Improvements</div>
39
- </td>
40
- <td align="center" style="padding: 0 15px; border-left: 2px solid #dee2e6;">
41
- <div style="font-size: 36px; font-weight: 800; color: #fd7e14; margin-bottom: 6px;">{{statsBugFixes}}</div>
42
- <div style="font-size: 13px; color: #6c757d; font-weight: 600; text-transform: uppercase; letter-spacing: 1px;">Bug Fixes</div>
43
- </td>
44
- </tr>
45
- </table>
46
- </td>
47
- </tr>
48
- {{/if}}
49
-
50
- <!-- Opening Message -->
51
- <tr>
52
- <td style="padding: 40px 40px 30px 40px;">
53
- <div style="font-size: 17px; color: #495057; line-height: 1.8;">
54
- {{openingMessage}}
55
- </div>
56
- </td>
57
- </tr>
58
-
59
- <!-- Hero Feature -->
60
- {{#if hasHeroFeature}}
61
- <tr>
62
- <td style="padding: 0 40px 40px 40px;">
63
- <div style="background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%); border: 2px solid #667eea; border-radius: 12px; padding: 35px; position: relative; overflow: hidden;">
64
- <div style="position: absolute; top: -10px; right: -10px; background: #ff6b6b; color: white; padding: 8px 20px; border-radius: 20px; font-size: 12px; font-weight: 700; letter-spacing: 1px; transform: rotate(12deg); box-shadow: 0 4px 12px rgba(255, 107, 107, 0.4);">
65
- ⭐ HERO FEATURE
66
- </div>
67
- <div style="font-size: 14px; color: #667eea; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 12px;">🎯 Feature of the Week</div>
68
- <div style="font-size: 28px; font-weight: 800; color: #212529; margin-bottom: 16px; line-height: 1.3;">{{heroFeatureTitle}}</div>
69
- <div style="font-size: 16px; color: #495057; line-height: 1.8; margin-bottom: 20px;">{{heroFeatureDescription}}</div>
70
- {{#if heroFeatureImpact}}
71
- <div style="background: white; border-left: 4px solid #28a745; padding: 16px 20px; border-radius: 8px; margin-top: 20px;">
72
- <div style="font-size: 14px; font-weight: 700; color: #28a745; margin-bottom: 8px;">💚 Real Impact:</div>
73
- <div style="font-size: 15px; color: #495057; line-height: 1.7;">{{heroFeatureImpact}}</div>
74
- </div>
75
- {{/if}}
76
- </div>
77
- </td>
78
- </tr>
79
- {{/if}}
80
-
81
- <!-- New Features Section -->
82
- {{#if hasNewFeatures}}
83
- <tr>
84
- <td style="padding: 0 40px 35px 40px;">
85
- <div style="font-size: 24px; font-weight: 700; color: #212529; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 3px solid #667eea;">
86
- ✨ New Capabilities
87
- </div>
88
- {{newFeaturesList}}
89
- </td>
90
- </tr>
91
- {{/if}}
92
-
93
- <!-- Improvements Section -->
94
- {{#if hasImprovements}}
95
- <tr>
96
- <td style="padding: 0 40px 35px 40px;">
97
- <div style="font-size: 24px; font-weight: 700; color: #212529; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 3px solid #28a745;">
98
- 🚀 Major Improvements
99
- </div>
100
- {{improvementsList}}
101
- </td>
102
- </tr>
103
- {{/if}}
104
-
105
- <!-- Bug Fixes Section -->
106
- {{#if hasBugFixes}}
107
- <tr>
108
- <td style="padding: 0 40px 35px 40px;">
109
- <div style="font-size: 24px; font-weight: 700; color: #212529; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 3px solid #fd7e14;">
110
- 🔧 Fixes & Polish
111
- </div>
112
- {{bugFixesList}}
113
- </td>
114
- </tr>
115
- {{/if}}
116
-
117
- <!-- Testimonial/Quote -->
118
- {{#if hasTestimonial}}
119
- <tr>
120
- <td style="padding: 0 40px 40px 40px;">
121
- <div style="background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); border-radius: 12px; padding: 32px; text-align: center; border-left: 5px solid #ffc107;">
122
- <div style="font-size: 22px; color: #495057; font-style: italic; line-height: 1.7; margin-bottom: 20px;">"{{testimonialText}}"</div>
123
- <div style="font-size: 16px; font-weight: 700; color: #667eea;">— {{testimonialAuthor}}</div>
124
- <div style="font-size: 14px; color: #6c757d; margin-top: 4px;">{{testimonialRole}}</div>
125
- </div>
126
- </td>
127
- </tr>
128
- {{/if}}
129
-
130
- <!-- FOMO Call to Action -->
131
- {{#if showFOMO}}
132
- <tr>
133
- <td style="padding: 0 40px 40px 40px;">
134
- <div style="background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%); border-radius: 12px; padding: 40px; text-align: center; box-shadow: 0 8px 24px rgba(255, 107, 107, 0.3);">
135
- <div style="font-size: 28px; font-weight: 800; color: #ffffff; margin-bottom: 16px;">Don't Miss Out! 🚀</div>
136
- <div style="font-size: 17px; color: rgba(255,255,255,0.95); line-height: 1.7; margin-bottom: 28px;">
137
- {{personaName}} users are already enjoying these amazing features. Join them and experience the future of AI-powered executive assistance!
138
- </div>
139
- <a href="{{ctaLink}}" style="display: inline-block; background: white; color: #ff6b6b; padding: 16px 40px; border-radius: 30px; text-decoration: none; font-size: 18px; font-weight: 700; box-shadow: 0 6px 20px rgba(0,0,0,0.15); transition: transform 0.2s;">
140
- {{ctaText}} →
141
- </a>
142
- <div style="margin-top: 20px; font-size: 14px; color: rgba(255,255,255,0.85);">
143
- ⚡ Setup takes less than 5 minutes
144
- </div>
145
- </div>
146
- </td>
147
- </tr>
148
- {{/if}}
149
-
150
- <!-- Coming Next -->
151
- {{#if hasComingNext}}
152
- <tr>
153
- <td style="padding: 0 40px 40px 40px;">
154
- <div style="background: linear-gradient(135deg, #e7f3ff 0%, #d1e9ff 100%); border-radius: 12px; padding: 28px; border: 2px dashed #667eea;">
155
- <div style="font-size: 20px; font-weight: 700; color: #667eea; margin-bottom: 14px;">🔮 Coming Next Week</div>
156
- <div style="font-size: 15px; color: #495057; line-height: 1.7;">{{comingNextText}}</div>
157
- </div>
158
- </td>
159
- </tr>
160
- {{/if}}
161
-
162
- <!-- Feedback CTA -->
163
- <tr>
164
- <td style="padding: 0 40px 40px 40px;">
165
- <div style="background: #f8f9fa; border-radius: 10px; padding: 28px; text-align: center; border: 1px solid #dee2e6;">
166
- <div style="font-size: 18px; font-weight: 600; color: #495057; margin-bottom: 10px;">
167
- 💬 Have feedback or questions?
168
- </div>
169
- <div style="font-size: 15px; color: #6c757d; line-height: 1.6;">
170
- Share your thoughts through my <a href="{{chatUrl}}" style="color: #667eea; text-decoration: underline; font-weight: 600;">ChatGPT interface</a> - I'm always learning!
171
- </div>
172
- </div>
173
- </td>
174
- </tr>
175
-
176
- <!-- Signature -->
177
- <tr>
178
- <td style="padding: 0 40px 35px 40px; border-top: 2px solid #e9ecef;">
179
- <div style="padding-top: 30px; font-size: 16px; color: #495057; line-height: 1.6;">
180
- <div style="font-weight: 600; color: #212529; margin-bottom: 8px;">With gratitude,</div>
181
- <div style="color: #667eea; font-weight: 700; font-size: 18px;">{{personaName}}</div>
182
- <div style="margin-top: 10px; font-size: 14px; color: #6c757d; font-style: italic;">
183
- Your AI Executive Assistant
184
- </div>
185
- </div>
186
- </td>
187
- </tr>
188
-
189
- <!-- Footer -->
190
- <tr>
191
- <td style="background: linear-gradient(90deg, #f8f9fa 0%, #e9ecef 100%); padding: 25px 40px; text-align: center; border-top: 1px solid #dee2e6;">
192
- <div style="font-size: 12px; color: #adb5bd;">
193
- <a href="{{webAppUrl}}" style="color: #667eea; text-decoration: none; font-weight: 600;">Visit {{personaName}}</a> ·
194
- <a href="{{unsubscribeLink}}" style="color: #6c757d; text-decoration: none;">Unsubscribe</a>
195
- </div>
196
- </td>
197
- </tr>
198
-
199
- </table>
200
- </td>
201
- </tr>
202
- </table>
203
- </body>
204
- </html>
@@ -1,30 +0,0 @@
1
- # Feature: <Title>
2
- Issue: #<issue>
3
- Feature Spec: <Link to Feature Spec, if any>
4
- PR: <Link to PR>
5
-
6
- ## Completeness Evidence
7
- - Issue tagged with label `phase:design`: Yes/No
8
- - Issue tagged with label `status:needs-review`: Yes/No
9
- - All files committed/synced to branch: Yes/No
10
- - Table with following columns
11
- - PR Comment
12
- - How Addressed
13
-
14
-
15
- ## Due Diligence Evidence
16
- - Reviewed feaure spec in detail (if feature spec present): Yes/No
17
- - Reviwed code base in detail to understand and repro the issue: Yes/No
18
- - Included detailed design, validation plan, test strategy in doc: Yes/No
19
-
20
- ## Prototype & Validation Evidence
21
- - [ ] Built simple proof-of-concept that works end-to-end
22
- - [ ] Manually tested complete user flow (browser/curl)
23
- - [ ] Verified solution actually works before designing architecture
24
- - [ ] Identified minimal viable implementation
25
- - [ ] Documented what works vs. what's overengineered
26
-
27
- ## Continous Learning
28
- - Table with following columns
29
- - Learning
30
- - Agent Rule Updates (what agent rule file was updated to ensure the learning is durable)
@@ -1,94 +0,0 @@
1
- # Bug: <Title>
2
- Issue: #<issue>
3
- Bug Spec: <Link to Bug Spec>
4
- PR: <Link to PR>
5
-
6
- ## Completeness Evidence
7
- - Issue tagged with label `phase:impl`: Yes/No
8
- - Issue tagged with label `status:needs-review`: Yes/No
9
- - All files committed/synced to branch: Yes/No
10
-
11
- ## Feedback Received
12
- ### PR Comments
13
- - Table with following columns
14
- - PR Comment
15
- - How Addressed
16
-
17
- ### User Feedback (Direct)
18
- - Table with following columns
19
- - Feedback Content
20
- - How Addressed
21
-
22
- ## Implementation Quality Checkpoints
23
- - [ ] Code complexity reviewed (no overengineering)
24
- - [ ] No resource waste (excessive retries, delays, workarounds)
25
- - [ ] Solution based on proven approach from design phase
26
- - [ ] All new files/functions are actually used
27
-
28
- ## Validation Evidence
29
- - Complete valiation performed as suggested in bug spec: Yes/No
30
- - **MANDATORY**: Evidence must reflect actual validation status, not assumptions
31
- - **MANDATORY**: Cannot mark automated validations as "pending" without attempting them first
32
- - Table with following columns
33
- - Validation Step (manual vs automated)
34
- - Validation Result (pass vs fail)
35
- - Evidence (actual command/output or explanation why not applicable)
36
- - Failure Analysis (if fail)
37
-
38
- ## New Files/Functions Created
39
- - Table with the following columns
40
- - File/Function Name
41
- - Purpose
42
- - Who is using/importing/calling it
43
- - Is it actually used? (Yes/No - if No, explain why it exists)
44
-
45
- ## New Tests Added
46
- - Required if existing test cases did not repro the bug, Optional if bug fix made previously failing test cases pass
47
- - **MANDATORY**: For each new test case added, you MUST:
48
- - Show actual test execution command run
49
- - Show actual test output (exit code and results)
50
- - Document whether it passed/failed
51
- - Cannot claim tests "need fixes" without attempting execution first
52
-
53
- ## Test Execution Log
54
- **MANDATORY**: Include actual test execution results below:
55
-
56
- ```bash
57
- # Example: Running test file
58
- $ npm run test -- test-XXX-fix.ts
59
- # [Include actual output here]
60
- # Exit code: 0 (success) or non-zero (failure)
61
- ```
62
-
63
- **For each test file**:
64
- - Command executed: `[command]`
65
- - Exit code: `[0 or non-zero]`
66
- - Passed tests: `[count]`
67
- - Failed tests: `[count]`
68
- - Output excerpt: `[relevant lines]`
69
-
70
- ## Existing Test Suites Run
71
- - Table with following columns
72
- - Test Suite
73
- - Was it Run (if not, why not - it's ok to not run a suite if there is no impact of your work to it as covered in agent-testing-guidelines.md)
74
- - Failing Tests
75
- - Failure Analysis (if any tests fail)
76
-
77
- ## Pre-Completion Reflection
78
-
79
- [Include reflection analysis here following `get_fraim_file({ path: "rules/mandatory-pre-completion-reflection.md" })`]
80
-
81
- ✅ Reflection Phase 1 (Claim Verification) completed: YES/NO
82
- ✅ Reflection Phase 2 (Risk Analysis) completed: YES/NO
83
- ✅ Reflection Phase 3 (Validation Plan Check) completed: YES/NO
84
- ✅ Reflection Phase 4 (Self-Audit) completed: YES/NO
85
- ✅ All blockers from reflection addressed: YES/NO
86
- ✅ Confidence level: X% (must be ≥ 90% to proceed)
87
-
88
- **Reflection Summary:**
89
- [Brief summary of key findings from reflection]
90
-
91
- ## Continous Learning
92
- - Table with following columns
93
- - Learning
94
- - Agent Rule Updates (what agent rule file was updated to ensure the learning is durable)
@@ -1,129 +0,0 @@
1
- # Feature: <Title>
2
- Issue: #<issue>
3
- Tech Spec: <Link to tech spec>
4
- PR: <Link to PR>
5
-
6
- ## Completeness Evidence
7
- - All phases of tech spec complete: Yes/No
8
- - Issue tagged with label `phase:impl`: Yes/No
9
- - Issue tagged with label `status:needs-review`: Yes/No
10
- - All files committed/synced to branch: Yes/No
11
-
12
- ## Feedback Received
13
- ### PR Comments
14
- - Table with following columns
15
- - PR Comment
16
- - How Addressed
17
-
18
- ### User Feedback (Direct)
19
- - Table with following columns
20
- - Feedback Content
21
- - How Addressed
22
-
23
- ## Implementation Quality Checkpoints
24
- - [ ] Code complexity reviewed (no overengineering)
25
- - [ ] No resource waste (excessive retries, delays, workarounds)
26
- - [ ] Solution based on proven prototype from design phase
27
- - [ ] All new files/functions are actually used
28
-
29
- ## Validation Evidence
30
- - Complete validation performed as suggested in tech spec: Yes/No
31
- - **IMPORTANT**: Post full test output (not just "tests passing ✅")
32
- - Table with following columns
33
- - Validation Step (manual vs automated)
34
- - Validation Result (pass vs fail)
35
- - Failure Analysis (if fail)
36
-
37
- ### Example: Full Test Output
38
- ```
39
- 🚀 Starting Calendar-Goal Analysis API Tests
40
-
41
- Running 3 tests
42
- ✔ Edge case - no goals defined (67.8ms)
43
- ✔ Multi-tenancy data isolation (205.9ms)
44
- ✔ Full analysis flow (passed)
45
-
46
- ❌ Total Failed Tests: 0
47
- ```
48
-
49
- ### Example: Database Objects (if applicable)
50
- ```javascript
51
- {
52
- _id: ObjectId("68e81da2a87a1a0f91589023"),
53
- executive_id: "demo-exec-001",
54
- title: "Increase Enterprise Sales by 30%",
55
- timeframe: "QUARTERLY",
56
- priority: 9,
57
- status: "IN_PROGRESS"
58
- }
59
- ```
60
-
61
- ### Example: API Request/Response (if applicable)
62
- **Request:**
63
- ```http
64
- GET /executive-goals/calendar-analysis?timeframe=backward&period=7
65
- Headers:
66
- x-executive-id: demo-exec-001
67
- ```
68
-
69
- **Response (200 OK):**
70
- ```json
71
- {
72
- "success": true,
73
- "analysis": {
74
- "executive_id": "demo-exec-001",
75
- "total_calendar_hours": 7.5,
76
- "goal_breakdown": [
77
- {
78
- "goal_id": "68e81da2a87a1a0f91589025",
79
- "goal_title": "Launch AI Product Line",
80
- "total_hours": 2.5,
81
- "percentage": 33.3,
82
- "meeting_ids": ["event-002", "event-007"]
83
- }
84
- ]
85
- }
86
- }
87
- ```
88
-
89
- ## New Files/Functions Created
90
- - Table with the following columns
91
- - File/Function Name
92
- - Purpose
93
- - Who is using/importing/calling it
94
- - Is it actually used? (Yes/No - if No, explain why it exists)
95
-
96
- ## New Tests Added
97
- - Added all tests suggested in tech spec: Yes/No
98
- - Table with the following columns
99
- - Test Case Name
100
- - What is test case validating
101
- - Test Result (pass vs fail)
102
- - Failure Analysis (if fail)
103
-
104
- ## Existing Test Suites Run
105
- - Table with following columns
106
- - Test Suite
107
- - Was it Run (if not, why not - it's ok to not run a suite if there is no impact of your work to it as covered in agent-testing-guidelines.md)
108
- - Failing Tests
109
- - Failure Analysis (if any tests fail)
110
-
111
-
112
- ## Pre-Completion Reflection
113
-
114
- [Include reflection analysis here following `get_fraim_file({ path: "rules/mandatory-pre-completion-reflection.md" })`]
115
-
116
- ✅ Reflection Phase 1 (Claim Verification) completed: YES/NO
117
- ✅ Reflection Phase 2 (Risk Analysis) completed: YES/NO
118
- ✅ Reflection Phase 3 (Validation Plan Check) completed: YES/NO
119
- ✅ Reflection Phase 4 (Self-Audit) completed: YES/NO
120
- ✅ All blockers from reflection addressed: YES/NO
121
- ✅ Confidence level: X% (must be ≥ 90% to proceed)
122
-
123
- **Reflection Summary:**
124
- [Brief summary of key findings from reflection]
125
-
126
- ## Continous Learning
127
- - Table with following columns
128
- - Learning
129
- - Agent Rule Updates (what agent rule file was updated to ensure the learning is durable)
@@ -1,19 +0,0 @@
1
- # Feature Specification: <Title>
2
- Issue: #<issue>
3
- PR: <Link to PR>
4
-
5
- ## Completeness Evidence
6
- - Issue tagged with label `phase:spec`: Yes/No
7
- - Issue tagged with label `status:needs-review`: Yes/No
8
- - All specification documents committed/synced to branch: Yes/No
9
- - Table with following columns
10
- - Customer Research Area
11
- - Sources of Information
12
- - Table with following columns
13
- - PR Comment
14
- - How Addressed
15
-
16
- ## Continuous Learning
17
- - Table with following columns
18
- - Learning
19
- - Agent Rule Updates (what agent rule file was updated to ensure the learning is durable)
@@ -1,14 +0,0 @@
1
- # Feature: <Title>
2
- Issue: #<issue>
3
- PR: <Link to PR>
4
-
5
- ## Help Needed
6
- - What help is needed? Be as specific as possible
7
- - What is it blocking?
8
- - What is the impact?
9
-
10
- ## What has been tried
11
- - What solutions have been tried to unblock? What was the result?
12
-
13
- ## What Options exist
14
- - Do you have options in mind? If so, what are the Pros/Cons and what is your suggestion?
@@ -1,170 +0,0 @@
1
- # Template: Non-Disclosure Agreement (NDA)
2
-
3
- Use this template to create comprehensive NDAs that protect intellectual property and confidential information.
4
-
5
- ## Agreement Setup
6
- - **Product/Project Name**:
7
- - **Disclosing Party**: [Your Company Name]
8
- - **Receiving Party**: [Recipient Company/Individual Name]
9
- - **Agreement Type**: [Unilateral / Mutual]
10
- - **Jurisdiction**: [State/Country for governing law]
11
- - **Effective Date**:
12
- - **Duration**: [Typically 2-5 years]
13
-
14
- ## Confidential Information Classification
15
-
16
- ### Technical Information
17
- - [ ] Source code and software architecture
18
- - [ ] Technical specifications and documentation
19
- - [ ] Algorithms and proprietary methods
20
- - [ ] System designs and workflows
21
- - [ ] Performance data and benchmarks
22
- - [ ] Development roadmaps and timelines
23
-
24
- ### Business Information
25
- - [ ] Business strategies and plans
26
- - [ ] Financial information and projections
27
- - [ ] Customer lists and contact information
28
- - [ ] Pricing strategies and models
29
- - [ ] Market research and analysis
30
- - [ ] Partnership agreements and terms
31
-
32
- ### Intellectual Property
33
- - [ ] Patents and patent applications
34
- - [ ] Trademarks and trade names
35
- - [ ] Copyrighted materials
36
- - [ ] Trade secrets and know-how
37
- - [ ] Proprietary processes
38
- - [ ] Research and development data
39
-
40
- ## Risk Assessment
41
-
42
- ### Protection Level Required
43
- - [ ] Standard confidentiality protection
44
- - [ ] Enhanced trade secret protection
45
- - [ ] Non-compete restrictions needed
46
- - [ ] Non-solicitation clauses required
47
- - [ ] Return/destruction obligations
48
-
49
- ### Potential Risks
50
- **Competitive Risk**:
51
- **IP Theft Risk**:
52
- **Market Advantage Loss**:
53
- **Customer/Partner Impact**:
54
-
55
- ## NDA Document
56
-
57
- ---
58
-
59
- # NON-DISCLOSURE AGREEMENT
60
-
61
- **EFFECTIVE DATE**: [Date]
62
-
63
- **PARTIES**: This Non-Disclosure Agreement ("Agreement") is entered into between:
64
-
65
- **DISCLOSING PARTY**: [Your Company Name], a [State] [corporation/LLC] ("Company")
66
- Address: [Your Address]
67
-
68
- **RECEIVING PARTY**: [Recipient Name], [individual/entity type] ("Recipient")
69
- Address: [Recipient Address]
70
-
71
- ## 1. PURPOSE
72
-
73
- The parties wish to explore a potential business relationship concerning [Product/Project Name] ("Purpose"). In connection with this Purpose, Company may disclose certain confidential and proprietary information to Recipient.
74
-
75
- ## 2. CONFIDENTIAL INFORMATION
76
-
77
- "Confidential Information" means all information, whether written, oral, electronic, visual, or in any other form, disclosed by Company to Recipient, including but not limited to:
78
-
79
- a) Technical data, source code, software, algorithms, processes, formulas, techniques, and know-how
80
- b) Business plans, strategies, financial information, customer lists, and market research
81
- c) Product specifications, designs, prototypes, and development plans
82
- d) Any information marked as "Confidential" or that would reasonably be considered confidential
83
- e) All notes, analyses, compilations, or other materials prepared by Recipient containing Confidential Information
84
-
85
- Confidential Information does NOT include information that:
86
- - Is publicly available through no breach of this Agreement
87
- - Was rightfully known by Recipient prior to disclosure
88
- - Is independently developed by Recipient without use of Confidential Information
89
- - Is rightfully received from a third party without breach of confidentiality
90
-
91
- ## 3. OBLIGATIONS
92
-
93
- Recipient agrees to:
94
-
95
- a) **Maintain Confidentiality**: Hold all Confidential Information in strict confidence
96
- b) **Limited Use**: Use Confidential Information solely for the Purpose stated above
97
- c) **No Disclosure**: Not disclose Confidential Information to any third party without prior written consent
98
- d) **Protection**: Use the same degree of care to protect Confidential Information as used for its own confidential information, but no less than reasonable care
99
- e) **Limited Access**: Restrict access to Confidential Information to employees/agents with a legitimate need to know who have signed confidentiality agreements
100
- f) **No Copying**: Not copy, reproduce, or create derivative works from Confidential Information except as necessary for the Purpose
101
-
102
- ## 4. RETURN OF MATERIALS
103
-
104
- Upon termination of discussions or upon Company's request, Recipient shall:
105
- - Promptly return all materials containing Confidential Information
106
- - Delete all electronic copies and destroy all notes or analyses containing Confidential Information
107
- - Provide written certification of compliance with these obligations
108
-
109
- ## 5. NO RIGHTS GRANTED
110
-
111
- This Agreement does not grant Recipient any rights to Company's intellectual property, including patents, trademarks, copyrights, or trade secrets. No license is granted except the limited right to review Confidential Information for the Purpose.
112
-
113
- ## 6. TERM
114
-
115
- This Agreement shall remain in effect for [Duration] years from the Effective Date, unless terminated earlier by either party with 30 days written notice. Obligations regarding Confidential Information shall survive termination.
116
-
117
- ## 7. REMEDIES
118
-
119
- Recipient acknowledges that breach of this Agreement would cause irreparable harm to Company for which monetary damages would be inadequate. Therefore, Company shall be entitled to:
120
- - Immediate injunctive relief without posting bond
121
- - All costs and attorneys' fees incurred in enforcing this Agreement
122
- - All other remedies available at law or equity
123
-
124
- ## 8. GENERAL PROVISIONS
125
-
126
- a) **Governing Law**: This Agreement shall be governed by the laws of [Jurisdiction]
127
- b) **Jurisdiction**: Any disputes shall be resolved in the courts of [Jurisdiction]
128
- c) **Entire Agreement**: This Agreement constitutes the entire agreement between the parties
129
- d) **Amendment**: This Agreement may only be modified in writing signed by both parties
130
- e) **Severability**: If any provision is unenforceable, the remainder shall remain in effect
131
- f) **Assignment**: This Agreement may not be assigned without prior written consent
132
-
133
- ## SIGNATURES
134
-
135
- **DISCLOSING PARTY**:
136
- [Your Company Name]
137
-
138
- By: _________________________
139
- Name: [Your Name]
140
- Title: [Your Title]
141
- Date: _______________________
142
-
143
- **RECEIVING PARTY**:
144
- [Recipient Name/Company]
145
-
146
- By: _________________________
147
- Name: [Recipient Name]
148
- Title: [Title if applicable]
149
- Date: _______________________
150
-
151
- ---
152
-
153
- ## Execution Checklist
154
- - [ ] All blanks filled in with specific information
155
- - [ ] Confidential information scope clearly defined
156
- - [ ] Duration and jurisdiction specified
157
- - [ ] Both parties have reviewed terms
158
- - [ ] Legal counsel review completed (recommended)
159
- - [ ] Original signed copies retained by both parties
160
- - [ ] Effective date recorded for tracking
161
-
162
- ## Record Keeping
163
- - **File Location**: `docs/legal/nda/{recipient-name}-{date}-nda.md`
164
- - **Execution Date**:
165
- - **Expiration Date**:
166
- - **Key Terms**:
167
- - **Follow-up Required**:
168
-
169
- ## Notes
170
- [Add any specific considerations, modifications, or special terms for this agreement]