fraim-framework 2.0.66 → 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.
Files changed (254) hide show
  1. package/dist/registry/ai-manager-rules/customer-development-phases/phase1-customer-profiling.md +101 -0
  2. package/dist/registry/ai-manager-rules/customer-development-phases/phase2-platform-discovery.md +235 -0
  3. package/dist/registry/ai-manager-rules/customer-development-phases/phase3-prospect-qualification.md +243 -0
  4. package/dist/registry/ai-manager-rules/customer-development-phases/phase4-inventory-compilation.md +206 -0
  5. package/dist/registry/ai-manager-rules/design-phases/design-completeness-review.md +73 -0
  6. package/dist/registry/ai-manager-rules/design-phases/design-design.md +145 -0
  7. package/dist/registry/ai-manager-rules/design-phases/design.md +108 -0
  8. package/dist/registry/ai-manager-rules/design-phases/finalize.md +60 -0
  9. package/dist/registry/ai-manager-rules/design-phases/validate.md +125 -0
  10. package/dist/registry/ai-manager-rules/design.json +97 -0
  11. package/dist/registry/ai-manager-rules/implement-phases/code.md +323 -0
  12. package/dist/registry/ai-manager-rules/implement-phases/completeness-review.md +94 -0
  13. package/dist/registry/ai-manager-rules/implement-phases/finalize.md +177 -0
  14. package/dist/registry/ai-manager-rules/implement-phases/implement-code.md +283 -0
  15. package/dist/registry/ai-manager-rules/implement-phases/implement-completeness-review.md +120 -0
  16. package/dist/registry/ai-manager-rules/implement-phases/implement-regression.md +173 -0
  17. package/dist/registry/ai-manager-rules/implement-phases/implement-repro.md +104 -0
  18. package/dist/registry/ai-manager-rules/implement-phases/implement-scoping.md +100 -0
  19. package/dist/registry/ai-manager-rules/implement-phases/implement-smoke.md +237 -0
  20. package/dist/registry/ai-manager-rules/implement-phases/implement-spike.md +121 -0
  21. package/dist/registry/ai-manager-rules/implement-phases/implement-validate.md +375 -0
  22. package/dist/registry/ai-manager-rules/implement-phases/quality-review.md +304 -0
  23. package/dist/registry/ai-manager-rules/implement-phases/regression.md +159 -0
  24. package/dist/registry/ai-manager-rules/implement-phases/repro.md +101 -0
  25. package/dist/registry/ai-manager-rules/implement-phases/scoping.md +93 -0
  26. package/dist/registry/ai-manager-rules/implement-phases/smoke.md +225 -0
  27. package/dist/registry/ai-manager-rules/implement-phases/spike.md +118 -0
  28. package/dist/registry/ai-manager-rules/implement-phases/validate.md +347 -0
  29. package/dist/registry/ai-manager-rules/implement.json +153 -0
  30. package/dist/registry/ai-manager-rules/retrospective.md +116 -0
  31. package/dist/registry/ai-manager-rules/shared-phases/address-pr-feedback.md +188 -0
  32. package/dist/registry/ai-manager-rules/shared-phases/finalize.md +169 -0
  33. package/dist/registry/ai-manager-rules/shared-phases/submit-pr.md +202 -0
  34. package/dist/registry/ai-manager-rules/shared-phases/wait-for-pr-review.md +170 -0
  35. package/dist/registry/ai-manager-rules/spec-phases/finalize.md +60 -0
  36. package/dist/registry/ai-manager-rules/spec-phases/spec-competitor-analysis.md +105 -0
  37. package/dist/registry/ai-manager-rules/spec-phases/spec-completeness-review.md +66 -0
  38. package/dist/registry/ai-manager-rules/spec-phases/spec-spec.md +139 -0
  39. package/dist/registry/ai-manager-rules/spec-phases/spec.md +102 -0
  40. package/dist/registry/ai-manager-rules/spec-phases/validate.md +118 -0
  41. package/dist/registry/ai-manager-rules/spec.json +112 -0
  42. package/dist/registry/ai-manager-rules/test.json +98 -0
  43. package/dist/registry/ai-manager-rules/user-survey-phases/phase1-survey-scoping.md +60 -0
  44. package/dist/registry/ai-manager-rules/user-survey-phases/phase2-survey-build-linkedin.md +23 -0
  45. package/dist/registry/ai-manager-rules/user-survey-phases/phase3-survey-build-reddit.md +22 -0
  46. package/dist/registry/ai-manager-rules/user-survey-phases/phase4-survey-build-x.md +21 -0
  47. package/dist/registry/ai-manager-rules/user-survey-phases/phase5-survey-build-facebook.md +19 -0
  48. package/dist/registry/ai-manager-rules/user-survey-phases/phase6-survey-build-custom.md +15 -0
  49. package/dist/registry/ai-manager-rules/user-survey-phases/phase7-survey-dispatch.md +45 -0
  50. package/dist/registry/delivery/address-feedback.md +83 -0
  51. package/dist/registry/delivery/retrospective.md +78 -0
  52. package/dist/registry/delivery/submit.md +79 -0
  53. package/dist/registry/providers/ado.json +19 -0
  54. package/dist/registry/providers/delivery-conversation.json +9 -0
  55. package/dist/registry/providers/delivery-pr.json +9 -0
  56. package/dist/registry/providers/github.json +19 -0
  57. package/dist/registry/rules/agent-success-criteria.md +101 -0
  58. package/dist/registry/rules/agent-testing-guidelines.md +502 -0
  59. package/dist/registry/rules/architecture.md +126 -0
  60. package/dist/registry/rules/communication.md +122 -0
  61. package/dist/registry/rules/continuous-learning.md +55 -0
  62. package/dist/registry/rules/debugging-multitenancy-issues.md +85 -0
  63. package/dist/registry/rules/ephemeral-execution.md +54 -0
  64. package/dist/registry/rules/git-safe-commands.md +34 -0
  65. package/dist/registry/rules/hitl-ppe-record-analysis.md +302 -0
  66. package/dist/registry/rules/integrity-and-test-ethics.md +275 -0
  67. package/dist/registry/rules/local-development.md +275 -0
  68. package/dist/registry/rules/mandatory-pre-completion-reflection.md +193 -0
  69. package/dist/registry/rules/merge-requirements.md +238 -0
  70. package/dist/registry/rules/simplicity.md +118 -0
  71. package/dist/registry/rules/software-development-lifecycle.md +105 -0
  72. package/dist/registry/rules/spike-first-development.md +205 -0
  73. package/dist/registry/rules/successful-debugging-patterns.md +488 -0
  74. package/dist/registry/scripts/build-scripts-generator.js +205 -0
  75. package/dist/registry/scripts/cleanup-branch.js +287 -0
  76. package/dist/registry/scripts/evaluate-code-quality.js +66 -0
  77. package/dist/registry/scripts/exec-with-timeout.js +142 -0
  78. package/dist/registry/scripts/fraim-config.js +61 -0
  79. package/dist/registry/scripts/generate-engagement-emails.js +705 -0
  80. package/dist/registry/scripts/generic-issues-api.js +100 -0
  81. package/dist/registry/scripts/newsletter-helpers.js +671 -0
  82. package/dist/registry/scripts/openapi-generator.js +664 -0
  83. package/dist/registry/scripts/performance/profile-server.js +390 -0
  84. package/dist/registry/scripts/profile-server.js +389 -0
  85. package/dist/registry/scripts/run-thank-you-workflow.js +92 -0
  86. package/dist/registry/scripts/send-newsletter-simple.js +85 -0
  87. package/dist/registry/scripts/send-thank-you-emails.js +54 -0
  88. package/dist/registry/scripts/validate-openapi-limits.js +311 -0
  89. package/dist/registry/scripts/validate-test-coverage.js +262 -0
  90. package/dist/registry/scripts/verify-test-coverage.js +66 -0
  91. package/dist/registry/stubs/workflows/azure/cost-optimization.md +11 -0
  92. package/dist/registry/stubs/workflows/bootstrap/create-architecture.md +11 -0
  93. package/dist/registry/stubs/workflows/bootstrap/detect-broken-windows.md +11 -0
  94. package/dist/registry/stubs/workflows/bootstrap/evaluate-code-quality.md +11 -0
  95. package/dist/registry/stubs/workflows/bootstrap/verify-test-coverage.md +11 -0
  96. package/dist/registry/stubs/workflows/brainstorming/blue-sky-brainstorming.md +11 -0
  97. package/dist/registry/stubs/workflows/brainstorming/codebase-brainstorming.md +11 -0
  98. package/dist/registry/stubs/workflows/business-development/create-business-plan.md +11 -0
  99. package/dist/registry/stubs/workflows/business-development/ideate-business-opportunity.md +11 -0
  100. package/dist/registry/stubs/workflows/business-development/price-product.md +18 -0
  101. package/dist/registry/stubs/workflows/compliance/detect-compliance-requirements.md +11 -0
  102. package/dist/registry/stubs/workflows/compliance/generate-audit-evidence.md +11 -0
  103. package/dist/registry/stubs/workflows/compliance/soc2-evidence-generator.md +11 -0
  104. package/dist/registry/stubs/workflows/customer-development/insight-analysis.md +11 -0
  105. package/dist/registry/stubs/workflows/customer-development/insight-triage.md +11 -0
  106. package/dist/registry/stubs/workflows/customer-development/interview-preparation.md +11 -0
  107. package/dist/registry/stubs/workflows/customer-development/linkedin-outreach.md +11 -0
  108. package/dist/registry/stubs/workflows/customer-development/strategic-brainstorming.md +11 -0
  109. package/dist/registry/stubs/workflows/customer-development/thank-customers.md +11 -0
  110. package/dist/registry/stubs/workflows/customer-development/user-survey-dispatch.md +11 -0
  111. package/dist/registry/stubs/workflows/customer-development/users-to-target.md +11 -0
  112. package/dist/registry/stubs/workflows/customer-development/weekly-newsletter.md +11 -0
  113. package/dist/registry/stubs/workflows/deploy/cloud-deployment.md +11 -0
  114. package/dist/registry/stubs/workflows/improve-fraim/contribute.md +11 -0
  115. package/dist/registry/stubs/workflows/improve-fraim/file-issue.md +11 -0
  116. package/dist/registry/stubs/workflows/learning/build-skillset.md +11 -0
  117. package/dist/registry/stubs/workflows/learning/synthesize-learnings.md +11 -0
  118. package/dist/registry/stubs/workflows/legal/contract-review-analysis.md +11 -0
  119. package/dist/registry/stubs/workflows/legal/nda.md +11 -0
  120. package/dist/registry/stubs/workflows/legal/patent-filing.md +11 -0
  121. package/dist/registry/stubs/workflows/legal/saas-contract-development.md +11 -0
  122. package/dist/registry/stubs/workflows/legal/trademark-filing.md +11 -0
  123. package/dist/registry/stubs/workflows/marketing/content-creation.md +11 -0
  124. package/dist/registry/stubs/workflows/marketing/convert-to-pdf.md +11 -0
  125. package/dist/registry/stubs/workflows/marketing/create-modern-website.md +11 -0
  126. package/dist/registry/stubs/workflows/marketing/domain-registration.md +11 -0
  127. package/dist/registry/stubs/workflows/marketing/evangelize.md +11 -0
  128. package/dist/registry/stubs/workflows/marketing/hbr-article.md +11 -0
  129. package/dist/registry/stubs/workflows/marketing/launch-checklist.md +11 -0
  130. package/dist/registry/stubs/workflows/marketing/marketing-strategy.md +11 -0
  131. package/dist/registry/stubs/workflows/marketing/storytelling.md +11 -0
  132. package/dist/registry/stubs/workflows/performance/analyze-performance.md +11 -0
  133. package/dist/registry/stubs/workflows/product-building/design.md +11 -0
  134. package/dist/registry/stubs/workflows/product-building/implement.md +11 -0
  135. package/dist/registry/stubs/workflows/product-building/iterate-on-pr-comments.md +11 -0
  136. package/dist/registry/stubs/workflows/product-building/prep-issue.md +11 -0
  137. package/dist/registry/stubs/workflows/product-building/prototype.md +11 -0
  138. package/dist/registry/stubs/workflows/product-building/resolve.md +11 -0
  139. package/dist/registry/stubs/workflows/product-building/retrospect.md +11 -0
  140. package/dist/registry/stubs/workflows/product-building/spec.md +11 -0
  141. package/dist/registry/stubs/workflows/product-building/test.md +11 -0
  142. package/dist/registry/stubs/workflows/productivity-report/productivity-report.md +11 -0
  143. package/dist/registry/stubs/workflows/quality-assurance/browser-validation.md +11 -0
  144. package/dist/registry/stubs/workflows/quality-assurance/iterative-improvement-cycle.md +11 -0
  145. package/dist/registry/stubs/workflows/replicate/replicate-discovery.md +11 -0
  146. package/dist/registry/stubs/workflows/replicate/replicate-to-issues.md +11 -0
  147. package/dist/registry/stubs/workflows/reviewer/review-implementation-vs-design-spec.md +11 -0
  148. package/dist/registry/stubs/workflows/reviewer/review-implementation-vs-feature-spec.md +11 -0
  149. package/dist/registry/stubs/workflows/startup-credits/aws-activate-application.md +11 -0
  150. package/dist/registry/stubs/workflows/startup-credits/google-cloud-application.md +11 -0
  151. package/dist/registry/stubs/workflows/startup-credits/microsoft-azure-application.md +11 -0
  152. package/dist/registry/templates/bootstrap/ARCHITECTURE-TEMPLATE.md +53 -0
  153. package/dist/registry/templates/bootstrap/CODE-QUALITY-REPORT-TEMPLATE.md +37 -0
  154. package/dist/registry/templates/bootstrap/TEST-COVERAGE-REPORT-TEMPLATE.md +35 -0
  155. package/dist/registry/templates/business-development/IDEATION-REPORT-TEMPLATE.md +29 -0
  156. package/dist/registry/templates/business-development/PRICING-STRATEGY-TEMPLATE.md +126 -0
  157. package/dist/registry/templates/customer-development/customer-interview-template.md +99 -0
  158. package/dist/registry/templates/customer-development/customer-persona-template.md +69 -0
  159. package/dist/registry/templates/customer-development/follow-up-email-templates.md +132 -0
  160. package/dist/registry/templates/customer-development/insight-analysis-template.md +74 -0
  161. package/dist/registry/templates/customer-development/prospect-inventory-template.csv +3 -0
  162. package/dist/registry/templates/customer-development/search-strategy-template.md +123 -0
  163. package/dist/registry/templates/customer-development/strategic-recommendations-template.md +53 -0
  164. package/dist/registry/templates/customer-development/thank-you-email-template.html +124 -0
  165. package/dist/registry/templates/customer-development/thank-you-note-template.md +16 -0
  166. package/dist/registry/templates/customer-development/triage-log-template.md +278 -0
  167. package/dist/registry/templates/customer-development/weekly-newsletter-template.html +204 -0
  168. package/dist/registry/templates/evidence/Design-Evidence.md +30 -0
  169. package/dist/registry/templates/evidence/Implementation-BugEvidence.md +122 -0
  170. package/dist/registry/templates/evidence/Implementation-FeatureEvidence.md +160 -0
  171. package/dist/registry/templates/evidence/Spec-Evidence.md +19 -0
  172. package/dist/registry/templates/help/HelpNeeded.md +14 -0
  173. package/dist/registry/templates/legal/NDA-TEMPLATE.md +170 -0
  174. package/dist/registry/templates/legal/PATENT-TEMPLATE.md +372 -0
  175. package/dist/registry/templates/legal/TRADEMARK-TEMPLATE.md +339 -0
  176. package/dist/registry/templates/legal/contract-review-checklist.md +193 -0
  177. package/dist/registry/templates/legal/review-report-template.md +198 -0
  178. package/dist/registry/templates/legal/saas-terms-template.md +174 -0
  179. package/dist/registry/templates/legal/sow-template.md +117 -0
  180. package/dist/registry/templates/legal/template-variables.md +131 -0
  181. package/dist/registry/templates/marketing/DOMAIN-REGISTRATION-TEMPLATE.md +194 -0
  182. package/dist/registry/templates/marketing/EVANGELIZE-TEMPLATE.md +102 -0
  183. package/dist/registry/templates/marketing/HBR-ARTICLE-TEMPLATE.md +66 -0
  184. package/dist/registry/templates/marketing/STORYTELLING-TEMPLATE.md +130 -0
  185. package/dist/registry/templates/marketing/WEBSITE-TEMPLATE.md +262 -0
  186. package/dist/registry/templates/marketing/github-pages-workflow.yml +64 -0
  187. package/dist/registry/templates/replicate/implementation-checklist.md +39 -0
  188. package/dist/registry/templates/replicate/use-cases-template.md +88 -0
  189. package/dist/registry/templates/retrospective/RETROSPECTIVE-TEMPLATE.md +55 -0
  190. package/dist/registry/templates/specs/BUGSPEC-TEMPLATE.md +37 -0
  191. package/dist/registry/templates/specs/FEATURESPEC-TEMPLATE.md +66 -0
  192. package/dist/registry/templates/specs/TECHSPEC-TEMPLATE.md +39 -0
  193. package/dist/registry/workflows/azure/cost-optimization.md +772 -0
  194. package/dist/registry/workflows/bootstrap/create-architecture.md +37 -0
  195. package/dist/registry/workflows/bootstrap/detect-broken-windows.md +300 -0
  196. package/dist/registry/workflows/bootstrap/evaluate-code-quality.md +35 -0
  197. package/dist/registry/workflows/bootstrap/verify-test-coverage.md +36 -0
  198. package/dist/registry/workflows/brainstorming/blue-sky-brainstorming.md +211 -0
  199. package/dist/registry/workflows/brainstorming/codebase-brainstorming.md +159 -0
  200. package/dist/registry/workflows/business-development/create-business-plan.md +737 -0
  201. package/dist/registry/workflows/business-development/ideate-business-opportunity.md +55 -0
  202. package/dist/registry/workflows/business-development/price-product.md +325 -0
  203. package/dist/registry/workflows/compliance/detect-compliance-requirements.md +80 -0
  204. package/dist/registry/workflows/compliance/generate-audit-evidence.md +80 -0
  205. package/dist/registry/workflows/compliance/soc2-evidence-generator.md +332 -0
  206. package/dist/registry/workflows/customer-development/insight-analysis.md +156 -0
  207. package/dist/registry/workflows/customer-development/insight-triage.md +933 -0
  208. package/dist/registry/workflows/customer-development/interview-preparation.md +452 -0
  209. package/dist/registry/workflows/customer-development/linkedin-outreach.md +599 -0
  210. package/dist/registry/workflows/customer-development/strategic-brainstorming.md +146 -0
  211. package/dist/registry/workflows/customer-development/thank-customers.md +203 -0
  212. package/dist/registry/workflows/customer-development/user-survey-dispatch.md +312 -0
  213. package/dist/registry/workflows/customer-development/users-to-target.md +427 -0
  214. package/dist/registry/workflows/customer-development/weekly-newsletter.md +366 -0
  215. package/dist/registry/workflows/deploy/cloud-deployment.md +310 -0
  216. package/dist/registry/workflows/improve-fraim/contribute.md +32 -0
  217. package/dist/registry/workflows/improve-fraim/file-issue.md +32 -0
  218. package/dist/registry/workflows/learning/build-skillset.md +212 -0
  219. package/dist/registry/workflows/learning/synthesize-learnings.md +369 -0
  220. package/dist/registry/workflows/legal/contract-review-analysis.md +382 -0
  221. package/dist/registry/workflows/legal/nda.md +69 -0
  222. package/dist/registry/workflows/legal/patent-filing.md +76 -0
  223. package/dist/registry/workflows/legal/saas-contract-development.md +204 -0
  224. package/dist/registry/workflows/legal/trademark-filing.md +77 -0
  225. package/dist/registry/workflows/marketing/content-creation.md +40 -0
  226. package/dist/registry/workflows/marketing/convert-to-pdf.md +265 -0
  227. package/dist/registry/workflows/marketing/create-modern-website.md +456 -0
  228. package/dist/registry/workflows/marketing/domain-registration.md +323 -0
  229. package/dist/registry/workflows/marketing/evangelize.md +426 -0
  230. package/dist/registry/workflows/marketing/hbr-article.md +73 -0
  231. package/dist/registry/workflows/marketing/launch-checklist.md +37 -0
  232. package/dist/registry/workflows/marketing/marketing-strategy.md +45 -0
  233. package/dist/registry/workflows/marketing/storytelling.md +65 -0
  234. package/dist/registry/workflows/performance/analyze-performance.md +65 -0
  235. package/dist/registry/workflows/product-building/design.md +263 -0
  236. package/dist/registry/workflows/product-building/implement.md +771 -0
  237. package/dist/registry/workflows/product-building/iterate-on-pr-comments.md +70 -0
  238. package/dist/registry/workflows/product-building/prep-issue.md +41 -0
  239. package/dist/registry/workflows/product-building/prototype.md +60 -0
  240. package/dist/registry/workflows/product-building/resolve.md +175 -0
  241. package/dist/registry/workflows/product-building/retrospect.md +86 -0
  242. package/dist/registry/workflows/product-building/spec.md +303 -0
  243. package/dist/registry/workflows/product-building/test.md +125 -0
  244. package/dist/registry/workflows/productivity-report/productivity-report.md +263 -0
  245. package/dist/registry/workflows/quality-assurance/browser-validation.md +221 -0
  246. package/dist/registry/workflows/quality-assurance/iterative-improvement-cycle.md +562 -0
  247. package/dist/registry/workflows/replicate/replicate-discovery.md +336 -0
  248. package/dist/registry/workflows/replicate/replicate-to-issues.md +319 -0
  249. package/dist/registry/workflows/reviewer/review-implementation-vs-design-spec.md +694 -0
  250. package/dist/registry/workflows/reviewer/review-implementation-vs-feature-spec.md +734 -0
  251. package/dist/registry/workflows/startup-credits/aws-activate-application.md +535 -0
  252. package/dist/registry/workflows/startup-credits/google-cloud-application.md +647 -0
  253. package/dist/registry/workflows/startup-credits/microsoft-azure-application.md +538 -0
  254. package/package.json +2 -1
