fraim-framework 2.0.65 → 2.0.67
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/design-phases/design-completeness-review.md +73 -0
- package/dist/registry/ai-manager-rules/design-phases/design-design.md +145 -0
- package/dist/registry/ai-manager-rules/design-phases/design.md +108 -0
- package/dist/registry/ai-manager-rules/design-phases/finalize.md +60 -0
- package/dist/registry/ai-manager-rules/design-phases/validate.md +125 -0
- package/dist/registry/ai-manager-rules/design.json +97 -0
- package/dist/registry/ai-manager-rules/implement-phases/code.md +323 -0
- package/dist/registry/ai-manager-rules/implement-phases/completeness-review.md +94 -0
- package/dist/registry/ai-manager-rules/implement-phases/finalize.md +177 -0
- package/dist/registry/ai-manager-rules/implement-phases/implement-code.md +283 -0
- package/dist/registry/ai-manager-rules/implement-phases/implement-completeness-review.md +120 -0
- package/dist/registry/ai-manager-rules/implement-phases/implement-regression.md +173 -0
- package/dist/registry/ai-manager-rules/implement-phases/implement-repro.md +104 -0
- package/dist/registry/ai-manager-rules/implement-phases/implement-scoping.md +100 -0
- package/dist/registry/ai-manager-rules/implement-phases/implement-smoke.md +237 -0
- package/dist/registry/ai-manager-rules/implement-phases/implement-spike.md +121 -0
- package/dist/registry/ai-manager-rules/implement-phases/implement-validate.md +375 -0
- package/dist/registry/ai-manager-rules/implement-phases/quality-review.md +304 -0
- package/dist/registry/ai-manager-rules/implement-phases/regression.md +159 -0
- package/dist/registry/ai-manager-rules/implement-phases/repro.md +101 -0
- package/dist/registry/ai-manager-rules/implement-phases/scoping.md +93 -0
- package/dist/registry/ai-manager-rules/implement-phases/smoke.md +225 -0
- package/dist/registry/ai-manager-rules/implement-phases/spike.md +118 -0
- package/dist/registry/ai-manager-rules/implement-phases/validate.md +347 -0
- package/dist/registry/ai-manager-rules/implement.json +153 -0
- package/dist/registry/ai-manager-rules/retrospective.md +116 -0
- package/dist/registry/ai-manager-rules/shared-phases/address-pr-feedback.md +188 -0
- package/dist/registry/ai-manager-rules/shared-phases/finalize.md +169 -0
- package/dist/registry/ai-manager-rules/shared-phases/submit-pr.md +202 -0
- package/dist/registry/ai-manager-rules/shared-phases/wait-for-pr-review.md +170 -0
- package/dist/registry/ai-manager-rules/spec-phases/finalize.md +60 -0
- package/dist/registry/ai-manager-rules/spec-phases/spec-competitor-analysis.md +105 -0
- package/dist/registry/ai-manager-rules/spec-phases/spec-completeness-review.md +66 -0
- package/dist/registry/ai-manager-rules/spec-phases/spec-spec.md +139 -0
- package/dist/registry/ai-manager-rules/spec-phases/spec.md +102 -0
- package/dist/registry/ai-manager-rules/spec-phases/validate.md +118 -0
- package/dist/registry/ai-manager-rules/spec.json +112 -0
- package/dist/registry/ai-manager-rules/test.json +98 -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/delivery/address-feedback.md +83 -0
- package/dist/registry/delivery/retrospective.md +78 -0
- package/dist/registry/delivery/submit.md +79 -0
- package/dist/registry/providers/ado.json +19 -0
- package/dist/registry/providers/delivery-conversation.json +9 -0
- package/dist/registry/providers/delivery-pr.json +9 -0
- package/dist/registry/providers/github.json +19 -0
- package/dist/registry/rules/agent-success-criteria.md +101 -0
- package/dist/registry/rules/agent-testing-guidelines.md +502 -0
- package/dist/registry/rules/architecture.md +126 -0
- package/dist/registry/rules/communication.md +122 -0
- package/dist/registry/rules/continuous-learning.md +55 -0
- package/dist/registry/rules/debugging-multitenancy-issues.md +85 -0
- package/dist/registry/rules/ephemeral-execution.md +54 -0
- package/dist/registry/rules/git-safe-commands.md +34 -0
- package/dist/registry/rules/hitl-ppe-record-analysis.md +302 -0
- package/dist/registry/rules/integrity-and-test-ethics.md +275 -0
- package/dist/registry/rules/local-development.md +275 -0
- package/dist/registry/rules/mandatory-pre-completion-reflection.md +193 -0
- package/dist/registry/rules/merge-requirements.md +238 -0
- package/dist/registry/rules/simplicity.md +118 -0
- package/dist/registry/rules/software-development-lifecycle.md +105 -0
- package/dist/registry/rules/spike-first-development.md +205 -0
- package/dist/registry/rules/successful-debugging-patterns.md +488 -0
- package/dist/registry/scripts/build-scripts-generator.js +205 -0
- package/dist/registry/scripts/cleanup-branch.js +287 -0
- package/dist/registry/scripts/evaluate-code-quality.js +66 -0
- package/dist/registry/scripts/exec-with-timeout.js +142 -0
- package/dist/registry/scripts/fraim-config.js +61 -0
- package/dist/registry/scripts/generate-engagement-emails.js +705 -0
- package/dist/registry/scripts/generic-issues-api.js +100 -0
- package/dist/registry/scripts/newsletter-helpers.js +671 -0
- package/dist/registry/scripts/openapi-generator.js +664 -0
- package/dist/registry/scripts/performance/profile-server.js +390 -0
- package/dist/registry/scripts/profile-server.js +389 -0
- package/dist/registry/scripts/run-thank-you-workflow.js +92 -0
- package/dist/registry/scripts/send-newsletter-simple.js +85 -0
- package/dist/registry/scripts/send-thank-you-emails.js +54 -0
- package/dist/registry/scripts/validate-openapi-limits.js +311 -0
- package/dist/registry/scripts/validate-test-coverage.js +262 -0
- package/dist/registry/scripts/verify-test-coverage.js +66 -0
- package/dist/registry/stubs/workflows/azure/cost-optimization.md +11 -0
- package/dist/registry/stubs/workflows/bootstrap/create-architecture.md +11 -0
- package/dist/registry/stubs/workflows/bootstrap/detect-broken-windows.md +11 -0
- package/dist/registry/stubs/workflows/bootstrap/evaluate-code-quality.md +11 -0
- package/dist/registry/stubs/workflows/bootstrap/verify-test-coverage.md +11 -0
- package/dist/registry/stubs/workflows/brainstorming/blue-sky-brainstorming.md +11 -0
- package/dist/registry/stubs/workflows/brainstorming/codebase-brainstorming.md +11 -0
- package/dist/registry/stubs/workflows/business-development/create-business-plan.md +11 -0
- package/dist/registry/stubs/workflows/business-development/ideate-business-opportunity.md +11 -0
- package/dist/registry/stubs/workflows/business-development/price-product.md +18 -0
- package/dist/registry/stubs/workflows/compliance/detect-compliance-requirements.md +11 -0
- package/dist/registry/stubs/workflows/compliance/generate-audit-evidence.md +11 -0
- package/dist/registry/stubs/workflows/compliance/soc2-evidence-generator.md +11 -0
- package/dist/registry/stubs/workflows/customer-development/insight-analysis.md +11 -0
- package/dist/registry/stubs/workflows/customer-development/insight-triage.md +11 -0
- package/dist/registry/stubs/workflows/customer-development/interview-preparation.md +11 -0
- package/dist/registry/stubs/workflows/customer-development/linkedin-outreach.md +11 -0
- package/dist/registry/stubs/workflows/customer-development/strategic-brainstorming.md +11 -0
- package/dist/registry/stubs/workflows/customer-development/thank-customers.md +11 -0
- package/dist/registry/stubs/workflows/customer-development/user-survey-dispatch.md +11 -0
- package/dist/registry/stubs/workflows/customer-development/users-to-target.md +11 -0
- package/dist/registry/stubs/workflows/customer-development/weekly-newsletter.md +11 -0
- package/dist/registry/stubs/workflows/deploy/cloud-deployment.md +11 -0
- package/dist/registry/stubs/workflows/improve-fraim/contribute.md +11 -0
- package/dist/registry/stubs/workflows/improve-fraim/file-issue.md +11 -0
- package/dist/registry/stubs/workflows/learning/build-skillset.md +11 -0
- package/dist/registry/stubs/workflows/learning/synthesize-learnings.md +11 -0
- package/dist/registry/stubs/workflows/legal/contract-review-analysis.md +11 -0
- package/dist/registry/stubs/workflows/legal/nda.md +11 -0
- package/dist/registry/stubs/workflows/legal/patent-filing.md +11 -0
- package/dist/registry/stubs/workflows/legal/saas-contract-development.md +11 -0
- package/dist/registry/stubs/workflows/legal/trademark-filing.md +11 -0
- package/dist/registry/stubs/workflows/marketing/content-creation.md +11 -0
- package/dist/registry/stubs/workflows/marketing/convert-to-pdf.md +11 -0
- package/dist/registry/stubs/workflows/marketing/create-modern-website.md +11 -0
- package/dist/registry/stubs/workflows/marketing/domain-registration.md +11 -0
- package/dist/registry/stubs/workflows/marketing/evangelize.md +11 -0
- package/dist/registry/stubs/workflows/marketing/hbr-article.md +11 -0
- package/dist/registry/stubs/workflows/marketing/launch-checklist.md +11 -0
- package/dist/registry/stubs/workflows/marketing/marketing-strategy.md +11 -0
- package/dist/registry/stubs/workflows/marketing/storytelling.md +11 -0
- package/dist/registry/stubs/workflows/performance/analyze-performance.md +11 -0
- package/dist/registry/stubs/workflows/product-building/design.md +11 -0
- package/dist/registry/stubs/workflows/product-building/implement.md +11 -0
- package/dist/registry/stubs/workflows/product-building/iterate-on-pr-comments.md +11 -0
- package/dist/registry/stubs/workflows/product-building/prep-issue.md +11 -0
- package/dist/registry/stubs/workflows/product-building/prototype.md +11 -0
- package/dist/registry/stubs/workflows/product-building/resolve.md +11 -0
- package/dist/registry/stubs/workflows/product-building/retrospect.md +11 -0
- package/dist/registry/stubs/workflows/product-building/spec.md +11 -0
- package/dist/registry/stubs/workflows/product-building/test.md +11 -0
- package/dist/registry/stubs/workflows/productivity-report/productivity-report.md +11 -0
- package/dist/registry/stubs/workflows/quality-assurance/browser-validation.md +11 -0
- package/dist/registry/stubs/workflows/quality-assurance/iterative-improvement-cycle.md +11 -0
- package/dist/registry/stubs/workflows/replicate/replicate-discovery.md +11 -0
- package/dist/registry/stubs/workflows/replicate/replicate-to-issues.md +11 -0
- package/dist/registry/stubs/workflows/reviewer/review-implementation-vs-design-spec.md +11 -0
- package/dist/registry/stubs/workflows/reviewer/review-implementation-vs-feature-spec.md +11 -0
- package/dist/registry/stubs/workflows/startup-credits/aws-activate-application.md +11 -0
- package/dist/registry/stubs/workflows/startup-credits/google-cloud-application.md +11 -0
- package/dist/registry/stubs/workflows/startup-credits/microsoft-azure-application.md +11 -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 +122 -0
- package/dist/registry/templates/evidence/Implementation-FeatureEvidence.md +160 -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/EVANGELIZE-TEMPLATE.md +102 -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/azure/cost-optimization.md +772 -0
- package/dist/registry/workflows/bootstrap/create-architecture.md +37 -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 +159 -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 +80 -0
- package/dist/registry/workflows/compliance/generate-audit-evidence.md +80 -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 +933 -0
- package/dist/registry/workflows/customer-development/interview-preparation.md +452 -0
- package/dist/registry/workflows/customer-development/linkedin-outreach.md +599 -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 +312 -0
- package/dist/registry/workflows/customer-development/users-to-target.md +427 -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 +369 -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 +204 -0
- package/dist/registry/workflows/legal/trademark-filing.md +77 -0
- package/dist/registry/workflows/marketing/content-creation.md +40 -0
- package/dist/registry/workflows/marketing/convert-to-pdf.md +265 -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/evangelize.md +426 -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 +263 -0
- package/dist/registry/workflows/product-building/implement.md +771 -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 +60 -0
- package/dist/registry/workflows/product-building/resolve.md +175 -0
- package/dist/registry/workflows/product-building/retrospect.md +86 -0
- package/dist/registry/workflows/product-building/spec.md +303 -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 +319 -0
- package/dist/registry/workflows/reviewer/review-implementation-vs-design-spec.md +694 -0
- package/dist/registry/workflows/reviewer/review-implementation-vs-feature-spec.md +734 -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/package.json +2 -1
|
@@ -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)
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
# Bug: <Title>
|
|
2
|
+
Issue: #<issue>
|
|
3
|
+
Bug Spec: <Link to Bug Spec>
|
|
4
|
+
PR: <Link to PR>
|
|
5
|
+
|
|
6
|
+
## RFC/Design Completeness
|
|
7
|
+
|
|
8
|
+
**Design Document**: [path to RFC/TECHSPEC if exists, or "N/A - Bug fix"]
|
|
9
|
+
|
|
10
|
+
### Implementation Checklist
|
|
11
|
+
**From Scoping Phase** (or created during implementation):
|
|
12
|
+
|
|
13
|
+
#### Bug Fix Components
|
|
14
|
+
- [x] File: path/to/file.ts - [fix description] - ✅ Implemented
|
|
15
|
+
- [x] Test: path/to/repro-test.ts - [repro test] - ✅ Implemented
|
|
16
|
+
- [x] Test: path/to/regression-test.ts - [regression test] - ✅ Implemented
|
|
17
|
+
|
|
18
|
+
#### Additional Changes (if any)
|
|
19
|
+
- [x] File: path/to/related-file.ts - [description] - ✅ Implemented
|
|
20
|
+
- [ ] Config: .fraim/config.json - [fields] - ⏸️ Deferred to Issue #XYZ
|
|
21
|
+
|
|
22
|
+
**Completeness Summary**:
|
|
23
|
+
- Implemented: X/Y items (Z%)
|
|
24
|
+
- Deferred: A items (with follow-up issues #123, #456)
|
|
25
|
+
- Missing: 0 (MUST be 0 or have follow-up issues)
|
|
26
|
+
|
|
27
|
+
**Scope Changes from Original Plan** (if any):
|
|
28
|
+
- [List any changes from original bug fix scope]
|
|
29
|
+
- [Explain rationale for each change]
|
|
30
|
+
|
|
31
|
+
**Deferred Items** (if any):
|
|
32
|
+
- Item: [description] - Deferred to Issue #XYZ - Reason: [why deferred]
|
|
33
|
+
|
|
34
|
+
## Completeness Evidence
|
|
35
|
+
- Issue tagged with label `phase:impl`: Yes/No
|
|
36
|
+
- Issue tagged with label `status:needs-review`: Yes/No
|
|
37
|
+
- All files committed/synced to branch: Yes/No
|
|
38
|
+
|
|
39
|
+
## Feedback Received
|
|
40
|
+
### PR Comments
|
|
41
|
+
- Table with following columns
|
|
42
|
+
- PR Comment
|
|
43
|
+
- How Addressed
|
|
44
|
+
|
|
45
|
+
### User Feedback (Direct)
|
|
46
|
+
- Table with following columns
|
|
47
|
+
- Feedback Content
|
|
48
|
+
- How Addressed
|
|
49
|
+
|
|
50
|
+
## Implementation Quality Checkpoints
|
|
51
|
+
- [ ] Code complexity reviewed (no overengineering)
|
|
52
|
+
- [ ] No resource waste (excessive retries, delays, workarounds)
|
|
53
|
+
- [ ] Solution based on proven approach from design phase
|
|
54
|
+
- [ ] All new files/functions are actually used
|
|
55
|
+
|
|
56
|
+
## Validation Evidence
|
|
57
|
+
- Complete valiation performed as suggested in bug spec: Yes/No
|
|
58
|
+
- **MANDATORY**: Evidence must reflect actual validation status, not assumptions
|
|
59
|
+
- **MANDATORY**: Cannot mark automated validations as "pending" without attempting them first
|
|
60
|
+
- Table with following columns
|
|
61
|
+
- Validation Step (manual vs automated)
|
|
62
|
+
- Validation Result (pass vs fail)
|
|
63
|
+
- Evidence (actual command/output or explanation why not applicable)
|
|
64
|
+
- Failure Analysis (if fail)
|
|
65
|
+
|
|
66
|
+
## New Files/Functions Created
|
|
67
|
+
- Table with the following columns
|
|
68
|
+
- File/Function Name
|
|
69
|
+
- Purpose
|
|
70
|
+
- Who is using/importing/calling it
|
|
71
|
+
- Is it actually used? (Yes/No - if No, explain why it exists)
|
|
72
|
+
|
|
73
|
+
## New Tests Added
|
|
74
|
+
- Required if existing test cases did not repro the bug, Optional if bug fix made previously failing test cases pass
|
|
75
|
+
- **MANDATORY**: For each new test case added, you MUST:
|
|
76
|
+
- Show actual test execution command run
|
|
77
|
+
- Show actual test output (exit code and results)
|
|
78
|
+
- Document whether it passed/failed
|
|
79
|
+
- Cannot claim tests "need fixes" without attempting execution first
|
|
80
|
+
|
|
81
|
+
## Test Execution Log
|
|
82
|
+
**MANDATORY**: Include actual test execution results below:
|
|
83
|
+
|
|
84
|
+
```bash
|
|
85
|
+
# Example: Running test file
|
|
86
|
+
$ npm run test -- test-XXX-fix.ts
|
|
87
|
+
# [Include actual output here]
|
|
88
|
+
# Exit code: 0 (success) or non-zero (failure)
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
**For each test file**:
|
|
92
|
+
- Command executed: `[command]`
|
|
93
|
+
- Exit code: `[0 or non-zero]`
|
|
94
|
+
- Passed tests: `[count]`
|
|
95
|
+
- Failed tests: `[count]`
|
|
96
|
+
- Output excerpt: `[relevant lines]`
|
|
97
|
+
|
|
98
|
+
## Existing Test Suites Run
|
|
99
|
+
- Table with following columns
|
|
100
|
+
- Test Suite
|
|
101
|
+
- 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)
|
|
102
|
+
- Failing Tests
|
|
103
|
+
- Failure Analysis (if any tests fail)
|
|
104
|
+
|
|
105
|
+
## Pre-Completion Reflection
|
|
106
|
+
|
|
107
|
+
[Include reflection analysis here following `get_fraim_file({ path: "rules/mandatory-pre-completion-reflection.md" })`]
|
|
108
|
+
|
|
109
|
+
✅ Reflection Phase 1 (Claim Verification) completed: YES/NO
|
|
110
|
+
✅ Reflection Phase 2 (Risk Analysis) completed: YES/NO
|
|
111
|
+
✅ Reflection Phase 3 (Validation Plan Check) completed: YES/NO
|
|
112
|
+
✅ Reflection Phase 4 (Self-Audit) completed: YES/NO
|
|
113
|
+
✅ All blockers from reflection addressed: YES/NO
|
|
114
|
+
✅ Confidence level: X% (must be ≥ 90% to proceed)
|
|
115
|
+
|
|
116
|
+
**Reflection Summary:**
|
|
117
|
+
[Brief summary of key findings from reflection]
|
|
118
|
+
|
|
119
|
+
## Continous Learning
|
|
120
|
+
- Table with following columns
|
|
121
|
+
- Learning
|
|
122
|
+
- Agent Rule Updates (what agent rule file was updated to ensure the learning is durable)
|