@monoes/monomindcli 2.15.3 → 2.15.5
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/.claude/skills/mastermind-createorg/SKILL.md +19 -4
- package/dist/src/commands/org-observe.d.ts.map +1 -1
- package/dist/src/commands/org-observe.js +2 -0
- package/dist/src/commands/org-observe.js.map +1 -1
- package/dist/src/commands/org-skills.d.ts +3 -0
- package/dist/src/commands/org-skills.d.ts.map +1 -0
- package/dist/src/commands/org-skills.js +98 -0
- package/dist/src/commands/org-skills.js.map +1 -0
- package/dist/src/commands/org.d.ts.map +1 -1
- package/dist/src/commands/org.js +41 -1
- package/dist/src/commands/org.js.map +1 -1
- package/dist/src/init/kimi-generator.d.ts +17 -0
- package/dist/src/init/kimi-generator.d.ts.map +1 -1
- package/dist/src/init/kimi-generator.js +29 -0
- package/dist/src/init/kimi-generator.js.map +1 -1
- package/dist/src/init/write-kimicode.d.ts.map +1 -1
- package/dist/src/init/write-kimicode.js +11 -3
- package/dist/src/init/write-kimicode.js.map +1 -1
- package/dist/src/orgrt/daemon.d.ts.map +1 -1
- package/dist/src/orgrt/daemon.js +8 -2
- package/dist/src/orgrt/daemon.js.map +1 -1
- package/dist/src/orgrt/loadouts.js +3 -3
- package/dist/src/orgrt/loadouts.js.map +1 -1
- package/dist/src/orgrt/migrate.d.ts.map +1 -1
- package/dist/src/orgrt/migrate.js +8 -0
- package/dist/src/orgrt/migrate.js.map +1 -1
- package/dist/src/orgrt/session.d.ts +8 -10
- package/dist/src/orgrt/session.d.ts.map +1 -1
- package/dist/src/orgrt/session.js +31 -16
- package/dist/src/orgrt/session.js.map +1 -1
- package/dist/src/orgrt/skill-import.d.ts +57 -0
- package/dist/src/orgrt/skill-import.d.ts.map +1 -0
- package/dist/src/orgrt/skill-import.js +203 -0
- package/dist/src/orgrt/skill-import.js.map +1 -0
- package/dist/src/orgrt/skill-library.d.ts +74 -0
- package/dist/src/orgrt/skill-library.d.ts.map +1 -0
- package/dist/src/orgrt/skill-library.js +322 -0
- package/dist/src/orgrt/skill-library.js.map +1 -0
- package/dist/src/orgrt/types.d.ts +4 -0
- package/dist/src/orgrt/types.d.ts.map +1 -1
- package/dist/src/orgrt/types.js +10 -6
- package/dist/src/orgrt/types.js.map +1 -1
- package/dist/src/update/index.d.ts.map +1 -1
- package/dist/src/update/index.js +8 -12
- package/dist/src/update/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/org-skills/SOURCES.md +31 -0
- package/org-skills/ab-testing/LICENSE.txt +21 -0
- package/org-skills/ab-testing/SKILL.md +356 -0
- package/org-skills/ab-testing/references/sample-size-guide.md +263 -0
- package/org-skills/ab-testing/references/test-templates.md +277 -0
- package/org-skills/accessibility/LICENSE.txt +21 -0
- package/org-skills/accessibility/SKILL.md +149 -0
- package/org-skills/accessibility-compliance/LICENSE.txt +21 -0
- package/org-skills/accessibility-compliance/SKILL.md +56 -0
- package/org-skills/accessibility-compliance/references/aria-patterns.md +567 -0
- package/org-skills/accessibility-compliance/references/details.md +366 -0
- package/org-skills/accessibility-compliance/references/mobile-accessibility.md +538 -0
- package/org-skills/accessibility-compliance/references/wcag-guidelines.md +645 -0
- package/{dist/src/orgrt/role-skills/account-strategist.md → org-skills/account-strategist/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/accounts-payable.md → org-skills/accounts-payable/SKILL.md} +8 -0
- package/org-skills/ad-creative/LICENSE.txt +21 -0
- package/org-skills/ad-creative/SKILL.md +428 -0
- package/org-skills/ad-creative/references/creative-review-page.md +106 -0
- package/org-skills/ad-creative/references/creative-roadmap.md +118 -0
- package/org-skills/ad-creative/references/generative-tools.md +637 -0
- package/org-skills/ad-creative/references/hook-system.md +115 -0
- package/org-skills/ad-creative/references/imessage-video-ads.md +201 -0
- package/org-skills/ad-creative/references/meta-creative-formats.md +114 -0
- package/org-skills/ad-creative/references/motion-video-ads.md +126 -0
- package/org-skills/ad-creative/references/platform-specs.md +213 -0
- package/org-skills/ad-creative/references/short-form-video-specs.md +213 -0
- package/org-skills/ad-creative/references/static-ad-templates.md +308 -0
- package/{dist/src/orgrt/role-skills/adaptive-coordinator.md → org-skills/adaptive-coordinator/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/adaptive-coordinator2.md → org-skills/adaptive-coordinator2/SKILL.md} +8 -0
- package/org-skills/advanced-evaluation/LICENSE.txt +22 -0
- package/org-skills/advanced-evaluation/SKILL.md +414 -0
- package/org-skills/advanced-evaluation/references/bias-mitigation.md +288 -0
- package/org-skills/advanced-evaluation/references/evaluation-pipeline.md +43 -0
- package/org-skills/advanced-evaluation/references/implementation-patterns.md +315 -0
- package/org-skills/advanced-evaluation/references/metrics-guide.md +331 -0
- package/org-skills/adversarial-reviewer/LICENSE.txt +21 -0
- package/org-skills/adversarial-reviewer/SKILL.md +246 -0
- package/org-skills/agent-evaluation/LICENSE.txt +22 -0
- package/org-skills/agent-evaluation/SKILL.md +289 -0
- package/org-skills/agent-evaluation/references/metrics.md +339 -0
- package/org-skills/agent-memory-systems/LICENSE.txt +22 -0
- package/org-skills/agent-memory-systems/SKILL.md +234 -0
- package/org-skills/agent-memory-systems/references/implementation.md +551 -0
- package/org-skills/agent-tool-design/LICENSE.txt +22 -0
- package/org-skills/agent-tool-design/SKILL.md +301 -0
- package/org-skills/agent-tool-design/references/architectural_reduction.md +210 -0
- package/org-skills/agent-tool-design/references/best_practices.md +176 -0
- package/org-skills/agile-product-owner/LICENSE.txt +21 -0
- package/org-skills/agile-product-owner/SKILL.md +397 -0
- package/org-skills/agile-product-owner/assets/sprint_planning_template.md +84 -0
- package/org-skills/agile-product-owner/assets/user_story_template.md +60 -0
- package/org-skills/agile-product-owner/references/sprint-planning-guide.md +324 -0
- package/org-skills/agile-product-owner/references/user-story-templates.md +291 -0
- package/{dist/src/orgrt/role-skills/ai-citation.md → org-skills/ai-citation/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/ai-engineer.md → org-skills/ai-engineer/SKILL.md} +8 -0
- package/org-skills/ai-seo/LICENSE.txt +21 -0
- package/org-skills/ai-seo/SKILL.md +491 -0
- package/org-skills/ai-seo/references/agent-readiness.md +57 -0
- package/org-skills/ai-seo/references/citations-vs-recommendations.md +85 -0
- package/org-skills/ai-seo/references/content-patterns.md +287 -0
- package/org-skills/ai-seo/references/content-types.md +71 -0
- package/org-skills/ai-seo/references/format-volatility.md +98 -0
- package/org-skills/ai-seo/references/okf.md +104 -0
- package/org-skills/ai-seo/references/platform-ranking-factors.md +154 -0
- package/org-skills/ai-seo/references/youtube-ai-citations.md +60 -0
- package/{dist/src/orgrt/role-skills/analytics-reporter.md → org-skills/analytics-reporter/SKILL.md} +8 -0
- package/org-skills/analytics-tracking/LICENSE.txt +21 -0
- package/org-skills/analytics-tracking/SKILL.md +313 -0
- package/org-skills/analytics-tracking/references/event-library.md +260 -0
- package/org-skills/analytics-tracking/references/ga4-implementation.md +300 -0
- package/org-skills/analytics-tracking/references/gtm-implementation.md +390 -0
- package/org-skills/android-clean-architecture/LICENSE.txt +21 -0
- package/org-skills/android-clean-architecture/SKILL.md +343 -0
- package/org-skills/angular-architect/LICENSE.txt +21 -0
- package/org-skills/angular-architect/SKILL.md +149 -0
- package/org-skills/angular-architect/references/components.md +297 -0
- package/org-skills/angular-architect/references/ngrx.md +401 -0
- package/org-skills/angular-architect/references/routing.md +361 -0
- package/org-skills/angular-architect/references/rxjs.md +319 -0
- package/org-skills/angular-architect/references/testing.md +405 -0
- package/org-skills/api-design/LICENSE.txt +21 -0
- package/org-skills/api-design/SKILL.md +527 -0
- package/org-skills/api-designer/LICENSE.txt +21 -0
- package/org-skills/api-designer/SKILL.md +214 -0
- package/org-skills/api-designer/references/error-handling.md +541 -0
- package/org-skills/api-designer/references/openapi.md +824 -0
- package/org-skills/api-designer/references/pagination.md +494 -0
- package/org-skills/api-designer/references/rest-patterns.md +335 -0
- package/org-skills/api-designer/references/versioning.md +391 -0
- package/{dist/src/orgrt/role-skills/api-tester.md → org-skills/api-tester/SKILL.md} +8 -0
- package/org-skills/app-store-optimization/LICENSE.txt +21 -0
- package/org-skills/app-store-optimization/SKILL.md +317 -0
- package/org-skills/app-store-optimization/references/apple-specs.md +107 -0
- package/org-skills/app-store-optimization/references/benchmarks.md +129 -0
- package/org-skills/app-store-optimization/references/google-play-specs.md +131 -0
- package/org-skills/app-store-optimization/references/report-template.md +213 -0
- package/org-skills/app-store-optimization/references/scoring-criteria.md +213 -0
- package/org-skills/architecture-decision-records/LICENSE.txt +21 -0
- package/org-skills/architecture-decision-records/SKILL.md +446 -0
- package/org-skills/architecture-designer/LICENSE.txt +21 -0
- package/org-skills/architecture-designer/SKILL.md +113 -0
- package/org-skills/architecture-designer/references/adr-template.md +116 -0
- package/org-skills/architecture-designer/references/architecture-patterns.md +111 -0
- package/org-skills/architecture-designer/references/database-selection.md +102 -0
- package/org-skills/architecture-designer/references/nfr-checklist.md +112 -0
- package/org-skills/architecture-designer/references/system-design.md +100 -0
- package/org-skills/architecture-patterns/LICENSE.txt +21 -0
- package/org-skills/architecture-patterns/SKILL.md +169 -0
- package/org-skills/architecture-patterns/references/advanced-patterns.md +391 -0
- package/org-skills/architecture-patterns/references/details.md +335 -0
- package/org-skills/article-writing/LICENSE.txt +21 -0
- package/org-skills/article-writing/SKILL.md +83 -0
- package/org-skills/auth-implementation-patterns/LICENSE.txt +21 -0
- package/org-skills/auth-implementation-patterns/SKILL.md +88 -0
- package/org-skills/auth-implementation-patterns/references/details.md +560 -0
- package/{dist/src/orgrt/role-skills/automation-governance.md → org-skills/automation-governance/SKILL.md} +8 -0
- package/org-skills/avoid-ai-writing/LICENSE.txt +21 -0
- package/org-skills/avoid-ai-writing/SKILL.md +69 -0
- package/org-skills/avoid-ai-writing/references/pattern-catalog.md +126 -0
- package/org-skills/avoid-ai-writing/references/profiles.md +119 -0
- package/org-skills/avoid-ai-writing/references/word-tiers.md +220 -0
- package/{dist/src/orgrt/role-skills/backend-dev.md → org-skills/backend-dev/SKILL.md} +8 -0
- package/org-skills/backend-patterns/LICENSE.txt +21 -0
- package/org-skills/backend-patterns/SKILL.md +565 -0
- package/org-skills/bash-defensive-patterns/LICENSE.txt +21 -0
- package/org-skills/bash-defensive-patterns/SKILL.md +45 -0
- package/org-skills/bash-defensive-patterns/references/details.md +498 -0
- package/org-skills/before-you-build/LICENSE.txt +21 -0
- package/org-skills/before-you-build/SKILL.md +55 -0
- package/org-skills/before-you-build/references/risk-checklist.md +45 -0
- package/org-skills/benchmark-methodology/LICENSE.txt +21 -0
- package/org-skills/benchmark-methodology/SKILL.md +190 -0
- package/{dist/src/orgrt/role-skills/benchmarker.md → org-skills/benchmarker/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/blockchain-auditor.md → org-skills/blockchain-auditor/SKILL.md} +8 -0
- package/org-skills/board-deck-builder/LICENSE.txt +21 -0
- package/org-skills/board-deck-builder/SKILL.md +181 -0
- package/org-skills/board-deck-builder/references/deck-frameworks.md +184 -0
- package/org-skills/board-deck-builder/templates/board-deck-template.md +210 -0
- package/org-skills/business-investment-advisor/LICENSE.txt +21 -0
- package/org-skills/business-investment-advisor/SKILL.md +225 -0
- package/{dist/src/orgrt/role-skills/byzantine-coord.md → org-skills/byzantine-coord/SKILL.md} +8 -0
- package/{LICENSE → org-skills/canvas-design/LICENSE.txt} +24 -13
- package/org-skills/canvas-design/SKILL.md +134 -0
- package/org-skills/carrier-relationship-management/SKILL.md +203 -0
- package/{dist/src/orgrt/role-skills/case-analyst.md → org-skills/case-analyst/SKILL.md} +8 -0
- package/org-skills/ceo-advisor/LICENSE.txt +21 -0
- package/org-skills/ceo-advisor/SKILL.md +165 -0
- package/org-skills/ceo-advisor/references/board_governance_investor_relations.md +599 -0
- package/org-skills/ceo-advisor/references/executive_decision_framework.md +475 -0
- package/org-skills/ceo-advisor/references/leadership_organizational_culture.md +682 -0
- package/org-skills/cfo-advisor/LICENSE.txt +21 -0
- package/org-skills/cfo-advisor/SKILL.md +136 -0
- package/org-skills/cfo-advisor/references/cash_management.md +374 -0
- package/org-skills/cfo-advisor/references/financial_planning.md +500 -0
- package/org-skills/cfo-advisor/references/fundraising_playbook.md +419 -0
- package/org-skills/change-management/LICENSE.txt +21 -0
- package/org-skills/change-management/SKILL.md +250 -0
- package/org-skills/change-management/references/change-playbook.md +308 -0
- package/org-skills/changelog-automation/LICENSE.txt +21 -0
- package/org-skills/changelog-automation/SKILL.md +124 -0
- package/org-skills/changelog-automation/references/details.md +458 -0
- package/org-skills/chro-advisor/LICENSE.txt +21 -0
- package/org-skills/chro-advisor/SKILL.md +140 -0
- package/org-skills/chro-advisor/references/comp_frameworks.md +320 -0
- package/org-skills/chro-advisor/references/org_design.md +333 -0
- package/org-skills/chro-advisor/references/people_strategy.md +320 -0
- package/org-skills/churn-prevention/LICENSE.txt +21 -0
- package/org-skills/churn-prevention/SKILL.md +427 -0
- package/org-skills/churn-prevention/references/cancel-flow-patterns.md +316 -0
- package/org-skills/churn-prevention/references/dunning-playbook.md +408 -0
- package/{dist/src/orgrt/role-skills/cicd-engineer.md → org-skills/cicd-engineer/SKILL.md} +8 -0
- package/org-skills/ciso-advisor/LICENSE.txt +21 -0
- package/org-skills/ciso-advisor/SKILL.md +131 -0
- package/org-skills/ciso-advisor/references/compliance_roadmap.md +370 -0
- package/org-skills/ciso-advisor/references/incident_response.md +350 -0
- package/org-skills/ciso-advisor/references/security_strategy.md +321 -0
- package/org-skills/click-path-audit/LICENSE.txt +21 -0
- package/org-skills/click-path-audit/SKILL.md +248 -0
- package/{dist/src/orgrt/role-skills/cloud-architect.md → org-skills/cloud-architect/SKILL.md} +8 -0
- package/org-skills/cloud-architecture/LICENSE.txt +21 -0
- package/org-skills/cloud-architecture/SKILL.md +213 -0
- package/org-skills/cloud-architecture/references/aws.md +394 -0
- package/org-skills/cloud-architecture/references/azure.md +562 -0
- package/org-skills/cloud-architecture/references/cost.md +582 -0
- package/org-skills/cloud-architecture/references/gcp.md +633 -0
- package/org-skills/cloud-architecture/references/multi-cloud.md +483 -0
- package/org-skills/cmo-advisor/LICENSE.txt +21 -0
- package/org-skills/cmo-advisor/SKILL.md +165 -0
- package/org-skills/cmo-advisor/references/brand_positioning.md +374 -0
- package/org-skills/cmo-advisor/references/growth_frameworks.md +456 -0
- package/org-skills/cmo-advisor/references/marketing_org.md +281 -0
- package/org-skills/co-marketing/LICENSE.txt +21 -0
- package/org-skills/co-marketing/SKILL.md +313 -0
- package/org-skills/co-marketing/references/partnership-types.md +100 -0
- package/org-skills/code-documenter/LICENSE.txt +21 -0
- package/org-skills/code-documenter/SKILL.md +144 -0
- package/org-skills/code-documenter/references/api-docs-fastapi-django.md +166 -0
- package/org-skills/code-documenter/references/api-docs-nestjs-express.md +220 -0
- package/org-skills/code-documenter/references/coverage-reports.md +125 -0
- package/org-skills/code-documenter/references/documentation-systems.md +333 -0
- package/org-skills/code-documenter/references/interactive-api-docs.md +531 -0
- package/org-skills/code-documenter/references/python-docstrings.md +121 -0
- package/org-skills/code-documenter/references/typescript-jsdoc.md +145 -0
- package/org-skills/code-documenter/references/user-guides-tutorials.md +530 -0
- package/{dist/src/orgrt/role-skills/code-review-swarm.md → org-skills/code-review-swarm/SKILL.md} +8 -0
- package/org-skills/code-reviewer/LICENSE.txt +21 -0
- package/org-skills/code-reviewer/SKILL.md +115 -0
- package/org-skills/code-reviewer/references/common-issues.md +142 -0
- package/org-skills/code-reviewer/references/feedback-examples.md +144 -0
- package/org-skills/code-reviewer/references/receiving-feedback.md +238 -0
- package/org-skills/code-reviewer/references/report-template.md +109 -0
- package/org-skills/code-reviewer/references/review-checklist.md +88 -0
- package/org-skills/code-reviewer/references/spec-compliance-review.md +258 -0
- package/{dist/src/orgrt/role-skills/coder.md → org-skills/coder/SKILL.md} +8 -0
- package/org-skills/coding-standards/LICENSE.txt +21 -0
- package/org-skills/coding-standards/SKILL.md +554 -0
- package/org-skills/cold-email/LICENSE.txt +21 -0
- package/org-skills/cold-email/SKILL.md +162 -0
- package/org-skills/cold-email/references/benchmarks.md +83 -0
- package/org-skills/cold-email/references/follow-up-sequences.md +81 -0
- package/org-skills/cold-email/references/frameworks.md +90 -0
- package/org-skills/cold-email/references/personalization.md +79 -0
- package/org-skills/cold-email/references/subject-lines.md +53 -0
- package/{dist/src/orgrt/role-skills/collective-coord.md → org-skills/collective-coord/SKILL.md} +8 -0
- package/org-skills/community-marketing/LICENSE.txt +21 -0
- package/org-skills/community-marketing/SKILL.md +178 -0
- package/org-skills/community-marketing/references/community-models.md +63 -0
- package/org-skills/competitive-landscape/LICENSE.txt +21 -0
- package/org-skills/competitive-landscape/SKILL.md +518 -0
- package/org-skills/competitive-platform-analysis/LICENSE.txt +21 -0
- package/org-skills/competitive-platform-analysis/SKILL.md +214 -0
- package/org-skills/competitive-report-structure/LICENSE.txt +21 -0
- package/org-skills/competitive-report-structure/SKILL.md +162 -0
- package/org-skills/competitive-teardown/LICENSE.txt +21 -0
- package/org-skills/competitive-teardown/SKILL.md +176 -0
- package/org-skills/competitive-teardown/references/analysis-templates.md +203 -0
- package/org-skills/competitive-teardown/references/competitive-analysis-frameworks.md +107 -0
- package/org-skills/competitive-teardown/references/data-collection-guide.md +104 -0
- package/org-skills/competitive-teardown/references/scoring-rubric.md +116 -0
- package/org-skills/competitor-comparison-pages/LICENSE.txt +21 -0
- package/org-skills/competitor-comparison-pages/SKILL.md +261 -0
- package/org-skills/competitor-comparison-pages/references/content-architecture.md +271 -0
- package/org-skills/competitor-comparison-pages/references/templates.md +223 -0
- package/{dist/src/orgrt/role-skills/compliance-auditor.md → org-skills/compliance-auditor/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/consensus-coordinator.md → org-skills/consensus-coordinator/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/content-creator.md → org-skills/content-creator/SKILL.md} +8 -0
- package/org-skills/content-engine/LICENSE.txt +21 -0
- package/org-skills/content-engine/SKILL.md +135 -0
- package/org-skills/content-strategy/LICENSE.txt +21 -0
- package/org-skills/content-strategy/SKILL.md +442 -0
- package/org-skills/content-strategy/references/content-distribution.md +83 -0
- package/org-skills/content-strategy/references/headless-cms.md +194 -0
- package/org-skills/context-compression/LICENSE.txt +22 -0
- package/org-skills/context-compression/SKILL.md +284 -0
- package/org-skills/context-compression/references/evaluation-framework.md +213 -0
- package/org-skills/context-degradation/LICENSE.txt +22 -0
- package/org-skills/context-degradation/SKILL.md +241 -0
- package/org-skills/context-degradation/references/patterns.md +314 -0
- package/org-skills/context-fundamentals/LICENSE.txt +22 -0
- package/org-skills/context-fundamentals/SKILL.md +215 -0
- package/org-skills/context-fundamentals/references/context-components.md +283 -0
- package/org-skills/context-optimization/LICENSE.txt +22 -0
- package/org-skills/context-optimization/SKILL.md +224 -0
- package/org-skills/context-optimization/references/optimization_techniques.md +272 -0
- package/org-skills/contract-and-proposal-writer/LICENSE.txt +21 -0
- package/org-skills/contract-and-proposal-writer/SKILL.md +428 -0
- package/org-skills/contract-first/LICENSE.txt +21 -0
- package/org-skills/contract-first/SKILL.md +290 -0
- package/org-skills/coo-advisor/LICENSE.txt +21 -0
- package/org-skills/coo-advisor/SKILL.md +133 -0
- package/org-skills/coo-advisor/references/ops_cadence.md +606 -0
- package/org-skills/coo-advisor/references/process_frameworks.md +459 -0
- package/org-skills/coo-advisor/references/scaling_playbook.md +465 -0
- package/org-skills/copy-editing/LICENSE.txt +21 -0
- package/org-skills/copy-editing/SKILL.md +460 -0
- package/org-skills/copy-editing/references/checklist.md +66 -0
- package/org-skills/copy-editing/references/content-refresh.md +38 -0
- package/org-skills/copy-editing/references/plain-english-alternatives.md +394 -0
- package/org-skills/copywriting/LICENSE.txt +21 -0
- package/org-skills/copywriting/SKILL.md +259 -0
- package/org-skills/copywriting/references/copy-frameworks.md +433 -0
- package/org-skills/copywriting/references/natural-transitions.md +272 -0
- package/org-skills/cost-aware-llm-pipeline/LICENSE.txt +21 -0
- package/org-skills/cost-aware-llm-pipeline/SKILL.md +191 -0
- package/org-skills/cost-optimization/LICENSE.txt +21 -0
- package/org-skills/cost-optimization/SKILL.md +318 -0
- package/org-skills/cost-optimization/references/tagging-standards.md +23 -0
- package/org-skills/cpp-coding-standards/LICENSE.txt +21 -0
- package/org-skills/cpp-coding-standards/SKILL.md +727 -0
- package/org-skills/cpp-pro/LICENSE.txt +21 -0
- package/org-skills/cpp-pro/SKILL.md +112 -0
- package/org-skills/cpp-pro/references/build-tooling.md +440 -0
- package/org-skills/cpp-pro/references/concurrency.md +437 -0
- package/org-skills/cpp-pro/references/memory-performance.md +397 -0
- package/org-skills/cpp-pro/references/modern-cpp.md +304 -0
- package/org-skills/cpp-pro/references/templates.md +357 -0
- package/org-skills/cro-advisor/LICENSE.txt +21 -0
- package/org-skills/cro-advisor/SKILL.md +179 -0
- package/org-skills/cro-advisor/references/nrr_playbook.md +380 -0
- package/org-skills/cro-advisor/references/pricing_strategy.md +417 -0
- package/org-skills/cro-advisor/references/sales_playbook.md +461 -0
- package/{dist/src/orgrt/role-skills/cro-specialist.md → org-skills/cro-specialist/SKILL.md} +8 -0
- package/org-skills/csharp-developer/LICENSE.txt +21 -0
- package/org-skills/csharp-developer/SKILL.md +122 -0
- package/org-skills/csharp-developer/references/aspnet-core.md +394 -0
- package/org-skills/csharp-developer/references/blazor.md +553 -0
- package/org-skills/csharp-developer/references/entity-framework.md +409 -0
- package/org-skills/csharp-developer/references/modern-csharp.md +248 -0
- package/org-skills/csharp-developer/references/performance.md +498 -0
- package/org-skills/cto-advisor/LICENSE.txt +21 -0
- package/org-skills/cto-advisor/SKILL.md +253 -0
- package/org-skills/cto-advisor/references/architecture_decision_records.md +294 -0
- package/org-skills/cto-advisor/references/engineering_metrics.md +393 -0
- package/org-skills/cto-advisor/references/technology_evaluation_framework.md +370 -0
- package/org-skills/culture-architect/LICENSE.txt +21 -0
- package/org-skills/culture-architect/SKILL.md +164 -0
- package/org-skills/culture-architect/references/culture-playbook.md +243 -0
- package/org-skills/culture-architect/templates/culture-code-template.md +137 -0
- package/org-skills/customer-research/LICENSE.txt +21 -0
- package/org-skills/customer-research/SKILL.md +308 -0
- package/org-skills/customer-research/references/interviews-and-surveys.md +155 -0
- package/org-skills/customer-research/references/source-guides.md +401 -0
- package/org-skills/customs-trade-compliance/SKILL.md +253 -0
- package/org-skills/dart-flutter-patterns/LICENSE.txt +21 -0
- package/org-skills/dart-flutter-patterns/SKILL.md +567 -0
- package/org-skills/dashboard-builder/LICENSE.txt +21 -0
- package/org-skills/dashboard-builder/SKILL.md +111 -0
- package/{dist/src/orgrt/role-skills/data-consolidator.md → org-skills/data-consolidator/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/data-engineer.md → org-skills/data-engineer/SKILL.md} +8 -0
- package/org-skills/data-quality-frameworks/LICENSE.txt +21 -0
- package/org-skills/data-quality-frameworks/SKILL.md +143 -0
- package/org-skills/data-quality-frameworks/references/details.md +452 -0
- package/org-skills/data-storytelling/LICENSE.txt +21 -0
- package/org-skills/data-storytelling/SKILL.md +75 -0
- package/org-skills/data-storytelling/references/details.md +382 -0
- package/org-skills/database-migration/LICENSE.txt +21 -0
- package/org-skills/database-migration/SKILL.md +337 -0
- package/org-skills/database-migration/references/details.md +76 -0
- package/org-skills/database-migrations/LICENSE.txt +21 -0
- package/org-skills/database-migrations/SKILL.md +433 -0
- package/{dist/src/orgrt/role-skills/database-optimizer.md → org-skills/database-optimizer/SKILL.md} +8 -0
- package/org-skills/dbt-transformation-patterns/LICENSE.txt +21 -0
- package/org-skills/dbt-transformation-patterns/SKILL.md +119 -0
- package/org-skills/dbt-transformation-patterns/references/details.md +447 -0
- package/{dist/src/orgrt/role-skills/deal-strategist.md → org-skills/deal-strategist/SKILL.md} +8 -0
- package/org-skills/debugging-wizard/LICENSE.txt +21 -0
- package/org-skills/debugging-wizard/SKILL.md +102 -0
- package/org-skills/debugging-wizard/references/common-patterns.md +132 -0
- package/org-skills/debugging-wizard/references/debugging-tools.md +140 -0
- package/org-skills/debugging-wizard/references/quick-fixes.md +177 -0
- package/org-skills/debugging-wizard/references/strategies.md +142 -0
- package/org-skills/debugging-wizard/references/systematic-debugging.md +367 -0
- package/org-skills/deep-research/LICENSE.txt +21 -0
- package/org-skills/deep-research/SKILL.md +91 -0
- package/org-skills/deep-research/references/full-catalog.md +15 -0
- package/{dist/src/orgrt/role-skills/defender.md → org-skills/defender/SKILL.md} +8 -0
- package/org-skills/dependency-upgrade/LICENSE.txt +21 -0
- package/org-skills/dependency-upgrade/SKILL.md +373 -0
- package/org-skills/deployment-patterns/LICENSE.txt +21 -0
- package/org-skills/deployment-patterns/SKILL.md +431 -0
- package/org-skills/deployment-pipeline-design/LICENSE.txt +21 -0
- package/org-skills/deployment-pipeline-design/SKILL.md +111 -0
- package/org-skills/deployment-pipeline-design/references/advanced-strategies.md +629 -0
- package/org-skills/deployment-pipeline-design/references/details.md +399 -0
- package/org-skills/design-system/LICENSE.txt +21 -0
- package/org-skills/design-system/SKILL.md +86 -0
- package/org-skills/design-system-patterns/LICENSE.txt +21 -0
- package/org-skills/design-system-patterns/SKILL.md +120 -0
- package/org-skills/design-system-patterns/references/component-architecture.md +617 -0
- package/org-skills/design-system-patterns/references/design-tokens.md +420 -0
- package/org-skills/design-system-patterns/references/details.md +219 -0
- package/org-skills/design-system-patterns/references/theming-architecture.md +521 -0
- package/{dist/src/orgrt/role-skills/devops-automator.md → org-skills/devops-automator/SKILL.md} +8 -0
- package/org-skills/devops-engineer/LICENSE.txt +21 -0
- package/org-skills/devops-engineer/SKILL.md +143 -0
- package/org-skills/devops-engineer/references/deployment-strategies.md +241 -0
- package/org-skills/devops-engineer/references/docker-patterns.md +113 -0
- package/org-skills/devops-engineer/references/github-actions.md +139 -0
- package/org-skills/devops-engineer/references/gitlab-ci.md +192 -0
- package/org-skills/devops-engineer/references/incident-response.md +331 -0
- package/org-skills/devops-engineer/references/kubernetes.md +154 -0
- package/org-skills/devops-engineer/references/platform-engineering.md +417 -0
- package/org-skills/devops-engineer/references/release-automation.md +527 -0
- package/org-skills/devops-engineer/references/terraform-iac.md +141 -0
- package/{dist/src/orgrt/role-skills/discovery-coach.md → org-skills/discovery-coach/SKILL.md} +8 -0
- package/org-skills/django-expert/LICENSE.txt +21 -0
- package/org-skills/django-expert/SKILL.md +157 -0
- package/org-skills/django-expert/references/authentication.md +145 -0
- package/org-skills/django-expert/references/drf-serializers.md +148 -0
- package/org-skills/django-expert/references/models-orm.md +151 -0
- package/org-skills/django-expert/references/testing-django.md +204 -0
- package/org-skills/django-expert/references/viewsets-views.md +153 -0
- package/org-skills/django-patterns/LICENSE.txt +21 -0
- package/org-skills/django-patterns/SKILL.md +738 -0
- package/org-skills/docker-patterns/LICENSE.txt +21 -0
- package/org-skills/docker-patterns/SKILL.md +525 -0
- package/org-skills/dotnet-patterns/LICENSE.txt +21 -0
- package/org-skills/dotnet-patterns/SKILL.md +325 -0
- package/org-skills/e2e-testing/LICENSE.txt +21 -0
- package/org-skills/e2e-testing/SKILL.md +330 -0
- package/{dist/src/orgrt/role-skills/email-marketing.md → org-skills/email-marketing/SKILL.md} +8 -0
- package/org-skills/email-sequences/LICENSE.txt +21 -0
- package/org-skills/email-sequences/SKILL.md +314 -0
- package/org-skills/email-sequences/references/copy-guidelines.md +113 -0
- package/org-skills/email-sequences/references/email-types.md +515 -0
- package/org-skills/email-sequences/references/sequence-templates.md +168 -0
- package/{dist/src/orgrt/role-skills/embedded-firmware.md → org-skills/embedded-firmware/SKILL.md} +8 -0
- package/org-skills/embedded-systems/LICENSE.txt +21 -0
- package/org-skills/embedded-systems/SKILL.md +164 -0
- package/org-skills/embedded-systems/references/communication-protocols.md +411 -0
- package/org-skills/embedded-systems/references/memory-optimization.md +467 -0
- package/org-skills/embedded-systems/references/microcontroller-programming.md +394 -0
- package/org-skills/embedded-systems/references/power-optimization.md +441 -0
- package/org-skills/embedded-systems/references/rtos-patterns.md +313 -0
- package/org-skills/employment-contract-templates/LICENSE.txt +21 -0
- package/org-skills/employment-contract-templates/SKILL.md +69 -0
- package/org-skills/employment-contract-templates/references/details.md +461 -0
- package/org-skills/energy-procurement/SKILL.md +218 -0
- package/org-skills/error-handling/LICENSE.txt +21 -0
- package/org-skills/error-handling/SKILL.md +380 -0
- package/org-skills/error-handling-patterns/LICENSE.txt +21 -0
- package/org-skills/error-handling-patterns/SKILL.md +126 -0
- package/org-skills/error-handling-patterns/references/details.md +516 -0
- package/org-skills/event-marketing/LICENSE.txt +21 -0
- package/org-skills/event-marketing/SKILL.md +134 -0
- package/org-skills/event-marketing/references/event-portfolio-strategy.md +80 -0
- package/org-skills/event-marketing/references/speaking.md +49 -0
- package/org-skills/event-marketing/references/sponsorship-roi.md +57 -0
- package/org-skills/event-marketing/references/webinar-funnel.md +88 -0
- package/{dist/src/orgrt/role-skills/evidence-collector.md → org-skills/evidence-collector/SKILL.md} +8 -0
- package/org-skills/experiment-designer/LICENSE.txt +21 -0
- package/org-skills/experiment-designer/SKILL.md +109 -0
- package/org-skills/experiment-designer/references/experiment-playbook.md +70 -0
- package/org-skills/experiment-designer/references/statistics-reference.md +56 -0
- package/{dist/src/orgrt/role-skills/experiment-tracker.md → org-skills/experiment-tracker/SKILL.md} +8 -0
- package/org-skills/experimental-design/LICENSE.txt +21 -0
- package/org-skills/experimental-design/SKILL.md +250 -0
- package/org-skills/experimental-design/references/design_types.md +129 -0
- package/org-skills/experimental-design/references/factorial_and_doe.md +130 -0
- package/org-skills/experimental-design/references/randomization_and_blocking.md +116 -0
- package/org-skills/experimental-design/references/sequential_and_adaptive.md +97 -0
- package/org-skills/fastapi-expert/LICENSE.txt +21 -0
- package/org-skills/fastapi-expert/SKILL.md +182 -0
- package/org-skills/fastapi-expert/references/async-sqlalchemy.md +146 -0
- package/org-skills/fastapi-expert/references/authentication.md +159 -0
- package/org-skills/fastapi-expert/references/endpoints-routing.md +142 -0
- package/org-skills/fastapi-expert/references/migration-from-django.md +997 -0
- package/org-skills/fastapi-expert/references/pydantic-v2.md +135 -0
- package/org-skills/fastapi-expert/references/testing-async.md +159 -0
- package/org-skills/fastapi-patterns/LICENSE.txt +21 -0
- package/org-skills/fastapi-patterns/SKILL.md +517 -0
- package/{dist/src/orgrt/role-skills/feedback-synthesizer.md → org-skills/feedback-synthesizer/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/finance-tracker.md → org-skills/finance-tracker/SKILL.md} +8 -0
- package/org-skills/finishing-a-development-branch/LICENSE.txt +21 -0
- package/org-skills/finishing-a-development-branch/SKILL.md +230 -0
- package/org-skills/flutter-expert/LICENSE.txt +21 -0
- package/org-skills/flutter-expert/SKILL.md +135 -0
- package/org-skills/flutter-expert/references/bloc-state.md +259 -0
- package/org-skills/flutter-expert/references/gorouter-navigation.md +119 -0
- package/org-skills/flutter-expert/references/performance.md +99 -0
- package/org-skills/flutter-expert/references/project-structure.md +118 -0
- package/org-skills/flutter-expert/references/riverpod-state.md +130 -0
- package/org-skills/flutter-expert/references/widget-patterns.md +123 -0
- package/org-skills/focused-fix/LICENSE.txt +21 -0
- package/org-skills/focused-fix/SKILL.md +323 -0
- package/org-skills/free-tool-strategy/LICENSE.txt +21 -0
- package/org-skills/free-tool-strategy/SKILL.md +193 -0
- package/org-skills/free-tool-strategy/references/tool-benchmarks.md +35 -0
- package/org-skills/free-tool-strategy/references/tool-types.md +217 -0
- package/org-skills/frontend-design/LICENSE.txt +177 -0
- package/org-skills/frontend-design/SKILL.md +75 -0
- package/org-skills/frontend-design-direction/LICENSE.txt +21 -0
- package/org-skills/frontend-design-direction/SKILL.md +96 -0
- package/{dist/src/orgrt/role-skills/frontend-developer.md → org-skills/frontend-developer/SKILL.md} +8 -0
- package/org-skills/frontend-patterns/LICENSE.txt +21 -0
- package/org-skills/frontend-patterns/SKILL.md +660 -0
- package/{dist/src/orgrt/role-skills/game-audio-engineer.md → org-skills/game-audio-engineer/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/game-designer.md → org-skills/game-designer/SKILL.md} +8 -0
- package/org-skills/gdpr-data-handling/LICENSE.txt +21 -0
- package/org-skills/gdpr-data-handling/SKILL.md +78 -0
- package/org-skills/gdpr-data-handling/references/details.md +556 -0
- package/org-skills/general-counsel-advisor/LICENSE.txt +21 -0
- package/org-skills/general-counsel-advisor/SKILL.md +157 -0
- package/org-skills/general-counsel-advisor/references/contracts_playbook.md +148 -0
- package/org-skills/general-counsel-advisor/references/ip_and_regulatory.md +191 -0
- package/org-skills/general-counsel-advisor/references/term_sheet_decoder.md +243 -0
- package/org-skills/git-advanced-workflows/LICENSE.txt +21 -0
- package/org-skills/git-advanced-workflows/SKILL.md +203 -0
- package/org-skills/git-advanced-workflows/references/details.md +203 -0
- package/org-skills/git-workflow/LICENSE.txt +21 -0
- package/org-skills/git-workflow/SKILL.md +719 -0
- package/org-skills/golang-patterns/LICENSE.txt +21 -0
- package/org-skills/golang-patterns/SKILL.md +679 -0
- package/org-skills/golang-pro/LICENSE.txt +21 -0
- package/org-skills/golang-pro/SKILL.md +119 -0
- package/org-skills/golang-pro/references/concurrency.md +329 -0
- package/org-skills/golang-pro/references/generics.md +442 -0
- package/org-skills/golang-pro/references/interfaces.md +432 -0
- package/org-skills/golang-pro/references/project-structure.md +477 -0
- package/org-skills/golang-pro/references/testing.md +451 -0
- package/org-skills/harness-engineering/LICENSE.txt +22 -0
- package/org-skills/harness-engineering/SKILL.md +239 -0
- package/org-skills/healthcare-phi-compliance/LICENSE.txt +21 -0
- package/org-skills/healthcare-phi-compliance/SKILL.md +148 -0
- package/org-skills/hexagonal-architecture/LICENSE.txt +21 -0
- package/org-skills/hexagonal-architecture/SKILL.md +280 -0
- package/{dist/src/orgrt/role-skills/hierarchical-coord.md → org-skills/hierarchical-coord/SKILL.md} +8 -0
- package/org-skills/huggingface-transformers/SKILL.md +211 -0
- package/org-skills/huggingface-transformers/references/generation.md +473 -0
- package/org-skills/huggingface-transformers/references/models.md +371 -0
- package/org-skills/huggingface-transformers/references/pipelines.md +334 -0
- package/org-skills/huggingface-transformers/references/tokenizers.md +449 -0
- package/org-skills/huggingface-transformers/references/training.md +504 -0
- package/org-skills/hypothesis-generation/LICENSE.txt +21 -0
- package/org-skills/hypothesis-generation/SKILL.md +280 -0
- package/org-skills/hypothesis-generation/assets/preregistration_scaffold_template.md +137 -0
- package/org-skills/hypothesis-generation/references/causal_inference_and_claims.md +190 -0
- package/org-skills/hypothesis-generation/references/concepts_and_workflow.md +173 -0
- package/org-skills/hypothesis-generation/references/ethics_safety_and_ai.md +216 -0
- package/org-skills/hypothesis-generation/references/experimental_design_patterns.md +301 -0
- package/org-skills/hypothesis-generation/references/hypothesis_quality_criteria.md +203 -0
- package/org-skills/hypothesis-generation/references/literature_search_strategies.md +208 -0
- package/org-skills/hypothesis-generation/references/preregistration_and_open_science.md +205 -0
- package/org-skills/hypothesis-generation/references/security_validation.md +74 -0
- package/org-skills/hypothesis-generation/references/source_ledger.md +116 -0
- package/org-skills/hypothesis-generation/references/tool_reference.md +246 -0
- package/org-skills/incident-command-playbook/LICENSE.txt +21 -0
- package/org-skills/incident-command-playbook/SKILL.md +475 -0
- package/org-skills/incident-command-playbook/assets/incident_report_template.md +171 -0
- package/org-skills/incident-command-playbook/assets/runbook_template.md +289 -0
- package/org-skills/incident-command-playbook/references/communication_templates.md +591 -0
- package/org-skills/incident-command-playbook/references/incident-response-framework.md +372 -0
- package/org-skills/incident-command-playbook/references/incident_severity_matrix.md +292 -0
- package/org-skills/incident-command-playbook/references/rca_frameworks_guide.md +562 -0
- package/org-skills/incident-command-playbook/references/reference-information.md +201 -0
- package/org-skills/incident-command-playbook/references/sla-management-guide.md +566 -0
- package/{dist/src/orgrt/role-skills/incident-commander.md → org-skills/incident-commander/SKILL.md} +8 -0
- package/org-skills/incident-runbook-templates/LICENSE.txt +21 -0
- package/org-skills/incident-runbook-templates/SKILL.md +140 -0
- package/org-skills/incident-runbook-templates/references/details.md +342 -0
- package/org-skills/influencer-marketing/LICENSE.txt +21 -0
- package/org-skills/influencer-marketing/SKILL.md +202 -0
- package/org-skills/influencer-marketing/references/ugc-creator-program.md +91 -0
- package/{dist/src/orgrt/role-skills/infrastructure.md → org-skills/infrastructure/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/input-validator.md → org-skills/input-validator/SKILL.md} +8 -0
- package/org-skills/intent-driven-development/LICENSE.txt +21 -0
- package/org-skills/intent-driven-development/SKILL.md +365 -0
- package/org-skills/internal-comms/LICENSE.txt +202 -0
- package/org-skills/internal-comms/SKILL.md +36 -0
- package/org-skills/internal-comms/examples/3p-updates.md +47 -0
- package/org-skills/internal-comms/examples/company-newsletter.md +65 -0
- package/org-skills/internal-comms/examples/faq-answers.md +30 -0
- package/org-skills/internal-comms/examples/general-comms.md +16 -0
- package/org-skills/inventory-demand-planning/SKILL.md +237 -0
- package/org-skills/investor-materials/LICENSE.txt +21 -0
- package/org-skills/investor-materials/SKILL.md +100 -0
- package/{dist/src/orgrt/role-skills/ios-developer.md → org-skills/ios-developer/SKILL.md} +8 -0
- package/org-skills/isms-audit-expert/LICENSE.txt +21 -0
- package/org-skills/isms-audit-expert/SKILL.md +229 -0
- package/org-skills/isms-audit-expert/references/cloud-security-audit.md +226 -0
- package/org-skills/isms-audit-expert/references/iso27001-audit-methodology.md +260 -0
- package/org-skills/isms-audit-expert/references/iso27001_audit_playbook.md +180 -0
- package/org-skills/isms-audit-expert/references/security-control-testing.md +276 -0
- package/{dist/src/orgrt/role-skills/issue-tracker.md → org-skills/issue-tracker/SKILL.md} +8 -0
- package/org-skills/java-architect/LICENSE.txt +21 -0
- package/org-skills/java-architect/SKILL.md +129 -0
- package/org-skills/java-architect/references/jpa-optimization.md +393 -0
- package/org-skills/java-architect/references/reactive-webflux.md +356 -0
- package/org-skills/java-architect/references/spring-boot-setup.md +269 -0
- package/org-skills/java-architect/references/spring-security.md +445 -0
- package/org-skills/java-architect/references/testing-patterns.md +500 -0
- package/org-skills/java-coding-standards/LICENSE.txt +21 -0
- package/org-skills/java-coding-standards/SKILL.md +387 -0
- package/{dist/src/orgrt/role-skills/judge.md → org-skills/judge/SKILL.md} +8 -0
- package/org-skills/kotlin-patterns/LICENSE.txt +21 -0
- package/org-skills/kotlin-patterns/SKILL.md +715 -0
- package/org-skills/kotlin-specialist/LICENSE.txt +21 -0
- package/org-skills/kotlin-specialist/SKILL.md +144 -0
- package/org-skills/kotlin-specialist/references/android-compose.md +419 -0
- package/org-skills/kotlin-specialist/references/coroutines-flow.md +276 -0
- package/org-skills/kotlin-specialist/references/dsl-idioms.md +421 -0
- package/org-skills/kotlin-specialist/references/ktor-server.md +426 -0
- package/org-skills/kotlin-specialist/references/multiplatform-kmp.md +380 -0
- package/org-skills/kpi-dashboard-design/LICENSE.txt +21 -0
- package/org-skills/kpi-dashboard-design/SKILL.md +152 -0
- package/org-skills/kpi-dashboard-design/references/details.md +351 -0
- package/org-skills/kubernetes-patterns/LICENSE.txt +21 -0
- package/org-skills/kubernetes-patterns/SKILL.md +759 -0
- package/org-skills/kubernetes-specialist/LICENSE.txt +21 -0
- package/org-skills/kubernetes-specialist/SKILL.md +238 -0
- package/org-skills/kubernetes-specialist/references/configuration.md +452 -0
- package/org-skills/kubernetes-specialist/references/cost-optimization.md +458 -0
- package/org-skills/kubernetes-specialist/references/custom-operators.md +563 -0
- package/org-skills/kubernetes-specialist/references/gitops.md +530 -0
- package/org-skills/kubernetes-specialist/references/helm-charts.md +912 -0
- package/org-skills/kubernetes-specialist/references/multi-cluster.md +507 -0
- package/org-skills/kubernetes-specialist/references/networking.md +447 -0
- package/org-skills/kubernetes-specialist/references/service-mesh.md +459 -0
- package/org-skills/kubernetes-specialist/references/storage.md +535 -0
- package/org-skills/kubernetes-specialist/references/troubleshooting.md +414 -0
- package/org-skills/kubernetes-specialist/references/workloads.md +377 -0
- package/org-skills/laravel-patterns/LICENSE.txt +21 -0
- package/org-skills/laravel-patterns/SKILL.md +419 -0
- package/{dist/src/orgrt/role-skills/launch-strategist.md → org-skills/launch-strategist/SKILL.md} +8 -0
- package/org-skills/launch-strategy/LICENSE.txt +21 -0
- package/org-skills/launch-strategy/SKILL.md +384 -0
- package/org-skills/lead-magnets/LICENSE.txt +21 -0
- package/org-skills/lead-magnets/SKILL.md +313 -0
- package/org-skills/lead-magnets/references/benchmarks.md +129 -0
- package/org-skills/lead-magnets/references/format-guide.md +196 -0
- package/org-skills/legacy-modernizer/LICENSE.txt +21 -0
- package/org-skills/legacy-modernizer/SKILL.md +134 -0
- package/org-skills/legacy-modernizer/references/legacy-testing.md +381 -0
- package/org-skills/legacy-modernizer/references/migration-strategies.md +423 -0
- package/org-skills/legacy-modernizer/references/refactoring-patterns.md +395 -0
- package/org-skills/legacy-modernizer/references/strangler-fig-pattern.md +281 -0
- package/org-skills/legacy-modernizer/references/system-assessment.md +487 -0
- package/{dist/src/orgrt/role-skills/legal-compliance.md → org-skills/legal-compliance/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/level-designer.md → org-skills/level-designer/SKILL.md} +8 -0
- package/org-skills/llm-cost-optimizer/LICENSE.txt +21 -0
- package/org-skills/llm-cost-optimizer/SKILL.md +227 -0
- package/org-skills/llm-evaluation/LICENSE.txt +21 -0
- package/org-skills/llm-evaluation/SKILL.md +149 -0
- package/org-skills/llm-evaluation/references/details.md +527 -0
- package/org-skills/llm-project-development/LICENSE.txt +22 -0
- package/org-skills/llm-project-development/SKILL.md +309 -0
- package/org-skills/llm-project-development/references/case-studies.md +388 -0
- package/org-skills/llm-project-development/references/pipeline-patterns.md +610 -0
- package/{dist/src/orgrt/role-skills/load-balancer.md → org-skills/load-balancer/SKILL.md} +8 -0
- package/org-skills/logistics-exception-management/SKILL.md +213 -0
- package/org-skills/long-horizon-prompting/LICENSE.txt +22 -0
- package/org-skills/long-horizon-prompting/SKILL.md +279 -0
- package/org-skills/long-horizon-prompting/references/cdc-prompt-annotated.md +78 -0
- package/org-skills/long-horizon-prompting/references/research-evidence.md +57 -0
- package/org-skills/long-horizon-prompting/references/task-brief-template.md +142 -0
- package/org-skills/long-horizon-prompting/references/vendor-guidance.md +110 -0
- package/org-skills/make-interfaces-feel-better/LICENSE.txt +21 -0
- package/org-skills/make-interfaces-feel-better/SKILL.md +155 -0
- package/org-skills/markdown-mermaid-writing/SKILL.md +319 -0
- package/org-skills/markdown-mermaid-writing/assets/examples/example-research-report.md +221 -0
- package/org-skills/markdown-mermaid-writing/references/diagrams/architecture.md +108 -0
- package/org-skills/markdown-mermaid-writing/references/diagrams/block.md +177 -0
- package/org-skills/markdown-mermaid-writing/references/diagrams/c4.md +136 -0
- package/org-skills/markdown-mermaid-writing/references/diagrams/class.md +246 -0
- package/org-skills/markdown-mermaid-writing/references/diagrams/complex_examples.md +384 -0
- package/org-skills/markdown-mermaid-writing/references/diagrams/er.md +222 -0
- package/org-skills/markdown-mermaid-writing/references/diagrams/flowchart.md +177 -0
- package/org-skills/markdown-mermaid-writing/references/diagrams/gantt.md +138 -0
- package/org-skills/markdown-mermaid-writing/references/diagrams/git_graph.md +74 -0
- package/org-skills/markdown-mermaid-writing/references/diagrams/kanban.md +107 -0
- package/org-skills/markdown-mermaid-writing/references/diagrams/mindmap.md +74 -0
- package/org-skills/markdown-mermaid-writing/references/diagrams/packet.md +55 -0
- package/org-skills/markdown-mermaid-writing/references/diagrams/pie.md +52 -0
- package/org-skills/markdown-mermaid-writing/references/diagrams/quadrant.md +66 -0
- package/org-skills/markdown-mermaid-writing/references/diagrams/radar.md +59 -0
- package/org-skills/markdown-mermaid-writing/references/diagrams/requirement.md +88 -0
- package/org-skills/markdown-mermaid-writing/references/diagrams/sankey.md +71 -0
- package/org-skills/markdown-mermaid-writing/references/diagrams/sequence.md +174 -0
- package/org-skills/markdown-mermaid-writing/references/diagrams/state.md +150 -0
- package/org-skills/markdown-mermaid-writing/references/diagrams/timeline.md +96 -0
- package/org-skills/markdown-mermaid-writing/references/diagrams/treemap.md +66 -0
- package/org-skills/markdown-mermaid-writing/references/diagrams/user_journey.md +108 -0
- package/org-skills/markdown-mermaid-writing/references/diagrams/xy_chart.md +53 -0
- package/org-skills/markdown-mermaid-writing/references/diagrams/zenuml.md +71 -0
- package/org-skills/markdown-mermaid-writing/references/markdown_style_guide.md +733 -0
- package/org-skills/markdown-mermaid-writing/references/mermaid_style_guide.md +458 -0
- package/org-skills/markdown-mermaid-writing/templates/decision_record.md +211 -0
- package/org-skills/markdown-mermaid-writing/templates/how_to_guide.md +275 -0
- package/org-skills/markdown-mermaid-writing/templates/issue.md +303 -0
- package/org-skills/markdown-mermaid-writing/templates/kanban.md +223 -0
- package/org-skills/markdown-mermaid-writing/templates/presentation.md +312 -0
- package/org-skills/markdown-mermaid-writing/templates/project_documentation.md +412 -0
- package/org-skills/markdown-mermaid-writing/templates/pull_request.md +319 -0
- package/org-skills/markdown-mermaid-writing/templates/research_paper.md +304 -0
- package/org-skills/markdown-mermaid-writing/templates/status_report.md +185 -0
- package/org-skills/market-research/LICENSE.txt +21 -0
- package/org-skills/market-research/SKILL.md +90 -0
- package/org-skills/market-research-reports/LICENSE.txt +21 -0
- package/org-skills/market-research-reports/SKILL.md +354 -0
- package/org-skills/market-research-reports/assets/FORMATTING_GUIDE.md +149 -0
- package/org-skills/market-research-reports/references/data_analysis_patterns.md +290 -0
- package/org-skills/market-research-reports/references/evidence_model.md +148 -0
- package/org-skills/market-research-reports/references/methods_and_ethics.md +162 -0
- package/org-skills/market-research-reports/references/official_data_sources.md +196 -0
- package/org-skills/market-research-reports/references/report_structure_guide.md +283 -0
- package/org-skills/market-research-reports/references/sources.md +73 -0
- package/org-skills/market-research-reports/references/visual_generation_guide.md +158 -0
- package/org-skills/market-sizing-analysis/LICENSE.txt +21 -0
- package/org-skills/market-sizing-analysis/SKILL.md +69 -0
- package/org-skills/market-sizing-analysis/examples/saas-market-sizing.md +377 -0
- package/org-skills/market-sizing-analysis/references/data-sources.md +421 -0
- package/org-skills/market-sizing-analysis/references/details.md +370 -0
- package/org-skills/marketing-attribution/LICENSE.txt +21 -0
- package/org-skills/marketing-attribution/SKILL.md +227 -0
- package/org-skills/marketing-attribution/references/attribution-models.md +72 -0
- package/org-skills/marketing-attribution/references/by-business-type.md +54 -0
- package/org-skills/marketing-attribution/references/first-party-tracking.md +238 -0
- package/org-skills/marketing-attribution/references/measurement-paradigms.md +74 -0
- package/org-skills/marketing-campaign/LICENSE.txt +21 -0
- package/org-skills/marketing-campaign/SKILL.md +117 -0
- package/org-skills/marketing-council/LICENSE.txt +21 -0
- package/org-skills/marketing-council/SKILL.md +164 -0
- package/org-skills/marketing-council/references/advisor-template.md +51 -0
- package/org-skills/marketing-council/references/advisors/alex-hormozi.md +43 -0
- package/org-skills/marketing-council/references/advisors/ann-handley.md +43 -0
- package/org-skills/marketing-council/references/advisors/april-dunford.md +41 -0
- package/org-skills/marketing-council/references/advisors/byron-sharp.md +43 -0
- package/org-skills/marketing-council/references/advisors/claude-hopkins.md +42 -0
- package/org-skills/marketing-council/references/advisors/david-ogilvy.md +42 -0
- package/org-skills/marketing-council/references/advisors/eugene-schwartz.md +42 -0
- package/org-skills/marketing-council/references/advisors/gary-halbert.md +43 -0
- package/org-skills/marketing-council/references/advisors/gary-vaynerchuk.md +43 -0
- package/org-skills/marketing-council/references/advisors/rory-sutherland.md +42 -0
- package/org-skills/marketing-council/references/advisors/russell-brunson.md +43 -0
- package/org-skills/marketing-council/references/advisors/seth-godin.md +43 -0
- package/org-skills/marketing-demand-acquisition/LICENSE.txt +21 -0
- package/org-skills/marketing-demand-acquisition/SKILL.md +295 -0
- package/org-skills/marketing-demand-acquisition/references/attribution-guide.md +217 -0
- package/org-skills/marketing-demand-acquisition/references/campaign-templates.md +221 -0
- package/org-skills/marketing-demand-acquisition/references/hubspot-workflows.md +168 -0
- package/org-skills/marketing-demand-acquisition/references/international-playbooks.md +200 -0
- package/org-skills/marketing-loops/LICENSE.txt +21 -0
- package/org-skills/marketing-loops/SKILL.md +110 -0
- package/org-skills/marketing-loops/references/loop-catalog.md +687 -0
- package/org-skills/marketing-loops/references/loop-guardrails.md +73 -0
- package/org-skills/marketing-loops/references/loop-orchestration.md +69 -0
- package/org-skills/marketing-loops/references/loop-state.md +67 -0
- package/org-skills/marketing-loops/references/loop-template.md +79 -0
- package/org-skills/marketing-plan/LICENSE.txt +21 -0
- package/org-skills/marketing-plan/SKILL.md +303 -0
- package/org-skills/marketing-plan/references/aarrr-framework.md +180 -0
- package/org-skills/marketing-plan/references/budget-planning.md +168 -0
- package/org-skills/marketing-plan/references/client-types.md +373 -0
- package/org-skills/marketing-plan/references/current-state-rubric.md +255 -0
- package/org-skills/marketing-plan/references/example-quietude.md +972 -0
- package/org-skills/marketing-plan/references/funding-stage-unlocks.md +230 -0
- package/org-skills/marketing-plan/references/growth-patterns.md +190 -0
- package/org-skills/marketing-plan/references/idea-cross-reference.md +265 -0
- package/org-skills/marketing-plan/references/measurement-framework.md +213 -0
- package/org-skills/marketing-plan/references/methodology.md +363 -0
- package/org-skills/marketing-plan/references/ops-stack-mapping.md +197 -0
- package/org-skills/marketing-plan/references/plan-template.md +494 -0
- package/org-skills/marketing-plan/references/team-and-agency-model.md +278 -0
- package/org-skills/marketing-psychology/LICENSE.txt +21 -0
- package/org-skills/marketing-psychology/SKILL.md +458 -0
- package/org-skills/marketing-strategy-pmm/LICENSE.txt +21 -0
- package/org-skills/marketing-strategy-pmm/SKILL.md +391 -0
- package/org-skills/marketing-strategy-pmm/references/international-gtm.md +401 -0
- package/org-skills/marketing-strategy-pmm/references/launch-checklists.md +333 -0
- package/org-skills/marketing-strategy-pmm/references/messaging-templates.md +446 -0
- package/org-skills/marketing-strategy-pmm/references/positioning-frameworks.md +279 -0
- package/org-skills/markitdown-document-conversion/LICENSE.txt +21 -0
- package/org-skills/markitdown-document-conversion/SKILL.md +281 -0
- package/org-skills/markitdown-document-conversion/references/api_reference.md +418 -0
- package/org-skills/markitdown-document-conversion/references/cloud_and_ocr.md +320 -0
- package/org-skills/markitdown-document-conversion/references/file_formats.md +281 -0
- package/org-skills/markitdown-document-conversion/references/mcp_and_plugins.md +243 -0
- package/org-skills/markitdown-document-conversion/references/migration.md +356 -0
- package/org-skills/markitdown-document-conversion/references/security.md +246 -0
- package/org-skills/markitdown-document-conversion/references/workflows.md +309 -0
- package/{dist/src/orgrt/role-skills/mcp-builder.md → org-skills/mcp-builder/SKILL.md} +8 -0
- package/org-skills/mcp-server-builder/LICENSE.txt +202 -0
- package/org-skills/mcp-server-builder/SKILL.md +240 -0
- package/org-skills/mcp-server-builder/reference/evaluation.md +602 -0
- package/org-skills/mcp-server-builder/reference/mcp_best_practices.md +249 -0
- package/org-skills/mcp-server-builder/reference/node_mcp_server.md +970 -0
- package/org-skills/mcp-server-builder/reference/python_mcp_server.md +719 -0
- package/org-skills/mcp-server-patterns/LICENSE.txt +21 -0
- package/org-skills/mcp-server-patterns/SKILL.md +73 -0
- package/{dist/src/orgrt/role-skills/memory-coordinator.md → org-skills/memory-coordinator/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/mesh-coordinator.md → org-skills/mesh-coordinator/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/ml-developer.md → org-skills/ml-developer/SKILL.md} +8 -0
- package/org-skills/ml-pipeline/LICENSE.txt +21 -0
- package/org-skills/ml-pipeline/SKILL.md +155 -0
- package/org-skills/ml-pipeline/references/experiment-tracking.md +833 -0
- package/org-skills/ml-pipeline/references/feature-engineering.md +631 -0
- package/org-skills/ml-pipeline/references/model-validation.md +978 -0
- package/org-skills/ml-pipeline/references/pipeline-orchestration.md +907 -0
- package/org-skills/ml-pipeline/references/training-pipelines.md +782 -0
- package/org-skills/mle-workflow/LICENSE.txt +21 -0
- package/org-skills/mle-workflow/SKILL.md +350 -0
- package/{dist/src/orgrt/role-skills/mobile-app-builder.md → org-skills/mobile-app-builder/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/mobile-dev.md → org-skills/mobile-dev/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/model-qa.md → org-skills/model-qa/SKILL.md} +8 -0
- package/org-skills/monitoring-expert/LICENSE.txt +21 -0
- package/org-skills/monitoring-expert/SKILL.md +173 -0
- package/org-skills/monitoring-expert/references/alerting-rules.md +141 -0
- package/org-skills/monitoring-expert/references/application-profiling.md +331 -0
- package/org-skills/monitoring-expert/references/capacity-planning.md +344 -0
- package/org-skills/monitoring-expert/references/dashboards.md +126 -0
- package/org-skills/monitoring-expert/references/opentelemetry.md +123 -0
- package/org-skills/monitoring-expert/references/performance-testing.md +269 -0
- package/org-skills/monitoring-expert/references/prometheus-metrics.md +136 -0
- package/org-skills/monitoring-expert/references/structured-logging.md +142 -0
- package/org-skills/monodesign-ui-quality/SKILL.md +38 -0
- package/org-skills/monograph-code-navigation/SKILL.md +46 -0
- package/org-skills/monolean-minimal-change/SKILL.md +50 -0
- package/org-skills/multi-agent-patterns/LICENSE.txt +22 -0
- package/org-skills/multi-agent-patterns/SKILL.md +272 -0
- package/org-skills/multi-agent-patterns/references/frameworks.md +433 -0
- package/org-skills/mysql-patterns/LICENSE.txt +21 -0
- package/org-skills/mysql-patterns/SKILL.md +416 -0
- package/{dist/src/orgrt/role-skills/narrative-designer.md → org-skills/narrative-designer/SKILL.md} +8 -0
- package/org-skills/nextjs-developer/LICENSE.txt +21 -0
- package/org-skills/nextjs-developer/SKILL.md +140 -0
- package/org-skills/nextjs-developer/references/app-router.md +311 -0
- package/org-skills/nextjs-developer/references/data-fetching.md +482 -0
- package/org-skills/nextjs-developer/references/deployment.md +545 -0
- package/org-skills/nextjs-developer/references/server-actions.md +462 -0
- package/org-skills/nextjs-developer/references/server-components.md +384 -0
- package/org-skills/offer-design/LICENSE.txt +21 -0
- package/org-skills/offer-design/SKILL.md +158 -0
- package/org-skills/offer-design/references/bonus-stacking.md +150 -0
- package/org-skills/offer-design/references/examples.md +215 -0
- package/org-skills/offer-design/references/guarantee-design.md +172 -0
- package/org-skills/offer-design/references/offer-anatomy.md +203 -0
- package/org-skills/offer-design/references/offer-formats.md +240 -0
- package/org-skills/offer-design/references/saas-offers.md +116 -0
- package/org-skills/offer-design/references/scarcity-urgency.md +175 -0
- package/org-skills/offer-design/references/value-equation.md +134 -0
- package/org-skills/onboarding-cro/LICENSE.txt +21 -0
- package/org-skills/onboarding-cro/SKILL.md +264 -0
- package/org-skills/onboarding-cro/references/activation-models.md +57 -0
- package/org-skills/onboarding-cro/references/experiments.md +258 -0
- package/org-skills/onboarding-cro/references/minimum-path-to-value.md +49 -0
- package/{dist/src/orgrt/role-skills/outbound-strategist.md → org-skills/outbound-strategist/SKILL.md} +8 -0
- package/org-skills/page-cro/LICENSE.txt +21 -0
- package/org-skills/page-cro/SKILL.md +190 -0
- package/org-skills/page-cro/references/experiments.md +248 -0
- package/org-skills/page-cro/references/form.md +422 -0
- package/org-skills/paid-ads/LICENSE.txt +21 -0
- package/org-skills/paid-ads/SKILL.md +502 -0
- package/org-skills/paid-ads/references/abm-playbook.md +93 -0
- package/org-skills/paid-ads/references/ad-copy-templates.md +207 -0
- package/org-skills/paid-ads/references/audience-targeting.md +243 -0
- package/org-skills/paid-ads/references/audit-guardrails.md +83 -0
- package/org-skills/paid-ads/references/b2b-paid-playbook.md +115 -0
- package/org-skills/paid-ads/references/conversion-tracking.md +361 -0
- package/org-skills/paid-ads/references/creative-research-automation.md +103 -0
- package/org-skills/paid-ads/references/google-ads-audit-checklist.md +84 -0
- package/org-skills/paid-ads/references/google-search-playbook.md +120 -0
- package/org-skills/paid-ads/references/linkedin-b2b-playbook.md +107 -0
- package/org-skills/paid-ads/references/meta-decision-system.md +176 -0
- package/org-skills/paid-ads/references/payback-period.md +69 -0
- package/org-skills/paid-ads/references/platform-setup-checklists.md +277 -0
- package/org-skills/paid-ads/references/rsa-output-spec.md +88 -0
- package/org-skills/pandas-pro/LICENSE.txt +21 -0
- package/org-skills/pandas-pro/SKILL.md +175 -0
- package/org-skills/pandas-pro/references/aggregation-groupby.md +545 -0
- package/org-skills/pandas-pro/references/data-cleaning.md +500 -0
- package/org-skills/pandas-pro/references/dataframe-operations.md +420 -0
- package/org-skills/pandas-pro/references/merging-joining.md +596 -0
- package/org-skills/pandas-pro/references/performance-optimization.md +597 -0
- package/{dist/src/orgrt/role-skills/path-validator.md → org-skills/path-validator/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/payment-agent.md → org-skills/payment-agent/SKILL.md} +8 -0
- package/org-skills/pci-compliance/LICENSE.txt +21 -0
- package/org-skills/pci-compliance/SKILL.md +277 -0
- package/org-skills/pci-compliance/references/details.md +181 -0
- package/{dist/src/orgrt/role-skills/perf-analyzer.md → org-skills/perf-analyzer/SKILL.md} +8 -0
- package/org-skills/php-pro/LICENSE.txt +21 -0
- package/org-skills/php-pro/SKILL.md +203 -0
- package/org-skills/php-pro/references/async-patterns.md +412 -0
- package/org-skills/php-pro/references/laravel-patterns.md +377 -0
- package/org-skills/php-pro/references/modern-php-features.md +323 -0
- package/org-skills/php-pro/references/symfony-patterns.md +466 -0
- package/org-skills/php-pro/references/testing-quality.md +466 -0
- package/{dist/src/orgrt/role-skills/pipeline-analyst.md → org-skills/pipeline-analyst/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/planner.md → org-skills/planner/SKILL.md} +8 -0
- package/org-skills/playwright-expert/LICENSE.txt +21 -0
- package/org-skills/playwright-expert/SKILL.md +166 -0
- package/org-skills/playwright-expert/references/api-mocking.md +140 -0
- package/org-skills/playwright-expert/references/configuration.md +155 -0
- package/org-skills/playwright-expert/references/debugging-flaky.md +150 -0
- package/org-skills/playwright-expert/references/page-object-model.md +152 -0
- package/org-skills/playwright-expert/references/selectors-locators.md +119 -0
- package/org-skills/postgres-patterns/LICENSE.txt +21 -0
- package/org-skills/postgres-patterns/SKILL.md +151 -0
- package/org-skills/postgresql-table-design/LICENSE.txt +21 -0
- package/org-skills/postgresql-table-design/SKILL.md +134 -0
- package/org-skills/postgresql-table-design/references/details.md +161 -0
- package/org-skills/postmortem-writing/LICENSE.txt +21 -0
- package/org-skills/postmortem-writing/SKILL.md +238 -0
- package/org-skills/postmortem-writing/references/details.md +164 -0
- package/{dist/src/orgrt/role-skills/pr-manager.md → org-skills/pr-manager/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/pricing-strategist.md → org-skills/pricing-strategist/SKILL.md} +8 -0
- package/org-skills/pricing-strategy/LICENSE.txt +21 -0
- package/org-skills/pricing-strategy/SKILL.md +298 -0
- package/org-skills/pricing-strategy/references/pricing-models.md +66 -0
- package/org-skills/pricing-strategy/references/pricing-page-teardown.md +85 -0
- package/org-skills/pricing-strategy/references/research-methods.md +152 -0
- package/org-skills/pricing-strategy/references/tier-structure.md +232 -0
- package/org-skills/prisma-patterns/LICENSE.txt +21 -0
- package/org-skills/prisma-patterns/SKILL.md +404 -0
- package/org-skills/product-capability/LICENSE.txt +21 -0
- package/org-skills/product-capability/SKILL.md +145 -0
- package/org-skills/product-discovery/LICENSE.txt +21 -0
- package/org-skills/product-discovery/SKILL.md +119 -0
- package/org-skills/product-discovery/references/discovery-frameworks.md +72 -0
- package/org-skills/product-lens/LICENSE.txt +21 -0
- package/org-skills/product-lens/SKILL.md +96 -0
- package/{dist/src/orgrt/role-skills/product-manager.md → org-skills/product-manager/SKILL.md} +8 -0
- package/org-skills/product-marketing-context/LICENSE.txt +21 -0
- package/org-skills/product-marketing-context/SKILL.md +258 -0
- package/org-skills/production-audit/LICENSE.txt +21 -0
- package/org-skills/production-audit/SKILL.md +210 -0
- package/org-skills/production-scheduling/SKILL.md +228 -0
- package/{dist/src/orgrt/role-skills/production-validator.md → org-skills/production-validator/SKILL.md} +8 -0
- package/org-skills/programmatic-seo/LICENSE.txt +21 -0
- package/org-skills/programmatic-seo/SKILL.md +241 -0
- package/org-skills/programmatic-seo/references/playbooks.md +308 -0
- package/{dist/src/orgrt/role-skills/project-shepherd.md → org-skills/project-shepherd/SKILL.md} +8 -0
- package/org-skills/prompt-engineer/LICENSE.txt +21 -0
- package/org-skills/prompt-engineer/SKILL.md +131 -0
- package/org-skills/prompt-engineer/references/context-management.md +198 -0
- package/org-skills/prompt-engineer/references/evaluation-frameworks.md +778 -0
- package/org-skills/prompt-engineer/references/prompt-optimization.md +560 -0
- package/org-skills/prompt-engineer/references/prompt-patterns.md +506 -0
- package/org-skills/prompt-engineer/references/structured-outputs.md +720 -0
- package/org-skills/prompt-engineer/references/system-prompts.md +544 -0
- package/{dist/src/orgrt/role-skills/proposal-strategist.md → org-skills/proposal-strategist/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/prosecutor.md → org-skills/prosecutor/SKILL.md} +8 -0
- package/org-skills/public-relations/LICENSE.txt +21 -0
- package/org-skills/public-relations/SKILL.md +145 -0
- package/org-skills/public-relations/references/journalist-pitching.md +368 -0
- package/org-skills/public-relations/references/media-outlets.md +207 -0
- package/org-skills/public-relations/references/newsjacking.md +218 -0
- package/org-skills/public-relations/references/podcast-guest-prep.md +60 -0
- package/org-skills/public-relations/references/press-platforms.md +188 -0
- package/org-skills/public-relations/references/story-angles.md +87 -0
- package/org-skills/pymc-bayesian-modeling/SKILL.md +326 -0
- package/org-skills/pymc-bayesian-modeling/references/distributions.md +345 -0
- package/org-skills/pymc-bayesian-modeling/references/model_patterns.md +130 -0
- package/org-skills/pymc-bayesian-modeling/references/sampling_inference.md +432 -0
- package/org-skills/pymc-bayesian-modeling/references/standard_workflow.md +176 -0
- package/org-skills/pymc-bayesian-modeling/references/workflows.md +530 -0
- package/org-skills/python-patterns/LICENSE.txt +21 -0
- package/org-skills/python-patterns/SKILL.md +754 -0
- package/org-skills/python-pro/LICENSE.txt +21 -0
- package/org-skills/python-pro/SKILL.md +174 -0
- package/org-skills/python-pro/references/async-patterns.md +356 -0
- package/org-skills/python-pro/references/packaging.md +460 -0
- package/org-skills/python-pro/references/standard-library.md +378 -0
- package/org-skills/python-pro/references/testing.md +404 -0
- package/org-skills/python-pro/references/type-system.md +290 -0
- package/org-skills/python-testing/LICENSE.txt +21 -0
- package/org-skills/python-testing/SKILL.md +820 -0
- package/org-skills/quality-nonconformance/SKILL.md +250 -0
- package/{dist/src/orgrt/role-skills/queen-coordinator.md → org-skills/queen-coordinator/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/quorum-manager.md → org-skills/quorum-manager/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/raft-manager.md → org-skills/raft-manager/SKILL.md} +8 -0
- package/org-skills/rag-architect/LICENSE.txt +21 -0
- package/org-skills/rag-architect/SKILL.md +195 -0
- package/org-skills/rag-architect/references/chunking-strategies.md +878 -0
- package/org-skills/rag-architect/references/embedding-models.md +561 -0
- package/org-skills/rag-architect/references/rag-evaluation.md +833 -0
- package/org-skills/rag-architect/references/retrieval-optimization.md +795 -0
- package/org-skills/rag-architect/references/vector-databases.md +589 -0
- package/org-skills/rails-patterns/LICENSE.txt +21 -0
- package/org-skills/rails-patterns/SKILL.md +479 -0
- package/org-skills/react-expert/LICENSE.txt +21 -0
- package/org-skills/react-expert/SKILL.md +146 -0
- package/org-skills/react-expert/references/hooks-patterns.md +162 -0
- package/org-skills/react-expert/references/migration-class-to-modern.md +1119 -0
- package/org-skills/react-expert/references/performance.md +168 -0
- package/org-skills/react-expert/references/react-19-features.md +174 -0
- package/org-skills/react-expert/references/server-components.md +143 -0
- package/org-skills/react-expert/references/state-management.md +171 -0
- package/org-skills/react-expert/references/testing-react.md +174 -0
- package/org-skills/react-native-expert/LICENSE.txt +21 -0
- package/org-skills/react-native-expert/SKILL.md +182 -0
- package/org-skills/react-native-expert/references/expo-router.md +187 -0
- package/org-skills/react-native-expert/references/list-optimization.md +204 -0
- package/org-skills/react-native-expert/references/platform-handling.md +188 -0
- package/org-skills/react-native-expert/references/project-structure.md +171 -0
- package/org-skills/react-native-expert/references/storage-hooks.md +173 -0
- package/org-skills/react-native-patterns/LICENSE.txt +21 -0
- package/org-skills/react-native-patterns/SKILL.md +330 -0
- package/org-skills/react-patterns/LICENSE.txt +21 -0
- package/org-skills/react-patterns/SKILL.md +345 -0
- package/org-skills/react-performance/LICENSE.txt +21 -0
- package/org-skills/react-performance/SKILL.md +578 -0
- package/org-skills/react-testing/LICENSE.txt +21 -0
- package/org-skills/react-testing/SKILL.md +427 -0
- package/{dist/src/orgrt/role-skills/reality-checker.md → org-skills/reality-checker/SKILL.md} +8 -0
- package/org-skills/receiving-code-review/LICENSE.txt +21 -0
- package/org-skills/receiving-code-review/SKILL.md +210 -0
- package/{dist/src/orgrt/role-skills/recruitment.md → org-skills/recruitment/SKILL.md} +8 -0
- package/org-skills/redis-patterns/LICENSE.txt +21 -0
- package/org-skills/redis-patterns/SKILL.md +407 -0
- package/org-skills/referral-programs/LICENSE.txt +21 -0
- package/org-skills/referral-programs/SKILL.md +280 -0
- package/org-skills/referral-programs/references/affiliate-programs.md +167 -0
- package/org-skills/referral-programs/references/program-examples.md +143 -0
- package/org-skills/referral-programs/references/viral-mechanisms.md +102 -0
- package/{dist/src/orgrt/role-skills/release-manager.md → org-skills/release-manager/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/repo-architect.md → org-skills/repo-architect/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/researcher.md → org-skills/researcher/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/resource-allocator.md → org-skills/resource-allocator/SKILL.md} +8 -0
- package/org-skills/responsive-design/LICENSE.txt +21 -0
- package/org-skills/responsive-design/SKILL.md +49 -0
- package/org-skills/responsive-design/references/breakpoint-strategies.md +591 -0
- package/org-skills/responsive-design/references/container-queries.md +564 -0
- package/org-skills/responsive-design/references/details.md +477 -0
- package/org-skills/responsive-design/references/fluid-layouts.md +538 -0
- package/org-skills/returns-reverse-logistics/SKILL.md +230 -0
- package/{dist/src/orgrt/role-skills/reviewer.md → org-skills/reviewer/SKILL.md} +8 -0
- package/org-skills/revops/LICENSE.txt +21 -0
- package/org-skills/revops/SKILL.md +348 -0
- package/org-skills/revops/references/automation-playbooks.md +290 -0
- package/org-skills/revops/references/lifecycle-definitions.md +278 -0
- package/org-skills/revops/references/routing-rules.md +203 -0
- package/org-skills/revops/references/scoring-models.md +247 -0
- package/org-skills/roadmap-communicator/LICENSE.txt +21 -0
- package/org-skills/roadmap-communicator/SKILL.md +97 -0
- package/org-skills/roadmap-communicator/references/communication-templates.md +63 -0
- package/org-skills/roadmap-communicator/references/roadmap-templates.md +44 -0
- package/org-skills/rust-engineer/LICENSE.txt +21 -0
- package/org-skills/rust-engineer/SKILL.md +164 -0
- package/org-skills/rust-engineer/references/async.md +458 -0
- package/org-skills/rust-engineer/references/error-handling.md +334 -0
- package/org-skills/rust-engineer/references/ownership.md +278 -0
- package/org-skills/rust-engineer/references/testing.md +470 -0
- package/org-skills/rust-engineer/references/traits.md +413 -0
- package/org-skills/rust-patterns/LICENSE.txt +21 -0
- package/org-skills/rust-patterns/SKILL.md +503 -0
- package/{dist/src/orgrt/role-skills/safe-executor.md → org-skills/safe-executor/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/sales-coach.md → org-skills/sales-coach/SKILL.md} +8 -0
- package/org-skills/sales-enablement/LICENSE.txt +21 -0
- package/org-skills/sales-enablement/SKILL.md +362 -0
- package/org-skills/sales-enablement/references/deck-frameworks.md +263 -0
- package/org-skills/sales-enablement/references/demo-scripts.md +355 -0
- package/org-skills/sales-enablement/references/objection-library.md +270 -0
- package/org-skills/sales-enablement/references/one-pager-templates.md +208 -0
- package/{dist/src/orgrt/role-skills/sales-engineer.md → org-skills/sales-engineer/SKILL.md} +8 -0
- package/org-skills/sales-prospecting/LICENSE.txt +21 -0
- package/org-skills/sales-prospecting/SKILL.md +265 -0
- package/org-skills/sales-prospecting/references/b2b-prospecting.md +106 -0
- package/org-skills/sales-prospecting/references/compliance.md +123 -0
- package/org-skills/sales-prospecting/references/data-sources.md +287 -0
- package/org-skills/sales-prospecting/references/demand-signals.md +129 -0
- package/org-skills/sales-prospecting/references/local-prospecting.md +165 -0
- package/org-skills/sales-prospecting/references/saas-prospecting.md +123 -0
- package/org-skills/schema-markup/LICENSE.txt +21 -0
- package/org-skills/schema-markup/SKILL.md +182 -0
- package/org-skills/schema-markup/references/schema-examples.md +398 -0
- package/org-skills/scientific-brainstorming/LICENSE.txt +21 -0
- package/org-skills/scientific-brainstorming/SKILL.md +299 -0
- package/org-skills/scientific-brainstorming/references/brainstorming_methods.md +292 -0
- package/org-skills/scientific-brainstorming/references/facilitation_workflows.md +284 -0
- package/org-skills/scientific-brainstorming/references/idea_evaluation.md +268 -0
- package/org-skills/scientific-brainstorming/references/responsible_ai.md +220 -0
- package/org-skills/scientific-brainstorming/references/sources.md +364 -0
- package/org-skills/scientific-critical-thinking/LICENSE.txt +21 -0
- package/org-skills/scientific-critical-thinking/SKILL.md +196 -0
- package/org-skills/scientific-critical-thinking/references/common_biases.md +364 -0
- package/org-skills/scientific-critical-thinking/references/core_capabilities.md +407 -0
- package/org-skills/scientific-critical-thinking/references/evidence_hierarchy.md +485 -0
- package/org-skills/scientific-critical-thinking/references/experimental_design.md +496 -0
- package/org-skills/scientific-critical-thinking/references/logical_fallacies.md +478 -0
- package/org-skills/scientific-critical-thinking/references/scientific_method.md +169 -0
- package/org-skills/scientific-critical-thinking/references/statistical_pitfalls.md +506 -0
- package/org-skills/scientific-thinking-literature-review/LICENSE.txt +21 -0
- package/org-skills/scientific-thinking-literature-review/SKILL.md +196 -0
- package/org-skills/scientific-thinking-scholar-evaluation/LICENSE.txt +21 -0
- package/org-skills/scientific-thinking-scholar-evaluation/SKILL.md +164 -0
- package/org-skills/scientific-visualization/LICENSE.txt +21 -0
- package/org-skills/scientific-visualization/SKILL.md +301 -0
- package/org-skills/scientific-visualization/references/color_palettes.md +227 -0
- package/org-skills/scientific-visualization/references/journal_requirements.md +169 -0
- package/org-skills/scientific-visualization/references/matplotlib_examples.md +336 -0
- package/org-skills/scientific-visualization/references/publication_guidelines.md +196 -0
- package/org-skills/scientific-visualization/references/sources.md +76 -0
- package/org-skills/scientific-writing/LICENSE.txt +21 -0
- package/org-skills/scientific-writing/SKILL.md +373 -0
- package/org-skills/scientific-writing/assets/REPORT_FORMATTING_GUIDE.md +60 -0
- package/org-skills/scientific-writing/assets/manuscript_scaffold.md +65 -0
- package/org-skills/scientific-writing/references/authorship_ai_confidentiality.md +111 -0
- package/org-skills/scientific-writing/references/citation_styles.md +92 -0
- package/org-skills/scientific-writing/references/cli_reference.md +113 -0
- package/org-skills/scientific-writing/references/evidence_workflow.md +94 -0
- package/org-skills/scientific-writing/references/figures_tables.md +94 -0
- package/org-skills/scientific-writing/references/imrad_structure.md +114 -0
- package/org-skills/scientific-writing/references/journal_policies.md +56 -0
- package/org-skills/scientific-writing/references/professional_report_formatting.md +82 -0
- package/org-skills/scientific-writing/references/reporting_guidelines.md +107 -0
- package/org-skills/scientific-writing/references/research_integrity_open_science.md +97 -0
- package/org-skills/scientific-writing/references/source_ledger.md +268 -0
- package/org-skills/scientific-writing/references/writing_principles.md +97 -0
- package/{dist/src/orgrt/role-skills/scout-explorer.md → org-skills/scout-explorer/SKILL.md} +8 -0
- package/org-skills/secrets-vault-manager/LICENSE.txt +21 -0
- package/org-skills/secrets-vault-manager/SKILL.md +408 -0
- package/org-skills/secrets-vault-manager/references/cloud_secret_stores.md +354 -0
- package/org-skills/secrets-vault-manager/references/emergency_procedures.md +280 -0
- package/org-skills/secrets-vault-manager/references/vault_patterns.md +342 -0
- package/org-skills/secure-code-guardian/LICENSE.txt +21 -0
- package/org-skills/secure-code-guardian/SKILL.md +188 -0
- package/org-skills/secure-code-guardian/references/authentication.md +136 -0
- package/org-skills/secure-code-guardian/references/input-validation.md +146 -0
- package/org-skills/secure-code-guardian/references/owasp-prevention.md +135 -0
- package/org-skills/secure-code-guardian/references/security-headers.md +133 -0
- package/org-skills/secure-code-guardian/references/xss-csrf.md +157 -0
- package/{dist/src/orgrt/role-skills/security-architect.md → org-skills/security-architect/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/security-auditor.md → org-skills/security-auditor/SKILL.md} +8 -0
- package/org-skills/security-review/LICENSE.txt +21 -0
- package/org-skills/security-review/SKILL.md +514 -0
- package/org-skills/security-review/cloud-infrastructure-security.md +361 -0
- package/org-skills/security-reviewer/LICENSE.txt +21 -0
- package/org-skills/security-reviewer/SKILL.md +99 -0
- package/org-skills/security-reviewer/references/infrastructure-security.md +268 -0
- package/org-skills/security-reviewer/references/penetration-testing.md +268 -0
- package/org-skills/security-reviewer/references/report-template.md +170 -0
- package/org-skills/security-reviewer/references/sast-tools.md +117 -0
- package/org-skills/security-reviewer/references/secret-scanning.md +125 -0
- package/org-skills/security-reviewer/references/vulnerability-patterns.md +152 -0
- package/org-skills/senior-data-scientist/LICENSE.txt +21 -0
- package/org-skills/senior-data-scientist/SKILL.md +222 -0
- package/org-skills/senior-data-scientist/references/experiment_design_frameworks.md +80 -0
- package/org-skills/senior-data-scientist/references/feature_engineering_patterns.md +80 -0
- package/org-skills/senior-data-scientist/references/statistical_methods_advanced.md +80 -0
- package/{dist/src/orgrt/role-skills/senior-developer.md → org-skills/senior-developer/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/senior-pm.md → org-skills/senior-pm/SKILL.md} +8 -0
- package/org-skills/senior-pm-playbook/LICENSE.txt +21 -0
- package/org-skills/senior-pm-playbook/SKILL.md +413 -0
- package/org-skills/senior-pm-playbook/assets/executive_report_template.md +267 -0
- package/org-skills/senior-pm-playbook/assets/project_charter_template.md +274 -0
- package/org-skills/senior-pm-playbook/assets/raci_matrix_template.md +265 -0
- package/org-skills/senior-pm-playbook/references/portfolio-kpis.md +32 -0
- package/org-skills/senior-pm-playbook/references/portfolio-prioritization-models.md +645 -0
- package/org-skills/senior-pm-playbook/references/risk-management-framework.md +485 -0
- package/org-skills/seo/LICENSE.txt +21 -0
- package/org-skills/seo/SKILL.md +158 -0
- package/org-skills/seo-audit/LICENSE.txt +21 -0
- package/org-skills/seo-audit/SKILL.md +502 -0
- package/org-skills/seo-audit/references/ai-writing-detection.md +200 -0
- package/org-skills/seo-audit/references/international-seo.md +230 -0
- package/{dist/src/orgrt/role-skills/seo-specialist.md → org-skills/seo-specialist/SKILL.md} +8 -0
- package/org-skills/shap-model-explainability/LICENSE.txt +21 -0
- package/org-skills/shap-model-explainability/SKILL.md +298 -0
- package/org-skills/shap-model-explainability/references/data-maskers.md +287 -0
- package/org-skills/shap-model-explainability/references/explainers.md +376 -0
- package/org-skills/shap-model-explainability/references/migration.md +415 -0
- package/org-skills/shap-model-explainability/references/modalities.md +353 -0
- package/org-skills/shap-model-explainability/references/plots.md +406 -0
- package/org-skills/shap-model-explainability/references/theory.md +352 -0
- package/org-skills/shap-model-explainability/references/troubleshooting.md +442 -0
- package/org-skills/shap-model-explainability/references/workflows.md +565 -0
- package/org-skills/signup-flow-cro/LICENSE.txt +21 -0
- package/org-skills/signup-flow-cro/SKILL.md +362 -0
- package/org-skills/site-architecture/LICENSE.txt +21 -0
- package/org-skills/site-architecture/SKILL.md +360 -0
- package/org-skills/site-architecture/references/mermaid-templates.md +216 -0
- package/org-skills/site-architecture/references/navigation-patterns.md +305 -0
- package/org-skills/site-architecture/references/site-type-templates.md +293 -0
- package/org-skills/sms-marketing/LICENSE.txt +21 -0
- package/org-skills/sms-marketing/SKILL.md +341 -0
- package/org-skills/sms-marketing/references/compliance.md +202 -0
- package/org-skills/sms-marketing/references/platforms.md +318 -0
- package/org-skills/sms-marketing/references/sequence-templates.md +282 -0
- package/org-skills/soc2-compliance/LICENSE.txt +21 -0
- package/org-skills/soc2-compliance/SKILL.md +422 -0
- package/org-skills/soc2-compliance/references/evidence_collection_guide.md +227 -0
- package/org-skills/soc2-compliance/references/soc2_audit_playbook.md +188 -0
- package/org-skills/soc2-compliance/references/trust_service_criteria.md +273 -0
- package/org-skills/soc2-compliance/references/type1_vs_type2.md +273 -0
- package/org-skills/social-content/LICENSE.txt +21 -0
- package/org-skills/social-content/SKILL.md +416 -0
- package/org-skills/social-content/references/carousel-frameworks.md +141 -0
- package/org-skills/social-content/references/listening-sources-template.md +123 -0
- package/org-skills/social-content/references/listening.md +283 -0
- package/org-skills/social-content/references/platform-limits.md +110 -0
- package/org-skills/social-content/references/platforms.md +170 -0
- package/org-skills/social-content/references/post-templates.md +179 -0
- package/org-skills/social-content/references/reverse-engineering.md +195 -0
- package/org-skills/social-content/references/short-form-video.md +237 -0
- package/{dist/src/orgrt/role-skills/social-media.md → org-skills/social-media/SKILL.md} +8 -0
- package/org-skills/social-media-manager/LICENSE.txt +21 -0
- package/org-skills/social-media-manager/SKILL.md +204 -0
- package/{dist/src/orgrt/role-skills/solidity-engineer.md → org-skills/solidity-engineer/SKILL.md} +8 -0
- package/org-skills/spark-engineer/LICENSE.txt +21 -0
- package/org-skills/spark-engineer/SKILL.md +145 -0
- package/org-skills/spark-engineer/references/partitioning-caching.md +543 -0
- package/org-skills/spark-engineer/references/performance-tuning.md +544 -0
- package/org-skills/spark-engineer/references/rdd-operations.md +599 -0
- package/org-skills/spark-engineer/references/spark-sql-dataframes.md +474 -0
- package/org-skills/spark-engineer/references/streaming-patterns.md +786 -0
- package/org-skills/spec-driven-workflow/LICENSE.txt +21 -0
- package/org-skills/spec-driven-workflow/SKILL.md +338 -0
- package/org-skills/spec-driven-workflow/references/acceptance_criteria_patterns.md +497 -0
- package/org-skills/spec-driven-workflow/references/bounded_autonomy_rules.md +273 -0
- package/org-skills/spec-driven-workflow/references/spec_format_guide.md +531 -0
- package/org-skills/springboot-patterns/LICENSE.txt +21 -0
- package/org-skills/springboot-patterns/SKILL.md +318 -0
- package/{dist/src/orgrt/role-skills/sprint-prioritizer.md → org-skills/sprint-prioritizer/SKILL.md} +8 -0
- package/org-skills/sql-pro/LICENSE.txt +21 -0
- package/org-skills/sql-pro/SKILL.md +126 -0
- package/org-skills/sql-pro/references/database-design.md +402 -0
- package/org-skills/sql-pro/references/dialect-differences.md +419 -0
- package/org-skills/sql-pro/references/optimization.md +384 -0
- package/org-skills/sql-pro/references/query-patterns.md +285 -0
- package/org-skills/sql-pro/references/window-functions.md +328 -0
- package/{dist/src/orgrt/role-skills/sre.md → org-skills/sre/SKILL.md} +8 -0
- package/org-skills/sre-engineer/LICENSE.txt +21 -0
- package/org-skills/sre-engineer/SKILL.md +178 -0
- package/org-skills/sre-engineer/references/automation-toil.md +492 -0
- package/org-skills/sre-engineer/references/error-budget-policy.md +334 -0
- package/org-skills/sre-engineer/references/incident-chaos.md +576 -0
- package/org-skills/sre-engineer/references/monitoring-alerting.md +424 -0
- package/org-skills/sre-engineer/references/slo-sli-management.md +238 -0
- package/org-skills/startup-financial-modeling/LICENSE.txt +21 -0
- package/org-skills/startup-financial-modeling/SKILL.md +332 -0
- package/org-skills/startup-financial-modeling/references/details.md +152 -0
- package/org-skills/startup-metrics-framework/LICENSE.txt +21 -0
- package/org-skills/startup-metrics-framework/SKILL.md +553 -0
- package/org-skills/statistical-analysis/LICENSE.txt +21 -0
- package/org-skills/statistical-analysis/SKILL.md +464 -0
- package/org-skills/statistical-analysis/references/assumptions_and_diagnostics.md +379 -0
- package/org-skills/statistical-analysis/references/bayesian_statistics.md +686 -0
- package/org-skills/statistical-analysis/references/effect_sizes_and_power.md +649 -0
- package/org-skills/statistical-analysis/references/reporting_standards.md +482 -0
- package/org-skills/statistical-analysis/references/test_selection_guide.md +129 -0
- package/org-skills/statistical-power/LICENSE.txt +21 -0
- package/org-skills/statistical-power/SKILL.md +216 -0
- package/org-skills/statistical-power/references/closed_form_recipes.md +174 -0
- package/org-skills/statistical-power/references/effect_sizes.md +121 -0
- package/org-skills/statistical-power/references/simulation_based_power.md +101 -0
- package/org-skills/stride-analysis-patterns/LICENSE.txt +21 -0
- package/org-skills/stride-analysis-patterns/SKILL.md +71 -0
- package/org-skills/stride-analysis-patterns/references/details.md +597 -0
- package/org-skills/stripe-integration/LICENSE.txt +21 -0
- package/org-skills/stripe-integration/SKILL.md +151 -0
- package/org-skills/stripe-integration/references/details.md +351 -0
- package/{dist/src/orgrt/role-skills/studio-operations.md → org-skills/studio-operations/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/studio-producer.md → org-skills/studio-producer/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/support-responder.md → org-skills/support-responder/SKILL.md} +8 -0
- package/org-skills/swift-expert/LICENSE.txt +21 -0
- package/org-skills/swift-expert/SKILL.md +160 -0
- package/org-skills/swift-expert/references/async-concurrency.md +360 -0
- package/org-skills/swift-expert/references/memory-performance.md +377 -0
- package/org-skills/swift-expert/references/protocol-oriented.md +354 -0
- package/org-skills/swift-expert/references/swiftui-patterns.md +291 -0
- package/org-skills/swift-expert/references/testing-patterns.md +399 -0
- package/org-skills/swiftui-patterns/LICENSE.txt +21 -0
- package/org-skills/swiftui-patterns/SKILL.md +264 -0
- package/{dist/src/orgrt/role-skills/system-architect.md → org-skills/system-architect/SKILL.md} +8 -0
- package/org-skills/systematic-debugging/LICENSE.txt +21 -0
- package/org-skills/systematic-debugging/SKILL.md +288 -0
- package/org-skills/systematic-debugging/condition-based-waiting.md +115 -0
- package/org-skills/systematic-debugging/defense-in-depth.md +122 -0
- package/org-skills/systematic-debugging/root-cause-tracing.md +169 -0
- package/{dist/src/orgrt/role-skills/task-orchestrator.md → org-skills/task-orchestrator/SKILL.md} +8 -0
- package/org-skills/team-communications/LICENSE.txt +21 -0
- package/org-skills/team-communications/SKILL.md +72 -0
- package/org-skills/team-communications/references/3p-updates.md +47 -0
- package/org-skills/team-communications/references/company-newsletter.md +65 -0
- package/org-skills/team-communications/references/faq-answers.md +30 -0
- package/org-skills/team-communications/references/general-comms.md +16 -0
- package/org-skills/team-composition-analysis/LICENSE.txt +21 -0
- package/org-skills/team-composition-analysis/SKILL.md +337 -0
- package/org-skills/team-composition-analysis/references/details.md +96 -0
- package/{dist/src/orgrt/role-skills/technical-artist.md → org-skills/technical-artist/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/technical-writer.md → org-skills/technical-writer/SKILL.md} +8 -0
- package/org-skills/terraform-engineer/LICENSE.txt +21 -0
- package/org-skills/terraform-engineer/SKILL.md +141 -0
- package/org-skills/terraform-engineer/references/best-practices.md +583 -0
- package/org-skills/terraform-engineer/references/module-patterns.md +297 -0
- package/org-skills/terraform-engineer/references/providers.md +452 -0
- package/org-skills/terraform-engineer/references/state-management.md +371 -0
- package/org-skills/terraform-engineer/references/testing.md +486 -0
- package/org-skills/test-driven-development/LICENSE.txt +21 -0
- package/org-skills/test-driven-development/SKILL.md +335 -0
- package/org-skills/test-driven-development/writing-good-tests.md +198 -0
- package/org-skills/test-master/LICENSE.txt +21 -0
- package/org-skills/test-master/SKILL.md +91 -0
- package/org-skills/test-master/references/automation-frameworks.md +294 -0
- package/org-skills/test-master/references/e2e-testing.md +128 -0
- package/org-skills/test-master/references/integration-testing.md +120 -0
- package/org-skills/test-master/references/performance-testing.md +118 -0
- package/org-skills/test-master/references/qa-methodology.md +247 -0
- package/org-skills/test-master/references/security-testing.md +127 -0
- package/org-skills/test-master/references/tdd-iron-laws.md +174 -0
- package/org-skills/test-master/references/test-reports.md +104 -0
- package/org-skills/test-master/references/testing-anti-patterns.md +231 -0
- package/org-skills/test-master/references/unit-testing.md +113 -0
- package/{dist/src/orgrt/role-skills/tester.md → org-skills/tester/SKILL.md} +8 -0
- package/org-skills/the-fool/LICENSE.txt +21 -0
- package/org-skills/the-fool/SKILL.md +117 -0
- package/org-skills/the-fool/references/dialectic-synthesis.md +151 -0
- package/org-skills/the-fool/references/evidence-audit.md +196 -0
- package/org-skills/the-fool/references/mode-selection-guide.md +96 -0
- package/org-skills/the-fool/references/pre-mortem-analysis.md +187 -0
- package/org-skills/the-fool/references/red-team-adversarial.md +162 -0
- package/org-skills/the-fool/references/socratic-questioning.md +134 -0
- package/org-skills/theme-factory/LICENSE.txt +202 -0
- package/org-skills/theme-factory/SKILL.md +62 -0
- package/org-skills/theme-factory/themes/arctic-frost.md +19 -0
- package/org-skills/theme-factory/themes/botanical-garden.md +19 -0
- package/org-skills/theme-factory/themes/desert-rose.md +19 -0
- package/org-skills/theme-factory/themes/forest-canopy.md +19 -0
- package/org-skills/theme-factory/themes/golden-hour.md +19 -0
- package/org-skills/theme-factory/themes/midnight-galaxy.md +19 -0
- package/org-skills/theme-factory/themes/modern-minimalist.md +19 -0
- package/org-skills/theme-factory/themes/ocean-depths.md +19 -0
- package/org-skills/theme-factory/themes/sunset-boulevard.md +19 -0
- package/org-skills/theme-factory/themes/tech-innovation.md +19 -0
- package/{dist/src/orgrt/role-skills/threat-detection.md → org-skills/threat-detection/SKILL.md} +8 -0
- package/org-skills/threat-mitigation-mapping/LICENSE.txt +21 -0
- package/org-skills/threat-mitigation-mapping/SKILL.md +87 -0
- package/org-skills/threat-mitigation-mapping/references/details.md +664 -0
- package/{dist/src/orgrt/role-skills/trend-researcher.md → org-skills/trend-researcher/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/trial-director.md → org-skills/trial-director/SKILL.md} +8 -0
- package/org-skills/typescript-pro/LICENSE.txt +21 -0
- package/org-skills/typescript-pro/SKILL.md +142 -0
- package/org-skills/typescript-pro/references/advanced-types.md +259 -0
- package/org-skills/typescript-pro/references/configuration.md +445 -0
- package/org-skills/typescript-pro/references/patterns.md +484 -0
- package/org-skills/typescript-pro/references/type-guards.md +352 -0
- package/org-skills/typescript-pro/references/utility-types.md +329 -0
- package/{dist/src/orgrt/role-skills/unity-architect.md → org-skills/unity-architect/SKILL.md} +8 -0
- package/org-skills/using-git-worktrees/LICENSE.txt +21 -0
- package/org-skills/using-git-worktrees/SKILL.md +172 -0
- package/org-skills/ux-researcher-designer/LICENSE.txt +21 -0
- package/org-skills/ux-researcher-designer/SKILL.md +424 -0
- package/org-skills/ux-researcher-designer/assets/research_plan_template.md +162 -0
- package/org-skills/ux-researcher-designer/references/example-personas.md +411 -0
- package/org-skills/ux-researcher-designer/references/journey-mapping-guide.md +497 -0
- package/org-skills/ux-researcher-designer/references/persona-methodology.md +387 -0
- package/org-skills/ux-researcher-designer/references/usability-testing-frameworks.md +412 -0
- package/org-skills/verification-before-completion/LICENSE.txt +21 -0
- package/org-skills/verification-before-completion/SKILL.md +125 -0
- package/{dist/src/orgrt/role-skills/visionos-engineer.md → org-skills/visionos-engineer/SKILL.md} +8 -0
- package/org-skills/visual-design-foundations/LICENSE.txt +21 -0
- package/org-skills/visual-design-foundations/SKILL.md +323 -0
- package/org-skills/visual-design-foundations/references/color-systems.md +417 -0
- package/org-skills/visual-design-foundations/references/spacing-iconography.md +425 -0
- package/org-skills/visual-design-foundations/references/typography-systems.md +432 -0
- package/org-skills/vue-expert/LICENSE.txt +21 -0
- package/org-skills/vue-expert/SKILL.md +95 -0
- package/org-skills/vue-expert/references/build-tooling.md +480 -0
- package/org-skills/vue-expert/references/components.md +448 -0
- package/org-skills/vue-expert/references/composition-api.md +299 -0
- package/org-skills/vue-expert/references/mobile-hybrid.md +636 -0
- package/org-skills/vue-expert/references/nuxt.md +669 -0
- package/org-skills/vue-expert/references/state-management.md +449 -0
- package/org-skills/vue-expert/references/typescript.md +584 -0
- package/org-skills/vue-patterns/LICENSE.txt +21 -0
- package/org-skills/vue-patterns/SKILL.md +475 -0
- package/{dist/src/orgrt/role-skills/worker-specialist.md → org-skills/worker-specialist/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/workflow-architect.md → org-skills/workflow-architect/SKILL.md} +8 -0
- package/{dist/src/orgrt/role-skills/workflow-automation.md → org-skills/workflow-automation/SKILL.md} +8 -0
- package/org-skills/writing-plans/LICENSE.txt +21 -0
- package/org-skills/writing-plans/SKILL.md +197 -0
- package/{dist/src/orgrt/role-skills/zk-steward.md → org-skills/zk-steward/SKILL.md} +8 -0
- package/package.json +7 -6
- package/dist/src/orgrt/role-skills.d.ts +0 -9
- package/dist/src/orgrt/role-skills.d.ts.map +0 -1
- package/dist/src/orgrt/role-skills.js +0 -52
- package/dist/src/orgrt/role-skills.js.map +0 -1
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
# Attribution Models — The Math, Worked
|
|
2
|
+
|
|
3
|
+
Six standard models, one journey scored six ways, and data-driven attribution explained without the black box. Use this when the user wants to understand *why* two models disagree, or needs to pick one defensibly.
|
|
4
|
+
|
|
5
|
+
## The worked journey
|
|
6
|
+
|
|
7
|
+
A single B2B buyer's path to a $12,000 annual deal, five touches over 38 days:
|
|
8
|
+
|
|
9
|
+
| # | Day | Touch | Role in the story |
|
|
10
|
+
|---|---|---|---|
|
|
11
|
+
| T1 | 0 | LinkedIn ad (paid social) | First discovered you — created awareness |
|
|
12
|
+
| T2 | 5 | Organic blog post (organic search) | Came back to learn — built interest |
|
|
13
|
+
| T3 | 12 | Retargeting ad (paid social) | Nudged back mid-consideration |
|
|
14
|
+
| T4 | 30 | Branded search (paid search, branded) | Ready to act — searched your name |
|
|
15
|
+
| T5 | 38 | Direct → demo request (direct) | Converted |
|
|
16
|
+
|
|
17
|
+
The whole point: **the touch that gets credit depends entirely on the model, and each model tells a different story about where your $12k came from.**
|
|
18
|
+
|
|
19
|
+
## The six models, applied
|
|
20
|
+
|
|
21
|
+
Credit for the $12,000 deal under each model:
|
|
22
|
+
|
|
23
|
+
| Touch | Channel | First-touch | Last-touch | Last non-direct | Linear | Time-decay | Position (U) |
|
|
24
|
+
|---|---|---|---|---|---|---|---|
|
|
25
|
+
| T1 | Paid social | **$12,000** | $0 | $0 | $2,400 | $175 | **$4,800** |
|
|
26
|
+
| T2 | Organic | $0 | $0 | $0 | $2,400 | $290 | $800 |
|
|
27
|
+
| T3 | Paid social | $0 | $0 | $0 | $2,400 | $575 | $800 |
|
|
28
|
+
| T4 | Paid search (branded) | $0 | $0 | **$12,000** | $2,400 | $3,415 | $800 |
|
|
29
|
+
| T5 | Direct | $0 | **$12,000** | $0 | $2,400 | **$7,545** | **$4,800** |
|
|
30
|
+
|
|
31
|
+
*(Time-decay uses a 7-day half-life — weight = 0.5^(days-before-conversion / 7), normalized: shares of ~1.5% / 2.4% / 4.8% / 28.5% / 62.9% (dollars rounded to sum to $12,000). With a 38-day journey the credit concentrates hard on the last two touches — which is exactly why time-decay behaves almost like last-touch on long cycles. Position-based is 40/40/20, the 20% split evenly across T2–T4.)*
|
|
32
|
+
|
|
33
|
+
**Read the disagreement:**
|
|
34
|
+
- **First-touch** hands everything to the **LinkedIn ad** — great for arguing paid social's demand-gen value, blind to what closed it.
|
|
35
|
+
- **Last-touch** hands everything to **Direct** — which is really "we don't know," the junk-drawer channel (see SKILL.md §6). This is how top-of-funnel gets defunded.
|
|
36
|
+
- **Last non-direct** hands it to **branded search** — but branded search only happened *because* the LinkedIn ad and blog created the demand. Crediting the closing branded click is crediting your own brand for demand someone else's channel created.
|
|
37
|
+
- **Linear** spreads it evenly — honest that all five mattered, useless for deciding what to cut (everything looks equally important).
|
|
38
|
+
- **Time-decay** favors the recent — reasonable for short cycles, but here it under-credits the LinkedIn ad that started everything.
|
|
39
|
+
- **Position-based** credits the **bookends** (discovered + closed) — usually the most defensible single model for B2B, because "what created this deal" and "what closed it" are the two decisions you actually make.
|
|
40
|
+
|
|
41
|
+
**The takeaway to give the user:** report **first-touch and last-touch side by side**. The LinkedIn-vs-Direct gap *is* the insight — it tells you paid social creates demand that later shows up as direct/branded. No single number captures that; the spread does.
|
|
42
|
+
|
|
43
|
+
## Data-driven / algorithmic attribution (Shapley), plainly
|
|
44
|
+
|
|
45
|
+
Data-driven attribution (Google's DDA, most MTA tools) doesn't use a fixed rule. It asks a counterfactual: **how much does each touch actually change the probability of conversion?** The formal engine is the **Shapley value** from cooperative game theory.
|
|
46
|
+
|
|
47
|
+
The plain-English version:
|
|
48
|
+
|
|
49
|
+
- Treat each touch as a "player" on a team that produced the conversion.
|
|
50
|
+
- Look across *all* your journeys — converting and non-converting.
|
|
51
|
+
- For a given touch, compare conversion rates of journeys that had it vs. otherwise-similar journeys that didn't, across every possible combination of the other touches.
|
|
52
|
+
- A touch's credit = its **average marginal lift** to conversion probability across all those combinations.
|
|
53
|
+
|
|
54
|
+
So if journeys with a retargeting touch convert meaningfully more often than identical journeys without it, retargeting earns real credit. If adding a channel changes nothing, it earns ~zero — even if it appears on every path.
|
|
55
|
+
|
|
56
|
+
**When it's worth it:**
|
|
57
|
+
- You have **volume** — the counterfactuals need enough conversions to be stable. (Google Ads historically gated data-driven attribution behind ~3,000 ad interactions and ~300 conversions in 30 days; it has since relaxed the hard minimums and made data-driven the default model, but the underlying reality is unchanged: below real volume, DDA is noise dressed as science.) Use position-based instead when you're thin.
|
|
58
|
+
- Your journeys are **mostly digital and tracked** — Shapley can only weigh touches it was fed. Offline events, dark social, and cookie-lost touches are invisible to it, so a high-word-of-mouth B2B motion will get a confidently-wrong DDA. Pair it with self-reported (SKILL.md §4).
|
|
59
|
+
|
|
60
|
+
**Its honest limitations:**
|
|
61
|
+
- **Black box** — you can't easily explain to a CFO why LinkedIn got 23%. "The model says so" is a weak budget argument on its own.
|
|
62
|
+
- **Correlation, not causation** — it models what *co-occurs* with conversion, not what *causes* it. That's why incrementality testing (see `measurement-paradigms.md`) exists: to validate what DDA claims.
|
|
63
|
+
- **Garbage in** — inherits every blind spot in your tracking. If half your journeys are "direct," DDA is confidently splitting credit on half-blind data.
|
|
64
|
+
|
|
65
|
+
## Choosing — a short decision guide
|
|
66
|
+
|
|
67
|
+
- **Short cycle, few touches, small volume** → last non-direct, plus a self-reported survey. Don't over-model.
|
|
68
|
+
- **Long B2B cycle, clear created/closed moments** → position-based as the primary, first-touch + last-touch shown alongside.
|
|
69
|
+
- **High volume, mostly-digital, need day-to-day allocation** → data-driven, validated periodically by incrementality.
|
|
70
|
+
- **Offline + brand-heavy, real budget** → don't rely on any user-level model; go MMM + incrementality (see `measurement-paradigms.md`).
|
|
71
|
+
|
|
72
|
+
In every case: **pick one model, stay consistent, and pair it with an out-of-model check.** Model-switching to make a channel look good is the fastest way to lose trust in the whole attribution program.
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# Attribution by Business Type
|
|
2
|
+
|
|
3
|
+
Attribution defaults differ sharply by business model. The same "which channel drives revenue?" question wants a different source of truth, model, and paradigm depending on how long your cycle is, how many people are involved, and where your budget goes. Two playbooks: B2B SaaS and Ecommerce/DTC. Match the user's product to one (or blend, for PLG-with-sales).
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## B2B SaaS (long cycle, sales-assisted)
|
|
8
|
+
|
|
9
|
+
**Shape of the problem:** journeys run weeks to months, span multiple people (champion, economic buyer, users), and include touches that never appear in web analytics — a conference conversation, a sales call, a Slack-community mention, a peer recommendation. Deal values are high and volume is low, so every deal matters and averages are noisy.
|
|
10
|
+
|
|
11
|
+
**Why single-touch models mislead badly here:** with 15 touches over 3 months across 4 people, "last-touch = direct" and "first-touch = one LinkedIn ad" are both almost useless. The middle — and the offline — is where the deal was actually won.
|
|
12
|
+
|
|
13
|
+
### The B2B playbook
|
|
14
|
+
|
|
15
|
+
1. **Source of truth = the CRM**, not any analytics tool. Revenue is real in the CRM (closed-won, ARR); everything else explains where those deals came from. Pipeline and revenue attribution live in **revops** — attribution feeds it the "source" dimension.
|
|
16
|
+
2. **Models: first-touch + position-based, shown together.** First-touch values demand creation (which channel *started* the accounts that became pipeline). Position-based credits the created-and-closed bookends, the two decisions you actually make. Last-touch alone will defund your top of funnel — don't lead with it.
|
|
17
|
+
3. **Self-reported attribution is your strongest signal, not a nice-to-have.** Ask "How did you first hear about us?" on the **demo request / signup form** and again qualitatively on sales calls. For high word-of-mouth and dark-social-heavy B2B, this catches what tracking structurally can't (podcasts, communities, "my old coworker used you"). Weight it heavily.
|
|
18
|
+
4. **Attribute to pipeline stages, not just the conversion.** The useful B2B question isn't "what drove the form fill" — it's "what drove *qualified pipeline* and *closed revenue*." Break down MQL→SQL→closed-won by first-touch channel; a channel that fills forms but never closes is a trap. (Stage mechanics → revops.)
|
|
19
|
+
5. **MTA is weakest here; incrementality is awkward but valuable.** Low volume makes data-driven attribution unreliable and geo-tests hard. Use **on/off tests** for big-ticket programs (turn off a channel for a quarter, watch pipeline) and lean on self-reported + first-touch for the rest.
|
|
20
|
+
6. **Account-level, not just lead-level.** Attribution should roll touches up to the *account* (all the people at the buying company), or you'll credit whichever individual happened to fill the form. In practice one org is several people signing up with **mixed work *and* personal emails**, so person-level attribution scatters the story across records — match contacts to the account (email domain, enrichment, or your CRM's contact→account link) and attribute at the **account** level. That's where the signal has to land to be useful to a rep working the whole buying committee. Exclude free-mail domains (gmail/yahoo/outlook) from domain matching — they can't identify a company; fall back to enrichment or manual matching for personal-email signups. *(Production emphasis from Tessa Kriesel; the CRM-sync mechanics live in `first-party-tracking.md` Step 5.)*
|
|
21
|
+
|
|
22
|
+
**Tooling:** CRM (HubSpot/Salesforce) as truth; a product-analytics tool identifying by user/account UUID for first-party first-touch (see `first-party-tracking.md`); self-reported fields written to the CRM; RB2B-style de-anonymization to catch un-formed account visits.
|
|
23
|
+
|
|
24
|
+
**The B2B trap to name for the user:** branded search and direct will look like your best "channels" because that's where researched buyers convert. They're not channels — they're where demand *created elsewhere* cashes out. Segment branded vs. non-branded search and treat a big direct share as evidence your top-of-funnel is working, not as a channel to invest in.
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
## Ecommerce / DTC (short cycle, self-serve)
|
|
29
|
+
|
|
30
|
+
**Shape of the problem:** journeys are fast (minutes to a few days), high-volume, and almost entirely digital and self-serve. Budget concentrates in paid social + paid search + email/SMS. The conversion is a purchase you fully control (your checkout or a hosted one). The dominant lie is **platform over-attribution** — Meta and Google each claiming the same sales.
|
|
31
|
+
|
|
32
|
+
### The DTC playbook
|
|
33
|
+
|
|
34
|
+
1. **Source of truth = your store/backend** (Shopify, your payments system) — the count of actual orders. Platform-reported conversions get de-duped *against* that total; they never define it and are never summed.
|
|
35
|
+
2. **Distrust platform ROAS by default.** Post-iOS ATT, platforms model and estimate conversions, count view-through, and use generous windows — reported ROAS runs well above incremental ROAS. Use it for in-platform optimization (it's fine for the algorithm) but not for cross-channel budget truth.
|
|
36
|
+
3. **Last-touch is defensible for quick-turn, impulse SKUs** — the closing click really is most of the story for a $30 impulse buy. It gets dangerous as consideration lengthens (higher AOV, considered purchases), where it over-credits retargeting and branded search.
|
|
37
|
+
4. **MMM once spend is material.** When you're spending real money across paid social, search, and offline (podcasts, TV, influencers, OOH), MMM is how you allocate — it's the only paradigm that sees the untrackable channels and the saturation curves. Below ~six figures/month of blended spend, MMM is overkill; good UTMs + a survey do more.
|
|
38
|
+
5. **Incrementality on your biggest channels — especially the "always credited" ones.** Geo-holdouts and on/off tests earn their keep on retargeting, branded search, and Meta prospecting, which platform reporting flatters most. Incremental CPA (spend ÷ *incremental* orders) is the number that should move budget. (See `measurement-paradigms.md`.)
|
|
39
|
+
6. **Post-purchase survey to catch the dark-social + brand demand.** A one-question "How did you hear about us?" on the order-confirmation page consistently reveals that podcasts, TikTok organic, and word-of-mouth drive far more than pixels credit — because those touches convert later as "direct" or branded search. Kickstarter-era DTC brands run this as standard for exactly this reason.
|
|
40
|
+
|
|
41
|
+
**Tooling:** store/backend as truth; platform pixels + CAPI for optimization (setup → ads `conversion-tracking.md`); Supermetrics/Coupler to pull platform numbers into one place for de-duping; a post-purchase survey app; MMM tooling (Robyn/Meridian or a vendor) once spend justifies it.
|
|
42
|
+
|
|
43
|
+
**The DTC trap to name for the user:** summing platform-reported conversions. If Meta claims 100 and Google claims 80 but you had 120 orders, you do **not** have 180 conversions — you have 120 with overlapping claims. Anchor on the 120 and allocate the overlap with incrementality, not by trusting whichever platform shouts loudest.
|
|
44
|
+
|
|
45
|
+
---
|
|
46
|
+
|
|
47
|
+
## Blended / PLG-with-sales
|
|
48
|
+
|
|
49
|
+
Many modern SaaS businesses are both: self-serve signups *and* a sales-assisted motion for larger accounts. Blend the playbooks:
|
|
50
|
+
|
|
51
|
+
- Use the **DTC approach for the self-serve funnel** (fast, high-volume, first-party first-touch → conversion, defensible last-non-direct + survey).
|
|
52
|
+
- Use the **B2B approach for the sales-assisted funnel** (CRM as truth, position-based, pipeline-stage attribution, self-reported at demo).
|
|
53
|
+
- **Alias identities across the two** so a self-serve signup who later becomes a sales-assisted expansion keeps one journey (email↔UUID alias at signup — see `first-party-tracking.md`).
|
|
54
|
+
- Report them **separately.** Blending a $50 self-serve signup and a $50k enterprise deal into one "attribution" number hides both stories.
|
|
@@ -0,0 +1,238 @@
|
|
|
1
|
+
# First-Party Attribution — The Own-Your-Attribution Runbook
|
|
2
|
+
|
|
3
|
+
How to instrument and stitch attribution yourself when you control the site/app. This is the build track (Pillar B). It's distilled from real production builds and kept tool-agnostic — **PostHog + SavvyCal are the worked example**, but the pattern maps to any product-analytics tool with `identify()`/merge (Segment, Amplitude, GA4 user-id) and any third-party conversion domain with a metadata passthrough + webhook (Calendly, Cal.com, Stripe Checkout, Typeform).
|
|
4
|
+
|
|
5
|
+
The core method — closing the `identify()` gap so conversions join to anonymous browsing history — is **adapted from Tessa Kriesel's PostHog attribution approach**. Several of the production refinements that make this operate at scale are also hers, credited inline: the full-touch-path capture that feeds the model track (Step 4), the CRM last-mile with source/confidence/basis and a Paid-vs-Organic read (Step 5), the account rollup, and the "expect ~zero until the stitch is verified, with a campaign-window fallback + backfill" window (Cross-subdomain stitching). Credit where due.
|
|
6
|
+
|
|
7
|
+
## The one idea
|
|
8
|
+
|
|
9
|
+
First-party attribution joins **anonymous browsing** to the **eventual conversion**:
|
|
10
|
+
|
|
11
|
+
```
|
|
12
|
+
anonymous visitor identify() at conversion breakdown
|
|
13
|
+
───────────────── ──────────────────────── ─────────
|
|
14
|
+
distinct_id = anon_uuid identify(email) conversion event
|
|
15
|
+
$initial_utm_source=... → merges anon history → by $initial_utm_source
|
|
16
|
+
$initial_referrer=... into person(email) = "where do customers come from"
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
Everything below serves that join. If `identify()` never fires, every customer looks like they appeared from nowhere — that's *the gap*.
|
|
20
|
+
|
|
21
|
+
## Step 0 — Audit before you build
|
|
22
|
+
|
|
23
|
+
The most expensive mistake is rebuilding attribution that already works. Many SaaS apps already `identify()` at signup and already carry first-touch on person profiles. **Check the live data first:**
|
|
24
|
+
|
|
25
|
+
- Do person profiles carry `$initial_utm_source` / `$initial_referring_domain`?
|
|
26
|
+
- Does a conversion event (`Signed up`, `Converted to paid`) break down *cleanly* by channel, or is everything "Direct"?
|
|
27
|
+
- Is identity keyed by **email** or by an internal **UUID**? (This changes every guard below.)
|
|
28
|
+
- Does cross-subdomain stitching work (marketing site → app.yourdomain.com)?
|
|
29
|
+
|
|
30
|
+
Only instrument the **specific conversions that are genuinely un-joined**. In one real audit the self-serve funnel was already solved end-to-end; the *only* gap was a booking on a third-party domain. Don't touch what works.
|
|
31
|
+
|
|
32
|
+
## Step 1 — Identify at each real conversion
|
|
33
|
+
|
|
34
|
+
At every conversion moment, call `identify()` with a stable id, and set person properties:
|
|
35
|
+
|
|
36
|
+
```js
|
|
37
|
+
// Normalize before use as a distinct_id — analytics tools match exact strings,
|
|
38
|
+
// so "Corey@x.com" and "corey@x.com" split into two people otherwise.
|
|
39
|
+
export function identifyUser(email) {
|
|
40
|
+
const normalized = email.trim().toLowerCase();
|
|
41
|
+
window.posthog?.identify(normalized, { email: normalized });
|
|
42
|
+
}
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
With `person_profiles: 'identified_only'`, this is the moment the person is created and their first-touch props are stamped. Fire it on form success, signup, first purchase — any moment you learn who the anonymous visitor actually is.
|
|
46
|
+
|
|
47
|
+
## Step 2 — Stitch conversions on a domain you don't own
|
|
48
|
+
|
|
49
|
+
When the conversion completes on a third-party domain (a booking tool, hosted checkout), you can't run your analytics there. Smuggle the anonymous id through the tool's **metadata passthrough**, then merge it back in the **webhook**.
|
|
50
|
+
|
|
51
|
+
### 2a — Capture-phase link decorator
|
|
52
|
+
|
|
53
|
+
One document-level listener rewrites every outbound booking link at click time — no per-CTA edits, and it covers plain clicks, keyboard activation, and middle-click (`auxclick`):
|
|
54
|
+
|
|
55
|
+
```js
|
|
56
|
+
// Append the anonymous distinct_id to any SavvyCal link at click time.
|
|
57
|
+
function decorate(e) {
|
|
58
|
+
const anchor = e.target?.closest?.("a[href]");
|
|
59
|
+
if (!(anchor instanceof HTMLAnchorElement)) return;
|
|
60
|
+
|
|
61
|
+
let url;
|
|
62
|
+
try { url = new URL(anchor.href); } catch { return; }
|
|
63
|
+
const host = url.hostname;
|
|
64
|
+
if (host !== "savvycal.com" && !host.endsWith(".savvycal.com")) return;
|
|
65
|
+
|
|
66
|
+
const distinctId = getPostHogDistinctId(); // anonymous-only — see guard
|
|
67
|
+
if (!distinctId) return; // fail closed
|
|
68
|
+
|
|
69
|
+
url.searchParams.set("metadata[ph_distinct_id]", distinctId);
|
|
70
|
+
anchor.href = url.toString();
|
|
71
|
+
}
|
|
72
|
+
document.addEventListener("click", decorate, true); // capture phase
|
|
73
|
+
document.addEventListener("auxclick", decorate, true);
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
For an **inline embed** (e.g. `/demo` with an embedded calendar), pass the same id in the embed's metadata config instead; poll briefly (~2s) for the id on fresh visits, but never block the calendar from rendering.
|
|
77
|
+
|
|
78
|
+
### 2b — Read the anonymous id safely
|
|
79
|
+
|
|
80
|
+
The SDK stub queues calls before it loads, so `get_distinct_id()` returns undefined early — fall back to the tool's own cookie:
|
|
81
|
+
|
|
82
|
+
```js
|
|
83
|
+
export function getPostHogDistinctId() {
|
|
84
|
+
if (typeof window === "undefined") return null;
|
|
85
|
+
|
|
86
|
+
// Prefer the loaded SDK.
|
|
87
|
+
try {
|
|
88
|
+
if (window.posthog?.__loaded) {
|
|
89
|
+
const id = window.posthog.get_distinct_id();
|
|
90
|
+
if (id) return isAnonymousDistinctId(id) ? id : null;
|
|
91
|
+
}
|
|
92
|
+
} catch {}
|
|
93
|
+
|
|
94
|
+
// Fall back to PostHog's cookie before the SDK finishes loading.
|
|
95
|
+
try {
|
|
96
|
+
const prefix = `ph_${POSTHOG_API_KEY}_posthog=`;
|
|
97
|
+
const cookie = document.cookie.split(/;\s*/).find(c => c.startsWith(prefix));
|
|
98
|
+
if (!cookie) return null;
|
|
99
|
+
const parsed = JSON.parse(decodeURIComponent(cookie.slice(prefix.length)));
|
|
100
|
+
return typeof parsed.distinct_id === "string" && isAnonymousDistinctId(parsed.distinct_id)
|
|
101
|
+
? parsed.distinct_id : null;
|
|
102
|
+
} catch { return null; }
|
|
103
|
+
}
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
### 2c — Merge in the webhook
|
|
107
|
+
|
|
108
|
+
The third-party tool returns your metadata in its `booking.created` (or `checkout.completed`) webhook. Fire an identity merge + a conversion event to your analytics ingestion endpoint:
|
|
109
|
+
|
|
110
|
+
```js
|
|
111
|
+
// Normalize the booking email the same way the app does (Step 1), or the
|
|
112
|
+
// booking person will split from the app-side identity for the same user.
|
|
113
|
+
const userId = email.trim().toLowerCase();
|
|
114
|
+
|
|
115
|
+
const events = [];
|
|
116
|
+
if (anonId) {
|
|
117
|
+
events.push({
|
|
118
|
+
event: "$identify",
|
|
119
|
+
distinct_id: userId, // the known person
|
|
120
|
+
properties: { $anon_distinct_id: anonId, $set: { email: userId, name } }, // merge the journey
|
|
121
|
+
});
|
|
122
|
+
}
|
|
123
|
+
events.push({
|
|
124
|
+
event: "discovery_call_booked",
|
|
125
|
+
distinct_id: userId,
|
|
126
|
+
properties: { booking_id, journey_linked: Boolean(anonId) }, // track the fallback rate
|
|
127
|
+
});
|
|
128
|
+
|
|
129
|
+
await fetch(`${POSTHOG_HOST}/batch/`, {
|
|
130
|
+
method: "POST",
|
|
131
|
+
headers: { "Content-Type": "application/json" },
|
|
132
|
+
body: JSON.stringify({ api_key: POSTHOG_API_KEY, batch: events }),
|
|
133
|
+
signal: AbortSignal.timeout(3000), // bound it; never hang the webhook
|
|
134
|
+
});
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
When no id survives (link bypassed the decorator, e.g. a booking link inside a generated email/PDF), fall back to **email-only capture** with `journey_linked: false`. You still get the conversion; you just don't get the journey for that one.
|
|
138
|
+
|
|
139
|
+
**First-touch survival caveat (PostHog specifics):** the `$anon_distinct_id` merge carries the anonymous person's *event* history, but with `person_profiles: 'identified_only'` the anonymous visitor may never have had a person profile, so their `$initial_*` first-touch props aren't guaranteed to land on the merged person. Two robust fixes: call `posthog.createPersonProfile()` client-side *before* the visitor navigates off to the third-party domain (so the profile and its `$initial_*` exist to merge into), **or** capture the first-touch values client-side and pass them through the same metadata passthrough, then re-assert them in the webhook with `$set_once` (`$set_once` never overwrites an existing value, so it's safe). Without one of these, you can get the booking joined to the journey's *events* but a blank `$initial_utm_source` on the person — verify on a real booking. ([posthog-js#1524](https://github.com/PostHog/posthog-js/issues/1524).)
|
|
140
|
+
|
|
141
|
+
## Step 3 — The guardrails (do not skip)
|
|
142
|
+
|
|
143
|
+
### Anonymity guard — fail closed
|
|
144
|
+
|
|
145
|
+
Only ever smuggle the *anonymous* id. After `identify()`, the current `distinct_id` becomes the user's email/UUID — leaking that into a third-party URL, or merging on it in the webhook, folds unrelated people together and leaks PII.
|
|
146
|
+
|
|
147
|
+
**Pick the guard that matches your identity model — the two are not interchangeable.** The `@`-check below is *only* safe when your app identifies by **email**; do not copy it into a UUID-identity app.
|
|
148
|
+
|
|
149
|
+
```js
|
|
150
|
+
// EMAIL-IDENTITY apps only. True only for ids safe to smuggle: reject
|
|
151
|
+
// email-shaped values (an identified email) and cap length.
|
|
152
|
+
export function isAnonymousDistinctId(id) {
|
|
153
|
+
return id.length > 0 && id.length <= 100 && !id.includes("@");
|
|
154
|
+
}
|
|
155
|
+
```
|
|
156
|
+
|
|
157
|
+
**If the app identifies by UUID, not email**, the `@` check is useless — an identified UUID would pass it and leak. Instead test that the current `distinct_id` still equals the `device_id` (calling `identify()` changes `distinct_id` but leaves `device_id`), and **fail closed** when `device_id` is unreadable:
|
|
158
|
+
|
|
159
|
+
```js
|
|
160
|
+
// UUID-identity variant: only anonymous when distinct_id still == device_id.
|
|
161
|
+
function isAnonymous(posthog) {
|
|
162
|
+
const did = posthog.get_distinct_id?.();
|
|
163
|
+
const dev = posthog.get_property?.("$device_id");
|
|
164
|
+
if (!did || !dev) return false; // ambiguous → treat as identified, send nothing
|
|
165
|
+
return did === dev;
|
|
166
|
+
}
|
|
167
|
+
```
|
|
168
|
+
|
|
169
|
+
The rule in one line: **when identity is ambiguous, send nothing.** A missing journey is a data gap; a wrong merge is corruption.
|
|
170
|
+
|
|
171
|
+
### First-touch data quality — the cheapest big win
|
|
172
|
+
|
|
173
|
+
Redirects overwrite the true first touch, inflating "Direct"/"Referral" and hiding real acquisition. Exclude these from referrer/channel classification (usually a *settings* change in the analytics tool, not code):
|
|
174
|
+
|
|
175
|
+
- **OAuth / checkout redirects:** `accounts.google.com`, `login.microsoftonline.com`, `login.live.com`, `checkout.stripe.com`
|
|
176
|
+
- **Self / subdomain referrals:** `yourdomain.com`, `app.yourdomain.com`, `auth.yourdomain.com`
|
|
177
|
+
- **Dev/internal traffic:** `localhost`, `127.0.0.1`, test accounts
|
|
178
|
+
|
|
179
|
+
This is the **highest-trust-per-effort** fix in the whole runbook — no deploy, immediate accuracy gain. Do it first.
|
|
180
|
+
|
|
181
|
+
### Cross-subdomain stitching
|
|
182
|
+
|
|
183
|
+
Marketing site → app on a subdomain must share **one analytics project** and a **cross-subdomain cookie** (PostHog's `cross_subdomain_cookie` default handles `yourdomain.com` → `app.yourdomain.com`). Verify the journey survives the handoff, or every signup looks like it started at the app.
|
|
184
|
+
|
|
185
|
+
**Expect near-zero numbers until the stitch is verified in prod — don't panic.** (Production note from Tessa Kriesel.) Before the cross-subdomain stitch is confirmed live, first-party attribution reads *basically nothing* — journeys break at the handoff and everything looks like direct. It flips from ~0 to real numbers the week the stitch actually ships. Two things get you through that window:
|
|
186
|
+
|
|
187
|
+
- **A campaign-window heuristic fallback.** When a signup has no linked journey, attribute it to the campaign/channel that was live during its signup window — but only when **date + landing page + active UTMs uniquely narrow it to one source**. With overlapping campaigns, evergreen ads, email sends, branded/direct demand, or a shared landing page, the window can't isolate the cause — mark those `unknown` / low-confidence rather than falsely crediting whatever was live. Used narrowly, it's a real signal while the stitch stabilizes and beats a blank; used bluntly, it manufactures false attribution.
|
|
188
|
+
- **Backfill only the pre-stitch records that are actually missing a source.** Many pre-stitch signups already have verified or self-reported attribution — **never overwrite a higher-confidence source with the heuristic.** Backfill only the blanks (campaign-window or self-reported), tag them as such, and keep the heuristic-backfilled history visually separate from verified trends so you don't read a cliff on launch day as a real shift.
|
|
189
|
+
|
|
190
|
+
Mark these fallback-attributed conversions with a lower-confidence `basis` (see Step 5) so you never confuse a heuristic guess with a verified journey.
|
|
191
|
+
|
|
192
|
+
### Harden the webhook
|
|
193
|
+
|
|
194
|
+
- Verify the provider's **signature** (`SAVVYCAL_WEBHOOK_SECRET` etc.).
|
|
195
|
+
- **Validate** the smuggled id (string, ≤100 chars, no `@`) before merging.
|
|
196
|
+
- Run the analytics call **after** any business-critical work, bounded by a timeout, **non-fatal** on failure.
|
|
197
|
+
- **Log the booking id, never the email.**
|
|
198
|
+
|
|
199
|
+
## Step 4 — Report
|
|
200
|
+
|
|
201
|
+
- **Config check:** many tools default to *last-touch* (PostHog's Marketing Analytics scene does). First-party attribution wants first-touch — build insights on `$initial_*` explicitly, or switch the default.
|
|
202
|
+
- **The payoff insight:** conversion event broken down by `$initial_utm_source` / `$initial_referring_domain` — "where does every signup/booking come from."
|
|
203
|
+
- **Channel → revenue:** conversion event by channel, joined to revenue/MRR person properties. Note: some tools compute revenue props *at ingest* (person-on-events), so historical events may read 0 — use the persons table for current MRR, or tier by plan.
|
|
204
|
+
- **Track your own coverage:** the `journey_linked: false` rate tells you how many conversions bypassed the stitch. Watch it after launch.
|
|
205
|
+
- **Store the full touch path, not just `$initial_*`.** (Refinement from Tessa Kriesel.) First-touch alone lets you break conversions down by *first* channel — but it can't run the multi-touch models from the interpretation track (SKILL.md §2: position-based, linear, time-decay). If you also persist the **ordered sequence of touches** per person (channel + timestamp for each, e.g. an events-table query or a `touch_path` array on the person), the build track *feeds* the interpretation track: you can now score the same journey six ways on your own data instead of only reading about the models. This is what makes Pillar A and Pillar B shake hands — capture first-touch to ship, capture the full path to model.
|
|
206
|
+
|
|
207
|
+
## Step 5 — The last mile: get attribution into the CRM
|
|
208
|
+
|
|
209
|
+
(This whole step is a production refinement from Tessa Kriesel — it's the thing that turned first-party attribution from a dashboard into an operating signal.)
|
|
210
|
+
|
|
211
|
+
A channel breakdown living in your analytics tool is a *report*. The thing sales and lifecycle actually act on is **attribution written onto the record in the CRM**, per account. Sync it out:
|
|
212
|
+
|
|
213
|
+
- **A `source` field, plus `source_confidence` and `source_basis`.** Don't write a bare channel — write the channel *and how you know it*. `basis` is the **evidence type**: `journey_linked` (verified stitch), `self_reported` (survey), or `campaign_window` (the heuristic fallback above). `confidence` is computed from **evidence quality, not just the basis** — a journey_linked touch with clean UTMs is high, the same touch with dirty/missing UTMs is lower, and a *specific* self-report can be high while a vague one is low. Sales treats a high-confidence source very differently from a low-confidence guess — give them both fields or they'll distrust the whole thing.
|
|
214
|
+
- **A Paid-vs-Organic read off the medium.** The single most-used cut in practice: mark a touch **`paid`** only from explicit paid mediums (`cpc`, `ppc`, `paid-social`, `display`, `paid`), and classify the rest into a small, configurable taxonomy rather than a blunt "organic" — `owned` (email, push, SMS — though a sponsored newsletter is *paid*), `earned` (organic search/social, referral — but a partner/affiliate referral is closer to paid), `direct` (no medium — unknown, not organic), `unknown`. The fast operational question a rep or nurture flow needs is really **paid vs non-paid** (did this account cost acquisition dollars) — get that boundary right and keep the finer buckets configurable.
|
|
215
|
+
- **Roll up to the account, not just the contact** (B2B) — see the account-rollup note below and in `by-business-type.md`.
|
|
216
|
+
- **Hand the record off to revops.** Once the source/confidence/basis + paid/organic live on the account, how pipeline and lifecycle *use* them (routing, lead scoring, nurture branching, revenue attribution reporting) is the **revops** skill's job. This runbook's job is to get a trustworthy, labeled source onto the record.
|
|
217
|
+
|
|
218
|
+
**Account rollup (B2B).** One org is several people signing up with mixed work *and* personal emails, so person-level attribution scatters the story across records. Roll each person's source up to the **account** and attribute at the account level — that's where the signal has to land to be useful to a salesperson working the whole buying committee. Match on email domain, **but exclude free-mail domains** (`gmail.com`, `yahoo.com`, `outlook.com`, …) — those can't identify a company, so a domain match would collapse unrelated people into one bogus account. For personal-email signups, fall back to enrichment, your CRM's contact→account link, or manual matching.
|
|
219
|
+
|
|
220
|
+
## Verification checklist
|
|
221
|
+
|
|
222
|
+
- Click a booking CTA → URL shows `metadata[<id_param>]=<anon-uuid>`.
|
|
223
|
+
- In console: `posthog.identify('test@x.com')` → click again → the param must **NOT** appear (guard works). `posthog.reset()` after.
|
|
224
|
+
- Hand-POST a webhook `/batch/` payload → expect `{"status":"Ok"}`, person appears merged.
|
|
225
|
+
- Post-ship: first real webhook log shows `journey_linked: true`.
|
|
226
|
+
- Confirm first-touch survives cross-subdomain: start on marketing site, sign up in app, check the person carries the original `$initial_utm_source`.
|
|
227
|
+
|
|
228
|
+
## Adapting to other stacks
|
|
229
|
+
|
|
230
|
+
| Piece | PostHog (worked example) | Generalizes to |
|
|
231
|
+
|---|---|---|
|
|
232
|
+
| Anonymous id | `distinct_id` / `$device_id` | Segment `anonymousId`, Amplitude `deviceId`, GA4 client_id |
|
|
233
|
+
| Merge call | `$identify` + `$anon_distinct_id` | Segment `identify` (known `userId`, same `anonymousId`) + `alias` where needed; Amplitude `setUserId` on the session that still holds the anonymous `deviceId` (the stitch is deviceId↔userId — Amplitude's Identify API only sets user *properties*, it does not merge); GA4 `user_id` on the same `client_id` |
|
|
234
|
+
| Ingestion | `/batch/` | Segment HTTP API, Amplitude HTTP v2, GA4 Measurement Protocol |
|
|
235
|
+
| Third-party passthrough | SavvyCal `metadata[...]` | Calendly UTM/`salesforce_uuid`, Cal.com metadata, Stripe `client_reference_id`/metadata |
|
|
236
|
+
| First-touch props | `$initial_*` | Segment/Amplitude first-touch, GA4 first_user_* dimensions |
|
|
237
|
+
|
|
238
|
+
The shape never changes: **grab the anonymous id → carry it across the boundary → merge on the far side → break the conversion down by first-touch.**
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
# Measurement Paradigms — MTA vs. MMM vs. Incrementality
|
|
2
|
+
|
|
3
|
+
Attribution *models* (see `attribution-models.md`) split credit *within* your tracked data. They can't tell you what would have happened anyway. That's what these three paradigms are for — increasingly rigorous, increasingly expensive ways to get closer to causality. Use this reference to help a user pick, and to explain how a test *reads* (not how to run the statistics).
|
|
4
|
+
|
|
5
|
+
## The three, compared
|
|
6
|
+
|
|
7
|
+
| | **MTA** (multi-touch) | **MMM** (media mix modeling) | **Incrementality** (experiments) |
|
|
8
|
+
|---|---|---|---|
|
|
9
|
+
| **Approach** | Bottom-up: stitch user-level touches, apply a model | Top-down: regress outcomes vs. spend/factors over time | Controlled: withhold exposure from a group, measure the difference |
|
|
10
|
+
| **Answers** | "Which touchpoints are on converting journeys?" | "What's each channel's aggregate contribution?" | "Did this channel *cause* lift I wouldn't have gotten?" |
|
|
11
|
+
| **Granularity** | Per user, per touch | Per channel, per week | Per test (one channel/tactic at a time) |
|
|
12
|
+
| **Data needed** | Clean cross-device user-level tracking | 2–3 yrs weekly data + spend variation | Ability to withhold + enough volume for significance |
|
|
13
|
+
| **Reacts** | Real-time | Slowly (weeks/quarters) | Per test cycle |
|
|
14
|
+
| **Handles offline/brand** | No | Yes | Yes (if you can split exposure) |
|
|
15
|
+
| **Privacy-durable** | Weak (cookie/ID loss) | Strong (aggregate) | Strong (aggregate) |
|
|
16
|
+
| **Cost/effort** | Low–medium | High | Medium–high |
|
|
17
|
+
|
|
18
|
+
## MTA — multi-touch attribution
|
|
19
|
+
|
|
20
|
+
**What it is:** the user-level approach most marketers mean by "attribution" — join a person's touches, apply first/linear/position/data-driven credit.
|
|
21
|
+
|
|
22
|
+
**Where it shines:** day-to-day, tactical decisions. "Is this campaign showing up on converting journeys?" Fast, granular, cheap if your tracking exists.
|
|
23
|
+
|
|
24
|
+
**Why it's structurally weakening:** MTA depends on tracking one person across touches and devices, and that data keeps eroding — Safari/Firefox ITP-style cookie limits, iOS ATT, browser consent gating, ad blockers, and ordinary cross-device behavior (research on mobile, buy on desktop). (Chrome's third-party-cookie deprecation was announced, then walked back, so "cookies are going away" is no longer the clean story — but everything else on that list already limits user-level tracking today.) MTA doesn't announce the gap: it silently under-measures anything it can't follow (dumping it into direct) and over-measures what it *can* see. So treat MTA as **incomplete and directionally biased** — not a clean lower bound (its retargeting/branded numbers are often *over*-stated) — and never the sole basis for a big reallocation.
|
|
25
|
+
|
|
26
|
+
**Use it for:** ongoing optimization and trend-watching — never as the sole basis for a big budget reallocation.
|
|
27
|
+
|
|
28
|
+
## MMM — media/marketing mix modeling
|
|
29
|
+
|
|
30
|
+
**What it is:** a top-down statistical model (historically regression; modern open-source options like Meta's Robyn or Google's Meridian) that explains an outcome (revenue, signups) as a function of spend per channel plus controls (seasonality, promotions, price, macro). It never looks at individuals — it's all aggregate time-series, which is exactly why privacy changes don't touch it.
|
|
31
|
+
|
|
32
|
+
**What it uniquely gives you:**
|
|
33
|
+
- **Offline + brand + hard-to-track channels** — TV, podcasts, OOH, PR, organic — because it works on aggregate spend and outcomes, not clicks.
|
|
34
|
+
- **Diminishing returns / saturation curves** — where the next dollar in a channel stops paying off.
|
|
35
|
+
- **A portfolio view** — how the whole mix drives the outcome, not credit for one journey.
|
|
36
|
+
|
|
37
|
+
**What it costs and where it's weak:**
|
|
38
|
+
- Needs **2–3 years of weekly data** and **real variation in spend** — if you always spend the same on Meta, the model can't learn Meta's effect. You sometimes have to deliberately vary budgets to feed it.
|
|
39
|
+
- **Correlational and slow** — it sees what moved together historically; it reacts in quarters, not days. It can't tell you what to do with tomorrow's campaign.
|
|
40
|
+
- **Sensitive to specification** — garbage controls, garbage coefficients. It's a real modeling exercise, not a dashboard toggle.
|
|
41
|
+
|
|
42
|
+
**Use it for:** annual/quarterly budget allocation across a material, multi-channel (esp. offline-inclusive) spend. Validate its coefficients with incrementality tests — MMM says "Meta contributed X"; a holdout proves whether that's causal.
|
|
43
|
+
|
|
44
|
+
## Incrementality — the experiments
|
|
45
|
+
|
|
46
|
+
**What it is:** the only paradigm that measures *causality* directly. Split your audience into an **exposed** group and a **withheld/control** group; the difference in outcomes is the **incremental lift** — conversions you got *because of* the channel, not ones that would have happened anyway.
|
|
47
|
+
|
|
48
|
+
**Common designs:**
|
|
49
|
+
- **Geo holdout / geo-lift** — run the channel in some regions, hold it out of comparable ones; compare outcomes. The workhorse for channels you can't split at the user level. *(Meta's GeoLift, Google's geo experiments.)*
|
|
50
|
+
- **PSA tests** — the control group is shown a *public-service ad* in your ad's place, so both groups are equally targeted and "ad-exposed"; the only difference is whether they saw *your* ad. Isolates ad effect from audience-quality bias (the exposed group isn't just "people the algorithm judged likely to convert").
|
|
51
|
+
- **Ghost ads** — the control group is *held out of the auction* but the platform logs the ad that *would* have served them (no placeholder is shown); you compare converters among the would-have-been-exposed vs. actually-exposed. Cleaner and cheaper than PSAs (no wasted PSA spend), and the modern default where the platform supports it.
|
|
52
|
+
- **Intent-to-treat / on-off (pulse) tests** — turn a channel fully off for a defined window, watch what happens to total conversions. Crude but revealing, especially for "is branded search paid cannibalizing organic?"
|
|
53
|
+
- **Holdout audiences** — withhold a random % from a retargeting or email program; the delta is the program's true lift.
|
|
54
|
+
|
|
55
|
+
### How to *read* a test (not run the stats)
|
|
56
|
+
|
|
57
|
+
You don't need to compute significance by hand, but you must read a result honestly:
|
|
58
|
+
|
|
59
|
+
1. **Lift = exposed rate − control rate.** If exposed geos converted at 4.2% and control at 3.6%, incremental lift is ~0.6pp — the rest of that 4.2% would have converted anyway. This is why last-click ROAS is almost always *overstated*: it counts the whole 4.2%.
|
|
60
|
+
2. **Check the confidence interval / significance.** "5% lift, but the interval spans −2% to +12%" means you learned nothing — the test was underpowered. Insist on enough volume/duration before believing a point estimate.
|
|
61
|
+
3. **Watch for contamination.** Control users who were reached anyway (cross-device, spillover between geos) shrink the measured gap. A "no lift" result can be a leaky test, not a dead channel.
|
|
62
|
+
4. **Translate to a decision.** Incremental CPA = spend ÷ *incremental* conversions (not total). This is the number that should drive budget — and it's usually worse than the platform's reported CPA, which is the point.
|
|
63
|
+
|
|
64
|
+
**Use it for:** the highest-stakes questions and the tiebreakers — "does retargeting actually do anything?", "is branded-search paid just buying clicks we'd get free?", "which of our two biggest channels is really driving growth?" You can only test a few things at a time, so spend those tests on the decisions that matter most.
|
|
65
|
+
|
|
66
|
+
## Putting them together (the mature stack)
|
|
67
|
+
|
|
68
|
+
They're layers, not competitors:
|
|
69
|
+
|
|
70
|
+
- **MTA** for daily/weekly tactical optimization and trend-watching — cheap, granular, directional.
|
|
71
|
+
- **MMM** for quarterly/annual portfolio allocation across the full mix including offline — durable, holistic.
|
|
72
|
+
- **Incrementality** as the **calibration and tiebreaker** — the ground-truth that keeps MTA and MMM honest, run on your biggest bets.
|
|
73
|
+
|
|
74
|
+
**Scale to the user:** most SMBs need good UTMs + last-non-direct + a self-reported survey + the occasional on/off test — not an MMM. Bring MMM in when offline/brand spend is material and MTA visibly can't see it. Bring in formal incrementality when a single channel's budget is big enough that being wrong about it is expensive. Match the rigor to the size of the decision.
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Affaan Mustafa
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: marketing-campaign
|
|
3
|
+
description: "End-to-end marketing campaign planning and execution. Covers audience research, positioning, campaign angle definition, landing page copy, email sequences, social posts, ad copy, short-form video scripts, and content calendars. Use as the orchestration layer for multi-channel product launches."
|
|
4
|
+
tags: ["marketing","writing"]
|
|
5
|
+
tools: []
|
|
6
|
+
license: MIT
|
|
7
|
+
source: https://github.com/affaan-m/ECC
|
|
8
|
+
source_path: "skills/marketing-campaign"
|
|
9
|
+
source_commit: bf70150eb2df8070024e5bdf08e4aa08959e2735
|
|
10
|
+
---
|
|
11
|
+
# Marketing Campaign
|
|
12
|
+
|
|
13
|
+
Plan and execute launch campaigns that convert — not just campaigns that ship.
|
|
14
|
+
|
|
15
|
+
## When to Activate
|
|
16
|
+
|
|
17
|
+
- planning a product or feature launch
|
|
18
|
+
- building a full content suite from a single product brief
|
|
19
|
+
- defining positioning and campaign angle before writing any copy
|
|
20
|
+
- orchestrating multiple content types across channels
|
|
21
|
+
- reviewing copy for conversion quality and brand consistency
|
|
22
|
+
|
|
23
|
+
## Non-Negotiables
|
|
24
|
+
|
|
25
|
+
1. Define positioning before writing any copy. All copy flows from the angle.
|
|
26
|
+
2. Research the audience before assuming you know their language or fears.
|
|
27
|
+
3. Each deliverable must serve one clear purpose in the campaign arc.
|
|
28
|
+
4. Specificity beats adjectives in every format and on every channel.
|
|
29
|
+
5. The same voice must run across every channel and every piece.
|
|
30
|
+
6. No copy ships without passing the quality gate.
|
|
31
|
+
|
|
32
|
+
## Campaign Workflow
|
|
33
|
+
|
|
34
|
+
### Phase 1: Research
|
|
35
|
+
|
|
36
|
+
Use `market-research` to:
|
|
37
|
+
- profile the target audience (jobs-to-be-done, fears, language, alternatives they use)
|
|
38
|
+
- map 3+ direct or adjacent competitors (positioning, gaps, messaging weaknesses)
|
|
39
|
+
- identify 1–3 audience insights the campaign angle will exploit
|
|
40
|
+
|
|
41
|
+
Deliverable: a short research brief (audience profile + competitive summary + key insights).
|
|
42
|
+
|
|
43
|
+
### Phase 2: Positioning
|
|
44
|
+
|
|
45
|
+
Produce:
|
|
46
|
+
- core benefit statement (one sentence, no feature list, no jargon)
|
|
47
|
+
- positioning formula: "[Product] helps [audience] [achieve outcome] by [mechanism]"
|
|
48
|
+
- campaign angle: the specific tension, insight, or moment the whole campaign lives in
|
|
49
|
+
- tone profile: lock before writing (delegate to `brand-voice` for durable, session-reusable voice capture)
|
|
50
|
+
|
|
51
|
+
Do not write any copy until positioning and angle are approved.
|
|
52
|
+
|
|
53
|
+
### Phase 3: Content Production
|
|
54
|
+
|
|
55
|
+
Produce in this order — each layer informs the next:
|
|
56
|
+
|
|
57
|
+
1. **Landing page copy** (all sections: hero, problem, solution, features, how it works, proof, CTA)
|
|
58
|
+
2. **Email sequence** (each email has one purpose; follow the arc: problem → education → agitation → solution → proof → urgency → final CTA)
|
|
59
|
+
3. **Social posts** (platform-native via `content-engine`; LinkedIn and X are different formats, not the same copy resized)
|
|
60
|
+
4. **Short-form video scripts** (timestamp-blocked; written for screen and ear, not the page)
|
|
61
|
+
5. **Ad copy variants** (3–4 variants testing different angles or audience segments)
|
|
62
|
+
6. **Content calendar** (day-by-day schedule with channel, type, timing, and dependencies)
|
|
63
|
+
|
|
64
|
+
### Phase 4: Review
|
|
65
|
+
|
|
66
|
+
Gate every deliverable:
|
|
67
|
+
- 5-second test on all hero / above-fold copy (clear who it's for, what it does, why act now)
|
|
68
|
+
- CTA audit (one per piece, specific, earned — not demanded)
|
|
69
|
+
- Tone consistency check across all channels
|
|
70
|
+
- Claim audit (every claim is specific and supportable)
|
|
71
|
+
- Cross-channel consistency (ad claims match landing page; email body matches subject)
|
|
72
|
+
|
|
73
|
+
## Output Contract
|
|
74
|
+
|
|
75
|
+
A full campaign delivers:
|
|
76
|
+
|
|
77
|
+
1. **Positioning brief** — angle, core benefit statement, tone profile
|
|
78
|
+
2. **Landing page copy** — hero, problem, solution, features, how it works, proof, CTA
|
|
79
|
+
3. **Email sequence** — subject + preview + body + CTA for each email, labelled by day and purpose
|
|
80
|
+
4. **LinkedIn posts** — 3+ platform-native posts with distinct angles
|
|
81
|
+
5. **X posts** — 5+ standalone posts + 1 thread
|
|
82
|
+
6. **Short-form video scripts** — 2+ timestamp-blocked scripts with visual direction notes
|
|
83
|
+
7. **Ad copy variants** — short headline / long headline / body per variant
|
|
84
|
+
8. **Content calendar** — day-by-day schedule with channel, content type, timing, and dependencies
|
|
85
|
+
9. **Copy review summary** — flagged issues and open questions before anything goes live
|
|
86
|
+
|
|
87
|
+
## Quality Gate
|
|
88
|
+
|
|
89
|
+
Before delivering any piece:
|
|
90
|
+
|
|
91
|
+
- every deliverable sounds like the same author
|
|
92
|
+
- no hollow superlatives or filler adjectives remain
|
|
93
|
+
- every CTA is specific and earned (never "learn more" or "click here")
|
|
94
|
+
- no copy is duplicated verbatim across platforms
|
|
95
|
+
- hero copy passes the 5-second test
|
|
96
|
+
- email subjects match email body (no bait-and-switch)
|
|
97
|
+
- ad claims match landing page claims exactly
|
|
98
|
+
- no copy would work unchanged for any other product in the category
|
|
99
|
+
|
|
100
|
+
## Hard Bans
|
|
101
|
+
|
|
102
|
+
Delete and rewrite any:
|
|
103
|
+
|
|
104
|
+
- "game-changing", "revolutionary", "world-class", "cutting-edge"
|
|
105
|
+
- "In today's competitive landscape"
|
|
106
|
+
- fake urgency not backed by a real deadline
|
|
107
|
+
- hollow social proof without specifics ("thousands trust us")
|
|
108
|
+
- generic CTAs ("learn more", "find out more", "click here")
|
|
109
|
+
- copy that could be unplugged and dropped into a competitor's campaign unchanged
|
|
110
|
+
|
|
111
|
+
## Related Skills
|
|
112
|
+
|
|
113
|
+
- `brand-voice` — source-derived voice capture (run before content production)
|
|
114
|
+
- `content-engine` — platform-native content production
|
|
115
|
+
- `crosspost` — multi-platform distribution
|
|
116
|
+
- `market-research` — audience and competitive intelligence
|
|
117
|
+
- `seo` — on-page optimisation for landing page copy
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Corey Haines
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|