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,123 +0,0 @@
1
- # Search Strategy Template
2
-
3
- ## Target Customer Profile Summary
4
- - **Primary Persona**: [Brief description]
5
- - **Key Pain Points**: [Top 3 problems]
6
- - **Search Objective**: [What are you trying to find?]
7
-
8
- ## Platform-Specific Strategies
9
-
10
- ### LinkedIn Strategy
11
- **Search Approach**:
12
- - [ ] People search with job titles
13
- - [ ] Company search for target organizations
14
- - [ ] Group search for relevant communities
15
- - [ ] Post search for pain point discussions
16
-
17
- **Search Queries**:
18
- 1. [Job title] + [industry] + [location]
19
- 2. [Pain point keyword] + [solution keyword]
20
- 3. [Company type] + [role] + [challenge]
21
-
22
- **Target Groups**:
23
- - [Relevant LinkedIn groups]
24
- - [Industry associations]
25
- - [Professional communities]
26
-
27
- ### Reddit Strategy
28
- **Target Subreddits**:
29
- - r/[relevant subreddit 1]
30
- - r/[relevant subreddit 2]
31
- - r/[relevant subreddit 3]
32
-
33
- **Search Queries**:
34
- 1. [Pain point] + [industry]
35
- 2. [Problem description] + [help/advice]
36
- 3. [Current solution] + [frustration/problem]
37
-
38
- **Post Types to Look For**:
39
- - [ ] Help requests
40
- - [ ] Problem complaints
41
- - [ ] Solution discussions
42
- - [ ] Tool recommendations
43
-
44
- ### X (Twitter) Strategy
45
- **Search Queries**:
46
- 1. [Pain point] + [industry hashtag]
47
- 2. [Problem] + [frustrated/annoyed]
48
- 3. [Current tool] + [doesn't work/broken]
49
-
50
- **Hashtags to Monitor**:
51
- - #[industry hashtag]
52
- - #[problem hashtag]
53
- - #[solution category hashtag]
54
-
55
- **Account Types to Target**:
56
- - [ ] Industry professionals
57
- - [ ] Company decision makers
58
- - [ ] Thought leaders
59
- - [ ] Active complainers
60
-
61
- ### Facebook Strategy
62
- **Target Groups**:
63
- - [Industry-specific groups]
64
- - [Professional communities]
65
- - [Problem-focused groups]
66
-
67
- **Search Approach**:
68
- - [ ] Group member search
69
- - [ ] Post search within groups
70
- - [ ] Comment analysis on relevant posts
71
-
72
- ### Forum Strategy
73
- **Target Forums**:
74
- - [Industry forum 1]
75
- - [Professional community 2]
76
- - [Problem-specific forum 3]
77
-
78
- **Search Approach**:
79
- - [ ] Thread search for pain points
80
- - [ ] User profile analysis
81
- - [ ] Active contributor identification
82
-
83
- ### Web Search Strategy
84
- **Search Queries**:
85
- 1. "[Pain point]" + blog + [industry]
86
- 2. "[Problem]" + article + [year]
87
- 3. "[Current solution]" + review + problems
88
-
89
- **Target Content Types**:
90
- - [ ] Blog posts about problems
91
- - [ ] Industry articles
92
- - [ ] Review sites
93
- - [ ] Comment sections
94
-
95
- ## Qualification Filters
96
- **Must Include**:
97
- - [ ] Clear pain point expression
98
- - [ ] Recent activity (within 6 months)
99
- - [ ] Professional context
100
- - [ ] Contact information available
101
-
102
- **Exclude**:
103
- - [ ] Competitors
104
- - [ ] Students (unless targeting)
105
- - [ ] Inactive profiles
106
- - [ ] Irrelevant industries
107
-
108
- ## Success Metrics per Platform
109
- - **LinkedIn**: [Target number] qualified professionals
110
- - **Reddit**: [Target number] active community members
111
- - **X (Twitter)**: [Target number] engaged users
112
- - **Facebook**: [Target number] group members
113
- - **Forums**: [Target number] active contributors
114
- - **Web Search**: [Target number] content creators/commenters
115
-
116
- ## Time Allocation
117
- - **LinkedIn**: [X hours]
118
- - **Reddit**: [X hours]
119
- - **X (Twitter)**: [X hours]
120
- - **Facebook**: [X hours]
121
- - **Forums**: [X hours]
122
- - **Web Search**: [X hours]
123
- - **Total**: [Total hours]
@@ -1,53 +0,0 @@
1
- # Strategic Recommendations Template
2
-
3
- ## Document Structure
4
- ```markdown
5
- # Customer Development Strategy - [Date]
6
-
7
- ## Executive Summary
8
- [Brief overview of recommendations and next steps]
9
-
10
- ## Market Research Findings
11
- [Key insights from research and existing customer data]
12
-
13
- ## Recommended Customer Segments
14
-
15
- ### Priority 1: [Customer Segment]
16
- - **Rationale**: [Why this segment first]
17
- - **Key Assumptions to Validate**: [List assumptions]
18
- - **Success Criteria**: [What validates this segment]
19
- - **Sample Customers**: [Specific companies/people to target]
20
-
21
- ### Priority 2: [Customer Segment]
22
- - **Rationale**: [Why this segment second]
23
- - **Key Assumptions to Validate**: [List assumptions]
24
- - **Success Criteria**: [What validates this segment]
25
- - **Sample Customers**: [Specific companies/people to target]
26
-
27
- ## Assumption Validation Map
28
-
29
- | Assumption | Priority | Customer Segment | Validation Question | Success Criteria |
30
- |------------|----------|------------------|-------------------|------------------|
31
- | [Assumption] | [High/Medium/Low] | [Segment] | [Question] | [Criteria] |
32
-
33
- ## Interview Planning Recommendations
34
- - **Total Interviews Needed**: [Number]
35
- - **Timeline**: [Suggested timeline]
36
- - **Interview Frequency**: [How often]
37
- - **Key Metrics to Track**: [What to measure]
38
-
39
- ## Risk Mitigation
40
- - **Assumption Risks**: [What if assumptions are wrong]
41
- - **Customer Access Risks**: [What if can't reach customers]
42
- - **Timeline Risks**: [What if timeline slips]
43
- - **Mitigation Strategies**: [How to address risks]
44
-
45
- ## Next Steps
46
- [Actionable next steps for PM]
47
- ```
48
-
49
- ## Usage Notes
50
- - Use contextual naming based on the strategic focus
51
- - Include specific customer names and companies when available
52
- - Reference existing business documents and customer insights
53
- - Provide clear, actionable next steps for the PM
@@ -1,124 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
-
4
- <head>
5
- <meta charset="UTF-8">
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
- <title>Thank You - Your Feedback Matters</title>
8
- </head>
9
-
10
- <body
11
- style="margin: 0; padding: 0; background-color: #f5f5f5; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;">
12
- <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"
13
- style="background-color: #f5f5f5;">
14
- <tr>
15
- <td align="center" style="padding: 40px 20px;">
16
- <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="600"
17
- style="max-width: 600px; background-color: #ffffff; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); overflow: hidden;">
18
-
19
- <!-- Header with gradient -->
20
- <tr>
21
- <td
22
- style="background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 40px 30px; text-align: center;">
23
- <div style="color: #ffffff; font-size: 32px; font-weight: 700; margin-bottom: 8px;">🙏</div>
24
- <div style="color: #ffffff; font-size: 24px; font-weight: 600; margin-bottom: 4px;">Thank
25
- You!</div>
26
- <div style="color: rgba(255,255,255,0.9); font-size: 16px; font-weight: 400;">Your feedback
27
- makes me better</div>
28
- </td>
29
- </tr>
30
-
31
- <!-- Greeting -->
32
- <tr>
33
- <td style="padding: 30px 30px 20px 30px;">
34
- <div style="font-size: 18px; color: #333333; line-height: 1.6;">
35
- {{greeting}}
36
- </div>
37
- </td>
38
- </tr>
39
-
40
- <!-- Opening Paragraph -->
41
- <tr>
42
- <td style="padding: 0 30px 20px 30px;">
43
- <div style="font-size: 16px; color: #555555; line-height: 1.8;">
44
- {{opening}}
45
- </div>
46
- </td>
47
- </tr>
48
-
49
- <!-- Improvements Section (if applicable) -->
50
- {{#if hasImprovements}}
51
- <tr>
52
- <td style="padding: 0 30px 20px 30px;">
53
- <div
54
- style="background-color: #f8f9fa; border-left: 4px solid #667eea; border-radius: 6px; padding: 20px; margin: 20px 0;">
55
- <div style="font-size: 18px; font-weight: 600; color: #333333; margin-bottom: 16px;">
56
- ✨ What's Fixed
57
- </div>
58
- {{improvementsList}}
59
- </div>
60
- </td>
61
- </tr>
62
- {{/if}}
63
-
64
- <!-- Closing Paragraph -->
65
- {{#if closing}}
66
- <tr>
67
- <td style="padding: 0 30px 20px 30px;">
68
- <div style="font-size: 16px; color: #555555; line-height: 1.8;">
69
- {{closing}}
70
- </div>
71
- </td>
72
- </tr>
73
- {{/if}}
74
-
75
- <!-- Call to Action -->
76
- <tr>
77
- <td style="padding: 0 30px 30px 30px;">
78
- <div
79
- style="background: linear-gradient(135deg, #e7f3ff 0%, #d1e9ff 100%); border-radius: 8px; padding: 24px; text-align: center; border: 1px solid #b3d9ff;">
80
- <div style="font-size: 16px; font-weight: 600; color: #0056b3; margin-bottom: 8px;">
81
- 💬 Keep the feedback coming!
82
- </div>
83
- <div style="font-size: 14px; color: #0056b3; line-height: 1.6;">
84
- Share ongoing feedback through my <a href="{{chatUrl}}"
85
- style="color: #0056b3; text-decoration: underline; font-weight: 600;">ChatGPT
86
- interface</a> - I'm always learning!
87
- </div>
88
- </div>
89
- </td>
90
- </tr>
91
-
92
- <!-- Signature -->
93
- <tr>
94
- <td style="padding: 0 30px 30px 30px; border-top: 1px solid #e9ecef;">
95
- <div style="padding-top: 20px; font-size: 15px; color: #555555; line-height: 1.6;">
96
- <div style="font-weight: 600; color: #333333; margin-bottom: 6px;">Best regards,</div>
97
- <div style="color: #667eea; font-weight: 600;">{{executiveName}}'s AI Executive
98
- Assistant</div>
99
- <div style="margin-top: 8px; font-size: 13px; color: #999999; font-style: italic;">
100
- (I am still ramping up, so please forgive any errors)
101
- </div>
102
- </div>
103
- </td>
104
- </tr>
105
-
106
- <!-- Footer -->
107
- <tr>
108
- <td
109
- style="background-color: #f8f9fa; padding: 20px 30px; text-align: center; border-top: 1px solid #e9ecef;">
110
- <div style="font-size: 12px; color: #999999; line-height: 1.5;">
111
- This email was sent from {{fromEmail}}<br>
112
- <a href="{{webAppUrl}}" style="color: #667eea; text-decoration: none;">{{personaName}} -
113
- Your AI Executive Assistant</a>
114
- </div>
115
- </td>
116
- </tr>
117
-
118
- </table>
119
- </td>
120
- </tr>
121
- </table>
122
- </body>
123
-
124
- </html>
@@ -1,16 +0,0 @@
1
- # Thank you note template
2
-
3
- ## Document Structure
4
- ```markdown
5
-
6
- ## To:
7
- ## Subject:
8
- ## Body:
9
- <greeting>
10
- <issue that was fixed>
11
- <how user can confirm fix>
12
- <how user can file future issues>
13
- <gratitude>
14
- Best Regards,
15
- Ashley - Your AI Executive Assistant
16
- ```
@@ -1,278 +0,0 @@
1
- # Customer Insight Triage - [Date]
2
-
3
- ## Summary
4
- **Customers Analyzed**: [N] customers
5
- **Analysis Files**:
6
- - [customer1]-interview-analysis.md
7
- - [customer2]-interview-analysis.md
8
-
9
- **Execution Results**:
10
- - ✅ Created [N] new issues
11
- - ✅ Updated [N] existing issues
12
- - ℹ️ Identified [N] already-built features
13
- - ⚠️ Flagged [N] items for discovery
14
-
15
- ---
16
-
17
- ## Customer → Issue Mapping
18
-
19
- ### Customer: [Customer 1 Name] ([Company])
20
- **Analysis**: docs/customer-development/[customer1]-interview-analysis.md
21
- **Fit Score**: [X/10]
22
- **Issues Filed**:
23
- - #[new-issue-1] - [Title] (NEW - Priority: Critical)
24
- - #[existing-issue-1] - [Title] (UPDATED - Added customer context)
25
- - Built: [Feature] (NO ISSUE - Already exists)
26
-
27
- **Key Insights**:
28
- 1. Pain Point: [X] → Issue #[number]
29
- 2. Pain Point: [Y] → Issue #[number]
30
- 3. Feature Request: [Z] → Already built
31
-
32
- ---
33
-
34
- ### Customer: [Customer 2 Name] ([Company])
35
- **Analysis**: docs/customer-development/[customer2]-interview-analysis.md
36
- **Fit Score**: [X/10]
37
- **Issues Filed**:
38
- [Same format as above]
39
-
40
- ---
41
-
42
- ## Issue → Customer Mapping
43
-
44
- ### Issue #[number]: [Title]
45
- **Priority**: Critical
46
- **Status**: New issue created
47
- **Customers Requesting**: [N]
48
- - [Customer 1] ([Company], Fit: [X/10])
49
- - [Customer 2] ([Company], Fit: [X/10])
50
-
51
- **Customer Quotes**:
52
- > "[Quote 1]" — Customer 1
53
-
54
- > "[Quote 2]" — Customer 2
55
-
56
- **GitHub Issue**: https://github.com/[org]/[repo]/issues/[number]
57
-
58
- ---
59
-
60
- ### Issue #[number]: [Another Issue Title]
61
- [Same format]
62
-
63
- ---
64
-
65
- ## Pattern Analysis
66
-
67
- ### Cross-Customer Themes
68
- 1. **[Theme Name]** ([N] customers)
69
- - Customers: [Customer 1] ([Company]), [Customer 2] ([Company])
70
- - Issues: #[number], #[number]
71
- - Priority: Critical
72
- - Segment: [Market segment]
73
- - Pattern: [Description of common need/pain point]
74
-
75
- 2. **[Another Theme]** ([N] customers)
76
- [Same format]
77
-
78
- ### Segment-Specific Patterns
79
- **[Segment Name] Segment**:
80
- - [Pattern or need specific to this segment]
81
- - [Another pattern]
82
- - Representative customers: [Names]
83
- - Issues: #[numbers]
84
-
85
- ---
86
-
87
- ## Follow-up Actions Required
88
-
89
- ### Customer Follow-ups
90
- - [ ] **Demo existing features** to [Customer 1], [Customer 2]
91
- - Feature: [X] addresses their need for [Y]
92
- - Schedule by: [Date]
93
- - Contact: [Email/method]
94
-
95
- - [ ] **Schedule discovery call** with [Customer 3]
96
- - Topic: [Vague pain point] needs clarification
97
- - Schedule by: [Date]
98
- - Questions to ask: [List]
99
-
100
- ### Product Follow-ups
101
- - [ ] **Prioritize Issue #[number]** for next sprint
102
- - Reason: Critical priority, [N] customers waiting
103
- - Estimated effort: [If known]
104
-
105
- - [ ] **Research Issue #[number]**
106
- - Needs: Technical feasibility assessment
107
- - Assign to: [Team/person]
108
-
109
- - [ ] **Update documentation** for [Feature]
110
- - Reason: Customers don't know it exists
111
- - Add to: Onboarding, help docs
112
-
113
- ---
114
-
115
- ## Metrics
116
-
117
- ### Triage Efficiency
118
- - **Insights extracted**: [N]
119
- - **Issues created**: [N]
120
- - **Issues updated**: [N]
121
- - **Deduplication rate**: [X%] ([N] insights consolidated into [M] issues)
122
- - **Time saved**: ~[X] hours vs manual triage (estimated)
123
-
124
- ### Customer Coverage
125
- - **Total customers**: [N]
126
- - **High-fit customers (8+)**: [N] ([Percentage]%)
127
- - **Issues per customer**: [X average]
128
- - **Customers with built features**: [N]
129
- - **Customers needing follow-up**: [N]
130
-
131
- ### Priority Distribution
132
- - **Critical**: [N] issues ([X%])
133
- - **High**: [N] issues ([X%])
134
- - **Medium**: [N] issues ([X%])
135
- - **Low**: [N] issues ([X%])
136
-
137
- ### Customer Segments Represented
138
- - **[Segment 1]**: [N] customers, [M] issues
139
- - **[Segment 2]**: [N] customers, [M] issues
140
-
141
- ---
142
-
143
- ## Deduplication Log
144
-
145
- ### Consolidated Issues
146
- 1. **Issue #[number]: [Title]**
147
- - **Merged insights**:
148
- - [Customer 1]: "[Pain point description]"
149
- - [Customer 2]: "[Similar pain point]"
150
- - [Customer 3]: "[Variation of same pain]"
151
- - **Rationale**: Same core need, different expressions
152
- - **Result**: Single critical priority issue
153
-
154
- 2. **Issue #[number]: [Another Title]**
155
- [Same format]
156
-
157
- ### Issues Kept Separate
158
- 1. **Issue #[number] vs Issue #[number]**
159
- - **Reason**: Different use cases despite similar language
160
- - **Issue A**: [Specific use case]
161
- - **Issue B**: [Different specific use case]
162
-
163
- ---
164
-
165
- ## Features Already Built (No Issues Created)
166
-
167
- ### 1. [Feature Name]
168
- **Customer(s) Requesting**: [Customer 1], [Customer 2]
169
- **Pain Point**: [What they described]
170
- **Existing Solution**: [What we already built]
171
- **Code Location**: [File paths or feature area]
172
-
173
- **Recommendation**:
174
- - Add to customer demo/onboarding materials
175
- - Update product documentation
176
- - Create demo video or walkthrough
177
-
178
- **Follow-up Note for Customers**:
179
- > "Regarding your need for [X], we actually have [existing feature] that addresses this. Here's how it works..."
180
-
181
- ---
182
-
183
- ### 2. [Another Built Feature]
184
- [Same format]
185
-
186
- ---
187
-
188
- ## Needs Discovery (Research Issues)
189
-
190
- ### 1. [Vague Pain Point or Request]
191
- **Customer**: [Name] ([Company])
192
- **Quote**: "[What they said]"
193
- **Issue**: Too vague to implement directly / Needs technical feasibility / Conflicting requirements
194
- **Research Issue Created**: #[number] (labeled `needs:discovery`)
195
-
196
- **Next Steps**:
197
- - Schedule 30-min follow-up call with customer
198
- - Questions to ask: [List]
199
- - Technical assessment needed: [Description]
200
- - Timeline: Complete discovery by [Date]
201
-
202
- ---
203
-
204
- ## Strategic Insights
205
-
206
- ### Validated Assumptions
207
- ✅ **[Assumption from strategy doc]**
208
- - Evidence: [N] customers mentioned [X]
209
- - Quotes: [Brief supporting quotes]
210
- - Issues: #[numbers]
211
-
212
- ✅ **[Another assumption]**
213
- [Same format]
214
-
215
- ### New Patterns Discovered
216
- 🆕 **[New insight not in strategy]**
217
- - Emerged from: [N] customers independently
218
- - Description: [Pattern description]
219
- - Potential opportunity: [What this means for product]
220
- - Recommend: Add to strategic brainstorming
221
-
222
- ### Segment Refinements
223
- 📊 **[Segment name] segment characteristics**
224
- - Core needs: [List]
225
- - Differentiators from other segments: [Differences]
226
- - Recommended focus: [What to prioritize for this segment]
227
-
228
- ---
229
-
230
- ## Next Triage Session
231
-
232
- **Recommended Timing**: [Date - typically 1 week or after N interviews]
233
-
234
- **Candidates for Next Triage**:
235
- - [ ] [Customer name] - Interview scheduled for [Date]
236
- - [ ] [Customer name] - Analysis pending
237
- - [ ] [Customer name] - Analysis pending
238
-
239
- **Backlog**:
240
- - [ ] [N] interview analyses waiting for triage
241
- - [ ] Consider bulk triage after [Event/milestone]
242
-
243
- **Preparation for Next Triage**:
244
- - Review issues created in this session for duplicates
245
- - Check if any critical issues were completed (for customer follow-up)
246
- - Update strategic document with validated assumptions
247
-
248
- ---
249
-
250
- ## Appendix: Raw Data
251
-
252
- ### All Insights Extracted (Before Consolidation)
253
- [Optional: List all raw insights before deduplication for reference]
254
-
255
- 1. **[Customer 1]**:
256
- - Insight 1: [Description]
257
- - Insight 2: [Description]
258
-
259
- 2. **[Customer 2]**:
260
- - Insight 1: [Description]
261
- - Insight 2: [Description]
262
-
263
- ### Priority Calculation Details
264
- [Optional: Show detailed priority calculations for transparency]
265
-
266
- **Issue #[number]**:
267
- - Number of Customers: [N] → Score: [X]
268
- - Avg Fit Score: [X/10] → Weighted: [Y]
269
- - Urgency: [Level] → Score: [X]
270
- - Willingness to Pay: [Level] → Score: [X]
271
- - **Total Priority Score**: [X.X/10] → Label: `priority:[level]`
272
-
273
- ---
274
-
275
- **Triage Completed By**: AI Agent
276
- **Triage Date**: [Date and Time]
277
- **Triage Duration**: [X minutes]
278
- **Next Review**: [Date]