fraim-framework 2.0.67 → 2.0.69
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/bin/fraim.js +1 -1
- package/dist/src/cli/commands/doctor.js +1 -1
- package/dist/src/cli/commands/init-project.js +6 -12
- package/dist/src/cli/commands/list.js +1 -1
- package/dist/src/cli/commands/setup.js +15 -29
- package/dist/src/cli/commands/sync.js +36 -143
- package/dist/src/cli/fraim.js +0 -4
- package/dist/src/cli/setup/first-run.js +4 -4
- package/dist/src/cli/setup/ide-detector.js +15 -5
- package/dist/src/fraim/template-processor.js +7 -35
- package/dist/src/local-mcp-server/stdio-server.js +170 -181
- package/dist/src/utils/git-utils.js +2 -2
- package/dist/src/utils/object-utils.js +11 -0
- package/dist/src/utils/provider-utils.js +14 -0
- package/dist/src/utils/request-utils.js +23 -0
- package/dist/src/utils/workflow-parser.js +7 -7
- package/package.json +7 -5
- package/dist/registry/ai-manager-rules/customer-development-phases/phase1-customer-profiling.md +0 -101
- package/dist/registry/ai-manager-rules/customer-development-phases/phase2-platform-discovery.md +0 -235
- package/dist/registry/ai-manager-rules/customer-development-phases/phase3-prospect-qualification.md +0 -243
- package/dist/registry/ai-manager-rules/customer-development-phases/phase4-inventory-compilation.md +0 -206
- package/dist/registry/ai-manager-rules/design-phases/design-completeness-review.md +0 -73
- package/dist/registry/ai-manager-rules/design-phases/design-design.md +0 -145
- package/dist/registry/ai-manager-rules/design-phases/design.md +0 -108
- package/dist/registry/ai-manager-rules/design-phases/finalize.md +0 -60
- package/dist/registry/ai-manager-rules/design-phases/validate.md +0 -125
- package/dist/registry/ai-manager-rules/design.json +0 -97
- package/dist/registry/ai-manager-rules/implement-phases/code.md +0 -323
- package/dist/registry/ai-manager-rules/implement-phases/completeness-review.md +0 -94
- package/dist/registry/ai-manager-rules/implement-phases/finalize.md +0 -177
- package/dist/registry/ai-manager-rules/implement-phases/implement-code.md +0 -283
- package/dist/registry/ai-manager-rules/implement-phases/implement-completeness-review.md +0 -120
- package/dist/registry/ai-manager-rules/implement-phases/implement-regression.md +0 -173
- package/dist/registry/ai-manager-rules/implement-phases/implement-repro.md +0 -104
- package/dist/registry/ai-manager-rules/implement-phases/implement-scoping.md +0 -100
- package/dist/registry/ai-manager-rules/implement-phases/implement-smoke.md +0 -237
- package/dist/registry/ai-manager-rules/implement-phases/implement-spike.md +0 -121
- package/dist/registry/ai-manager-rules/implement-phases/implement-validate.md +0 -375
- package/dist/registry/ai-manager-rules/implement-phases/quality-review.md +0 -304
- package/dist/registry/ai-manager-rules/implement-phases/regression.md +0 -159
- package/dist/registry/ai-manager-rules/implement-phases/repro.md +0 -101
- package/dist/registry/ai-manager-rules/implement-phases/scoping.md +0 -93
- package/dist/registry/ai-manager-rules/implement-phases/smoke.md +0 -225
- package/dist/registry/ai-manager-rules/implement-phases/spike.md +0 -118
- package/dist/registry/ai-manager-rules/implement-phases/validate.md +0 -347
- package/dist/registry/ai-manager-rules/implement.json +0 -153
- package/dist/registry/ai-manager-rules/retrospective.md +0 -116
- package/dist/registry/ai-manager-rules/shared-phases/address-pr-feedback.md +0 -188
- package/dist/registry/ai-manager-rules/shared-phases/finalize.md +0 -169
- package/dist/registry/ai-manager-rules/shared-phases/submit-pr.md +0 -202
- package/dist/registry/ai-manager-rules/shared-phases/wait-for-pr-review.md +0 -170
- package/dist/registry/ai-manager-rules/spec-phases/finalize.md +0 -60
- package/dist/registry/ai-manager-rules/spec-phases/spec-competitor-analysis.md +0 -105
- package/dist/registry/ai-manager-rules/spec-phases/spec-completeness-review.md +0 -66
- package/dist/registry/ai-manager-rules/spec-phases/spec-spec.md +0 -139
- package/dist/registry/ai-manager-rules/spec-phases/spec.md +0 -102
- package/dist/registry/ai-manager-rules/spec-phases/validate.md +0 -118
- package/dist/registry/ai-manager-rules/spec.json +0 -112
- package/dist/registry/ai-manager-rules/test.json +0 -98
- package/dist/registry/ai-manager-rules/user-survey-phases/phase1-survey-scoping.md +0 -60
- package/dist/registry/ai-manager-rules/user-survey-phases/phase2-survey-build-linkedin.md +0 -23
- package/dist/registry/ai-manager-rules/user-survey-phases/phase3-survey-build-reddit.md +0 -22
- package/dist/registry/ai-manager-rules/user-survey-phases/phase4-survey-build-x.md +0 -21
- package/dist/registry/ai-manager-rules/user-survey-phases/phase5-survey-build-facebook.md +0 -19
- package/dist/registry/ai-manager-rules/user-survey-phases/phase6-survey-build-custom.md +0 -15
- package/dist/registry/ai-manager-rules/user-survey-phases/phase7-survey-dispatch.md +0 -45
- package/dist/registry/delivery/address-feedback.md +0 -83
- package/dist/registry/delivery/retrospective.md +0 -78
- package/dist/registry/delivery/submit.md +0 -79
- package/dist/registry/providers/ado.json +0 -19
- package/dist/registry/providers/delivery-conversation.json +0 -9
- package/dist/registry/providers/delivery-pr.json +0 -9
- package/dist/registry/providers/github.json +0 -19
- package/dist/registry/rules/agent-success-criteria.md +0 -101
- package/dist/registry/rules/agent-testing-guidelines.md +0 -502
- package/dist/registry/rules/architecture.md +0 -126
- package/dist/registry/rules/communication.md +0 -122
- package/dist/registry/rules/continuous-learning.md +0 -55
- package/dist/registry/rules/debugging-multitenancy-issues.md +0 -85
- package/dist/registry/rules/ephemeral-execution.md +0 -54
- package/dist/registry/rules/git-safe-commands.md +0 -34
- package/dist/registry/rules/hitl-ppe-record-analysis.md +0 -302
- package/dist/registry/rules/integrity-and-test-ethics.md +0 -275
- package/dist/registry/rules/local-development.md +0 -275
- package/dist/registry/rules/mandatory-pre-completion-reflection.md +0 -193
- package/dist/registry/rules/merge-requirements.md +0 -238
- package/dist/registry/rules/simplicity.md +0 -118
- package/dist/registry/rules/software-development-lifecycle.md +0 -105
- package/dist/registry/rules/spike-first-development.md +0 -205
- package/dist/registry/rules/successful-debugging-patterns.md +0 -488
- package/dist/registry/scripts/build-scripts-generator.js +0 -205
- package/dist/registry/scripts/cleanup-branch.js +0 -287
- package/dist/registry/scripts/evaluate-code-quality.js +0 -66
- package/dist/registry/scripts/exec-with-timeout.js +0 -142
- package/dist/registry/scripts/fraim-config.js +0 -61
- package/dist/registry/scripts/generate-engagement-emails.js +0 -705
- package/dist/registry/scripts/generic-issues-api.js +0 -100
- package/dist/registry/scripts/newsletter-helpers.js +0 -671
- package/dist/registry/scripts/openapi-generator.js +0 -664
- package/dist/registry/scripts/performance/profile-server.js +0 -390
- package/dist/registry/scripts/profile-server.js +0 -389
- package/dist/registry/scripts/run-thank-you-workflow.js +0 -92
- package/dist/registry/scripts/send-newsletter-simple.js +0 -85
- package/dist/registry/scripts/send-thank-you-emails.js +0 -54
- package/dist/registry/scripts/validate-openapi-limits.js +0 -311
- package/dist/registry/scripts/validate-test-coverage.js +0 -262
- package/dist/registry/scripts/verify-test-coverage.js +0 -66
- package/dist/registry/stubs/workflows/azure/cost-optimization.md +0 -11
- package/dist/registry/stubs/workflows/bootstrap/create-architecture.md +0 -11
- package/dist/registry/stubs/workflows/bootstrap/detect-broken-windows.md +0 -11
- package/dist/registry/stubs/workflows/bootstrap/evaluate-code-quality.md +0 -11
- package/dist/registry/stubs/workflows/bootstrap/verify-test-coverage.md +0 -11
- package/dist/registry/stubs/workflows/brainstorming/blue-sky-brainstorming.md +0 -11
- package/dist/registry/stubs/workflows/brainstorming/codebase-brainstorming.md +0 -11
- package/dist/registry/stubs/workflows/business-development/create-business-plan.md +0 -11
- package/dist/registry/stubs/workflows/business-development/ideate-business-opportunity.md +0 -11
- package/dist/registry/stubs/workflows/business-development/price-product.md +0 -18
- package/dist/registry/stubs/workflows/compliance/detect-compliance-requirements.md +0 -11
- package/dist/registry/stubs/workflows/compliance/generate-audit-evidence.md +0 -11
- package/dist/registry/stubs/workflows/compliance/soc2-evidence-generator.md +0 -11
- package/dist/registry/stubs/workflows/customer-development/insight-analysis.md +0 -11
- package/dist/registry/stubs/workflows/customer-development/insight-triage.md +0 -11
- package/dist/registry/stubs/workflows/customer-development/interview-preparation.md +0 -11
- package/dist/registry/stubs/workflows/customer-development/linkedin-outreach.md +0 -11
- package/dist/registry/stubs/workflows/customer-development/strategic-brainstorming.md +0 -11
- package/dist/registry/stubs/workflows/customer-development/thank-customers.md +0 -11
- package/dist/registry/stubs/workflows/customer-development/user-survey-dispatch.md +0 -11
- package/dist/registry/stubs/workflows/customer-development/users-to-target.md +0 -11
- package/dist/registry/stubs/workflows/customer-development/weekly-newsletter.md +0 -11
- package/dist/registry/stubs/workflows/deploy/cloud-deployment.md +0 -11
- package/dist/registry/stubs/workflows/improve-fraim/contribute.md +0 -11
- package/dist/registry/stubs/workflows/improve-fraim/file-issue.md +0 -11
- package/dist/registry/stubs/workflows/learning/build-skillset.md +0 -11
- package/dist/registry/stubs/workflows/learning/synthesize-learnings.md +0 -11
- package/dist/registry/stubs/workflows/legal/contract-review-analysis.md +0 -11
- package/dist/registry/stubs/workflows/legal/nda.md +0 -11
- package/dist/registry/stubs/workflows/legal/patent-filing.md +0 -11
- package/dist/registry/stubs/workflows/legal/saas-contract-development.md +0 -11
- package/dist/registry/stubs/workflows/legal/trademark-filing.md +0 -11
- package/dist/registry/stubs/workflows/marketing/content-creation.md +0 -11
- package/dist/registry/stubs/workflows/marketing/convert-to-pdf.md +0 -11
- package/dist/registry/stubs/workflows/marketing/create-modern-website.md +0 -11
- package/dist/registry/stubs/workflows/marketing/domain-registration.md +0 -11
- package/dist/registry/stubs/workflows/marketing/evangelize.md +0 -11
- package/dist/registry/stubs/workflows/marketing/hbr-article.md +0 -11
- package/dist/registry/stubs/workflows/marketing/launch-checklist.md +0 -11
- package/dist/registry/stubs/workflows/marketing/marketing-strategy.md +0 -11
- package/dist/registry/stubs/workflows/marketing/storytelling.md +0 -11
- package/dist/registry/stubs/workflows/performance/analyze-performance.md +0 -11
- package/dist/registry/stubs/workflows/product-building/design.md +0 -11
- package/dist/registry/stubs/workflows/product-building/implement.md +0 -11
- package/dist/registry/stubs/workflows/product-building/iterate-on-pr-comments.md +0 -11
- package/dist/registry/stubs/workflows/product-building/prep-issue.md +0 -11
- package/dist/registry/stubs/workflows/product-building/prototype.md +0 -11
- package/dist/registry/stubs/workflows/product-building/resolve.md +0 -11
- package/dist/registry/stubs/workflows/product-building/retrospect.md +0 -11
- package/dist/registry/stubs/workflows/product-building/spec.md +0 -11
- package/dist/registry/stubs/workflows/product-building/test.md +0 -11
- package/dist/registry/stubs/workflows/productivity-report/productivity-report.md +0 -11
- package/dist/registry/stubs/workflows/quality-assurance/browser-validation.md +0 -11
- package/dist/registry/stubs/workflows/quality-assurance/iterative-improvement-cycle.md +0 -11
- package/dist/registry/stubs/workflows/replicate/replicate-discovery.md +0 -11
- package/dist/registry/stubs/workflows/replicate/replicate-to-issues.md +0 -11
- package/dist/registry/stubs/workflows/reviewer/review-implementation-vs-design-spec.md +0 -11
- package/dist/registry/stubs/workflows/reviewer/review-implementation-vs-feature-spec.md +0 -11
- package/dist/registry/stubs/workflows/startup-credits/aws-activate-application.md +0 -11
- package/dist/registry/stubs/workflows/startup-credits/google-cloud-application.md +0 -11
- package/dist/registry/stubs/workflows/startup-credits/microsoft-azure-application.md +0 -11
- package/dist/registry/templates/bootstrap/ARCHITECTURE-TEMPLATE.md +0 -53
- package/dist/registry/templates/bootstrap/CODE-QUALITY-REPORT-TEMPLATE.md +0 -37
- package/dist/registry/templates/bootstrap/TEST-COVERAGE-REPORT-TEMPLATE.md +0 -35
- package/dist/registry/templates/business-development/IDEATION-REPORT-TEMPLATE.md +0 -29
- package/dist/registry/templates/business-development/PRICING-STRATEGY-TEMPLATE.md +0 -126
- package/dist/registry/templates/customer-development/customer-interview-template.md +0 -99
- package/dist/registry/templates/customer-development/customer-persona-template.md +0 -69
- package/dist/registry/templates/customer-development/follow-up-email-templates.md +0 -132
- package/dist/registry/templates/customer-development/insight-analysis-template.md +0 -74
- package/dist/registry/templates/customer-development/prospect-inventory-template.csv +0 -3
- package/dist/registry/templates/customer-development/search-strategy-template.md +0 -123
- package/dist/registry/templates/customer-development/strategic-recommendations-template.md +0 -53
- package/dist/registry/templates/customer-development/thank-you-email-template.html +0 -124
- package/dist/registry/templates/customer-development/thank-you-note-template.md +0 -16
- package/dist/registry/templates/customer-development/triage-log-template.md +0 -278
- package/dist/registry/templates/customer-development/weekly-newsletter-template.html +0 -204
- package/dist/registry/templates/evidence/Design-Evidence.md +0 -30
- package/dist/registry/templates/evidence/Implementation-BugEvidence.md +0 -122
- package/dist/registry/templates/evidence/Implementation-FeatureEvidence.md +0 -160
- package/dist/registry/templates/evidence/Spec-Evidence.md +0 -19
- package/dist/registry/templates/help/HelpNeeded.md +0 -14
- package/dist/registry/templates/legal/NDA-TEMPLATE.md +0 -170
- package/dist/registry/templates/legal/PATENT-TEMPLATE.md +0 -372
- package/dist/registry/templates/legal/TRADEMARK-TEMPLATE.md +0 -339
- package/dist/registry/templates/legal/contract-review-checklist.md +0 -193
- package/dist/registry/templates/legal/review-report-template.md +0 -198
- package/dist/registry/templates/legal/saas-terms-template.md +0 -174
- package/dist/registry/templates/legal/sow-template.md +0 -117
- package/dist/registry/templates/legal/template-variables.md +0 -131
- package/dist/registry/templates/marketing/DOMAIN-REGISTRATION-TEMPLATE.md +0 -194
- package/dist/registry/templates/marketing/EVANGELIZE-TEMPLATE.md +0 -102
- package/dist/registry/templates/marketing/HBR-ARTICLE-TEMPLATE.md +0 -66
- package/dist/registry/templates/marketing/STORYTELLING-TEMPLATE.md +0 -130
- package/dist/registry/templates/marketing/WEBSITE-TEMPLATE.md +0 -262
- package/dist/registry/templates/marketing/github-pages-workflow.yml +0 -64
- package/dist/registry/templates/replicate/implementation-checklist.md +0 -39
- package/dist/registry/templates/replicate/use-cases-template.md +0 -88
- package/dist/registry/templates/retrospective/RETROSPECTIVE-TEMPLATE.md +0 -55
- package/dist/registry/templates/specs/BUGSPEC-TEMPLATE.md +0 -37
- package/dist/registry/templates/specs/FEATURESPEC-TEMPLATE.md +0 -66
- package/dist/registry/templates/specs/TECHSPEC-TEMPLATE.md +0 -39
- package/dist/registry/workflows/azure/cost-optimization.md +0 -772
- package/dist/registry/workflows/bootstrap/create-architecture.md +0 -37
- package/dist/registry/workflows/bootstrap/detect-broken-windows.md +0 -300
- package/dist/registry/workflows/bootstrap/evaluate-code-quality.md +0 -35
- package/dist/registry/workflows/bootstrap/verify-test-coverage.md +0 -36
- package/dist/registry/workflows/brainstorming/blue-sky-brainstorming.md +0 -211
- package/dist/registry/workflows/brainstorming/codebase-brainstorming.md +0 -159
- package/dist/registry/workflows/business-development/create-business-plan.md +0 -737
- package/dist/registry/workflows/business-development/ideate-business-opportunity.md +0 -55
- package/dist/registry/workflows/business-development/price-product.md +0 -325
- package/dist/registry/workflows/compliance/detect-compliance-requirements.md +0 -80
- package/dist/registry/workflows/compliance/generate-audit-evidence.md +0 -80
- package/dist/registry/workflows/compliance/soc2-evidence-generator.md +0 -332
- package/dist/registry/workflows/customer-development/insight-analysis.md +0 -156
- package/dist/registry/workflows/customer-development/insight-triage.md +0 -933
- package/dist/registry/workflows/customer-development/interview-preparation.md +0 -452
- package/dist/registry/workflows/customer-development/linkedin-outreach.md +0 -599
- package/dist/registry/workflows/customer-development/strategic-brainstorming.md +0 -146
- package/dist/registry/workflows/customer-development/thank-customers.md +0 -203
- package/dist/registry/workflows/customer-development/user-survey-dispatch.md +0 -312
- package/dist/registry/workflows/customer-development/users-to-target.md +0 -427
- package/dist/registry/workflows/customer-development/weekly-newsletter.md +0 -366
- package/dist/registry/workflows/deploy/cloud-deployment.md +0 -310
- package/dist/registry/workflows/improve-fraim/contribute.md +0 -32
- package/dist/registry/workflows/improve-fraim/file-issue.md +0 -32
- package/dist/registry/workflows/learning/build-skillset.md +0 -212
- package/dist/registry/workflows/learning/synthesize-learnings.md +0 -369
- package/dist/registry/workflows/legal/contract-review-analysis.md +0 -382
- package/dist/registry/workflows/legal/nda.md +0 -69
- package/dist/registry/workflows/legal/patent-filing.md +0 -76
- package/dist/registry/workflows/legal/saas-contract-development.md +0 -204
- package/dist/registry/workflows/legal/trademark-filing.md +0 -77
- package/dist/registry/workflows/marketing/content-creation.md +0 -40
- package/dist/registry/workflows/marketing/convert-to-pdf.md +0 -265
- package/dist/registry/workflows/marketing/create-modern-website.md +0 -456
- package/dist/registry/workflows/marketing/domain-registration.md +0 -323
- package/dist/registry/workflows/marketing/evangelize.md +0 -426
- package/dist/registry/workflows/marketing/hbr-article.md +0 -73
- package/dist/registry/workflows/marketing/launch-checklist.md +0 -37
- package/dist/registry/workflows/marketing/marketing-strategy.md +0 -45
- package/dist/registry/workflows/marketing/storytelling.md +0 -65
- package/dist/registry/workflows/performance/analyze-performance.md +0 -65
- package/dist/registry/workflows/product-building/design.md +0 -263
- package/dist/registry/workflows/product-building/implement.md +0 -771
- package/dist/registry/workflows/product-building/iterate-on-pr-comments.md +0 -70
- package/dist/registry/workflows/product-building/prep-issue.md +0 -41
- package/dist/registry/workflows/product-building/prototype.md +0 -60
- package/dist/registry/workflows/product-building/resolve.md +0 -175
- package/dist/registry/workflows/product-building/retrospect.md +0 -86
- package/dist/registry/workflows/product-building/spec.md +0 -303
- package/dist/registry/workflows/product-building/test.md +0 -125
- package/dist/registry/workflows/productivity-report/productivity-report.md +0 -263
- package/dist/registry/workflows/quality-assurance/browser-validation.md +0 -221
- package/dist/registry/workflows/quality-assurance/iterative-improvement-cycle.md +0 -562
- package/dist/registry/workflows/replicate/replicate-discovery.md +0 -336
- package/dist/registry/workflows/replicate/replicate-to-issues.md +0 -319
- package/dist/registry/workflows/reviewer/review-implementation-vs-design-spec.md +0 -694
- package/dist/registry/workflows/reviewer/review-implementation-vs-feature-spec.md +0 -734
- package/dist/registry/workflows/startup-credits/aws-activate-application.md +0 -535
- package/dist/registry/workflows/startup-credits/google-cloud-application.md +0 -647
- package/dist/registry/workflows/startup-credits/microsoft-azure-application.md +0 -538
- package/dist/src/cli/commands/init.js +0 -148
- package/dist/src/cli/commands/mcp.js +0 -65
- package/dist/src/cli/commands/wizard.js +0 -35
- package/dist/src/fraim/issue-tracking/ado-provider.js +0 -304
- package/dist/src/fraim/issue-tracking/factory.js +0 -63
- package/dist/src/fraim/issue-tracking/github-provider.js +0 -200
- package/dist/src/fraim/issue-tracking/types.js +0 -7
- package/dist/src/fraim/issue-tracking-config.js +0 -83
- package/dist/src/fraim/retrospective-learner.js +0 -301
- package/dist/src/fraim/setup-wizard.js +0 -99
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: evaluate-code-quality
|
|
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("evaluate-code-quality")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
To perform a deep analysis of the codebase's quality, evaluating it against FRAIM's standards and generating a comprehensive health report.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: verify-test-coverage
|
|
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("verify-test-coverage")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
To verify the depth and effectiveness of the test suite by comparing actual test execution against the validation plans defined in specifications.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: blue-sky-brainstorming
|
|
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("blue-sky-brainstorming")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
Generate visionary, moonshot, and futuristic ideas without the constraints of current implementation details. This is for exploring "what if" scenarios and breakthrough possibilities.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: codebase-brainstorming
|
|
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("codebase-brainstorming")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
Provide structured approach for analyzing existing codebases and generating improvement suggestions while maintaining accuracy and preventing fabrication of non-existent functionality.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: create-business-plan
|
|
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("create-business-plan")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
To create a comprehensive go-to-market strategy document that identifies target market segments, analyzes market opportunity, defines growth mechanisms, and establishes competitive positioning. This workflow produces a single strategic document combining market research, growth strategy, and competitive analysis.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: ideate-business-opportunity
|
|
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("ideate-business-opportunity")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
To help founders and product owners navigate the broad, fuzzy front-end of product development. This workflow guides the transition from a "vague space" to "concrete feature deliverables" through interactive brainstorming and research.
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: price-product
|
|
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("price-product")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
To create a comprehensive **pricing + packaging strategy** for any product that:
|
|
12
|
-
|
|
13
|
-
* clarifies who the product is for and what outcomes it delivers,
|
|
14
|
-
* defines SKUs, tiers, add-ons, and the pricing metric,
|
|
15
|
-
* ties pricing to unit economics and scalability,
|
|
16
|
-
* and positions the product clearly against competitors and substitutes.
|
|
17
|
-
|
|
18
|
-
---
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: detect-compliance-requirements
|
|
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("detect-compliance-requirements")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
Analyze feature descriptions to detect applicable compliance frameworks, then update project configuration.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: generate-audit-evidence
|
|
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("generate-audit-evidence")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
Generate compliance audit documentation by analyzing implementations against regulatory requirements.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: soc2-evidence-generator
|
|
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("soc2-evidence-generator")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
Generate comprehensive SOC2 compliance evidence packages by automatically collecting, documenting, and formatting evidence from project systems to demonstrate adherence to Trust Service Criteria during annual audits.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: insight-analysis
|
|
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("insight-analysis")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
To help Product Managers extract, structure, and analyze customer insights from interview notes, enabling data-driven product decisions and systematic customer relationship management.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: insight-triage
|
|
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("insight-triage")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
To systematically convert customer pain points, feature requests, and insights from interview analysis documents into prioritized GitHub issues, ensuring customer needs drive product development while maintaining traceability from customer to implementation.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: interview-preparation
|
|
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("interview-preparation")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
To help Product Managers prepare for customer interviews by researching specific customers, personalizing questions, and creating structured interview templates that maximize learning and relationship building.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: linkedin-outreach
|
|
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("linkedin-outreach")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
To help founders and executives generate personalized LinkedIn outreach messages by researching profiles, identifying connection paths, finding conversation hooks, and combining them with the user's outreach intent.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: strategic-brainstorming
|
|
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("strategic-brainstorming")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
To help Product Managers brainstorm and validate their customer development strategy through deep thinking, assumption challenging, and market research to identify the right customer segments and validation questions.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: thank-customers
|
|
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("thank-customers")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
To automatically generate and send personalized thank you emails to customers whose feedback has been implemented, strengthening customer relationships and encouraging continued engagement.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: user-survey-dispatch
|
|
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("user-survey-dispatch")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
Engage target audiences across multiple social platforms through structured polls and surveys to gather quantitative and qualitative insights for product validation.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: users-to-target
|
|
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("users-to-target")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
Systematically discover, qualify, and compile a targeted prospect inventory of potential customers who have explicitly expressed pain points that your product solves.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: weekly-newsletter
|
|
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("weekly-newsletter")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
To generate and distribute a compelling weekly newsletter that showcases the AI Agent's amazing new features and improvements, creating excitement among current users and FOMO for subscribers who haven't joined yet.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: cloud-deployment
|
|
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("cloud-deployment")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
No intent defined.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: contribute
|
|
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("contribute")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
Allows users to contribute new workflow ideas back to the FRAIM project. The agent collects necessary information and files a GitHub issue with the contribution details.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: file-issue
|
|
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("file-issue")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
Allows users to easily file bugs or feature requests for the FRAIM framework directly from their working environment.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: build-skillset
|
|
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("build-skillset")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
Create new project-specific skills through conversation with the user. This workflow allows agents to learn and document custom workflows, processes, and knowledge that are specific to the current project or team.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: synthesize-learnings
|
|
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("synthesize-learnings")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
Analyze accumulated retrospectives and feedback to identify patterns, update agent rules, and prioritize common issues. This is the "sleep synthesis" moment where the system consolidates learning across all agents.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: contract-review-analysis
|
|
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("contract-review-analysis")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
Provide thorough, strategic legal contract review that identifies risks, strengthens protections, and optimizes business positioning. This skill enables comprehensive analysis of SOWs, NDAs, Terms & Conditions, and other legal documents to protect interests while maintaining business relationships.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: nda
|
|
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("nda")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
To create comprehensive, legally sound Non-Disclosure Agreements that protect intellectual property and confidential information when presenting products, technologies, or business strategies to potential partners, investors, or collaborators.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: patent-filing
|
|
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("patent-filing")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
To conduct comprehensive prior art research, analyze patentability, and create provisional patent applications that protect innovative technologies and methods while maximizing the likelihood of successful patent prosecution.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: saas-contract-development
|
|
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("saas-contract-development")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
Create comprehensive, legally protective contract packages for SaaS engagements including SOWs, Terms & Conditions, and strategic pricing negotiations. This skill enables rapid development of professional-grade legal documents that protect IP, limit liability, and position for business growth.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: trademark-filing
|
|
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("trademark-filing")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
To conduct comprehensive trademark searches, analyze registrability, and file trademark applications that protect brand names, logos, and slogans while avoiding conflicts with existing marks and maximizing protection scope.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: content-creation
|
|
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("content-creation")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
To produce high-quality marketing assets, including blog posts, social media content, and email campaigns, that effectively communicate the feature's value.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: convert-to-pdf
|
|
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("convert-to-pdf")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
To provide agents with a reliable workflow for converting markdown files to professional PDF documents, enabling seamless document sharing and archival while maintaining formatting integrity and visual appeal.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: create-modern-website
|
|
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("create-modern-website")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
To create modern, appealing, and valuable websites that showcase key value propositions and use cases for any product, leveraging competitive analysis and user preferences to deliver professional, conversion-focused web experiences.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: domain-registration
|
|
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("domain-registration")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
To systematically research, evaluate, and recommend domain names for the product, including competitive pricing analysis across major registrars and structured decision-making templates.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: evangelize
|
|
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("evangelize")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
To help founders create compelling presentations by working backwards from desired outcomes through a phased, systematic approach that ensures clear messaging, strong narrative flow, and effective audience engagement.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: hbr-article
|
|
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("hbr-article")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
Design a repeatable reviewable process for researching, drafting, and submitting an HBR or similar thought-leadership article that follows the Harvard Business Review author guidelines and documents each review before publication.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: launch-checklist
|
|
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("launch-checklist")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
To ensure a smooth and successful feature launch by systematically verifying all marketing, technical, and operational readiness.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: marketing-strategy
|
|
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("marketing-strategy")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
To define the value proposition, target audience, and launch strategy for new features, ensuring clear communication of benefits and effective market entry.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: storytelling
|
|
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("storytelling")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
To transform product development experiences into compelling founder narratives for events, conferences, and speaking opportunities that connect technical reality with broadly applicable lessons.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: analyze-performance
|
|
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("analyze-performance")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
To diagnose production performance issues (CPU, Memory, Swap) and provide actionable recommendations for stabilization without performing direct application or infrastructure modifications.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: design
|
|
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("design")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
To create comprehensive technical design documents using a phase-based approach guided by the AI Mentor, ensuring proper architecture, clear requirements, and stakeholder alignment.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: implement
|
|
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("implement")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
To implement bug fixes and features using a phase-based approach guided by the AI Mentor, ensuring high-quality, tested code that meets requirements.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: iterate-on-pr-comments
|
|
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("iterate-on-pr-comments")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
To ensure AI agents autonomously handle the complete PR lifecycle with proper monitoring, feedback handling, and testing, eliminating gaps that require human intervention.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: prep-issue
|
|
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("prep-issue")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
No intent defined.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: prototype
|
|
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("prototype")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
To quickly explore ideas, validate technologies, or prove concepts using "spike" code. Speed and learning are prioritized over code quality and tests.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: resolve
|
|
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("resolve")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
To provide a systematic approach to resolving issues from development through merge verification and cleanup, ensuring no work is lost and all changes are properly integrated into the main codebase.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: retrospect
|
|
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("retrospect")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
To capture learnings and insights from completed issues, enabling continuous improvement and preventing future similar problems through systematic analysis and documentation.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: 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("spec")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
To create comprehensive, detailed product specifications that clarify the Why, What and User Experiences for new features.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: test
|
|
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("test")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
To create comprehensive test coverage that accurately reproduces issues and validates solutions, ensuring robust testing through proper test structure, failure verification, and systematic test execution.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# FRAIM Workflow: productivity-report
|
|
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("productivity-report")`
|
|
7
|
-
>
|
|
8
|
-
> DO NOT EXECUTE.
|
|
9
|
-
|
|
10
|
-
## Intent
|
|
11
|
-
Generate comprehensive productivity reports showing development velocity, team collaboration patterns, and project health metrics through analysis of commits, PRs, issues, and comment activity.
|