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.
- package/dist/registry/ai-manager-rules/customer-development-phases/phase1-customer-profiling.md +101 -0
- package/dist/registry/ai-manager-rules/customer-development-phases/phase2-platform-discovery.md +235 -0
- package/dist/registry/ai-manager-rules/customer-development-phases/phase3-prospect-qualification.md +243 -0
- package/dist/registry/ai-manager-rules/customer-development-phases/phase4-inventory-compilation.md +206 -0
- package/dist/registry/ai-manager-rules/user-survey-phases/phase1-survey-scoping.md +60 -0
- package/dist/registry/ai-manager-rules/user-survey-phases/phase2-survey-build-linkedin.md +23 -0
- package/dist/registry/ai-manager-rules/user-survey-phases/phase3-survey-build-reddit.md +22 -0
- package/dist/registry/ai-manager-rules/user-survey-phases/phase4-survey-build-x.md +21 -0
- package/dist/registry/ai-manager-rules/user-survey-phases/phase5-survey-build-facebook.md +19 -0
- package/dist/registry/ai-manager-rules/user-survey-phases/phase6-survey-build-custom.md +15 -0
- package/dist/registry/ai-manager-rules/user-survey-phases/phase7-survey-dispatch.md +45 -0
- package/dist/registry/templates/bootstrap/ARCHITECTURE-TEMPLATE.md +53 -0
- package/dist/registry/templates/bootstrap/CODE-QUALITY-REPORT-TEMPLATE.md +37 -0
- package/dist/registry/templates/bootstrap/TEST-COVERAGE-REPORT-TEMPLATE.md +35 -0
- package/dist/registry/templates/business-development/IDEATION-REPORT-TEMPLATE.md +29 -0
- package/dist/registry/templates/business-development/PRICING-STRATEGY-TEMPLATE.md +126 -0
- package/dist/registry/templates/customer-development/customer-interview-template.md +99 -0
- package/dist/registry/templates/customer-development/customer-persona-template.md +69 -0
- package/dist/registry/templates/customer-development/follow-up-email-templates.md +132 -0
- package/dist/registry/templates/customer-development/insight-analysis-template.md +74 -0
- package/dist/registry/templates/customer-development/prospect-inventory-template.csv +3 -0
- package/dist/registry/templates/customer-development/search-strategy-template.md +123 -0
- package/dist/registry/templates/customer-development/strategic-recommendations-template.md +53 -0
- package/dist/registry/templates/customer-development/thank-you-email-template.html +124 -0
- package/dist/registry/templates/customer-development/thank-you-note-template.md +16 -0
- package/dist/registry/templates/customer-development/triage-log-template.md +278 -0
- package/dist/registry/templates/customer-development/weekly-newsletter-template.html +204 -0
- package/dist/registry/templates/evidence/Design-Evidence.md +30 -0
- package/dist/registry/templates/evidence/Implementation-BugEvidence.md +94 -0
- package/dist/registry/templates/evidence/Implementation-FeatureEvidence.md +129 -0
- package/dist/registry/templates/evidence/Spec-Evidence.md +19 -0
- package/dist/registry/templates/help/HelpNeeded.md +14 -0
- package/dist/registry/templates/legal/NDA-TEMPLATE.md +170 -0
- package/dist/registry/templates/legal/PATENT-TEMPLATE.md +372 -0
- package/dist/registry/templates/legal/TRADEMARK-TEMPLATE.md +339 -0
- package/dist/registry/templates/legal/contract-review-checklist.md +193 -0
- package/dist/registry/templates/legal/review-report-template.md +198 -0
- package/dist/registry/templates/legal/saas-terms-template.md +174 -0
- package/dist/registry/templates/legal/sow-template.md +117 -0
- package/dist/registry/templates/legal/template-variables.md +131 -0
- package/dist/registry/templates/marketing/DOMAIN-REGISTRATION-TEMPLATE.md +194 -0
- package/dist/registry/templates/marketing/HBR-ARTICLE-TEMPLATE.md +66 -0
- package/dist/registry/templates/marketing/STORYTELLING-TEMPLATE.md +130 -0
- package/dist/registry/templates/marketing/WEBSITE-TEMPLATE.md +262 -0
- package/dist/registry/templates/marketing/github-pages-workflow.yml +64 -0
- package/dist/registry/templates/replicate/implementation-checklist.md +39 -0
- package/dist/registry/templates/replicate/use-cases-template.md +88 -0
- package/dist/registry/templates/retrospective/RETROSPECTIVE-TEMPLATE.md +55 -0
- package/dist/registry/templates/specs/BUGSPEC-TEMPLATE.md +37 -0
- package/dist/registry/templates/specs/FEATURESPEC-TEMPLATE.md +66 -0
- package/dist/registry/templates/specs/TECHSPEC-TEMPLATE.md +39 -0
- package/dist/registry/workflows/bootstrap/create-architecture.md +38 -0
- package/dist/registry/workflows/bootstrap/detect-broken-windows.md +300 -0
- package/dist/registry/workflows/bootstrap/evaluate-code-quality.md +35 -0
- package/dist/registry/workflows/bootstrap/verify-test-coverage.md +36 -0
- package/dist/registry/workflows/brainstorming/blue-sky-brainstorming.md +211 -0
- package/dist/registry/workflows/brainstorming/codebase-brainstorming.md +165 -0
- package/dist/registry/workflows/business-development/create-business-plan.md +737 -0
- package/dist/registry/workflows/business-development/ideate-business-opportunity.md +55 -0
- package/dist/registry/workflows/business-development/price-product.md +325 -0
- package/dist/registry/workflows/compliance/detect-compliance-requirements.md +78 -0
- package/dist/registry/workflows/compliance/generate-audit-evidence.md +75 -0
- package/dist/registry/workflows/compliance/soc2-evidence-generator.md +332 -0
- package/dist/registry/workflows/customer-development/insight-analysis.md +156 -0
- package/dist/registry/workflows/customer-development/insight-triage.md +938 -0
- package/dist/registry/workflows/customer-development/interview-preparation.md +452 -0
- package/dist/registry/workflows/customer-development/linkedin-outreach.md +593 -0
- package/dist/registry/workflows/customer-development/strategic-brainstorming.md +146 -0
- package/dist/registry/workflows/customer-development/thank-customers.md +203 -0
- package/dist/registry/workflows/customer-development/user-survey-dispatch.md +60 -0
- package/dist/registry/workflows/customer-development/users-to-target.md +112 -0
- package/dist/registry/workflows/customer-development/weekly-newsletter.md +366 -0
- package/dist/registry/workflows/deploy/cloud-deployment.md +310 -0
- package/dist/registry/workflows/improve-fraim/contribute.md +32 -0
- package/dist/registry/workflows/improve-fraim/file-issue.md +32 -0
- package/dist/registry/workflows/learning/build-skillset.md +212 -0
- package/dist/registry/workflows/learning/synthesize-learnings.md +284 -0
- package/dist/registry/workflows/legal/contract-review-analysis.md +382 -0
- package/dist/registry/workflows/legal/nda.md +69 -0
- package/dist/registry/workflows/legal/patent-filing.md +76 -0
- package/dist/registry/workflows/legal/saas-contract-development.md +213 -0
- package/dist/registry/workflows/legal/trademark-filing.md +77 -0
- package/dist/registry/workflows/marketing/content-creation.md +37 -0
- package/dist/registry/workflows/marketing/convert-to-pdf.md +235 -0
- package/dist/registry/workflows/marketing/create-modern-website.md +456 -0
- package/dist/registry/workflows/marketing/domain-registration.md +323 -0
- package/dist/registry/workflows/marketing/hbr-article.md +73 -0
- package/dist/registry/workflows/marketing/launch-checklist.md +37 -0
- package/dist/registry/workflows/marketing/marketing-strategy.md +45 -0
- package/dist/registry/workflows/marketing/storytelling.md +65 -0
- package/dist/registry/workflows/performance/analyze-performance.md +65 -0
- package/dist/registry/workflows/product-building/design.md +103 -0
- package/dist/registry/workflows/product-building/implement.md +74 -0
- package/dist/registry/workflows/product-building/iterate-on-pr-comments.md +70 -0
- package/dist/registry/workflows/product-building/prep-issue.md +41 -0
- package/dist/registry/workflows/product-building/prototype.md +65 -0
- package/dist/registry/workflows/product-building/resolve.md +168 -0
- package/dist/registry/workflows/product-building/retrospect.md +86 -0
- package/dist/registry/workflows/product-building/spec.md +181 -0
- package/dist/registry/workflows/product-building/test.md +125 -0
- package/dist/registry/workflows/productivity-report/productivity-report.md +263 -0
- package/dist/registry/workflows/quality-assurance/browser-validation.md +221 -0
- package/dist/registry/workflows/quality-assurance/iterative-improvement-cycle.md +562 -0
- package/dist/registry/workflows/replicate/replicate-discovery.md +336 -0
- package/dist/registry/workflows/replicate/replicate-to-issues.md +324 -0
- package/dist/registry/workflows/reviewer/review-implementation-vs-design-spec.md +638 -0
- package/dist/registry/workflows/reviewer/review-implementation-vs-feature-spec.md +675 -0
- package/dist/registry/workflows/startup-credits/aws-activate-application.md +535 -0
- package/dist/registry/workflows/startup-credits/google-cloud-application.md +647 -0
- package/dist/registry/workflows/startup-credits/microsoft-azure-application.md +538 -0
- package/dist/src/ai-manager/ai-manager.js +4 -6
- package/dist/tests/test-users-to-target-workflow.js +2 -2
- package/package.json +1 -1
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase1-customer-profiling.md +0 -11
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase1-survey-scoping.md +0 -11
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase2-platform-discovery.md +0 -11
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase2-survey-build-linkedin.md +0 -11
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase3-prospect-qualification.md +0 -11
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase3-survey-build-reddit.md +0 -11
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase4-inventory-compilation.md +0 -11
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase4-survey-build-x.md +0 -11
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase5-survey-build-facebook.md +0 -11
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase6-survey-build-custom.md +0 -11
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase7-survey-dispatch.md +0 -11
- package/registry/stubs/workflows/customer-development/templates/customer-persona-template.md +0 -11
- package/registry/stubs/workflows/customer-development/templates/search-strategy-template.md +0 -11
|
@@ -0,0 +1,124 @@
|
|
|
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>
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
```
|
|
@@ -0,0 +1,278 @@
|
|
|
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]
|
|
@@ -0,0 +1,204 @@
|
|
|
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>
|
|
@@ -0,0 +1,30 @@
|
|
|
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)
|