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.
- 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,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`
|