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,11 @@
|
|
|
1
|
+
# FRAIM Workflow: browser-validation
|
|
2
|
+
|
|
3
|
+
> [!IMPORTANT]
|
|
4
|
+
> This is a **FRAIM-managed workflow stub**.
|
|
5
|
+
> To load the full context (rules, templates, and execution steps), ask your AI agent to:
|
|
6
|
+
> `@fraim get_fraim_workflow("browser-validation")`
|
|
7
|
+
>
|
|
8
|
+
> DO NOT EXECUTE.
|
|
9
|
+
|
|
10
|
+
## Intent
|
|
11
|
+
To systematically validate the application in a browser, identify issues, and iterate until production-ready through comprehensive browser testing.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# FRAIM Workflow: iterative-improvement-cycle
|
|
2
|
+
|
|
3
|
+
> [!IMPORTANT]
|
|
4
|
+
> This is a **FRAIM-managed workflow stub**.
|
|
5
|
+
> To load the full context (rules, templates, and execution steps), ask your AI agent to:
|
|
6
|
+
> `@fraim get_fraim_workflow("iterative-improvement-cycle")`
|
|
7
|
+
>
|
|
8
|
+
> DO NOT EXECUTE.
|
|
9
|
+
|
|
10
|
+
## Intent
|
|
11
|
+
To systematically improve application quality through iterative cycles of Review → Critique → Fix → Validate, ensuring high-quality, production-ready applications.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# FRAIM Workflow: replicate-discovery
|
|
2
|
+
|
|
3
|
+
> [!IMPORTANT]
|
|
4
|
+
> This is a **FRAIM-managed workflow stub**.
|
|
5
|
+
> To load the full context (rules, templates, and execution steps), ask your AI agent to:
|
|
6
|
+
> `@fraim get_fraim_workflow("replicate-discovery")`
|
|
7
|
+
>
|
|
8
|
+
> DO NOT EXECUTE.
|
|
9
|
+
|
|
10
|
+
## Intent
|
|
11
|
+
To systematically discover, analyze, and document an existing web application for replication, producing a complete analysis package that can be converted into implementation issues.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# FRAIM Workflow: replicate-to-issues
|
|
2
|
+
|
|
3
|
+
> [!IMPORTANT]
|
|
4
|
+
> This is a **FRAIM-managed workflow stub**.
|
|
5
|
+
> To load the full context (rules, templates, and execution steps), ask your AI agent to:
|
|
6
|
+
> `@fraim get_fraim_workflow("replicate-to-issues")`
|
|
7
|
+
>
|
|
8
|
+
> DO NOT EXECUTE.
|
|
9
|
+
|
|
10
|
+
## Intent
|
|
11
|
+
To convert comprehensive replication analysis into actionable GitHub issues that can be implemented through standard FRAIM workflows (spec → design → implement → test).
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# FRAIM Workflow: review-implementation-vs-design-spec
|
|
2
|
+
|
|
3
|
+
> [!IMPORTANT]
|
|
4
|
+
> This is a **FRAIM-managed workflow stub**.
|
|
5
|
+
> To load the full context (rules, templates, and execution steps), ask your AI agent to:
|
|
6
|
+
> `@fraim get_fraim_workflow("review-implementation-vs-design-spec")`
|
|
7
|
+
>
|
|
8
|
+
> DO NOT EXECUTE.
|
|
9
|
+
|
|
10
|
+
## Intent
|
|
11
|
+
To systematically verify that the implementation matches the approved technical design (RFC), ensuring **completeness**, **correctness**, and **quality** of all technical requirements, test cases, and validation scenarios.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# FRAIM Workflow: review-implementation-vs-feature-spec
|
|
2
|
+
|
|
3
|
+
> [!IMPORTANT]
|
|
4
|
+
> This is a **FRAIM-managed workflow stub**.
|
|
5
|
+
> To load the full context (rules, templates, and execution steps), ask your AI agent to:
|
|
6
|
+
> `@fraim get_fraim_workflow("review-implementation-vs-feature-spec")`
|
|
7
|
+
>
|
|
8
|
+
> DO NOT EXECUTE.
|
|
9
|
+
|
|
10
|
+
## Intent
|
|
11
|
+
To systematically verify that the implementation solves the customer problem and delivers the user experience described in the feature spec, ensuring **completeness**, **correctness**, and **quality** of functional requirements and user value.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# FRAIM Workflow: aws-activate-application
|
|
2
|
+
|
|
3
|
+
> [!IMPORTANT]
|
|
4
|
+
> This is a **FRAIM-managed workflow stub**.
|
|
5
|
+
> To load the full context (rules, templates, and execution steps), ask your AI agent to:
|
|
6
|
+
> `@fraim get_fraim_workflow("aws-activate-application")`
|
|
7
|
+
>
|
|
8
|
+
> DO NOT EXECUTE.
|
|
9
|
+
|
|
10
|
+
## Intent
|
|
11
|
+
No intent defined.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# FRAIM Workflow: google-cloud-application
|
|
2
|
+
|
|
3
|
+
> [!IMPORTANT]
|
|
4
|
+
> This is a **FRAIM-managed workflow stub**.
|
|
5
|
+
> To load the full context (rules, templates, and execution steps), ask your AI agent to:
|
|
6
|
+
> `@fraim get_fraim_workflow("google-cloud-application")`
|
|
7
|
+
>
|
|
8
|
+
> DO NOT EXECUTE.
|
|
9
|
+
|
|
10
|
+
## Intent
|
|
11
|
+
No intent defined.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# FRAIM Workflow: microsoft-azure-application
|
|
2
|
+
|
|
3
|
+
> [!IMPORTANT]
|
|
4
|
+
> This is a **FRAIM-managed workflow stub**.
|
|
5
|
+
> To load the full context (rules, templates, and execution steps), ask your AI agent to:
|
|
6
|
+
> `@fraim get_fraim_workflow("microsoft-azure-application")`
|
|
7
|
+
>
|
|
8
|
+
> DO NOT EXECUTE.
|
|
9
|
+
|
|
10
|
+
## Intent
|
|
11
|
+
No intent defined.
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# Architecture Documentation: <project-name>
|
|
2
|
+
|
|
3
|
+
## 1. Overview
|
|
4
|
+
<Briefly describe the purpose and goals of the project.>
|
|
5
|
+
|
|
6
|
+
## 2. Tech Stack Choices
|
|
7
|
+
|
|
8
|
+
| Category | Choice | Rationale |
|
|
9
|
+
| :--- | :--- | :--- |
|
|
10
|
+
| **Language** | <e.g. TypeScript> | <e.g. Type safety and developer productivity> |
|
|
11
|
+
| **Runtime** | <e.g. Node.js> | <e.g. Ubiquity and ecosystem> |
|
|
12
|
+
| **Frameworks** | <e.g. Express, Fastify, React> | <e.g. Robustness and community support> |
|
|
13
|
+
| **Database** | <e.g. MongoDB, PostgreSQL> | <e.g. Data structure requirements> |
|
|
14
|
+
| **Testing** | <e.g. Vitest, Playwright> | <e.g. Modern toolchain and speed> |
|
|
15
|
+
|
|
16
|
+
## 3. Architectural Layers
|
|
17
|
+
|
|
18
|
+
Describe the layers of the system and their responsibilities.
|
|
19
|
+
|
|
20
|
+
### 3.1. [Layer Name, e.g., API/Interface Layer]
|
|
21
|
+
- **Responsibility**: <e.g., Handling HTTP requests, validation, and CLI entry points.>
|
|
22
|
+
- **Key Modules**: <e.g., `src/server.ts`, `src/cli/`>
|
|
23
|
+
|
|
24
|
+
### 3.2. [Layer Name, e.g., Application/Business Logic Layer]
|
|
25
|
+
- **Responsibility**: <e.g., Core business rules and orchestrating domain services.>
|
|
26
|
+
- **Key Modules**: <e.g., `src/services/`, `src/orchestrator/`>
|
|
27
|
+
|
|
28
|
+
### 3.3. [Layer Name, e.g., Data/Infrastructure Layer]
|
|
29
|
+
- **Responsibility**: <e.g., Persistence, external API integrations, and low-level utilities.>
|
|
30
|
+
- **Key Modules**: <e.g., `src/db/`, `src/clients/`>
|
|
31
|
+
|
|
32
|
+
## 4. Key Components & Modules
|
|
33
|
+
|
|
34
|
+
<mermaid>
|
|
35
|
+
graph TD
|
|
36
|
+
A[Component A] --> B[Component B]
|
|
37
|
+
B --> C[External API]
|
|
38
|
+
B --> D[Database]
|
|
39
|
+
</mermaid>
|
|
40
|
+
|
|
41
|
+
### 4.1 [Component Name]
|
|
42
|
+
<Description of the component's role and internal structure.>
|
|
43
|
+
|
|
44
|
+
## 5. Data Flow
|
|
45
|
+
<Describe how information moves through the system from an input (e.g., user request) to output/persistence.>
|
|
46
|
+
|
|
47
|
+
## 6. Design Patterns & Principles
|
|
48
|
+
- **Pattern 1**: <e.g., Dependency Injection for testability.>
|
|
49
|
+
- **Pattern 2**: <e.g., Event-driven architecture for async processing.>
|
|
50
|
+
|
|
51
|
+
## 7. Configuration & Environment
|
|
52
|
+
- **FRAIM Config**: Located at `config.json`.
|
|
53
|
+
- **Environment Variables**: <List critical variables here.>
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# Code Quality Evaluation Report
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
- **Evaluation Date**: <date>
|
|
5
|
+
- **Project Name**: <project-name>
|
|
6
|
+
- **Overall Quality Grade**: <grade> (A/B/C/D/F)
|
|
7
|
+
|
|
8
|
+
## Key Characteristics
|
|
9
|
+
|
|
10
|
+
### 1. Type Safety
|
|
11
|
+
- **Gate 1 Status**: <status>
|
|
12
|
+
- **Issues Found**:
|
|
13
|
+
- <issue-1>
|
|
14
|
+
- <issue-2>
|
|
15
|
+
- **Recommendation**: <recommendation>
|
|
16
|
+
|
|
17
|
+
### 2. Linting & Style
|
|
18
|
+
- **Status**: <status>
|
|
19
|
+
- **Warnings/Errors**: <count>
|
|
20
|
+
- **Recommendation**: <recommendation>
|
|
21
|
+
|
|
22
|
+
### 3. FRAIM Patterns & Architecture
|
|
23
|
+
- **Architecture Alignment**: <status>
|
|
24
|
+
- **Missing Documentation**: <list>
|
|
25
|
+
- **Rule Violations**:
|
|
26
|
+
- <violation-1>
|
|
27
|
+
|
|
28
|
+
### 4. Technical Debt
|
|
29
|
+
- **Estimated Effort to Fix**: <hours>
|
|
30
|
+
- **Top 3 Critical Issues**:
|
|
31
|
+
1. <issue-1>
|
|
32
|
+
2. <issue-2>
|
|
33
|
+
3. <issue-3>
|
|
34
|
+
|
|
35
|
+
## Recommendations
|
|
36
|
+
- [ ] <next-step-1>
|
|
37
|
+
- [ ] <next-step-2>
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# Test Coverage & Effectiveness Report
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
- **Evaluation Date**: <date>
|
|
5
|
+
- **Total Scenarios Found**: <total>
|
|
6
|
+
- **Scenario Coverage**: <percentage>%
|
|
7
|
+
- **Line Coverage**: <percentage>%
|
|
8
|
+
|
|
9
|
+
## Coverage Breakdown
|
|
10
|
+
|
|
11
|
+
### 1. Scenario Coverage (Gate 9)
|
|
12
|
+
- **Status**: <status>
|
|
13
|
+
- **Covered Scenarios**:
|
|
14
|
+
- [x] <scenario-1>
|
|
15
|
+
- [x] <scenario-2>
|
|
16
|
+
- **Missing Scenarios**:
|
|
17
|
+
- [ ] <missing-scenario-1>
|
|
18
|
+
- [ ] <missing-scenario-2>
|
|
19
|
+
|
|
20
|
+
### 2. Code Coverage
|
|
21
|
+
- **Lines**: <covered>/<total> (<percentage>%)
|
|
22
|
+
- **Branches**: <covered>/<total> (<percentage>%)
|
|
23
|
+
- **Functions**: <covered>/<total> (<percentage>%)
|
|
24
|
+
|
|
25
|
+
### 3. Test Quality
|
|
26
|
+
- **Tautological Tests (Gate 1.5)**: <count> found
|
|
27
|
+
- **Mocking Health**: <assessment>
|
|
28
|
+
|
|
29
|
+
## Risk Areas
|
|
30
|
+
- **Unverified Critical Paths**: <list>
|
|
31
|
+
- **Complexity without Tests**: <list>
|
|
32
|
+
|
|
33
|
+
## Recommendations
|
|
34
|
+
- [ ] <recommendation-1>
|
|
35
|
+
- [ ] <recommendation-2>
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Ideation Report: [Product/Space Name]
|
|
2
|
+
|
|
3
|
+
## 🎯 Executive Summary
|
|
4
|
+
[1-2 sentences summarizing the core idea and its unique value prop.]
|
|
5
|
+
|
|
6
|
+
## 🧭 Problem Space & Vision
|
|
7
|
+
### The Problem
|
|
8
|
+
[Describe the pain points being solved.]
|
|
9
|
+
### The Vision
|
|
10
|
+
[Describe the desired future state.]
|
|
11
|
+
|
|
12
|
+
## 👥 Target Personas
|
|
13
|
+
- **[Persona Name]**: [Description, Goals, Pain Points]
|
|
14
|
+
|
|
15
|
+
## 🚀 Priority Feature Backlog
|
|
16
|
+
| Feature | Description | Priority |
|
|
17
|
+
| :--- | :--- | :--- |
|
|
18
|
+
| [Feature Name] | [Brief detail] | [High/Med/Low] |
|
|
19
|
+
|
|
20
|
+
## 📐 Conceptual Architecture
|
|
21
|
+
[High-level description of how modules or agents might interact.]
|
|
22
|
+
|
|
23
|
+
## 🧪 Next Steps
|
|
24
|
+
- [ ] Transition to `prototype` for [Core Feature]
|
|
25
|
+
- [ ] Create `spec` for [Highest Priority Feature]
|
|
26
|
+
- [ ] Research [Specific Technical/Market Gap]
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
*Created via FRAIM Ideation Workflow*
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
# Pricing & Packaging Strategy — [Product Name]
|
|
2
|
+
|
|
3
|
+
**Date:** YYYY-MM-DD
|
|
4
|
+
**Owner:** [Name/Team]
|
|
5
|
+
**Purpose:** Define SKUs, pricing, unit economics, and competitive positioning
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Executive Summary
|
|
10
|
+
- What we sell (one-liner)
|
|
11
|
+
- Who buys (top 2–3 segments)
|
|
12
|
+
- Recommended pricing metric
|
|
13
|
+
- Recommended SKUs/tiers
|
|
14
|
+
- Price list snapshot
|
|
15
|
+
- Biggest risks + mitigations
|
|
16
|
+
- Next 30 days plan
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## Product Context
|
|
21
|
+
- Core outcomes
|
|
22
|
+
- Buyer vs user
|
|
23
|
+
- Delivery model (SaaS / services / hybrid)
|
|
24
|
+
- Constraints (margin targets, capacity, sales motion)
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
## Customer Segments (ICP)
|
|
29
|
+
### Segment 1: [Name]
|
|
30
|
+
- Job-to-be-done
|
|
31
|
+
- Pain points
|
|
32
|
+
- Alternatives today
|
|
33
|
+
- Willingness to pay signals
|
|
34
|
+
- Buying process & budget
|
|
35
|
+
- Success metrics
|
|
36
|
+
|
|
37
|
+
[Repeat for 3–7 segments]
|
|
38
|
+
|
|
39
|
+
### Segment Comparison Table
|
|
40
|
+
| Segment | Pain | Frequency | Budget Owner | WTP | Reach | Competition | Notes |
|
|
41
|
+
|---|---:|---:|---|---:|---:|---:|---|
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
## Value Narrative (Why Before Pricing)
|
|
46
|
+
- Headline value statement
|
|
47
|
+
- Why outcomes vary (if relevant)
|
|
48
|
+
- 3 adoption paths / maturity levels (optional)
|
|
49
|
+
- CTA
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
## Packaging Architecture (SKUs + tiers)
|
|
54
|
+
### SKU Catalog
|
|
55
|
+
| SKU | Who it’s for | Primary outcomes | Included | Excludes | Success metrics |
|
|
56
|
+
|---|---|---|---|---|---|
|
|
57
|
+
|
|
58
|
+
### Tier Comparison
|
|
59
|
+
| Tier | Best for | Outcomes | Limits | Support | Upgrade triggers |
|
|
60
|
+
|---|---|---|---|---|---|
|
|
61
|
+
|
|
62
|
+
---
|
|
63
|
+
|
|
64
|
+
## Pricing Metric
|
|
65
|
+
- Primary metric: [e.g., per seat / per workspace / per project / per run]
|
|
66
|
+
- Why this metric fits value + predictability
|
|
67
|
+
- Guardrails and anti-gaming
|
|
68
|
+
- Secondary metrics (optional add-ons)
|
|
69
|
+
|
|
70
|
+
---
|
|
71
|
+
|
|
72
|
+
## Price List
|
|
73
|
+
### Hero Table (simple first)
|
|
74
|
+
| | Tier 1 | Tier 2 | Tier 3 |
|
|
75
|
+
|---|---|---|---|
|
|
76
|
+
| What you get | | | |
|
|
77
|
+
| What you save/earn | | | |
|
|
78
|
+
| What you pay | | | |
|
|
79
|
+
|
|
80
|
+
### Add-ons
|
|
81
|
+
| Add-on | What it includes | Who buys it | Price | Notes |
|
|
82
|
+
|---|---|---|---:|---|
|
|
83
|
+
|
|
84
|
+
### Discounts & Terms
|
|
85
|
+
- annual/volume/enterprise terms
|
|
86
|
+
|
|
87
|
+
---
|
|
88
|
+
|
|
89
|
+
## Unit Economics
|
|
90
|
+
### Assumptions
|
|
91
|
+
| Driver | Assumption | Notes |
|
|
92
|
+
|---|---|---|
|
|
93
|
+
|
|
94
|
+
### Margin by SKU/Tier
|
|
95
|
+
| SKU/Tier | ARPU/ACV | COGS | Gross Margin | Notes |
|
|
96
|
+
|---|---:|---:|---:|---|
|
|
97
|
+
|
|
98
|
+
### Scalability Constraints
|
|
99
|
+
- staffing ratios (if services)
|
|
100
|
+
- compute caps
|
|
101
|
+
- support burden
|
|
102
|
+
|
|
103
|
+
---
|
|
104
|
+
|
|
105
|
+
## Competitive Landscape (with citations)
|
|
106
|
+
### Competitor Matrix
|
|
107
|
+
| Competitor | What they sell | Who buys | Pricing model | Strengths | Weaknesses | Win strategy |
|
|
108
|
+
|---|---|---|---|---|---|---|
|
|
109
|
+
|
|
110
|
+
### Positioning & Talk Tracks
|
|
111
|
+
- Differentiation pillars
|
|
112
|
+
- Objections + responses
|
|
113
|
+
- Win/loss summary
|
|
114
|
+
|
|
115
|
+
---
|
|
116
|
+
|
|
117
|
+
## Risks & Mitigations
|
|
118
|
+
| Risk | Impact | Mitigation | Owner | Leading indicator |
|
|
119
|
+
|---|---|---|---|---|
|
|
120
|
+
|
|
121
|
+
---
|
|
122
|
+
|
|
123
|
+
## Validation Plan (30/60/90)
|
|
124
|
+
- experiments
|
|
125
|
+
- metrics
|
|
126
|
+
- decision points
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
# Customer Interview Template
|
|
2
|
+
|
|
3
|
+
## Interview Preparation Section (AI Agent fills this before interview)
|
|
4
|
+
|
|
5
|
+
### Customer Overview
|
|
6
|
+
**Name**: [Full Name]
|
|
7
|
+
**Role**: [Current Title] at [Company]
|
|
8
|
+
**Location**: [City, State/Country]
|
|
9
|
+
**Experience**: [Years] at [Company], [Total] years in [Industry]
|
|
10
|
+
**Connection**: [Degree] degree connection with [X] mutual connections
|
|
11
|
+
|
|
12
|
+
### Professional Background
|
|
13
|
+
|
|
14
|
+
#### Current Role ([Date] - Present)
|
|
15
|
+
**[Title]** - [Company/Department]
|
|
16
|
+
- **Mission**: [Key responsibilities and team focus]
|
|
17
|
+
- **Team Leadership**: [Team size and management responsibilities]
|
|
18
|
+
- **Key Responsibilities**:
|
|
19
|
+
- [Specific responsibility 1]
|
|
20
|
+
- [Specific responsibility 2]
|
|
21
|
+
- [Specific responsibility 3]
|
|
22
|
+
|
|
23
|
+
#### Previous Role ([Date] - [Date])
|
|
24
|
+
**[Title]** - [Company/Department]
|
|
25
|
+
- **Focus**: [Key focus areas and achievements]
|
|
26
|
+
- **Key Products/Projects**:
|
|
27
|
+
- [Product/Project 1]: [Description]
|
|
28
|
+
- [Product/Project 2]: [Description]
|
|
29
|
+
- **Innovation**: [Key innovations or approaches]
|
|
30
|
+
|
|
31
|
+
#### Career Progression
|
|
32
|
+
- **[X] years at [Company]** ([Additional context])
|
|
33
|
+
- **Technical Background**: [Background details]
|
|
34
|
+
- **Enterprise Experience**: [Relevant experience]
|
|
35
|
+
- **Product Creation**: [Notable products built]
|
|
36
|
+
- **Education**: [Education background]
|
|
37
|
+
|
|
38
|
+
### Key Insights for Interview
|
|
39
|
+
|
|
40
|
+
#### Product Philosophy
|
|
41
|
+
- **[Quote or philosophy from profile]**
|
|
42
|
+
- **[Key mindset or approach]**
|
|
43
|
+
- **[Customer-centric focus areas]**
|
|
44
|
+
|
|
45
|
+
#### Technical & Business Acumen
|
|
46
|
+
- **Hybrid Background**: [Technical + Business background]
|
|
47
|
+
- **Enterprise Focus**: [Enterprise experience details]
|
|
48
|
+
- **AI Integration**: [AI/Technology experience]
|
|
49
|
+
- **Product-Led Growth**: [Growth and adoption expertise]
|
|
50
|
+
|
|
51
|
+
#### Company Context
|
|
52
|
+
- **Long Tenure**: [Company experience details]
|
|
53
|
+
- **Current Focus**: [Current team and project focus]
|
|
54
|
+
- **Hierarchy Awareness**: [Level and leadership context]
|
|
55
|
+
- **Cross-Functional**: [Cross-functional experience]
|
|
56
|
+
|
|
57
|
+
#### LinkedIn Activity Insights
|
|
58
|
+
- **Recent Posts**: [Topics they write about, tone, expertise areas]
|
|
59
|
+
- **Liked/Reshared Content**: [Interests and influences from their engagement]
|
|
60
|
+
- **Comments**: [Perspectives and opinions from their comments]
|
|
61
|
+
- **Recurring Themes**: [Pain points, interests, expertise areas from content]
|
|
62
|
+
- **Communication Style**: [Personality and approach from posts/comments]
|
|
63
|
+
- **Thought Leadership**: [Areas where they share insights and opinions]
|
|
64
|
+
|
|
65
|
+
#### Additional Research Insights
|
|
66
|
+
- **Web Search Findings**: [Articles, interviews, press mentions found online]
|
|
67
|
+
- **Professional Content**: [Blog posts, articles, speaking engagements, podcasts]
|
|
68
|
+
- **Social Media Activity**: [Twitter/X, Medium, other platforms activity]
|
|
69
|
+
- **Company Intelligence**: [Company culture, tools, policies, recent changes]
|
|
70
|
+
- **Industry Context**: [Industry trends, challenges, competitive landscape]
|
|
71
|
+
|
|
72
|
+
### Interview Strategy
|
|
73
|
+
|
|
74
|
+
#### Conversation Starters
|
|
75
|
+
- **Mutual Connections**: Reference [Specific mutual connections]
|
|
76
|
+
- **Shared Experience**: [Shared context or experience]
|
|
77
|
+
- **Product Philosophy**: Connect to [Specific philosophy or approach]
|
|
78
|
+
- **Recent Work**: Ask about [Specific recent work or projects]
|
|
79
|
+
|
|
80
|
+
### Research Notes
|
|
81
|
+
- **LinkedIn Profile**: [Profile research summary]
|
|
82
|
+
- **Mutual Connections**: [Network overlap details]
|
|
83
|
+
- **Company Context**: [Company and industry context]
|
|
84
|
+
- **Role Relevance**: [Why this customer is a good fit]
|
|
85
|
+
- **Timing**: [Why timing is good for interview]
|
|
86
|
+
|
|
87
|
+
## Interview Questions (AI Agent creates these based on strategic document - Mom Test Compliant)
|
|
88
|
+
|
|
89
|
+
### Priority Questions
|
|
90
|
+
[AI Agent creates specific questions based on strategic assumptions and customer context]
|
|
91
|
+
**Mom Test Format**: "Tell me about the last time you..." or "Walk me through what happened when..."
|
|
92
|
+
|
|
93
|
+
### Validation Questions
|
|
94
|
+
[AI Agent creates questions to validate specific strategic assumptions from the strategy document]
|
|
95
|
+
**Focus**: Past behavior, specific examples, current processes
|
|
96
|
+
|
|
97
|
+
### Follow-up Questions
|
|
98
|
+
[AI Agent creates follow-up questions based on customer background and role]
|
|
99
|
+
**Format**: "How did that work out?" or "What would you have done differently?"
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
# Customer Persona Template
|
|
2
|
+
|
|
3
|
+
## Basic Information
|
|
4
|
+
- **Persona Name**: [Give your ideal customer a name]
|
|
5
|
+
- **Industry/Sector**: [What industry do they work in?]
|
|
6
|
+
- **Job Title/Role**: [What is their position?]
|
|
7
|
+
- **Company Size**: [Startup, SMB, Enterprise]
|
|
8
|
+
- **Geographic Location**: [Where are they located?]
|
|
9
|
+
|
|
10
|
+
## Demographics
|
|
11
|
+
- **Age Range**: [Age bracket]
|
|
12
|
+
- **Education Level**: [Educational background]
|
|
13
|
+
- **Income Range**: [If relevant]
|
|
14
|
+
- **Experience Level**: [Years in role/industry]
|
|
15
|
+
|
|
16
|
+
## Pain Points & Challenges
|
|
17
|
+
1. **Primary Pain Point**: [Main problem your solution addresses]
|
|
18
|
+
2. **Secondary Pain Points**: [Additional problems they face]
|
|
19
|
+
3. **Current Solutions**: [How do they currently handle these problems?]
|
|
20
|
+
4. **Frustrations**: [What frustrates them about current solutions?]
|
|
21
|
+
|
|
22
|
+
## Behavioral Indicators
|
|
23
|
+
- **Online Behavior**: [Where do they spend time online?]
|
|
24
|
+
- **Content Consumption**: [What do they read/watch?]
|
|
25
|
+
- **Social Media Usage**: [Which platforms do they use?]
|
|
26
|
+
- **Professional Networks**: [LinkedIn groups, associations]
|
|
27
|
+
- **Forums/Communities**: [Where do they seek help/advice?]
|
|
28
|
+
|
|
29
|
+
## Search Keywords
|
|
30
|
+
### LinkedIn Keywords
|
|
31
|
+
- [Professional terms they use]
|
|
32
|
+
- [Job titles to search for]
|
|
33
|
+
- [Company types]
|
|
34
|
+
- [Skills they mention]
|
|
35
|
+
|
|
36
|
+
### Reddit Keywords
|
|
37
|
+
- [Subreddits they frequent]
|
|
38
|
+
- [Problems they discuss]
|
|
39
|
+
- [Solutions they seek]
|
|
40
|
+
|
|
41
|
+
### X (Twitter) Keywords
|
|
42
|
+
- [Hashtags they use]
|
|
43
|
+
- [Complaints they voice]
|
|
44
|
+
- [Topics they discuss]
|
|
45
|
+
|
|
46
|
+
### Facebook Keywords
|
|
47
|
+
- [Groups they join]
|
|
48
|
+
- [Topics they discuss]
|
|
49
|
+
- [Problems they share]
|
|
50
|
+
|
|
51
|
+
### Web Search Keywords
|
|
52
|
+
- [Blog topics they read]
|
|
53
|
+
- [Problems they Google]
|
|
54
|
+
- [Solutions they research]
|
|
55
|
+
|
|
56
|
+
## Qualification Criteria
|
|
57
|
+
- **Must Have**: [Non-negotiable requirements]
|
|
58
|
+
- **Nice to Have**: [Preferred but not required]
|
|
59
|
+
- **Red Flags**: [Disqualifying factors]
|
|
60
|
+
|
|
61
|
+
## Contact Preferences
|
|
62
|
+
- **Preferred Channels**: [Email, LinkedIn, Twitter DM, etc.]
|
|
63
|
+
- **Best Times**: [When to reach out]
|
|
64
|
+
- **Messaging Tone**: [Professional, casual, technical]
|
|
65
|
+
|
|
66
|
+
## Success Indicators
|
|
67
|
+
- **Budget Authority**: [Do they have buying power?]
|
|
68
|
+
- **Urgency**: [How urgent is their need?]
|
|
69
|
+
- **Fit Score**: [How well do they match your solution?]
|