@@ -0,0 +1,323 @@
1
+ # Workflow: domain-registration
2
+
3
+ **Path:** `workflows/marketing/domain-registration.md`
4
+
5
+ ---
6
+
7
+ # Domain Registration Research & Analysis
8
+
9
+ ## INTENT
10
+ To systematically research, evaluate, and recommend domain names for the product, including competitive pricing analysis across major registrars and structured decision-making templates.
11
+
12
+ ## PRINCIPLES
13
+ - **Brand Alignment**: Domain should reflect the product's core value proposition
14
+ - **Memorability**: Easy to remember, spell, and share
15
+ - **SEO Consideration**: Consider keyword relevance and search optimization
16
+ - **Future-Proofing**: Consider scalability and brand evolution
17
+ - **Cost Efficiency**: Balance quality with budget constraints
18
+
19
+ ## DOMAIN RESEARCH WORKFLOW
20
+
21
+ ### Step 1: Product Analysis & Brainstorming
22
+ **Objective**: Generate a comprehensive list of potential domain names
23
+
24
+ **Actions**:
25
+ 1. **Product Context Review**
26
+ - Review product documentation, value proposition, and target audience
27
+ - Identify core keywords, benefits, and brand attributes
28
+ - Note any existing brand guidelines or naming conventions
29
+
30
+ 2. **Domain Name Brainstorming**
31
+ - **COLLABORATIVE APPROACH**: Always brainstorm WITH the stakeholder, not independently
32
+ - Generate 20-30 initial domain ideas using various approaches:
33
+ - **Direct naming**: Product name + common TLDs
34
+ - **Descriptive**: What the product does (e.g., taskmanager.com)
35
+ - **Invented words**: Brandable made-up names (e.g., fraim.ai)
36
+ - **Compound words**: Combining relevant terms (e.g., fraimworks.ai)
37
+ - **Abbreviated**: Acronyms or shortened versions
38
+ - **Alternative TLDs**: .ai, .io, .co, .app, .dev, etc.
39
+ - **Playful variations**: Slogan-style domains (e.g., justfraimit.ai)
40
+ - **Ask for user suggestions** and explore their creative ideas
41
+ - **Discuss trade-offs** between different naming approaches in real-time
42
+
43
+ 3. **Initial Filtering**
44
+ - Remove obviously unavailable domains (major brands, common words)
45
+ - Filter for length (ideally 6-12 characters)
46
+ - Ensure pronunciation clarity
47
+ - Check for negative connotations or meanings in other languages
48
+
49
+ **Output**: List of 15-20 candidate domain names
50
+
51
+ ### Step 2: Availability & Trademark Check
52
+ **Objective**: Verify legal availability and reduce list to viable options
53
+
54
+ **Actions**:
55
+ 1. **Domain Availability Check**
56
+ - Use multiple domain checkers (Namecheap, GoDaddy, Domain.com)
57
+ - Check primary TLD (.com) and relevant alternatives (.ai, .io, .co)
58
+ - Note premium domains and their asking prices
59
+
60
+ 2. **Trademark Research**
61
+ - **CRITICAL**: Search for existing businesses using similar names, not just trademarks
62
+ - Search USPTO trademark database for exact and similar marks
63
+ - **Google search for existing companies** using the domain name or similar variations
64
+ - Check domain ownership history (WHOIS data) for active businesses
65
+ - **Industry-specific conflicts**: Pay special attention to businesses in the same sector
66
+ - Check international trademark databases for key markets
67
+ - **Document specific conflicts found** with business names, URLs, and risk assessment
68
+ - Check social media handle availability (@username on major platforms)
69
+
70
+ 3. **Competitive Analysis**
71
+ - Research competitors' domain strategies
72
+ - Note industry naming patterns and trends
73
+ - Identify potential conflicts or confusion risks
74
+
75
+ **Output**: Narrowed list of 5-8 legally available domains
76
+
77
+ ### Step 3: Registrar Price Comparison
78
+ **Objective**: Compare pricing across major registrars for informed purchasing decisions
79
+
80
+ **Actions**:
81
+ 1. **Browser-Based Price Research**
82
+ - **CRITICAL**: Always verify pricing by navigating to actual registrar websites
83
+ - **Do not rely on estimates** - pricing can vary significantly from published rates
84
+ - Open browser and systematically check each domain across registrars:
85
+ - **Namecheap**: Check actual search results for verified pricing and renewal rates
86
+ - **GoDaddy**: Check standard and premium pricing, note promotional vs. renewal rates
87
+ - **IONOS**: Check their domain search for competitive pricing
88
+ - **Google Domains/Squarespace**: Check integrated services pricing
89
+ - **Cloudflare**: Check their registrar pricing
90
+ - **Domain.com**: Check promotional offers
91
+ - **Porkbun**: Check competitive pricing options
92
+
93
+ 2. **Pricing Matrix Creation**
94
+ - **Document verified pricing only** - mark estimates clearly as "estimated"
95
+ - **Focus on 2-year total cost** - many domains require minimum 2-year registration
96
+ - Note first-year promotional pricing vs. standard renewal rates
97
+ - Document included services (privacy protection, email, etc.)
98
+ - Check for bulk discounts or multi-year savings
99
+ - Document any premium domain pricing or auction details
100
+ - **Include additional fees**: Domain Guard/protection services, setup fees
101
+
102
+ 3. **Service Comparison**
103
+ - DNS management capabilities
104
+ - Email hosting options
105
+ - SSL certificate inclusion
106
+ - Domain privacy protection (often free vs. paid)
107
+ - Transfer policies and fees
108
+ - Customer support quality ratings
109
+ - **Minimum registration periods** (especially important for .ai domains)
110
+
111
+ ### Step 6: Domain Registration Process
112
+ **Objective**: Complete the actual domain purchase with proper configuration
113
+
114
+ **Actions**:
115
+ 1. **Pre-Registration Checklist**
116
+ - Confirm final domain choice with stakeholders
117
+ - Verify budget approval for total cost (including protection services)
118
+ - Prepare registration information (contact details, business info)
119
+ - Decide on additional services (privacy protection, email, hosting)
120
+
121
+ 2. **Registration Process**
122
+ - Navigate to chosen registrar's website
123
+ - Search for the exact domain name to confirm availability and pricing
124
+ - **Verify pricing matches research** - if different, document discrepancies
125
+ - Add domain to cart and review all included/additional services
126
+ - **Review minimum registration periods** (especially for .ai domains)
127
+ - Consider domain protection services (Domain Guard, privacy protection)
128
+ - Proceed through checkout process but **stop before payment**
129
+
130
+ 3. **Final Review & Approval**
131
+ - Document final pricing including all fees and services
132
+ - Confirm registration period and renewal dates
133
+ - Get final stakeholder approval for total cost
134
+ - Complete payment and registration
135
+ - **Save confirmation details** and login credentials securely
136
+
137
+ **Output**: Successfully registered domain with proper configuration
138
+
139
+ ### Step 7: Post-Registration Setup
140
+ ### Step 5: Final Analysis & Recommendations
141
+ **Objective**: Complete evaluation matrix and provide structured recommendations
142
+
143
+ **Actions**:
144
+ 1. **Scoring Matrix Completion**
145
+ - Rate each viable domain (1-10) on all criteria in template
146
+ - Calculate total scores and rank options
147
+ - Document detailed evaluation notes for top candidates
148
+
149
+ 2. **Risk Assessment Documentation**
150
+ - Complete legal, business, and technical risk sections
151
+ - Provide specific mitigation plans for identified risks
152
+ - Assess implementation complexity and timeline
153
+ - **Document specific trademark conflicts** and business risks found
154
+
155
+ 3. **Final Recommendations**
156
+ - Select primary, alternative, and backup domain options
157
+ - Complete budget summary with **verified 2-year cost projections**
158
+ - Create implementation plan with specific action items
159
+ - Prepare stakeholder approval section
160
+ - **Include trademark clearance requirements** if any conflicts found
161
+
162
+ **Output**: Complete domain analysis with final recommendations ready for stakeholder review
163
+ - Select primary, alternative, and backup domain options
164
+ - Complete budget summary with 3-year cost projections
165
+ - Create implementation plan with specific action items
166
+ - Prepare stakeholder approval section
167
+
168
+ **Output**: Complete domain analysis with final recommendations ready for stakeholder review
169
+
170
+ ### Step 7: Post-Registration Setup
171
+ **Objective**: Configure domain for immediate use and long-term management
172
+
173
+ **Actions**:
174
+ 1. **Essential Configuration**
175
+ - Configure DNS settings for immediate use
176
+ - Set up domain privacy protection if not already enabled
177
+ - Configure email forwarding or professional email accounts
178
+ - Set up SSL certificate if hosting is immediate
179
+ - Document all login credentials and account information securely
180
+
181
+ 2. **Business Integration**
182
+ - Update business documentation with new domain
183
+ - Configure domain forwarding from old domain if applicable
184
+ - Update marketing materials and business cards
185
+ - Set up Google Analytics and Search Console for new domain
186
+ - Configure social media profiles with new domain
187
+
188
+ 3. **Long-term Management**
189
+ - Set up renewal reminders (60-90 days before expiration)
190
+ - Document renewal dates and costs in business calendar
191
+ - Set up monitoring for domain expiration and DNS issues
192
+ - Create backup contact information for domain management
193
+ - Plan for potential domain expansion (subdomains, additional TLDs)
194
+
195
+ **Output**: Fully configured domain ready for business use with proper management systems in place
196
+
197
+ ### Step 4: Document Creation & Analysis
198
+ **Objective**: Create comprehensive domain analysis document using the standard template
199
+
200
+ **Actions**:
201
+ 1. **Template Setup**
202
+ - Retrieve the Domain Registration template: `get_fraim_file({ path: "templates/marketing/DOMAIN-REGISTRATION-TEMPLATE.md" })`
203
+ - Create analysis document at: `docs/marketing/domain-analysis/{YYYY-MM-DD}-{kebab-case-title}.md`
204
+ - Fill in all template sections systematically
205
+
206
+ 2. **Product Context Documentation**
207
+ - Complete product analysis section with current brand attributes
208
+ - Define budget parameters and timeline requirements
209
+ - Identify required vs. nice-to-have TLD extensions
210
+
211
+ 3. **Domain Research Documentation**
212
+ - Document all brainstormed domain options in organized categories
213
+ - Record availability status for each option
214
+ - Note any premium pricing or special conditions
215
+
216
+ **Output**: Structured analysis document with complete product context and domain research
217
+
218
+ ## TEMPLATE & OUTPUT LOCATIONS
219
+
220
+ ### Required Template
221
+ Use the Domain Registration Analysis template: `get_fraim_file({ path: "templates/marketing/DOMAIN-REGISTRATION-TEMPLATE.md" })`
222
+
223
+ ### Output Location
224
+ **Primary Document**: `docs/marketing/domain-analysis/{YYYY-MM-DD}-{kebab-case-title}.md`
225
+ - Example: `docs/marketing/domain-analysis/2026-01-23-fraim-domain-research.md`
226
+ - Example: `docs/marketing/domain-analysis/2026-01-23-product-rebrand-domains.md`
227
+
228
+
229
+ ## EXECUTION CHECKLIST
230
+
231
+ ### Pre-Research
232
+ - [ ] Gather product documentation and brand guidelines
233
+ - [ ] Define budget parameters and timeline
234
+ - [ ] Identify key stakeholders for final approval
235
+ - [ ] **Schedule collaborative brainstorming session** with stakeholders
236
+
237
+ ### Research Phase
238
+ - [ ] Complete product analysis with stakeholder input
239
+ - [ ] **Conduct collaborative brainstorming session** - do not work independently
240
+ - [ ] Generate initial list of 20-30 domain ideas together
241
+ - [ ] Filter to 15-20 viable candidates
242
+ - [ ] Check availability across multiple registrars
243
+ - [ ] **Conduct thorough trademark and business conflict research**
244
+ - [ ] Narrow to 5-8 available options with no major conflicts
245
+
246
+ ### Analysis Phase
247
+ - [ ] **Open browser and verify actual pricing** at each registrar
248
+ - [ ] **Do not rely on estimates** - get verified pricing only
249
+ - [ ] Create comprehensive pricing matrix with **2-year total costs**
250
+ - [ ] Document service comparisons and features
251
+ - [ ] **Note minimum registration periods** and additional fees
252
+ - [ ] Complete scoring matrix for each domain
253
+ - [ ] **Document specific trademark conflicts** and legal considerations
254
+
255
+ ### Recommendation Phase
256
+ - [ ] Prepare final recommendation report with **verified pricing**
257
+ - [ ] Create implementation timeline
258
+ - [ ] Calculate total cost of ownership including protection services
259
+ - [ ] **Include trademark clearance requirements** if needed
260
+ - [ ] Present findings to stakeholders
261
+ - [ ] Secure approval for domain purchase
262
+
263
+ ### Registration Phase
264
+ - [ ] **Navigate to chosen registrar and verify final pricing**
265
+ - [ ] Add domain to cart and review all services
266
+ - [ ] **Get final approval for total cost** including all fees
267
+ - [ ] Complete registration process
268
+ - [ ] **Save all confirmation details and credentials securely**
269
+
270
+ ### Post-Registration
271
+ - [ ] Configure essential DNS and privacy settings
272
+ - [ ] Set up email forwarding or professional email
273
+ - [ ] Update business documentation with new domain
274
+ - [ ] **Set up renewal reminders** (60-90 days before expiration)
275
+ - [ ] Configure monitoring and backup management contacts
276
+
277
+ ## SUCCESS METRICS
278
+ - **Speed**: Complete research and recommendation within 2-3 business days
279
+ - **Thoroughness**: Evaluate at least 5 viable domain options with verified pricing
280
+ - **Cost Efficiency**: Identify savings opportunities across registrars with actual pricing
281
+ - **Risk Mitigation**: Zero trademark or legal conflicts through comprehensive research
282
+ - **Stakeholder Satisfaction**: Clear, actionable recommendations with rationale
283
+ - **Collaborative Process**: Stakeholder actively involved in brainstorming and decision-making
284
+
285
+ ## CRITICAL LESSONS LEARNED
286
+
287
+ ### Pricing Verification
288
+ - **Never rely on estimated pricing** - always verify by navigating to actual registrar websites
289
+ - **Focus on 2-year total costs** - many premium domains (.ai, .io) require minimum 2-year registration
290
+ - **Include all fees** - domain protection services, setup fees, and renewal rate increases
291
+ - **Promotional vs. renewal pricing** - first-year discounts can be misleading for long-term costs
292
+
293
+ ### Trademark Research
294
+ - **Search for existing businesses**, not just trademark registrations
295
+ - **Industry-specific conflicts** are critical - same sector businesses pose higher risk
296
+ - **Document specific conflicts** found with business names, URLs, and risk levels
297
+ - **Different industries may have lower risk** - business consulting vs. AI development tools
298
+
299
+ ### Collaborative Process
300
+ - **Always brainstorm WITH stakeholders** - never work independently on creative naming
301
+ - **User suggestions often lead to better options** - be open to their creative input
302
+ - **Explain trade-offs in real-time** - help stakeholders understand naming implications
303
+ - **Get approval at each major decision point** - pricing, trademark risks, final selection
304
+
305
+ ### Registration Process
306
+ - **Verify pricing at checkout** - registrar pricing can differ from search results
307
+ - **Review all included services** - privacy protection, domain guard, email options
308
+ - **Understand minimum registration periods** - especially important for .ai domains
309
+ - **Save all credentials securely** - registration confirmations, login details, renewal dates
310
+
311
+ ## OUTPUT DELIVERABLES
312
+ All deliverables should be saved in the designated output location: `docs/marketing/domain-analysis/{YYYY-MM-DD}-{kebab-case-title}.md`
313
+
314
+ 1. **Complete Domain Analysis Document** - Using the standard template with all sections filled
315
+ 2. **Pricing Comparison Matrix** - Detailed registrar analysis (included in main document)
316
+ 3. **Risk Assessment Report** - Legal and business risk evaluation (included in main document)
317
+ 4. **Implementation Plan** - Step-by-step execution timeline (included in main document)
318
+ 5. **Stakeholder Approval Section** - Ready for decision-maker review (included in main document)
319
+
320
+ **File Naming Examples**:
321
+ - `docs/marketing/domain-analysis/2026-01-23-fraim-domain-research.md`
322
+ - `docs/marketing/domain-analysis/2026-01-23-product-rebrand-domains.md`
323
+ - `docs/marketing/domain-analysis/2026-01-23-new-feature-subdomain.md`