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,132 @@
|
|
|
1
|
+
# Customer Follow-up Email Templates
|
|
2
|
+
|
|
3
|
+
## Template 1: Thank You + Key Takeaways Confirmation
|
|
4
|
+
|
|
5
|
+
**Subject**: Thank you for the insightful conversation about [Topic] - [Company Name]
|
|
6
|
+
|
|
7
|
+
Hi [Customer Name],
|
|
8
|
+
|
|
9
|
+
Thank you for taking the time to speak with me about [Topic] yesterday. I really appreciated your insights and candor about [Specific Pain Point].
|
|
10
|
+
|
|
11
|
+
**Key Takeaways I Want to Confirm:**
|
|
12
|
+
- [Pain Point 1]: [Customer's specific example/quote]
|
|
13
|
+
- [Pain Point 2]: [Customer's specific example/quote]
|
|
14
|
+
- [Success Criteria]: [What customer said success would look like]
|
|
15
|
+
- [Budget/Decision Process]: [What customer said about budget/timeline]
|
|
16
|
+
|
|
17
|
+
**Next Steps:**
|
|
18
|
+
- [Follow-up action 1]
|
|
19
|
+
- [Follow-up action 2]
|
|
20
|
+
- [Timeline for next steps]
|
|
21
|
+
|
|
22
|
+
I'll [specific commitment] and get back to you by [date].
|
|
23
|
+
|
|
24
|
+
Thanks again for your time and insights!
|
|
25
|
+
|
|
26
|
+
Best regards,
|
|
27
|
+
[Your Name]
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
## Template 2: Follow-up Questions + Demo Offer
|
|
32
|
+
|
|
33
|
+
**Subject**: Follow-up questions from our conversation + Demo offer
|
|
34
|
+
|
|
35
|
+
Hi [Customer Name],
|
|
36
|
+
|
|
37
|
+
Thanks again for the great conversation about [Topic]. I have a few follow-up questions that came up after our discussion:
|
|
38
|
+
|
|
39
|
+
**Questions:**
|
|
40
|
+
1. [Question 1 based on gaps in understanding]
|
|
41
|
+
2. [Question 2 based on gaps in understanding]
|
|
42
|
+
3. [Question 3 based on gaps in understanding]
|
|
43
|
+
|
|
44
|
+
**Demo Offer:**
|
|
45
|
+
Based on what you shared about [Pain Point], I think you might find value in seeing how [Product] addresses [Specific Problem]. Would you be interested in a brief demo?
|
|
46
|
+
|
|
47
|
+
**Referrals:**
|
|
48
|
+
You mentioned [Colleague Name] at [Company] might also be interested in this topic. Would you be comfortable if I reached out to them as well?
|
|
49
|
+
|
|
50
|
+
Let me know your thoughts on the questions and demo offer.
|
|
51
|
+
|
|
52
|
+
Best regards,
|
|
53
|
+
[Your Name]
|
|
54
|
+
|
|
55
|
+
---
|
|
56
|
+
|
|
57
|
+
## Template 3: Resource Sharing + Next Steps
|
|
58
|
+
|
|
59
|
+
**Subject**: Resources from our conversation + Next steps
|
|
60
|
+
|
|
61
|
+
Hi [Customer Name],
|
|
62
|
+
|
|
63
|
+
Thanks for the insightful conversation about [Topic]. As promised, here are some resources that might be helpful:
|
|
64
|
+
|
|
65
|
+
**Resources:**
|
|
66
|
+
- [Resource 1]: [Description and why it's relevant]
|
|
67
|
+
- [Resource 2]: [Description and why it's relevant]
|
|
68
|
+
- [Resource 3]: [Description and why it's relevant]
|
|
69
|
+
|
|
70
|
+
**Next Steps:**
|
|
71
|
+
- [Specific next step 1]
|
|
72
|
+
- [Specific next step 2]
|
|
73
|
+
- [Timeline and commitment]
|
|
74
|
+
|
|
75
|
+
**Questions:**
|
|
76
|
+
If you have any questions about the resources or next steps, feel free to reach out.
|
|
77
|
+
|
|
78
|
+
Thanks again for your time and insights!
|
|
79
|
+
|
|
80
|
+
Best regards,
|
|
81
|
+
[Your Name]
|
|
82
|
+
|
|
83
|
+
---
|
|
84
|
+
|
|
85
|
+
## Template 4: Referral Request + Thank You
|
|
86
|
+
|
|
87
|
+
**Subject**: Thank you + Referral request
|
|
88
|
+
|
|
89
|
+
Hi [Customer Name],
|
|
90
|
+
|
|
91
|
+
Thank you for the valuable conversation about [Topic]. Your insights about [Specific Insight] were particularly helpful.
|
|
92
|
+
|
|
93
|
+
**Referral Request:**
|
|
94
|
+
You mentioned that [Colleague Name] at [Company] might also be interested in [Topic]. Would you be comfortable making an introduction? I'd be happy to share what we discussed and see if they have similar challenges.
|
|
95
|
+
|
|
96
|
+
**What I'd Share:**
|
|
97
|
+
- Brief overview of [Topic] and common challenges
|
|
98
|
+
- How [Product] addresses these challenges
|
|
99
|
+
- 15-20 minute conversation to understand their needs
|
|
100
|
+
|
|
101
|
+
**Next Steps:**
|
|
102
|
+
- [Your specific commitment]
|
|
103
|
+
- [Timeline for follow-up]
|
|
104
|
+
|
|
105
|
+
Thanks again for your time and insights!
|
|
106
|
+
|
|
107
|
+
Best regards,
|
|
108
|
+
[Your Name]
|
|
109
|
+
|
|
110
|
+
---
|
|
111
|
+
|
|
112
|
+
## Template Usage Guidelines
|
|
113
|
+
|
|
114
|
+
### When to Use Each Template:
|
|
115
|
+
- **Template 1**: Standard follow-up for most interviews
|
|
116
|
+
- **Template 2**: When you need more information or want to offer a demo
|
|
117
|
+
- **Template 3**: When you promised to share resources
|
|
118
|
+
- **Template 4**: When customer mentioned referrals
|
|
119
|
+
|
|
120
|
+
### Customization Tips:
|
|
121
|
+
- Always personalize with specific quotes and examples
|
|
122
|
+
- Include specific commitments and timelines
|
|
123
|
+
- Reference specific pain points mentioned in the interview
|
|
124
|
+
- Keep tone professional but friendly
|
|
125
|
+
- Include clear next steps and expectations
|
|
126
|
+
|
|
127
|
+
### Best Practices:
|
|
128
|
+
- Send within 24-48 hours of the interview
|
|
129
|
+
- Include specific quotes and examples from the conversation
|
|
130
|
+
- Make specific commitments and follow through
|
|
131
|
+
- Ask for referrals when appropriate
|
|
132
|
+
- Keep emails concise and actionable
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
# Insight Analysis Template
|
|
2
|
+
|
|
3
|
+
## Analysis File Template
|
|
4
|
+
```markdown
|
|
5
|
+
# Interview Analysis - [Customer Name] - [Date]
|
|
6
|
+
|
|
7
|
+
## Executive Summary
|
|
8
|
+
[Brief overview of key insights and customer fit]
|
|
9
|
+
|
|
10
|
+
## Customer Scoring & Prioritization
|
|
11
|
+
### Customer Fit Score: [X]/10
|
|
12
|
+
**Reasoning**: [Why this score - segment alignment, pain point severity, budget authority]
|
|
13
|
+
|
|
14
|
+
### Urgency Level: [High/Medium/Low]
|
|
15
|
+
**Reasoning**: [Why this urgency - active seeking, timeline, competitive pressure]
|
|
16
|
+
|
|
17
|
+
### Willingness to Pay: [High/Medium/Low]
|
|
18
|
+
**Reasoning**: [Why this willingness - budget authority, current spending, value perception]
|
|
19
|
+
|
|
20
|
+
### Likelihood to Buy: [High/Medium/Low]
|
|
21
|
+
**Reasoning**: [Why this likelihood - decision power, implementation readiness, engagement]
|
|
22
|
+
|
|
23
|
+
## Key Insights from Interview
|
|
24
|
+
### Pain Points Confirmed
|
|
25
|
+
1. [Pain point 1 with customer quote]
|
|
26
|
+
2. [Pain point 2 with customer quote]
|
|
27
|
+
3. [Pain point 3 with customer quote]
|
|
28
|
+
|
|
29
|
+
### Success & Failure Criteria
|
|
30
|
+
**Success**: [Success criteria with customer quotes]
|
|
31
|
+
**Failure**: [Failure criteria with customer quotes]
|
|
32
|
+
|
|
33
|
+
### Feature Validation
|
|
34
|
+
- **Calendar & Scheduling**: [Priority, pain level, willingness to pay, customer quote]
|
|
35
|
+
- **Email Management**: [Priority, pain level, willingness to pay, customer quote]
|
|
36
|
+
- **Other Features**: [Additional feature insights]
|
|
37
|
+
|
|
38
|
+
## Memorable Quotes
|
|
39
|
+
> "[Customer quote 1]"
|
|
40
|
+
|
|
41
|
+
> "[Customer quote 2]"
|
|
42
|
+
|
|
43
|
+
> "[Customer quote 3]"
|
|
44
|
+
|
|
45
|
+
## Follow-up Actions
|
|
46
|
+
### Immediate Actions
|
|
47
|
+
- [ ] [Action 1 with timeline]
|
|
48
|
+
- [ ] [Action 2 with timeline]
|
|
49
|
+
- [ ] [Action 3 with timeline]
|
|
50
|
+
|
|
51
|
+
### Suggested Follow-up Email
|
|
52
|
+
[Generated personalized follow-up email using follow-up email templates as reference]
|
|
53
|
+
|
|
54
|
+
### Next Questions
|
|
55
|
+
1. [Follow-up question 1]
|
|
56
|
+
2. [Follow-up question 2]
|
|
57
|
+
3. [Follow-up question 3]
|
|
58
|
+
|
|
59
|
+
### Referrals
|
|
60
|
+
- **Potential referrals**: [Referral opportunities]
|
|
61
|
+
- **Introduction approach**: [How to approach referrals]
|
|
62
|
+
|
|
63
|
+
## Reference Files
|
|
64
|
+
- **Interview Preparation**: `[customer-name]-interview-prep.md`
|
|
65
|
+
- **Strategic Context**: `ashley-market-niche-strategy.md`
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
## Usage Notes
|
|
69
|
+
- Extract insights from raw interview notes
|
|
70
|
+
- Score customer based on fit, urgency, willingness to pay, and likelihood to buy
|
|
71
|
+
- Include direct customer quotes for authenticity
|
|
72
|
+
- **Generate personalized follow-up emails using follow-up email templates as reference**
|
|
73
|
+
- Create actionable next steps with timelines
|
|
74
|
+
- Reference the original prep file for context
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
Name,Platform Found,Profile URL,Contact Information,Pain Points Identified,Relevance Score,Discovery Context,Follow-up Priority,Notes,Date Found,Industry,Job Title,Company,Location,Engagement Level
|
|
2
|
+
John Doe,LinkedIn,https://linkedin.com/in/johndoe,john.doe@company.com,"Struggling with manual data entry, needs automation",9,"Posted about spending 10 hours/week on manual tasks",High,"Active poster about productivity challenges",2026-02-03,SaaS,Operations Manager,TechCorp,San Francisco,High
|
|
3
|
+
Jane Smith,Reddit,https://reddit.com/u/janesmith,,"Looking for better project management tools",7,"Comment in r/projectmanagement about current tool limitations",Medium,"Frequent contributor to PM discussions",2026-02-03,Marketing,Project Manager,Unknown,Unknown,Medium
|
|
@@ -0,0 +1,123 @@
|
|
|
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]
|
|
@@ -0,0 +1,53 @@
|
|
|
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
|
|
@@ -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
|
+
```
|