aiox-core 5.0.4 → 5.0.7
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/.aiox-core/core/config/config-cache.js +10 -1
- package/.aiox-core/core/config/config-loader.js +2 -2
- package/.aiox-core/core/execution/build-state-manager.js +1 -1
- package/.aiox-core/core/synapse/runtime/hook-runtime.js +11 -2
- package/.aiox-core/core/utils/yaml-validator.js +1 -1
- package/.aiox-core/data/entity-registry.yaml +761 -796
- package/.aiox-core/development/scripts/workflow-validator.js +92 -18
- package/.aiox-core/development/tasks/create-workflow.md +44 -42
- package/.aiox-core/development/tasks/project-status.md +280 -0
- package/.aiox-core/development/tasks/validate-workflow.md +2 -2
- package/.aiox-core/development/templates/squad/workflow-template.yaml +106 -91
- package/.aiox-core/development/templates/squad-template/workflows/example-workflow.yaml +72 -51
- package/.aiox-core/development/workflows/README.md +12 -5
- package/.aiox-core/development/workflows/development-cycle.yaml +90 -0
- package/.aiox-core/infrastructure/scripts/config-cache.js +10 -1
- package/.aiox-core/install-manifest.yaml +35 -39
- package/.aiox-core/lib/build.json +1 -0
- package/.claude/hooks/precompact-session-digest.cjs +47 -12
- package/.claude/hooks/synapse-engine.cjs +13 -13
- package/README.en.md +23 -37
- package/README.md +26 -38
- package/bin/utils/validate-publish.js +5 -4
- package/package.json +1 -1
- package/packages/installer/src/wizard/i18n.js +18 -15
- package/packages/installer/src/wizard/pro-setup.js +304 -69
- package/pro/README.md +1 -1
- package/pro/feature-registry.yaml +2 -2
- package/pro/license/degradation.js +7 -7
- package/pro/license/errors.js +7 -7
- package/pro/license/index.js +2 -2
- package/pro/license/license-api.js +0 -22
- package/pro/package.json +17 -4
- package/pro/pro-config.yaml +2 -2
- package/pro/squads/README.md +23 -5
- package/pro/squads/aiox-sop/ARCHITECTURE.md +86 -0
- package/pro/squads/aiox-sop/CHANGELOG.md +27 -0
- package/pro/squads/aiox-sop/HEADLINE.md +3 -0
- package/pro/squads/aiox-sop/README.md +77 -0
- package/pro/squads/aiox-sop/agents/sop-analyst.md +363 -0
- package/pro/squads/aiox-sop/agents/sop-auditor.md +294 -0
- package/pro/squads/aiox-sop/agents/sop-chief.md +279 -0
- package/pro/squads/aiox-sop/agents/sop-creator.md +322 -0
- package/pro/squads/aiox-sop/agents/sop-extractor.md +246 -0
- package/pro/squads/aiox-sop/agents/sop-ml-architect.md +310 -0
- package/pro/squads/aiox-sop/checklists/14-point-crosby-checklist.md +84 -0
- package/pro/squads/aiox-sop/checklists/extraction-completeness-checklist.md +78 -0
- package/pro/squads/aiox-sop/checklists/sop-completeness-checklist.md +283 -0
- package/pro/squads/aiox-sop/checklists/sop-ml-validation-checklist.md +157 -0
- package/pro/squads/aiox-sop/checklists/sop-quality-checklist.md +138 -0
- package/pro/squads/aiox-sop/checklists/stranger-test-checklist.md +108 -0
- package/pro/squads/aiox-sop/config.yaml +460 -0
- package/pro/squads/aiox-sop/data/category-map.yaml +647 -0
- package/pro/squads/aiox-sop/data/confidence-levels.yaml +133 -0
- package/pro/squads/aiox-sop/data/infrastructure-connections.yaml +730 -0
- package/pro/squads/aiox-sop/data/market-categories.yaml +65 -0
- package/pro/squads/aiox-sop/data/risk-register.yaml +90 -0
- package/pro/squads/aiox-sop/data/sop-ml-schema-examples.yaml +420 -0
- package/pro/squads/aiox-sop/data/sop-ml-schema.yaml +780 -0
- package/pro/squads/aiox-sop/data/sop-registry.yaml +42 -0
- package/pro/squads/aiox-sop/data/sop-scoring-rubric.yaml +601 -0
- package/pro/squads/aiox-sop/data/sop-standards-reference.yaml +475 -0
- package/pro/squads/aiox-sop/data/task-definitions.yaml +1602 -0
- package/pro/squads/aiox-sop/data/token-assignments.yaml +304 -0
- package/pro/squads/aiox-sop/data/verdict-thresholds.yaml +117 -0
- package/pro/squads/aiox-sop/data/workflow-quality-rubric.yaml +579 -0
- package/pro/squads/aiox-sop/docs/README.md +10 -0
- package/pro/squads/aiox-sop/docs/optimization-doc-drift-2026-03-18.json +20 -0
- package/pro/squads/aiox-sop/docs/optimization-economy-2026-03-18.md +40 -0
- package/pro/squads/aiox-sop/docs/optimization-environment-2026-03-18.json +24 -0
- package/pro/squads/aiox-sop/docs/optimization-material-inventory-2026-03-18.yaml +73 -0
- package/pro/squads/aiox-sop/docs/optimization-repo-baseline-2026-03-18.json +38 -0
- package/pro/squads/aiox-sop/docs/optimization-runtime-smoke-2026-03-18.json +57 -0
- package/pro/squads/aiox-sop/docs/optimization-split-verdict-2026-03-18.json +21 -0
- package/pro/squads/aiox-sop/docs/optimization-validation-2026-03-18.json +53 -0
- package/pro/squads/aiox-sop/docs/optimization-validation-fallback-2026-03-18.json +6 -0
- package/pro/squads/aiox-sop/docs/optimization-workflow-contracts-2026-03-18.json +81 -0
- package/pro/squads/aiox-sop/docs/optimization-yolo-plan-2026-03-18.md +177 -0
- package/pro/squads/aiox-sop/docs/optimization-yolo-report-2026-03-18.md +181 -0
- package/pro/squads/aiox-sop/docs/scaling-strategy.md +129 -0
- package/pro/squads/aiox-sop/examples/README.md +14 -0
- package/pro/squads/aiox-sop/examples/sample-human-sop.md +11 -0
- package/pro/squads/aiox-sop/examples/sample-ml-sop.yaml +14 -0
- package/pro/squads/aiox-sop/outputs/README.md +20 -0
- package/pro/squads/aiox-sop/outputs/SOP-SLIDES-001.md +864 -0
- package/pro/squads/aiox-sop/outputs/SOP-SLIDES-001.yaml +1225 -0
- package/pro/squads/aiox-sop/outputs/SOP-SLIDES-002.md +904 -0
- package/pro/squads/aiox-sop/outputs/SOP-SLIDES-002.yaml +431 -0
- package/pro/squads/aiox-sop/outputs/SOP-SLIDES-003.md +964 -0
- package/pro/squads/aiox-sop/outputs/SOP-SLIDES-003.yaml +392 -0
- package/pro/squads/aiox-sop/outputs/SOP-SLIDES-004.md +975 -0
- package/pro/squads/aiox-sop/outputs/SOP-SLIDES-004.yaml +786 -0
- package/pro/squads/aiox-sop/protocols/sop-workflow-integration.md +209 -0
- package/pro/squads/aiox-sop/scripts/convert-sop-format-worker.py +299 -0
- package/pro/squads/aiox-sop/scripts/load-workspace-context.cjs +296 -0
- package/pro/squads/aiox-sop/scripts/normalize-thiagoroas-vsl-extractions.cjs +1448 -0
- package/pro/squads/aiox-sop/scripts/refresh-sop-registry.cjs +331 -0
- package/pro/squads/aiox-sop/scripts/resolve-environment-contract.cjs +107 -0
- package/pro/squads/aiox-sop/scripts/test-load-workspace-context.cjs +100 -0
- package/pro/squads/aiox-sop/scripts/test-resolve-environment-contract.cjs +159 -0
- package/pro/squads/aiox-sop/tasks/analyze-sop.md +464 -0
- package/pro/squads/aiox-sop/tasks/analyze-squad.md +317 -0
- package/pro/squads/aiox-sop/tasks/analyze-workflow.md +343 -0
- package/pro/squads/aiox-sop/tasks/audit-batch.md +354 -0
- package/pro/squads/aiox-sop/tasks/audit-sop.md +528 -0
- package/pro/squads/aiox-sop/tasks/benchmark-sop.md +408 -0
- package/pro/squads/aiox-sop/tasks/certify-sop.md +193 -0
- package/pro/squads/aiox-sop/tasks/check-environment.md +47 -0
- package/pro/squads/aiox-sop/tasks/compliance-check.md +84 -0
- package/pro/squads/aiox-sop/tasks/convert-sop-format.md +413 -0
- package/pro/squads/aiox-sop/tasks/create-checklist.md +267 -0
- package/pro/squads/aiox-sop/tasks/create-sop-human.md +306 -0
- package/pro/squads/aiox-sop/tasks/create-sop-ml.md +313 -0
- package/pro/squads/aiox-sop/tasks/create-sop-operations-suite.md +177 -0
- package/pro/squads/aiox-sop/tasks/delete-aiox-sop.md +38 -0
- package/pro/squads/aiox-sop/tasks/extract-from-video.md +354 -0
- package/pro/squads/aiox-sop/tasks/extract-sop.md +389 -0
- package/pro/squads/aiox-sop/tasks/load-workspace-context.md +112 -0
- package/pro/squads/aiox-sop/tasks/map-core-sop-backlog.md +651 -0
- package/pro/squads/aiox-sop/tasks/re-audit.md +97 -0
- package/pro/squads/aiox-sop/tasks/structured-interview.md +243 -0
- package/pro/squads/aiox-sop/tasks/update-aiox-sop.md +39 -0
- package/pro/squads/aiox-sop/templates/audit-report-template.md +119 -0
- package/pro/squads/aiox-sop/templates/certification-template.md +31 -0
- package/pro/squads/aiox-sop/templates/checklist-from-sop-tmpl.md +142 -0
- package/pro/squads/aiox-sop/templates/decision-tree-template.yaml +209 -0
- package/pro/squads/aiox-sop/templates/extraction-output-template.md +150 -0
- package/pro/squads/aiox-sop/templates/handoff-tmpl.yaml +85 -0
- package/pro/squads/aiox-sop/templates/ml-sop-json-template.json +208 -0
- package/pro/squads/aiox-sop/templates/ml-sop-yaml-template.yaml +204 -0
- package/pro/squads/aiox-sop/templates/nonconformity-register-template.md +85 -0
- package/pro/squads/aiox-sop/templates/sop-analysis-report-tmpl.md +378 -0
- package/pro/squads/aiox-sop/templates/sop-human-tmpl.md +385 -0
- package/pro/squads/aiox-sop/templates/sop-ml-tmpl.md +352 -0
- package/pro/squads/aiox-sop/templates/sop-scorecard-tmpl.md +123 -0
- package/pro/squads/aiox-sop/templates/state-machine-template.yaml +232 -0
- package/pro/squads/aiox-sop/templates/tool-binding-template.yaml +255 -0
- package/pro/squads/aiox-sop/templates/workflow-gap-report-tmpl.yaml +227 -0
- package/pro/squads/aiox-sop/workflows/wf-sop-audit-pipeline.yaml +381 -0
- package/pro/squads/aiox-sop/workflows/wf-sop-audit-pipeline.yaml.bak +332 -0
- package/pro/squads/aiox-sop/workflows/wf-sop-creation-pipeline.yaml +200 -0
- package/pro/squads/aiox-sop/workflows/wf-sop-creation-pipeline.yaml.bak +147 -0
- package/pro/squads/aiox-sop/workflows/wf-sop-extraction-pipeline.yaml +476 -0
- package/pro/squads/aiox-sop/workflows/wf-sop-extraction-pipeline.yaml.bak +441 -0
- package/pro/squads/aiox-sop/workflows/wf-sop-pipeline-definition.yaml +813 -0
- package/pro/squads/aiox-sop/workflows/wf-sop-quality-gates.yaml +473 -0
- package/pro/squads/brand/ARCHITECTURE.md +79 -0
- package/pro/squads/brand/CHANGELOG.md +38 -0
- package/pro/squads/brand/README.md +213 -0
- package/pro/squads/brand/agents/aaker-brand-identity.md +475 -0
- package/pro/squads/brand/agents/archetype-consultant.md +424 -0
- package/pro/squads/brand/agents/brand-chief.md +502 -0
- package/pro/squads/brand/agents/brand-strategist.md +661 -0
- package/pro/squads/brand/agents/domain-scout.md +412 -0
- package/pro/squads/brand/agents/heyward-dtc-brand.md +399 -0
- package/pro/squads/brand/agents/keller-brand-equity.md +390 -0
- package/pro/squads/brand/agents/miller-sticky-brand.md +510 -0
- package/pro/squads/brand/agents/naming-strategist.md +638 -0
- package/pro/squads/brand/agents/nano-banana-generator.md +38 -0
- package/pro/squads/brand/agents/neumeier-differentiation.md +390 -0
- package/pro/squads/brand/agents/ries-positioning.md +413 -0
- package/pro/squads/brand/agents/sharp-brand-science.md +444 -0
- package/pro/squads/brand/agents/storybrand-narrator.md +442 -0
- package/pro/squads/brand/agents/wheeler-brand-design.md +700 -0
- package/pro/squads/brand/agents/yohn-brand-culture.md +391 -0
- package/pro/squads/brand/checklists/brand-naming-checklist.md +46 -0
- package/pro/squads/brand/checklists/brand-quality-gate.md +58 -0
- package/pro/squads/brand/config/veto-conditions.yaml +54 -0
- package/pro/squads/brand/config.yaml +634 -0
- package/pro/squads/brand/data/brand-mappings.yaml +140 -0
- package/pro/squads/brand/data/logo-scds-templates.yaml +224 -0
- package/pro/squads/brand/data/logo-style-library.yaml +226 -0
- package/pro/squads/brand/data/swipe-file.yaml +282 -0
- package/pro/squads/brand/docs/optimization-economy-2026-03-10.md +25 -0
- package/pro/squads/brand/docs/optimization-material-inventory-2026-03-10.yaml +40 -0
- package/pro/squads/brand/docs/optimization-validation-2026-03-10.json +26 -0
- package/pro/squads/brand/docs/optimization-yolo-plan-2026-03-10.md +80 -0
- package/pro/squads/brand/docs/optimization-yolo-report-2026-03-10.md +158 -0
- package/pro/squads/brand/scripts/bootstrap-brand-workspace.sh +47 -0
- package/pro/squads/brand/scripts/validate-brand-essentials.sh +289 -0
- package/pro/squads/brand/tasks/brand-activation.md +86 -0
- package/pro/squads/brand/tasks/brand-book.md +224 -0
- package/pro/squads/brand/tasks/brand-consulting.md +189 -0
- package/pro/squads/brand/tasks/brand-diagnosis.md +81 -0
- package/pro/squads/brand/tasks/brand-identity.md +255 -0
- package/pro/squads/brand/tasks/brand-messaging.md +226 -0
- package/pro/squads/brand/tasks/brand-quality-gate.md +213 -0
- package/pro/squads/brand/tasks/create-brand-epic.md +129 -0
- package/pro/squads/brand/tasks/create-brand-story.md +155 -0
- package/pro/squads/brand/tasks/delete-brand.md +56 -0
- package/pro/squads/brand/tasks/domain-check.md +120 -0
- package/pro/squads/brand/tasks/load-workspace-context.md +112 -0
- package/pro/squads/brand/tasks/logo-curate.md +180 -0
- package/pro/squads/brand/tasks/logo-deliverable.md +210 -0
- package/pro/squads/brand/tasks/logo-generate.md +143 -0
- package/pro/squads/brand/tasks/logo-intake.md +151 -0
- package/pro/squads/brand/tasks/logo-prompt-engineering.md +151 -0
- package/pro/squads/brand/tasks/logo-refine.md +156 -0
- package/pro/squads/brand/tasks/logo-strategic-direction.md +160 -0
- package/pro/squads/brand/tasks/naming-generation.md +118 -0
- package/pro/squads/brand/tasks/positioning-narrative.md +93 -0
- package/pro/squads/brand/tasks/update-brand.md +52 -0
- package/pro/squads/brand/templates/brand-epic-tmpl.md +124 -0
- package/pro/squads/brand/templates/brand-story-tmpl.md +133 -0
- package/pro/squads/brand/templates/brandbook-tmpl.yaml +38 -0
- package/pro/squads/brand/templates/naming-report-tmpl.md +36 -0
- package/pro/squads/brand/workflows/wf-brand-activation-system.yaml +148 -0
- package/pro/squads/brand/workflows/wf-brand-all-hands.yaml +368 -0
- package/pro/squads/brand/workflows/wf-brand-complete.yaml +223 -0
- package/pro/squads/brand/workflows/wf-brand-consulting.yaml +301 -0
- package/pro/squads/brand/workflows/wf-brand-foundations.yaml +129 -0
- package/pro/squads/brand/workflows/wf-brand-mockup-generation.yaml +247 -0
- package/pro/squads/brand/workflows/wf-brand-positioning-narrative.yaml +146 -0
- package/pro/squads/brand/workflows/wf-logo-brainstorm.yaml +297 -0
- package/pro/squads/brand/workflows/wf-naming-to-domain.yaml +152 -0
- package/pro/squads/claude-code-mastery/ARCHITECTURE.md +224 -0
- package/pro/squads/claude-code-mastery/CHANGELOG.md +41 -0
- package/pro/squads/claude-code-mastery/README.md +146 -0
- package/pro/squads/claude-code-mastery/agents/claude-mastery-chief.md +542 -0
- package/pro/squads/claude-code-mastery/agents/config-engineer.md +1051 -0
- package/pro/squads/claude-code-mastery/agents/hooks-architect.md +1088 -0
- package/pro/squads/claude-code-mastery/agents/mcp-integrator.md +790 -0
- package/pro/squads/claude-code-mastery/agents/project-integrator.md +1184 -0
- package/pro/squads/claude-code-mastery/agents/roadmap-sentinel.md +922 -0
- package/pro/squads/claude-code-mastery/agents/skill-craftsman.md +1302 -0
- package/pro/squads/claude-code-mastery/agents/swarm-orchestrator.md +1072 -0
- package/pro/squads/claude-code-mastery/checklists/agent-team-readiness-checklist.md +88 -0
- package/pro/squads/claude-code-mastery/checklists/brownfield-readiness-checklist.md +91 -0
- package/pro/squads/claude-code-mastery/checklists/change-checklist.md +75 -0
- package/pro/squads/claude-code-mastery/checklists/context-rot-checklist.md +116 -0
- package/pro/squads/claude-code-mastery/checklists/integration-audit-checklist.md +104 -0
- package/pro/squads/claude-code-mastery/checklists/multi-agent-review-checklist.md +77 -0
- package/pro/squads/claude-code-mastery/checklists/pre-push-checklist.md +79 -0
- package/pro/squads/claude-code-mastery/config.yaml +351 -0
- package/pro/squads/claude-code-mastery/data/cc-architecture-map.yaml +217 -0
- package/pro/squads/claude-code-mastery/data/cc-permission-rules.yaml +281 -0
- package/pro/squads/claude-code-mastery/data/ci-cd-patterns.yaml +412 -0
- package/pro/squads/claude-code-mastery/data/claude-code-quick-ref.yaml +436 -0
- package/pro/squads/claude-code-mastery/data/frontmatter-schemas.yaml +395 -0
- package/pro/squads/claude-code-mastery/data/hook-patterns.yaml +799 -0
- package/pro/squads/claude-code-mastery/data/infrastructure-map.yaml +53 -0
- package/pro/squads/claude-code-mastery/data/journey-log-events.yaml +115 -0
- package/pro/squads/claude-code-mastery/data/mcp-integration-catalog.yaml +323 -0
- package/pro/squads/claude-code-mastery/data/project-type-signatures.yaml +335 -0
- package/pro/squads/claude-code-mastery/data/quality-gates.yaml +43 -0
- package/pro/squads/claude-code-mastery/data/swarm-agent-schema.yaml +35 -0
- package/pro/squads/claude-code-mastery/data/token-registry.yaml +213 -0
- package/pro/squads/claude-code-mastery/scripts/README-Permission-Sync.md +38 -0
- package/pro/squads/claude-code-mastery/scripts/generate-tool-allowlists.js +232 -0
- package/pro/squads/claude-code-mastery/scripts/inject-accountability-tokens.js +91 -0
- package/pro/squads/claude-code-mastery/scripts/inject-output-schemas.js +131 -0
- package/pro/squads/claude-code-mastery/scripts/inject-swarm-fields.js +92 -0
- package/pro/squads/claude-code-mastery/scripts/prepare-claude-runtime.sh +26 -0
- package/pro/squads/claude-code-mastery/scripts/publish-mastery-report.sh +17 -0
- package/pro/squads/claude-code-mastery/scripts/session-usage-report.py +982 -0
- package/pro/squads/claude-code-mastery/scripts/session_usage_report_cache.py +163 -0
- package/pro/squads/claude-code-mastery/scripts/session_usage_report_claude_adapter.py +375 -0
- package/pro/squads/claude-code-mastery/scripts/session_usage_report_facets.py +1128 -0
- package/pro/squads/claude-code-mastery/scripts/session_usage_report_html.py +989 -0
- package/pro/squads/claude-code-mastery/scripts/session_usage_report_inventory.py +66 -0
- package/pro/squads/claude-code-mastery/scripts/session_usage_report_markdown.py +506 -0
- package/pro/squads/claude-code-mastery/scripts/session_usage_report_mock_insights_adapter.py +277 -0
- package/pro/squads/claude-code-mastery/scripts/session_usage_report_pipeline.py +519 -0
- package/pro/squads/claude-code-mastery/scripts/session_usage_report_recommendations.py +317 -0
- package/pro/squads/claude-code-mastery/scripts/session_usage_report_usage.py +235 -0
- package/pro/squads/claude-code-mastery/scripts/test_session_usage_report.py +1910 -0
- package/pro/squads/claude-code-mastery/scripts/validate-setup.js +597 -0
- package/pro/squads/claude-code-mastery/squad-io.yaml +151 -0
- package/pro/squads/claude-code-mastery/tasks/align-memory-context.md +212 -0
- package/pro/squads/claude-code-mastery/tasks/audit-integration.md +252 -0
- package/pro/squads/claude-code-mastery/tasks/audit-settings.md +239 -0
- package/pro/squads/claude-code-mastery/tasks/audit-setup.md +258 -0
- package/pro/squads/claude-code-mastery/tasks/brownfield-setup.md +355 -0
- package/pro/squads/claude-code-mastery/tasks/ci-cd-setup.md +368 -0
- package/pro/squads/claude-code-mastery/tasks/claude-md-engineer.md +367 -0
- package/pro/squads/claude-code-mastery/tasks/configure-claude-code.md +248 -0
- package/pro/squads/claude-code-mastery/tasks/context-rot-audit.md +363 -0
- package/pro/squads/claude-code-mastery/tasks/create-agent-definition.md +311 -0
- package/pro/squads/claude-code-mastery/tasks/create-rules.md +239 -0
- package/pro/squads/claude-code-mastery/tasks/create-team-topology.md +291 -0
- package/pro/squads/claude-code-mastery/tasks/delete-claude-code-mastery.md +224 -0
- package/pro/squads/claude-code-mastery/tasks/diagnose.md +199 -0
- package/pro/squads/claude-code-mastery/tasks/enterprise-config.md +379 -0
- package/pro/squads/claude-code-mastery/tasks/hook-designer.md +315 -0
- package/pro/squads/claude-code-mastery/tasks/integrate-project.md +337 -0
- package/pro/squads/claude-code-mastery/tasks/mcp-integration-plan.md +284 -0
- package/pro/squads/claude-code-mastery/tasks/mcp-workflow.md +330 -0
- package/pro/squads/claude-code-mastery/tasks/multi-project-setup.md +261 -0
- package/pro/squads/claude-code-mastery/tasks/optimize-context.md +250 -0
- package/pro/squads/claude-code-mastery/tasks/optimize-workflow.md +270 -0
- package/pro/squads/claude-code-mastery/tasks/parallel-decomposition.md +326 -0
- package/pro/squads/claude-code-mastery/tasks/permission-strategy.md +315 -0
- package/pro/squads/claude-code-mastery/tasks/rebuild-runtime-validator.md +234 -0
- package/pro/squads/claude-code-mastery/tasks/refresh-runtime-contract.md +235 -0
- package/pro/squads/claude-code-mastery/tasks/sandbox-setup.md +312 -0
- package/pro/squads/claude-code-mastery/tasks/setup-repository.md +263 -0
- package/pro/squads/claude-code-mastery/tasks/setup-wizard.md +269 -0
- package/pro/squads/claude-code-mastery/tasks/update-claude-code-mastery.md +227 -0
- package/pro/squads/claude-code-mastery/tasks/worktree-strategy.md +353 -0
- package/pro/squads/claude-code-mastery/templates/baseline-kpis-tmpl.yaml +0 -0
- package/pro/squads/claude-code-mastery/templates/claude-md-fullstack.md +147 -0
- package/pro/squads/claude-code-mastery/templates/claude-md-library.md +175 -0
- package/pro/squads/claude-code-mastery/templates/claude-md-microservices.md +186 -0
- package/pro/squads/claude-code-mastery/templates/claude-md-mobile.md +198 -0
- package/pro/squads/claude-code-mastery/templates/claude-md-monorepo.md +139 -0
- package/pro/squads/claude-code-mastery/templates/concept-mapping-tmpl.yaml +0 -0
- package/pro/squads/claude-code-mastery/templates/cross-domain-handoff-tmpl.yaml +15 -0
- package/pro/squads/claude-code-mastery/templates/github-actions-claude-ci.yml +348 -0
- package/pro/squads/claude-code-mastery/templates/github-actions-claude-review.yml +179 -0
- package/pro/squads/claude-code-mastery/templates/hook-implementation-tmpl.md +24 -0
- package/pro/squads/claude-code-mastery/templates/mcp-config-tmpl.yaml +18 -0
- package/pro/squads/claude-code-mastery/templates/session-usage-report-page.css +591 -0
- package/pro/squads/claude-code-mastery/templates/session-usage-report-page.html +32 -0
- package/pro/squads/claude-code-mastery/templates/session-usage-report-tmpl.yaml +224 -0
- package/pro/squads/claude-code-mastery/templates/skill-definition-tmpl.md +67 -0
- package/pro/squads/claude-code-mastery/templates/violations-log-tmpl.jsonl +0 -0
- package/pro/squads/claude-code-mastery/workflows/wf-audit-complete.yaml +178 -0
- package/pro/squads/claude-code-mastery/workflows/wf-knowledge-update.yaml +447 -0
- package/pro/squads/claude-code-mastery/workflows/wf-project-setup.yaml +236 -0
- package/pro/squads/data/HEADLINE.md +3 -0
- package/pro/squads/data/README.md +292 -0
- package/pro/squads/data/agents/avinash-kaushik.md +1117 -0
- package/pro/squads/data/agents/data-chief.md +1035 -0
- package/pro/squads/data/agents/david-spinks.md +1896 -0
- package/pro/squads/data/agents/nick-mehta.md +1338 -0
- package/pro/squads/data/agents/peter-fader.md +1815 -0
- package/pro/squads/data/agents/sean-ellis.md +2460 -0
- package/pro/squads/data/agents/wes-kao.md +2124 -0
- package/pro/squads/data/checklists/cbc-readiness-checklist.md +155 -0
- package/pro/squads/data/checklists/community-health-checklist.md +131 -0
- package/pro/squads/data/checklists/customer-360-checklist.md +997 -0
- package/pro/squads/data/checklists/customer-centricity-checklist.md +105 -0
- package/pro/squads/data/checklists/health-score-checklist.md +984 -0
- package/pro/squads/data/checklists/pre-implementation-checklist.md +291 -0
- package/pro/squads/data/checklists/so-what-checklist.md +326 -0
- package/pro/squads/data/config.yaml +705 -0
- package/pro/squads/data/data/.gitkeep +0 -0
- package/pro/squads/data/data/README.md +84 -0
- package/pro/squads/data/data/framework/01_arquitetura_geral.md +134 -0
- package/pro/squads/data/data/framework/02_tier0_fundacao.md +198 -0
- package/pro/squads/data/data/framework/03_tier0_fundamentadores.md +297 -0
- package/pro/squads/data/data/framework/04_tier1_operacionalizadores.md +447 -0
- package/pro/squads/data/data/framework/05_tier2_comunicadores.md +297 -0
- package/pro/squads/data/data/framework/06_matriz_decisao.md +328 -0
- package/pro/squads/data/data/framework/07_workflows.md +552 -0
- package/pro/squads/data/data/framework/08_cheatsheet.md +216 -0
- package/pro/squads/data/examples/cohorts-diagnostic-sample-output.yaml +10 -0
- package/pro/squads/data/outputs/workspace-hardening-summary.md +12 -0
- package/pro/squads/data/projects/data-v1-setup/prd.json +440 -0
- package/pro/squads/data/projects/data-v1-setup/prompt.md +184 -0
- package/pro/squads/data/scripts/bootstrap-data-workspace.sh +186 -0
- package/pro/squads/data/scripts/validate-data-essentials.sh +237 -0
- package/pro/squads/data/tasks/analyze-cohort.md +1777 -0
- package/pro/squads/data/tasks/build-attribution.md +1695 -0
- package/pro/squads/data/tasks/calculate-clv.md +1660 -0
- package/pro/squads/data/tasks/create-dashboard.md +2305 -0
- package/pro/squads/data/tasks/define-north-star.md +1779 -0
- package/pro/squads/data/tasks/design-health-score.md +1952 -0
- package/pro/squads/data/tasks/design-learning-outcomes.md +2122 -0
- package/pro/squads/data/tasks/load-workspace-context.md +115 -0
- package/pro/squads/data/tasks/measure-community.md +1376 -0
- package/pro/squads/data/tasks/predict-churn.md +1979 -0
- package/pro/squads/data/tasks/run-growth-experiment.md +1863 -0
- package/pro/squads/data/tasks/run-pmf-test.md +1514 -0
- package/pro/squads/data/tasks/segment-rfm.md +2070 -0
- package/pro/squads/data/templates/attribution-report-tmpl.yaml +94 -0
- package/pro/squads/data/templates/churn-alert-tmpl.yaml +529 -0
- package/pro/squads/data/templates/clv-report-tmpl.yaml +818 -0
- package/pro/squads/data/templates/cohort-analysis-tmpl.yaml +72 -0
- package/pro/squads/data/templates/cohorts/community-health-cohort-tmpl.yaml +60 -0
- package/pro/squads/data/templates/cohorts/executive-summary-tmpl.yaml +54 -0
- package/pro/squads/data/templates/cohorts/icp-deep-analysis-tmpl.yaml +49 -0
- package/pro/squads/data/templates/cohorts/learning-journey-tmpl.yaml +52 -0
- package/pro/squads/data/templates/cohorts/segmentation-rfm-tmpl.yaml +48 -0
- package/pro/squads/data/templates/cohorts/student-health-score-tmpl.yaml +50 -0
- package/pro/squads/data/templates/community-health-tmpl.yaml +106 -0
- package/pro/squads/data/templates/customer-360-tmpl.yaml +80 -0
- package/pro/squads/data/templates/dmmm-tmpl.yaml +134 -0
- package/pro/squads/data/templates/executive-report-tmpl.yaml +432 -0
- package/pro/squads/data/templates/health-score-report-tmpl.yaml +644 -0
- package/pro/squads/data/templates/learning-outcomes-tmpl.yaml +112 -0
- package/pro/squads/data/workflows/cohort-analysis-workflow.md +356 -0
- package/pro/squads/data/workflows/cohorts-diagnostic.md +96 -0
- package/pro/squads/data/workflows/create-churn-system.md +354 -0
- package/pro/squads/data/workflows/fix-completion-rate.md +436 -0
- package/pro/squads/data/workflows/implement-attribution.md +371 -0
- package/pro/squads/data/workflows/implement-customer-360.md +297 -0
- package/pro/squads/data/workflows/optimize-community-workflow.md +463 -0
- package/pro/squads/data/workspace-hardening-state.json +6 -0
- package/pro/squads/db-sage/README.md +331 -0
- package/pro/squads/db-sage/agents/db-sage.md +317 -0
- package/pro/squads/db-sage/checklists/database-design-checklist.md +79 -0
- package/pro/squads/db-sage/checklists/database-migration-documentation-checklist.md +348 -0
- package/pro/squads/db-sage/checklists/db-kiss-validation-checklist.md +246 -0
- package/pro/squads/db-sage/checklists/dba-predeploy-checklist.md +276 -0
- package/pro/squads/db-sage/checklists/dba-rollback-checklist.md +65 -0
- package/pro/squads/db-sage/checklists/migration-validation-checklist.md +195 -0
- package/pro/squads/db-sage/checklists/supabase-best-practices-audit.md +256 -0
- package/pro/squads/db-sage/config.yaml +165 -0
- package/pro/squads/db-sage/data/database-best-practices.md +42 -0
- package/pro/squads/db-sage/data/migration-safety-guide.md +64 -0
- package/pro/squads/db-sage/data/postgres-tuning-guide.md +39 -0
- package/pro/squads/db-sage/data/rls-security-patterns.md +46 -0
- package/pro/squads/db-sage/data/supabase-agent-skills.md +970 -0
- package/pro/squads/db-sage/data/supabase-patterns.md +482 -0
- package/pro/squads/db-sage/docs/.gitkeep +0 -0
- package/pro/squads/db-sage/scripts/database-adapters/detect-database.sh +113 -0
- package/pro/squads/db-sage/scripts/database-adapters/postgresql-schema-loader.sh +334 -0
- package/pro/squads/db-sage/scripts/database-adapters/unified-db-loader.sh +176 -0
- package/pro/squads/db-sage/scripts/database-operations/README.md +638 -0
- package/pro/squads/db-sage/scripts/database-operations/backup-manager.sh +341 -0
- package/pro/squads/db-sage/scripts/database-operations/connection-monitor.sh +433 -0
- package/pro/squads/db-sage/scripts/database-operations/constraint-validator.sh +588 -0
- package/pro/squads/db-sage/scripts/database-operations/data-anonymizer.sh +446 -0
- package/pro/squads/db-sage/scripts/database-operations/data-loader.sh +346 -0
- package/pro/squads/db-sage/scripts/database-operations/explain-analyzer.sh +285 -0
- package/pro/squads/db-sage/scripts/database-operations/health-checker.sh +512 -0
- package/pro/squads/db-sage/scripts/database-operations/index-manager.sh +380 -0
- package/pro/squads/db-sage/scripts/database-operations/migration-generator.sh +490 -0
- package/pro/squads/db-sage/scripts/database-operations/migration-safe-runner.sh +228 -0
- package/pro/squads/db-sage/scripts/database-operations/permission-auditor.sh +513 -0
- package/pro/squads/db-sage/scripts/database-operations/query-killer.sh +306 -0
- package/pro/squads/db-sage/scripts/database-operations/replication-monitor.sh +366 -0
- package/pro/squads/db-sage/scripts/database-operations/rls-policy-installer.sh +480 -0
- package/pro/squads/db-sage/scripts/database-operations/rls-test-suite.sh +172 -0
- package/pro/squads/db-sage/scripts/database-operations/schema-differ.sh +265 -0
- package/pro/squads/db-sage/scripts/database-operations/security-scanner.sh +683 -0
- package/pro/squads/db-sage/scripts/database-operations/setup-pgpass.sh +185 -0
- package/pro/squads/db-sage/scripts/database-operations/vacuum-optimizer.sh +448 -0
- package/pro/squads/db-sage/scripts/db-ops/backup-manager.sh +321 -0
- package/pro/squads/db-sage/scripts/db-ops/best-practices-auditor.sh +534 -0
- package/pro/squads/db-sage/scripts/db-ops/bootstrap-runner.sh +255 -0
- package/pro/squads/db-sage/scripts/db-ops/data-loader.sh +616 -0
- package/pro/squads/db-sage/scripts/db-ops/detect-database.sh +25 -0
- package/pro/squads/db-sage/scripts/db-ops/explain-analyzer.sh +90 -0
- package/pro/squads/db-sage/scripts/db-ops/health-checker.sh +323 -0
- package/pro/squads/db-sage/scripts/db-ops/migration-runner.sh +308 -0
- package/pro/squads/db-sage/scripts/db-ops/query-runner.sh +171 -0
- package/pro/squads/db-sage/scripts/db-ops/rls-policy-installer.sh +46 -0
- package/pro/squads/db-sage/scripts/db-ops/rls-test-suite.sh +38 -0
- package/pro/squads/db-sage/scripts/db-ops/schema-context-loader.sh +25 -0
- package/pro/squads/db-sage/scripts/db-ops/squad-integration-preflight.sh +155 -0
- package/pro/squads/db-sage/tasks/create-doc.md +107 -0
- package/pro/squads/db-sage/tasks/db-analyze-hotpaths.md +406 -0
- package/pro/squads/db-sage/tasks/db-apply-migration.md +206 -0
- package/pro/squads/db-sage/tasks/db-best-practices-audit.md +523 -0
- package/pro/squads/db-sage/tasks/db-bootstrap.md +464 -0
- package/pro/squads/db-sage/tasks/db-dry-run.md +122 -0
- package/pro/squads/db-sage/tasks/db-env-check.md +94 -0
- package/pro/squads/db-sage/tasks/db-explain.md +461 -0
- package/pro/squads/db-sage/tasks/db-impersonate.md +326 -0
- package/pro/squads/db-sage/tasks/db-load-csv.md +433 -0
- package/pro/squads/db-sage/tasks/db-policy-apply.md +464 -0
- package/pro/squads/db-sage/tasks/db-rls-audit.md +241 -0
- package/pro/squads/db-sage/tasks/db-rollback.md +573 -0
- package/pro/squads/db-sage/tasks/db-run-sql.md +453 -0
- package/pro/squads/db-sage/tasks/db-seed.md +230 -0
- package/pro/squads/db-sage/tasks/db-smoke-test.md +181 -0
- package/pro/squads/db-sage/tasks/db-snapshot.md +403 -0
- package/pro/squads/db-sage/tasks/db-squad-integration.md +487 -0
- package/pro/squads/db-sage/tasks/db-verify-order.md +344 -0
- package/pro/squads/db-sage/tasks/domain-modeling.md +517 -0
- package/pro/squads/db-sage/tasks/execute-checklist.md +99 -0
- package/pro/squads/db-sage/tasks/kiss.md +129 -0
- package/pro/squads/db-sage/tasks/query-optimization.md +599 -0
- package/pro/squads/db-sage/tasks/schema-audit.md +833 -0
- package/pro/squads/db-sage/tasks/supabase-setup.md +536 -0
- package/pro/squads/db-sage/templates/backup-metadata.json.tmpl +7 -0
- package/pro/squads/db-sage/templates/db-analysis-template.yaml +291 -0
- package/pro/squads/db-sage/templates/index-strategy-tmpl.yaml +53 -0
- package/pro/squads/db-sage/templates/migration-plan-tmpl.yaml +1022 -0
- package/pro/squads/db-sage/templates/migration.sql.tmpl +9 -0
- package/pro/squads/db-sage/templates/rls-policies-tmpl.yaml +1201 -0
- package/pro/squads/db-sage/templates/rollback.sql.tmpl +9 -0
- package/pro/squads/db-sage/templates/schema-design-tmpl.yaml +426 -0
- package/pro/squads/db-sage/workflows/analyze-data-workflow.yaml +407 -0
- package/pro/squads/db-sage/workflows/backup-restore-workflow.yaml +121 -0
- package/pro/squads/db-sage/workflows/kiss-gate-workflow.yaml +143 -0
- package/pro/squads/db-sage/workflows/modify-schema-workflow.yaml +440 -0
- package/pro/squads/db-sage/workflows/performance-tuning-workflow.yaml +104 -0
- package/pro/squads/db-sage/workflows/query-database-workflow.yaml +394 -0
- package/pro/squads/db-sage/workflows/setup-database-workflow.yaml +428 -0
- package/pro/squads/design/agents/nano-banana-generator.md +2 -2
- package/pro/squads/design/config.yaml +3 -0
- package/pro/squads/design/docs/tool-discovery-report.md +1 -1
- package/pro/squads/design/tasks/create-doc.md +1 -1
- package/pro/squads/etl-ops/HEADLINE.md +3 -0
- package/pro/squads/etl-ops/README.md +121 -0
- package/pro/squads/etl-ops/agents/etl-chief.md +440 -0
- package/pro/squads/etl-ops/agents/etl-extractor.md +352 -0
- package/pro/squads/etl-ops/agents/etl-transformer.md +409 -0
- package/pro/squads/etl-ops/checklists/.gitkeep +0 -0
- package/pro/squads/etl-ops/checklists/README.md +1 -0
- package/pro/squads/etl-ops/config.yaml +405 -0
- package/pro/squads/etl-ops/data/checkpoints.yaml +92 -0
- package/pro/squads/etl-ops/data/enriched-transcript.schema.json +107 -0
- package/pro/squads/etl-ops/data/infrastructure-map.yaml +27 -0
- package/pro/squads/etl-ops/data/output-contract.yaml +85 -0
- package/pro/squads/etl-ops/data/process.schema.json +293 -0
- package/pro/squads/etl-ops/data/quality-gates.yaml +40 -0
- package/pro/squads/etl-ops/data/routing-profiles.yaml +239 -0
- package/pro/squads/etl-ops/data/service-catalog.yaml +13 -0
- package/pro/squads/etl-ops/data/token-registry.yaml +58 -0
- package/pro/squads/etl-ops/docs/.gitkeep +0 -0
- package/pro/squads/etl-ops/scripts/bootstrap-etl-workspace.sh +42 -0
- package/pro/squads/etl-ops/scripts/etl-env-bootstrap.sh +876 -0
- package/pro/squads/etl-ops/scripts/validate-etl-essentials.sh +164 -0
- package/pro/squads/etl-ops/squad-io.yaml +61 -0
- package/pro/squads/etl-ops/tasks/compile.md +191 -0
- package/pro/squads/etl-ops/tasks/enrich.md +236 -0
- package/pro/squads/etl-ops/tasks/etl-env-bootstrap.md +140 -0
- package/pro/squads/etl-ops/tasks/extract-keyframes.md +318 -0
- package/pro/squads/etl-ops/tasks/extract-podcast.md +146 -0
- package/pro/squads/etl-ops/tasks/load-workspace-context.md +140 -0
- package/pro/squads/etl-ops/tasks/process.md +185 -0
- package/pro/squads/etl-ops/tasks/summarize-book.md +121 -0
- package/pro/squads/etl-ops/templates/cross-domain-handoff-tmpl.yaml +9 -0
- package/pro/squads/etl-ops/workflows/etl-pipeline.yaml +25 -0
- package/pro/squads/etl-ops/workflows/etl-thresholds.yaml +15 -0
- package/pro/squads/hormozi/HEADLINE.md +3 -0
- package/pro/squads/hormozi/README.md +313 -0
- package/pro/squads/hormozi/agents/hormozi-ads.md +1863 -0
- package/pro/squads/hormozi/agents/hormozi-advisor.md +1866 -0
- package/pro/squads/hormozi/agents/hormozi-audit.md +2301 -0
- package/pro/squads/hormozi/agents/hormozi-chief.md +1671 -0
- package/pro/squads/hormozi/agents/hormozi-closer.md +2631 -0
- package/pro/squads/hormozi/agents/hormozi-content.md +2148 -0
- package/pro/squads/hormozi/agents/hormozi-copy.md +2000 -0
- package/pro/squads/hormozi/agents/hormozi-hooks.md +1790 -0
- package/pro/squads/hormozi/agents/hormozi-launch.md +1734 -0
- package/pro/squads/hormozi/agents/hormozi-leads.md +1022 -0
- package/pro/squads/hormozi/agents/hormozi-models.md +1429 -0
- package/pro/squads/hormozi/agents/hormozi-offers.md +2228 -0
- package/pro/squads/hormozi/agents/hormozi-pricing.md +1784 -0
- package/pro/squads/hormozi/agents/hormozi-retention.md +1467 -0
- package/pro/squads/hormozi/agents/hormozi-scale.md +2312 -0
- package/pro/squads/hormozi/agents/hormozi-workshop.md +2715 -0
- package/pro/squads/hormozi/checklists/5-horsemen-checklist.md +188 -0
- package/pro/squads/hormozi/checklists/activation-point-checklist.md +156 -0
- package/pro/squads/hormozi/checklists/ad-angles-checklist.md +395 -0
- package/pro/squads/hormozi/checklists/affiliates-referrals-checklist.md +411 -0
- package/pro/squads/hormozi/checklists/antipattern-screening.md +319 -0
- package/pro/squads/hormozi/checklists/bonuses-checklist.md +282 -0
- package/pro/squads/hormozi/checklists/branding-checklist.md +547 -0
- package/pro/squads/hormozi/checklists/churn-diagnosis-checklist.md +148 -0
- package/pro/squads/hormozi/checklists/content-creation-checklist.md +598 -0
- package/pro/squads/hormozi/checklists/core-four-checklist.md +543 -0
- package/pro/squads/hormozi/checklists/customer-journey-checklist.md +207 -0
- package/pro/squads/hormozi/checklists/downsell-strategy-checklist.md +306 -0
- package/pro/squads/hormozi/checklists/email-campaign-checklist.md +484 -0
- package/pro/squads/hormozi/checklists/engagement-scoring-checklist.md +227 -0
- package/pro/squads/hormozi/checklists/exit-interview-checklist.md +206 -0
- package/pro/squads/hormozi/checklists/fast-cash-checklist.md +434 -0
- package/pro/squads/hormozi/checklists/goated-ads-checklist.md +558 -0
- package/pro/squads/hormozi/checklists/golden-ratios-veto.md +340 -0
- package/pro/squads/hormozi/checklists/guarantees-checklist.md +312 -0
- package/pro/squads/hormozi/checklists/hooks-checklist.md +621 -0
- package/pro/squads/hormozi/checklists/landing-page-checklist.md +514 -0
- package/pro/squads/hormozi/checklists/launch-checklist.md +1033 -0
- package/pro/squads/hormozi/checklists/lead-magnet-checklist.md +421 -0
- package/pro/squads/hormozi/checklists/lead-nurture-checklist.md +730 -0
- package/pro/squads/hormozi/checklists/ltv-checklist.md +953 -0
- package/pro/squads/hormozi/checklists/market-validation-veto.md +248 -0
- package/pro/squads/hormozi/checklists/marketing-machine-checklist.md +570 -0
- package/pro/squads/hormozi/checklists/money-model-checklist.md +226 -0
- package/pro/squads/hormozi/checklists/naming-framework-checklist.md +325 -0
- package/pro/squads/hormozi/checklists/offer-architecture-checklist.md +542 -0
- package/pro/squads/hormozi/checklists/onboarding-30-day-checklist.md +223 -0
- package/pro/squads/hormozi/checklists/price-raise-checklist.md +399 -0
- package/pro/squads/hormozi/checklists/pricing-checklist.md +228 -0
- package/pro/squads/hormozi/checklists/pricing-framework-checklist.md +627 -0
- package/pro/squads/hormozi/checklists/registration-page-checklist.md +429 -0
- package/pro/squads/hormozi/checklists/retention-checklist.md +977 -0
- package/pro/squads/hormozi/checklists/sales-page-checklist.md +682 -0
- package/pro/squads/hormozi/checklists/scarcity-urgency-checklist.md +423 -0
- package/pro/squads/hormozi/checklists/subscription-model-checklist.md +342 -0
- package/pro/squads/hormozi/checklists/upsell-page-checklist.md +374 -0
- package/pro/squads/hormozi/checklists/upsell-sequence-checklist.md +217 -0
- package/pro/squads/hormozi/checklists/upsell-strategy-checklist.md +424 -0
- package/pro/squads/hormozi/checklists/value-equation-checklist.md +387 -0
- package/pro/squads/hormozi/checklists/vsl-script-checklist.md +464 -0
- package/pro/squads/hormozi/checklists/workshop-launch-checklist.md +585 -0
- package/pro/squads/hormozi/config/veto-conditions.yaml +324 -0
- package/pro/squads/hormozi/config.yaml +617 -0
- package/pro/squads/hormozi/data/antipatterns-database.yaml +402 -0
- package/pro/squads/hormozi/data/hormozi-case-library.yaml +469 -0
- package/pro/squads/hormozi/data/hormozi-infrastructure-map.yaml +16 -0
- package/pro/squads/hormozi/data/hormozi-service-catalog.yaml +14 -0
- package/pro/squads/hormozi/data/minds/hormozi-ads_dna.yaml +75 -0
- package/pro/squads/hormozi/data/minds/hormozi-advisor_dna.yaml +112 -0
- package/pro/squads/hormozi/data/minds/hormozi-audit_dna.yaml +124 -0
- package/pro/squads/hormozi/data/minds/hormozi-closer_dna.yaml +109 -0
- package/pro/squads/hormozi/data/minds/hormozi-content_dna.yaml +112 -0
- package/pro/squads/hormozi/data/minds/hormozi-copy_dna.yaml +115 -0
- package/pro/squads/hormozi/data/minds/hormozi-hooks_dna.yaml +134 -0
- package/pro/squads/hormozi/data/minds/hormozi-launch_dna.yaml +122 -0
- package/pro/squads/hormozi/data/minds/hormozi-leads_dna.yaml +64 -0
- package/pro/squads/hormozi/data/minds/hormozi-models_dna.yaml +111 -0
- package/pro/squads/hormozi/data/minds/hormozi-offers_dna.yaml +100 -0
- package/pro/squads/hormozi/data/minds/hormozi-pricing_dna.yaml +129 -0
- package/pro/squads/hormozi/data/minds/hormozi-retention_dna.yaml +120 -0
- package/pro/squads/hormozi/data/minds/hormozi-scale_dna.yaml +112 -0
- package/pro/squads/hormozi/data/minds/hormozi-thinking-dna.yaml +421 -0
- package/pro/squads/hormozi/data/minds/hormozi-voice-dna.yaml +548 -0
- package/pro/squads/hormozi/data/minds/hormozi-workshop_dna.yaml +109 -0
- package/pro/squads/hormozi/data/quality-gates.yaml +76 -0
- package/pro/squads/hormozi/data/scaling-by-business-type.yaml +166 -0
- package/pro/squads/hormozi/data/source-index.yaml +215 -0
- package/pro/squads/hormozi/data/swipefiles/ads-swipefile.yaml +378 -0
- package/pro/squads/hormozi/data/swipefiles/blueprint-swipefile.yaml +1223 -0
- package/pro/squads/hormozi/data/swipefiles/branding-swipefile.yaml +142 -0
- package/pro/squads/hormozi/data/swipefiles/closing-swipefile.yaml +716 -0
- package/pro/squads/hormozi/data/swipefiles/content-swipefile.yaml +579 -0
- package/pro/squads/hormozi/data/swipefiles/copy-sales-swipefile.yaml +1085 -0
- package/pro/squads/hormozi/data/swipefiles/fast-cash-swipefile.yaml +190 -0
- package/pro/squads/hormozi/data/swipefiles/goated-ads-swipefile.yaml +770 -0
- package/pro/squads/hormozi/data/swipefiles/hooks-swipefile.yaml +1982 -0
- package/pro/squads/hormozi/data/swipefiles/lead-nurture-swipefile.yaml +191 -0
- package/pro/squads/hormozi/data/swipefiles/ltv-swipefile.yaml +216 -0
- package/pro/squads/hormozi/data/swipefiles/marketing-machine-swipefile.yaml +191 -0
- package/pro/squads/hormozi/data/swipefiles/naming-swipefile-brasil.yaml +596 -0
- package/pro/squads/hormozi/data/swipefiles/naming-swipefile-global.yaml +543 -0
- package/pro/squads/hormozi/data/swipefiles/price-raise-swipefile.yaml +213 -0
- package/pro/squads/hormozi/data/swipefiles/pricing-swipefile.yaml +203 -0
- package/pro/squads/hormozi/data/swipefiles/proof-swipefile.yaml +443 -0
- package/pro/squads/hormozi/data/swipefiles/retention-swipefile.yaml +245 -0
- package/pro/squads/hormozi/data/swipefiles/scaling-roadmap-swipefile.yaml +529 -0
- package/pro/squads/hormozi/data/swipefiles/workshop-launch-swipefile.yaml +912 -0
- package/pro/squads/hormozi/data/token-registry.yaml +89 -0
- package/pro/squads/hormozi/docs/MIGRATION-PLAN-AGENT-CONFORMITY.md +326 -0
- package/pro/squads/hormozi/docs/frameworks/100m-offers-framework.md +363 -0
- package/pro/squads/hormozi/docs/frameworks/attraction-offers-framework.md +720 -0
- package/pro/squads/hormozi/docs/frameworks/bonuses-framework.md +501 -0
- package/pro/squads/hormozi/docs/frameworks/core-four-framework.md +685 -0
- package/pro/squads/hormozi/docs/frameworks/goated-ads-framework.md +916 -0
- package/pro/squads/hormozi/docs/frameworks/guarantees-framework.md +709 -0
- package/pro/squads/hormozi/docs/frameworks/hooks-framework.md +1007 -0
- package/pro/squads/hormozi/docs/frameworks/lead-magnet-framework.md +485 -0
- package/pro/squads/hormozi/docs/frameworks/money-models-framework.md +891 -0
- package/pro/squads/hormozi/docs/frameworks/scarcity-framework.md +793 -0
- package/pro/squads/hormozi/docs/frameworks/urgency-framework.md +533 -0
- package/pro/squads/hormozi/docs/frameworks/value-equation-framework.md +428 -0
- package/pro/squads/hormozi/docs/frameworks/workshop-framework.md +289 -0
- package/pro/squads/hormozi/docs/sops/.parallel-execution-plan-batch2.md +344 -0
- package/pro/squads/hormozi/docs/sops/.parallel-execution-plan-batch3.md +331 -0
- package/pro/squads/hormozi/docs/sops/.parallel-execution-plan.md +558 -0
- package/pro/squads/hormozi/docs/sops/ad-angles-sop.md +1247 -0
- package/pro/squads/hormozi/docs/sops/ad-angles-squad-blueprint.yaml +739 -0
- package/pro/squads/hormozi/docs/sops/affiliates-referrals-sop.md +1105 -0
- package/pro/squads/hormozi/docs/sops/affiliates-referrals-squad-blueprint.yaml +1131 -0
- package/pro/squads/hormozi/docs/sops/bonuses-sop.md +1014 -0
- package/pro/squads/hormozi/docs/sops/bonuses-squad-blueprint.yaml +994 -0
- package/pro/squads/hormozi/docs/sops/branding-sop.md +870 -0
- package/pro/squads/hormozi/docs/sops/branding-squad-blueprint.yaml +1107 -0
- package/pro/squads/hormozi/docs/sops/content-creation-sop.md +877 -0
- package/pro/squads/hormozi/docs/sops/content-creation-squad-blueprint.yaml +1362 -0
- package/pro/squads/hormozi/docs/sops/core-four-sop.md +1231 -0
- package/pro/squads/hormozi/docs/sops/core-four-squad-blueprint.yaml +1205 -0
- package/pro/squads/hormozi/docs/sops/downsell-strategy-sop.md +832 -0
- package/pro/squads/hormozi/docs/sops/downsell-strategy-squad-blueprint.yaml +1230 -0
- package/pro/squads/hormozi/docs/sops/email-campaign-sop.md +1547 -0
- package/pro/squads/hormozi/docs/sops/email-campaign-squad-blueprint.yaml +1150 -0
- package/pro/squads/hormozi/docs/sops/fast-cash-sop.md +1224 -0
- package/pro/squads/hormozi/docs/sops/fast-cash-squad-blueprint.yaml +1128 -0
- package/pro/squads/hormozi/docs/sops/goated-ads-sop.md +671 -0
- package/pro/squads/hormozi/docs/sops/goated-ads-squad-blueprint.yaml +627 -0
- package/pro/squads/hormozi/docs/sops/guarantees-sop.md +1017 -0
- package/pro/squads/hormozi/docs/sops/guarantees-squad-blueprint.yaml +1252 -0
- package/pro/squads/hormozi/docs/sops/hooks-sop.md +958 -0
- package/pro/squads/hormozi/docs/sops/hooks-squad-blueprint.yaml +740 -0
- package/pro/squads/hormozi/docs/sops/landing-page-sop.md +1079 -0
- package/pro/squads/hormozi/docs/sops/landing-page-squad-blueprint.yaml +1373 -0
- package/pro/squads/hormozi/docs/sops/launch-sop.md +1055 -0
- package/pro/squads/hormozi/docs/sops/launch-squad-blueprint.yaml +1276 -0
- package/pro/squads/hormozi/docs/sops/lead-magnet-sop.md +807 -0
- package/pro/squads/hormozi/docs/sops/lead-magnet-squad-blueprint.yaml +1144 -0
- package/pro/squads/hormozi/docs/sops/lead-nurture-sop.md +867 -0
- package/pro/squads/hormozi/docs/sops/lead-nurture-squad-blueprint.yaml +1168 -0
- package/pro/squads/hormozi/docs/sops/ltv-sop.md +897 -0
- package/pro/squads/hormozi/docs/sops/ltv-squad-blueprint.yaml +1286 -0
- package/pro/squads/hormozi/docs/sops/marketing-machine-sop.md +1257 -0
- package/pro/squads/hormozi/docs/sops/marketing-machine-squad-blueprint.yaml +1433 -0
- package/pro/squads/hormozi/docs/sops/naming-framework-sop.md +1006 -0
- package/pro/squads/hormozi/docs/sops/naming-framework-squad-blueprint.yaml +543 -0
- package/pro/squads/hormozi/docs/sops/offer-architecture-sop.md +843 -0
- package/pro/squads/hormozi/docs/sops/offer-architecture-squad-blueprint.yaml +794 -0
- package/pro/squads/hormozi/docs/sops/price-raise-sop.md +983 -0
- package/pro/squads/hormozi/docs/sops/price-raise-squad-blueprint.yaml +919 -0
- package/pro/squads/hormozi/docs/sops/pricing-framework-sop.md +459 -0
- package/pro/squads/hormozi/docs/sops/pricing-squad-blueprint.yaml +517 -0
- package/pro/squads/hormozi/docs/sops/registration-page-sop.md +1111 -0
- package/pro/squads/hormozi/docs/sops/registration-page-squad-blueprint.yaml +762 -0
- package/pro/squads/hormozi/docs/sops/retention-sop.md +1065 -0
- package/pro/squads/hormozi/docs/sops/retention-squad-blueprint.yaml +1356 -0
- package/pro/squads/hormozi/docs/sops/sales-page-sop.md +924 -0
- package/pro/squads/hormozi/docs/sops/sales-page-squad-blueprint.yaml +1096 -0
- package/pro/squads/hormozi/docs/sops/scarcity-urgency-sop.md +1092 -0
- package/pro/squads/hormozi/docs/sops/scarcity-urgency-squad-blueprint.yaml +1206 -0
- package/pro/squads/hormozi/docs/sops/subscription-model-sop.md +1077 -0
- package/pro/squads/hormozi/docs/sops/subscription-model-squad-blueprint.yaml +1007 -0
- package/pro/squads/hormozi/docs/sops/upsell-page-sop.md +886 -0
- package/pro/squads/hormozi/docs/sops/upsell-page-squad-blueprint.yaml +1100 -0
- package/pro/squads/hormozi/docs/sops/upsell-strategy-sop.md +1265 -0
- package/pro/squads/hormozi/docs/sops/upsell-strategy-squad-blueprint.yaml +1245 -0
- package/pro/squads/hormozi/docs/sops/value-equation-sop.md +793 -0
- package/pro/squads/hormozi/docs/sops/value-equation-squad-blueprint.yaml +777 -0
- package/pro/squads/hormozi/docs/sops/vsl-script-sop.md +1145 -0
- package/pro/squads/hormozi/docs/sops/vsl-script-squad-blueprint.yaml +777 -0
- package/pro/squads/hormozi/docs/sops/workshop-launch-sop.md +1273 -0
- package/pro/squads/hormozi/docs/sops/workshop-launch-squad-blueprint.yaml +1292 -0
- package/pro/squads/hormozi/docs/validation-report-2026-02-10.md +79 -0
- package/pro/squads/hormozi/scripts/generate-hormozi-greeting.cjs +132 -0
- package/pro/squads/hormozi/scripts/load-context.cjs +139 -0
- package/pro/squads/hormozi/scripts/resolve-readiness.cjs +45 -0
- package/pro/squads/hormozi/scripts/runtime-paths.cjs +44 -0
- package/pro/squads/hormozi/scripts/set-active-context.cjs +104 -0
- package/pro/squads/hormozi/scripts/show-context.cjs +22 -0
- package/pro/squads/hormozi/scripts/validate-antipattern.py +287 -0
- package/pro/squads/hormozi/scripts/validate-handoff.py +166 -0
- package/pro/squads/hormozi/scripts/validate-mvn.py +198 -0
- package/pro/squads/hormozi/sops/pricing-squad-blueprint.yaml +1445 -0
- package/pro/squads/hormozi/squad-io.yaml +917 -0
- package/pro/squads/hormozi/tasks/architect-offer-stack.md +228 -0
- package/pro/squads/hormozi/tasks/build-marketing-machine.md +205 -0
- package/pro/squads/hormozi/tasks/build-scaling-team.md +271 -0
- package/pro/squads/hormozi/tasks/calculate-30-day-profit.md +418 -0
- package/pro/squads/hormozi/tasks/calculate-ppd.md +200 -0
- package/pro/squads/hormozi/tasks/create-ad-angles.md +182 -0
- package/pro/squads/hormozi/tasks/create-ad-campaign.md +399 -0
- package/pro/squads/hormozi/tasks/create-bonus-stack.md +287 -0
- package/pro/squads/hormozi/tasks/create-closer-script.md +240 -0
- package/pro/squads/hormozi/tasks/create-content-unit.md +176 -0
- package/pro/squads/hormozi/tasks/create-contingency-plan.md +426 -0
- package/pro/squads/hormozi/tasks/create-downsell-sequence.md +427 -0
- package/pro/squads/hormozi/tasks/create-email-sequence.md +196 -0
- package/pro/squads/hormozi/tasks/create-engagement-scoring.md +484 -0
- package/pro/squads/hormozi/tasks/create-exit-interview-system.md +382 -0
- package/pro/squads/hormozi/tasks/create-grand-slam-offer.md +499 -0
- package/pro/squads/hormozi/tasks/create-guarantee-stack.md +246 -0
- package/pro/squads/hormozi/tasks/create-hook-set.md +368 -0
- package/pro/squads/hormozi/tasks/create-landing-page.md +130 -0
- package/pro/squads/hormozi/tasks/create-launch-narrative.md +406 -0
- package/pro/squads/hormozi/tasks/create-launch-timeline.md +473 -0
- package/pro/squads/hormozi/tasks/create-lead-magnet.md +479 -0
- package/pro/squads/hormozi/tasks/create-nurture-sequence.md +207 -0
- package/pro/squads/hormozi/tasks/create-offer-name.md +165 -0
- package/pro/squads/hormozi/tasks/create-pricing-strategy.md +177 -0
- package/pro/squads/hormozi/tasks/create-registration-page.md +190 -0
- package/pro/squads/hormozi/tasks/create-sales-page.md +157 -0
- package/pro/squads/hormozi/tasks/create-upsell-page.md +138 -0
- package/pro/squads/hormozi/tasks/create-upsell-sequence.md +449 -0
- package/pro/squads/hormozi/tasks/create-vsl-script.md +175 -0
- package/pro/squads/hormozi/tasks/design-brand-identity.md +186 -0
- package/pro/squads/hormozi/tasks/design-continuity-offer.md +462 -0
- package/pro/squads/hormozi/tasks/design-core-four-strategy.md +733 -0
- package/pro/squads/hormozi/tasks/design-customer-journey.md +426 -0
- package/pro/squads/hormozi/tasks/design-launch-value-stack.md +379 -0
- package/pro/squads/hormozi/tasks/design-money-model.md +391 -0
- package/pro/squads/hormozi/tasks/design-onboarding-sequence.md +380 -0
- package/pro/squads/hormozi/tasks/design-scarcity-urgency.md +216 -0
- package/pro/squads/hormozi/tasks/design-subscription-model.md +162 -0
- package/pro/squads/hormozi/tasks/design-systems-automation.md +234 -0
- package/pro/squads/hormozi/tasks/design-workshop.md +167 -0
- package/pro/squads/hormozi/tasks/diagnose-business-stage.md +323 -0
- package/pro/squads/hormozi/tasks/diagnose-cfa-level.md +198 -0
- package/pro/squads/hormozi/tasks/diagnose-churn-rate.md +265 -0
- package/pro/squads/hormozi/tasks/diagnose-scaling-constraint.md +257 -0
- package/pro/squads/hormozi/tasks/diagnose-value-equation.md +431 -0
- package/pro/squads/hormozi/tasks/discover-activation-points.md +329 -0
- package/pro/squads/hormozi/tasks/execute-price-raise.md +221 -0
- package/pro/squads/hormozi/tasks/execute-rule-of-100.md +423 -0
- package/pro/squads/hormozi/tasks/generate-fast-cash.md +217 -0
- package/pro/squads/hormozi/tasks/implement-5-horsemen.md +430 -0
- package/pro/squads/hormozi/tasks/optimize-ltv-cac-ratio.md +505 -0
- package/pro/squads/hormozi/tasks/plan-launch-evento.md +395 -0
- package/pro/squads/hormozi/tasks/run-launch-post-mortem.md +461 -0
- package/pro/squads/hormozi/tasks/setup-affiliate-program.md +406 -0
- package/pro/squads/hormozi/tasks/setup-war-room.md +407 -0
- package/pro/squads/hormozi/tasks/validate-market-selection.md +331 -0
- package/pro/squads/hormozi/templates/capacity-planning-worksheet.yaml +151 -0
- package/pro/squads/hormozi/templates/grand-slam-offer-output.yaml +462 -0
- package/pro/squads/hormozi/templates/grand-slam-offer-tmpl.md +34 -0
- package/pro/squads/hormozi/templates/handoff-context-tmpl.yaml +215 -0
- package/pro/squads/hormozi/templates/money-model-tmpl.md +29 -0
- package/pro/squads/hormozi/templates/offer-analysis-tmpl.md +33 -0
- package/pro/squads/hormozi/templates/value-equation-scorecard.md +267 -0
- package/pro/squads/hormozi/workflows/wf-context-diagnosis.yaml +569 -0
- package/pro/squads/hormozi/workflows/wf-full-launch-sequence.yaml +995 -0
- package/pro/squads/hormozi/workflows/wf-grand-slam-offer.yaml +1138 -0
- package/pro/squads/hormozi/workflows/wf-growth-decision.yaml +135 -0
- package/pro/squads/hormozi/workflows/wf-lead-magnet-pipeline.yaml +1147 -0
- package/pro/squads/hormozi/workflows/wf-money-model-design.yaml +1168 -0
- package/pro/squads/hormozi/workflows/wf-opportunity-screening.yaml +511 -0
- package/pro/squads/hormozi/workflows/wf-paid-ads-campaign.yaml +1204 -0
- package/pro/squads/hormozi/workflows/wf-scaling-diagnostic.yaml +636 -0
- package/pro/squads/index.js +2 -2
- package/pro/squads/spy/HEADLINE.md +3 -0
- package/pro/squads/spy/README.md +115 -0
- package/pro/squads/spy/agents/bench-analyst.md +654 -0
- package/pro/squads/spy/agents/research-head.md +673 -0
- package/pro/squads/spy/agents/spy.md +498 -0
- package/pro/squads/spy/checklists/bench-quality-checklist.md +119 -0
- package/pro/squads/spy/checklists/content-creation-checklist.md +136 -0
- package/pro/squads/spy/config.yaml +587 -0
- package/pro/squads/spy/data/bench-data-sources.yaml +46 -0
- package/pro/squads/spy/data/bench-dimension-packs.yaml +182 -0
- package/pro/squads/spy/data/bench-output-formats.yaml +44 -0
- package/pro/squads/spy/data/bench-skeleton.md +184 -0
- package/pro/squads/spy/data/capability-tools.yaml +109 -0
- package/pro/squads/spy/data/knowledge-base.md +337 -0
- package/pro/squads/spy/data/quality-gates.yaml +48 -0
- package/pro/squads/spy/data/spy-infrastructure-map.yaml +27 -0
- package/pro/squads/spy/data/spy-service-catalog.yaml +13 -0
- package/pro/squads/spy/data/token-registry.yaml +57 -0
- package/pro/squads/spy/data/viral-content-framework.md +304 -0
- package/pro/squads/spy/docs/tool-discovery-report.md +110 -0
- package/pro/squads/spy/docs/tool-integration-plan.md +47 -0
- package/pro/squads/spy/scripts/prepare-benchmark-workspace.sh +14 -0
- package/pro/squads/spy/scripts/publish-benchmark-report.sh +16 -0
- package/pro/squads/spy/squad-io.yaml +24 -0
- package/pro/squads/spy/tasks/bench-absorb.md +266 -0
- package/pro/squads/spy/tasks/bench-battle-card.md +398 -0
- package/pro/squads/spy/tasks/bench-codebase-recon.md +339 -0
- package/pro/squads/spy/tasks/bench-company-intel.md +360 -0
- package/pro/squads/spy/tasks/bench-deep-compare.md +573 -0
- package/pro/squads/spy/tasks/bench-detect.md +349 -0
- package/pro/squads/spy/tasks/bench-framework.md +105 -0
- package/pro/squads/spy/tasks/bench-gap-analysis.md +168 -0
- package/pro/squads/spy/tasks/bench-gap-company.md +48 -0
- package/pro/squads/spy/tasks/bench-gap-llm.md +48 -0
- package/pro/squads/spy/tasks/bench-gap-product.md +48 -0
- package/pro/squads/spy/tasks/bench-gap-technology.md +48 -0
- package/pro/squads/spy/tasks/bench-gap.md +78 -0
- package/pro/squads/spy/tasks/bench-hooks.md +209 -0
- package/pro/squads/spy/tasks/bench-inventory.md +98 -0
- package/pro/squads/spy/tasks/bench-llm-eval.md +359 -0
- package/pro/squads/spy/tasks/bench-matrix-codebase.md +50 -0
- package/pro/squads/spy/tasks/bench-matrix-company.md +50 -0
- package/pro/squads/spy/tasks/bench-matrix-llm.md +50 -0
- package/pro/squads/spy/tasks/bench-matrix-product.md +50 -0
- package/pro/squads/spy/tasks/bench-matrix-technology.md +50 -0
- package/pro/squads/spy/tasks/bench-matrix.md +78 -0
- package/pro/squads/spy/tasks/bench-migrate.md +207 -0
- package/pro/squads/spy/tasks/bench-product-research.md +370 -0
- package/pro/squads/spy/tasks/bench-quick-compare.md +287 -0
- package/pro/squads/spy/tasks/bench-report-load-evidence.md +49 -0
- package/pro/squads/spy/tasks/bench-report-publish.md +49 -0
- package/pro/squads/spy/tasks/bench-report-synthesize-findings.md +48 -0
- package/pro/squads/spy/tasks/bench-report.md +70 -0
- package/pro/squads/spy/tasks/bench-score.md +406 -0
- package/pro/squads/spy/tasks/bench-synergy.md +248 -0
- package/pro/squads/spy/tasks/bench-tech-eval.md +417 -0
- package/pro/squads/spy/tasks/bench-traceability.md +225 -0
- package/pro/squads/spy/tasks/deep-research-collect.md +50 -0
- package/pro/squads/spy/tasks/deep-research-comments.md +48 -0
- package/pro/squads/spy/tasks/deep-research-patterns.md +49 -0
- package/pro/squads/spy/tasks/deep-research-publish.md +49 -0
- package/pro/squads/spy/tasks/deep-research-select.md +48 -0
- package/pro/squads/spy/tasks/deep-research-synthesis.md +49 -0
- package/pro/squads/spy/tasks/deep-research-transcribe.md +48 -0
- package/pro/squads/spy/tasks/deep-research.md +116 -0
- package/pro/squads/spy/tasks/quick-analysis.md +130 -0
- package/pro/squads/spy/templates/bench-battle-card-tmpl.md +52 -0
- package/pro/squads/spy/templates/bench-codebase-comparativo-tmpl.md +84 -0
- package/pro/squads/spy/templates/bench-codebase-scores-tmpl.md +41 -0
- package/pro/squads/spy/templates/bench-comparativo-tmpl.md +86 -0
- package/pro/squads/spy/templates/bench-deep-compare-tmpl.md +117 -0
- package/pro/squads/spy/templates/bench-gap-tmpl.md +194 -0
- package/pro/squads/spy/templates/bench-matrix-tmpl.md +130 -0
- package/pro/squads/spy/templates/bench-migration-tmpl.md +127 -0
- package/pro/squads/spy/templates/bench-quadrant-tmpl.md +227 -0
- package/pro/squads/spy/templates/bench-report-tmpl.md +167 -0
- package/pro/squads/spy/templates/bench-scorecard-tmpl.md +113 -0
- package/pro/squads/spy/templates/bench-scores-tmpl.md +43 -0
- package/pro/squads/spy/templates/bench-synergy-tmpl.md +381 -0
- package/pro/squads/spy/templates/cross-domain-handoff-tmpl.yaml +9 -0
- package/pro/squads/spy/templates/player-analysis-tmpl.md +145 -0
- package/pro/squads/spy/workflows/bench-comparison-pipeline.yaml +1193 -0
- package/pro/squads/squad-creator/CHANGELOG.md +162 -0
- package/pro/squads/squad-creator/README.md +1176 -0
- package/pro/squads/squad-creator/agents/squad-chief.md +1449 -0
- package/pro/squads/squad-creator/checklists/agent-quality-gate.md +433 -0
- package/pro/squads/squad-creator/checklists/analysis-quality-checklist.md +70 -0
- package/pro/squads/squad-creator/checklists/create-agent-checklist.md +239 -0
- package/pro/squads/squad-creator/checklists/create-squad-checklist.md +326 -0
- package/pro/squads/squad-creator/checklists/create-task-checklist.md +225 -0
- package/pro/squads/squad-creator/checklists/create-workflow-checklist.md +243 -0
- package/pro/squads/squad-creator/checklists/greeting-script-checklist.md +110 -0
- package/pro/squads/squad-creator/checklists/install-skills-checklist.md +197 -0
- package/pro/squads/squad-creator/checklists/pipeline-runner-checklist.md +135 -0
- package/pro/squads/squad-creator/checklists/report-quality-checklist.md +49 -0
- package/pro/squads/squad-creator/checklists/squad-checklist.md +1000 -0
- package/pro/squads/squad-creator/checklists/squad-consistency-patterns.md +134 -0
- package/pro/squads/squad-creator/checklists/squad-overview-checklist.md +381 -0
- package/pro/squads/squad-creator/checklists/squad-structural-completeness.md +394 -0
- package/pro/squads/squad-creator/checklists/task-anatomy-checklist.md +687 -0
- package/pro/squads/squad-creator/checklists/upgrade-squad-checklist.md +222 -0
- package/pro/squads/squad-creator/config/squad-config.yaml +202 -0
- package/pro/squads/squad-creator/config/workflow-yaml-schema.yaml +323 -0
- package/pro/squads/squad-creator/config.yaml +429 -0
- package/pro/squads/squad-creator/data/base-core-contract.yaml +22 -0
- package/pro/squads/squad-creator/data/baselines/ecosystem-baseline.yaml +88 -0
- package/pro/squads/squad-creator/data/baselines/initial-radar.yaml +89 -0
- package/pro/squads/squad-creator/data/best-practices.md +986 -0
- package/pro/squads/squad-creator/data/cc-agent-schema-ref.yaml +405 -0
- package/pro/squads/squad-creator/data/core-heuristics.md +510 -0
- package/pro/squads/squad-creator/data/decision-heuristics-framework.md +695 -0
- package/pro/squads/squad-creator/data/design-heuristics-diagnostic-systems.md +140 -0
- package/pro/squads/squad-creator/data/executor-matrix-framework.md +441 -0
- package/pro/squads/squad-creator/data/hybridops-patterns.md +1351 -0
- package/pro/squads/squad-creator/data/journey-log-events.yaml +72 -0
- package/pro/squads/squad-creator/data/kaizen-legacy/kaizen-infrastructure-map.yaml +16 -0
- package/pro/squads/squad-creator/data/kpi-baseline.yaml +72 -0
- package/pro/squads/squad-creator/data/process-token-map.yaml +225 -0
- package/pro/squads/squad-creator/data/quality-dimensions-framework.md +405 -0
- package/pro/squads/squad-creator/data/quality-gates.yaml +135 -0
- package/pro/squads/squad-creator/data/radar/initial-radar.yaml +76 -0
- package/pro/squads/squad-creator/data/recommendation-tracker.yaml +53 -0
- package/pro/squads/squad-creator/data/reports/self-improve-2026-02-15.md +111 -0
- package/pro/squads/squad-creator/data/reports/week-07-2026-02-15.md +210 -0
- package/pro/squads/squad-creator/data/reports/week-09-2026-02-28.md +295 -0
- package/pro/squads/squad-creator/data/reports/week-14-2026-04-04.md +234 -0
- package/pro/squads/squad-creator/data/squad-analytics-guide.md +252 -0
- package/pro/squads/squad-creator/data/squad-creator-infrastructure-map.yaml +36 -0
- package/pro/squads/squad-creator/data/squad-creator-service-catalog.yaml +17 -0
- package/pro/squads/squad-creator/data/squad-kb.md +987 -0
- package/pro/squads/squad-creator/data/squad-registry.yaml +14 -0
- package/pro/squads/squad-creator/data/tier-system-framework.md +475 -0
- package/pro/squads/squad-creator/data/tool-discovery-sources.yaml +68 -0
- package/pro/squads/squad-creator/docs/ADR-001-model-tier-qualification.md +344 -0
- package/pro/squads/squad-creator/docs/AGENT-COLLABORATION.md +820 -0
- package/pro/squads/squad-creator/docs/COMMANDS.md +895 -0
- package/pro/squads/squad-creator/docs/CONCEPTS.md +979 -0
- package/pro/squads/squad-creator/docs/FAQ.md +773 -0
- package/pro/squads/squad-creator/docs/HITL-FLOW.md +406 -0
- package/pro/squads/squad-creator/docs/MODEL-TIER-QUALIFICATION.md +337 -0
- package/pro/squads/squad-creator/docs/PATTERN-LIBRARY.md +620 -0
- package/pro/squads/squad-creator/docs/PEDRO-VALERIO-ARCHITECTURE.md +456 -0
- package/pro/squads/squad-creator/docs/POR-ONDE-COMECAR.md +211 -0
- package/pro/squads/squad-creator/docs/QUICK-START.md +205 -0
- package/pro/squads/squad-creator/docs/TUTORIAL-COMPLETO.md +458 -0
- package/pro/squads/squad-creator/docs/sop-extraction-process.md +675 -0
- package/pro/squads/squad-creator/docs/squad-free-vs-open.md +596 -0
- package/pro/squads/squad-creator/package-lock.json +38 -0
- package/pro/squads/squad-creator/package.json +27 -0
- package/pro/squads/squad-creator/protocols/ai-first-governance.md +63 -0
- package/pro/squads/squad-creator/requirements.txt +1 -0
- package/pro/squads/squad-creator/rules/agent-naming-convention.md +58 -0
- package/pro/squads/squad-creator/rules/recommendation-defensibility.md +161 -0
- package/pro/squads/squad-creator/schemas/agent-persona.schema.json +64 -0
- package/pro/squads/squad-creator/schemas/squad-config.schema.json +92 -0
- package/pro/squads/squad-creator/schemas/validation-report.schema.json +158 -0
- package/pro/squads/squad-creator/scripts/README.md +262 -0
- package/pro/squads/squad-creator/scripts/checklist_validator.py +451 -0
- package/pro/squads/squad-creator/scripts/coherence-validator.py +62 -0
- package/pro/squads/squad-creator/scripts/dependency_check.py +341 -0
- package/pro/squads/squad-creator/scripts/detect-environment-contract.cjs +583 -0
- package/pro/squads/squad-creator/scripts/export-antigravity-workflows.cjs +199 -0
- package/pro/squads/squad-creator/scripts/generate-squad-greeting.js +1150 -0
- package/pro/squads/squad-creator/scripts/generate-squad-guide.js +596 -0
- package/pro/squads/squad-creator/scripts/inventory.py +286 -0
- package/pro/squads/squad-creator/scripts/kaizen/kaizen-trigger.sh +126 -0
- package/pro/squads/squad-creator/scripts/lib/config-loader.js +151 -0
- package/pro/squads/squad-creator/scripts/lib/doom-loop-detector.js +120 -0
- package/pro/squads/squad-creator/scripts/lib/squad-runtime-paths.cjs +187 -0
- package/pro/squads/squad-creator/scripts/lib/validate-runtime-state.cjs +271 -0
- package/pro/squads/squad-creator/scripts/naming_validator.py +303 -0
- package/pro/squads/squad-creator/scripts/on-specialist-complete.py +98 -0
- package/pro/squads/squad-creator/scripts/refresh-registry.py +933 -0
- package/pro/squads/squad-creator/scripts/rename-squad.sh +395 -0
- package/pro/squads/squad-creator/scripts/scaffold-squad.cjs +317 -0
- package/pro/squads/squad-creator/scripts/scoring.py +65 -0
- package/pro/squads/squad-creator/scripts/security_scanner.py +378 -0
- package/pro/squads/squad-creator/scripts/squad-analytics.py +810 -0
- package/pro/squads/squad-creator/scripts/squad_utils.py +267 -0
- package/pro/squads/squad-creator/scripts/sync-chief-codex-skill.js +242 -0
- package/pro/squads/squad-creator/scripts/sync-ide-skills.py +705 -0
- package/pro/squads/squad-creator/scripts/tests/__init__.py +1 -0
- package/pro/squads/squad-creator/scripts/tests/test_adapters.py +73 -0
- package/pro/squads/squad-creator/scripts/tests/test_assess_sources.sh +216 -0
- package/pro/squads/squad-creator/scripts/tests/test_clone_review.sh +239 -0
- package/pro/squads/squad-creator/scripts/tests/test_fidelity_score.sh +298 -0
- package/pro/squads/squad-creator/scripts/tests/test_refresh_registry_contract.py +110 -0
- package/pro/squads/squad-creator/scripts/tests/test_squad_analytics.py +332 -0
- package/pro/squads/squad-creator/scripts/tests/test_validate_squad_contextual_lifecycle.py +111 -0
- package/pro/squads/squad-creator/scripts/tests/test_validate_squad_tested_inference.py +102 -0
- package/pro/squads/squad-creator/scripts/tests/test_validate_squad_yolo_warning.py +108 -0
- package/pro/squads/squad-creator/scripts/update-aiox-sync-config.py +144 -0
- package/pro/squads/squad-creator/scripts/update-claude-command-registry.py +171 -0
- package/pro/squads/squad-creator/scripts/validate-all.sh +49 -0
- package/pro/squads/squad-creator/scripts/validate-report.sh +98 -0
- package/pro/squads/squad-creator/scripts/validate-squad-deep.sh +318 -0
- package/pro/squads/squad-creator/scripts/validate-squad-quality.py +514 -0
- package/pro/squads/squad-creator/scripts/validate-squad-structure.py +881 -0
- package/pro/squads/squad-creator/scripts/validate-squad.sh +4340 -0
- package/pro/squads/squad-creator/scripts/validate-tokens.sh +178 -0
- package/pro/squads/squad-creator/scripts/verify-squad-completeness.sh +294 -0
- package/pro/squads/squad-creator/scripts/yaml_validator.py +528 -0
- package/pro/squads/squad-creator/squad-io.yaml +71 -0
- package/pro/squads/squad-creator/tasks/audit-output-quality.md +135 -0
- package/pro/squads/squad-creator/tasks/auto-heal-close.md +134 -0
- package/pro/squads/squad-creator/tasks/auto-heal-resolve.md +128 -0
- package/pro/squads/squad-creator/tasks/auto-heal.md +86 -0
- package/pro/squads/squad-creator/tasks/auto-healing-gate.md +166 -0
- package/pro/squads/squad-creator/tasks/cost-analysis.md +117 -0
- package/pro/squads/squad-creator/tasks/create-agent-commands.md +197 -0
- package/pro/squads/squad-creator/tasks/create-agent-generate.md +224 -0
- package/pro/squads/squad-creator/tasks/create-agent-persona.md +207 -0
- package/pro/squads/squad-creator/tasks/create-agent-publish.md +136 -0
- package/pro/squads/squad-creator/tasks/create-agent-research.md +201 -0
- package/pro/squads/squad-creator/tasks/create-agent-validate.md +213 -0
- package/pro/squads/squad-creator/tasks/create-agent.md +145 -0
- package/pro/squads/squad-creator/tasks/create-documentation.md +284 -0
- package/pro/squads/squad-creator/tasks/create-greeting-script-discovery.md +59 -0
- package/pro/squads/squad-creator/tasks/create-greeting-script-gap-map.md +59 -0
- package/pro/squads/squad-creator/tasks/create-greeting-script-generate.md +60 -0
- package/pro/squads/squad-creator/tasks/create-greeting-script-integrate.md +59 -0
- package/pro/squads/squad-creator/tasks/create-greeting-script-validate.md +59 -0
- package/pro/squads/squad-creator/tasks/create-greeting-script.md +130 -0
- package/pro/squads/squad-creator/tasks/create-pipeline-design.md +143 -0
- package/pro/squads/squad-creator/tasks/create-pipeline-persist.md +100 -0
- package/pro/squads/squad-creator/tasks/create-pipeline-qualify.md +103 -0
- package/pro/squads/squad-creator/tasks/create-pipeline-render.md +296 -0
- package/pro/squads/squad-creator/tasks/create-pipeline-validate.md +121 -0
- package/pro/squads/squad-creator/tasks/create-pipeline.md +171 -0
- package/pro/squads/squad-creator/tasks/create-squad-build.md +383 -0
- package/pro/squads/squad-creator/tasks/create-squad-design.md +349 -0
- package/pro/squads/squad-creator/tasks/create-squad-discover.md +392 -0
- package/pro/squads/squad-creator/tasks/create-squad-publish.md +225 -0
- package/pro/squads/squad-creator/tasks/create-squad-validate.md +327 -0
- package/pro/squads/squad-creator/tasks/create-squad.md +113 -0
- package/pro/squads/squad-creator/tasks/create-task-anatomy.md +273 -0
- package/pro/squads/squad-creator/tasks/create-task-classify.md +222 -0
- package/pro/squads/squad-creator/tasks/create-task-executor.md +205 -0
- package/pro/squads/squad-creator/tasks/create-task-generate.md +224 -0
- package/pro/squads/squad-creator/tasks/create-task-register.md +192 -0
- package/pro/squads/squad-creator/tasks/create-task-validate.md +232 -0
- package/pro/squads/squad-creator/tasks/create-task.md +113 -0
- package/pro/squads/squad-creator/tasks/create-template-elicitation.md +59 -0
- package/pro/squads/squad-creator/tasks/create-template-identity.md +59 -0
- package/pro/squads/squad-creator/tasks/create-template-register.md +58 -0
- package/pro/squads/squad-creator/tasks/create-template-structure.md +59 -0
- package/pro/squads/squad-creator/tasks/create-template-validate.md +59 -0
- package/pro/squads/squad-creator/tasks/create-template.md +95 -0
- package/pro/squads/squad-creator/tasks/create-workflow-classify.md +213 -0
- package/pro/squads/squad-creator/tasks/create-workflow-design.md +494 -0
- package/pro/squads/squad-creator/tasks/create-workflow-from-sop.md +301 -0
- package/pro/squads/squad-creator/tasks/create-workflow-generate.md +262 -0
- package/pro/squads/squad-creator/tasks/create-workflow.md +108 -0
- package/pro/squads/squad-creator/tasks/detect-gaps.md +116 -0
- package/pro/squads/squad-creator/tasks/detect-operational-mode-classify.md +112 -0
- package/pro/squads/squad-creator/tasks/detect-operational-mode-infrastructure.md +104 -0
- package/pro/squads/squad-creator/tasks/detect-operational-mode-outputs.md +94 -0
- package/pro/squads/squad-creator/tasks/detect-operational-mode-systems.md +91 -0
- package/pro/squads/squad-creator/tasks/detect-operational-mode-verbs.md +94 -0
- package/pro/squads/squad-creator/tasks/detect-operational-mode.md +115 -0
- package/pro/squads/squad-creator/tasks/detect-squad-context.md +120 -0
- package/pro/squads/squad-creator/tasks/discover-tools-classify.md +191 -0
- package/pro/squads/squad-creator/tasks/discover-tools-evaluate.md +173 -0
- package/pro/squads/squad-creator/tasks/discover-tools-recommend.md +180 -0
- package/pro/squads/squad-creator/tasks/discover-tools-report.md +184 -0
- package/pro/squads/squad-creator/tasks/discover-tools-scan.md +188 -0
- package/pro/squads/squad-creator/tasks/discover-tools.md +139 -0
- package/pro/squads/squad-creator/tasks/generate-recommendations.md +162 -0
- package/pro/squads/squad-creator/tasks/improve-workflow-from-report.md +127 -0
- package/pro/squads/squad-creator/tasks/improve-workflow-report-apply-p1.md +59 -0
- package/pro/squads/squad-creator/tasks/improve-workflow-report-apply-secondary.md +59 -0
- package/pro/squads/squad-creator/tasks/improve-workflow-report-backup.md +59 -0
- package/pro/squads/squad-creator/tasks/improve-workflow-report-ingest.md +59 -0
- package/pro/squads/squad-creator/tasks/improve-workflow-report-target.md +59 -0
- package/pro/squads/squad-creator/tasks/improve-workflow-report-validate-report.md +59 -0
- package/pro/squads/squad-creator/tasks/install-skills-finalize.md +415 -0
- package/pro/squads/squad-creator/tasks/install-skills-prepare.md +353 -0
- package/pro/squads/squad-creator/tasks/install-skills-write.md +395 -0
- package/pro/squads/squad-creator/tasks/install-skills.md +282 -0
- package/pro/squads/squad-creator/tasks/next-squad-ranking.md +58 -0
- package/pro/squads/squad-creator/tasks/next-squad-registry.md +58 -0
- package/pro/squads/squad-creator/tasks/next-squad-report.md +59 -0
- package/pro/squads/squad-creator/tasks/next-squad-scoring.md +59 -0
- package/pro/squads/squad-creator/tasks/next-squad-signals.md +58 -0
- package/pro/squads/squad-creator/tasks/next-squad.md +98 -0
- package/pro/squads/squad-creator/tasks/operational-test-baseline.md +69 -0
- package/pro/squads/squad-creator/tasks/operational-test-preflight.md +70 -0
- package/pro/squads/squad-creator/tasks/operational-test-report.md +71 -0
- package/pro/squads/squad-creator/tasks/operational-test-smoke.md +72 -0
- package/pro/squads/squad-creator/tasks/operational-test-target.md +71 -0
- package/pro/squads/squad-creator/tasks/operational-test.md +102 -0
- package/pro/squads/squad-creator/tasks/performance-dashboard.md +118 -0
- package/pro/squads/squad-creator/tasks/qa-after-creation.md +129 -0
- package/pro/squads/squad-creator/tasks/qa-check-compatibility.md +191 -0
- package/pro/squads/squad-creator/tasks/qa-check-completeness.md +218 -0
- package/pro/squads/squad-creator/tasks/qa-check-references.md +172 -0
- package/pro/squads/squad-creator/tasks/qa-check-schema.md +190 -0
- package/pro/squads/squad-creator/tasks/qa-check-structure.md +176 -0
- package/pro/squads/squad-creator/tasks/qa-generate-report.md +240 -0
- package/pro/squads/squad-creator/tasks/qualify-provider-baseline.md +122 -0
- package/pro/squads/squad-creator/tasks/qualify-provider-compare.md +159 -0
- package/pro/squads/squad-creator/tasks/qualify-provider-preflight.md +143 -0
- package/pro/squads/squad-creator/tasks/qualify-provider-ptbr.md +166 -0
- package/pro/squads/squad-creator/tasks/qualify-provider-reliability.md +140 -0
- package/pro/squads/squad-creator/tasks/qualify-provider-report.md +178 -0
- package/pro/squads/squad-creator/tasks/reexecute-squad-phase.md +97 -0
- package/pro/squads/squad-creator/tasks/refresh-registry.md +299 -0
- package/pro/squads/squad-creator/tasks/rename-squad-map.md +59 -0
- package/pro/squads/squad-creator/tasks/rename-squad-propagate.md +59 -0
- package/pro/squads/squad-creator/tasks/rename-squad-structural.md +59 -0
- package/pro/squads/squad-creator/tasks/rename-squad-validate.md +59 -0
- package/pro/squads/squad-creator/tasks/rename-squad.md +118 -0
- package/pro/squads/squad-creator/tasks/self-improve.md +107 -0
- package/pro/squads/squad-creator/tasks/setup-runtime-handoff.md +74 -0
- package/pro/squads/squad-creator/tasks/setup-runtime-persist.md +81 -0
- package/pro/squads/squad-creator/tasks/setup-runtime-requirements.md +84 -0
- package/pro/squads/squad-creator/tasks/setup-runtime-validate.md +82 -0
- package/pro/squads/squad-creator/tasks/setup-runtime-wizard.md +84 -0
- package/pro/squads/squad-creator/tasks/setup-runtime.md +103 -0
- package/pro/squads/squad-creator/tasks/squad-analytics.md +276 -0
- package/pro/squads/squad-creator/tasks/squad-overview-agents.md +110 -0
- package/pro/squads/squad-creator/tasks/squad-overview-generate.md +102 -0
- package/pro/squads/squad-creator/tasks/squad-overview-metadata.md +121 -0
- package/pro/squads/squad-creator/tasks/squad-overview-minds.md +100 -0
- package/pro/squads/squad-creator/tasks/squad-overview-structure.md +106 -0
- package/pro/squads/squad-creator/tasks/squad-overview-write.md +103 -0
- package/pro/squads/squad-creator/tasks/squad-overview.md +117 -0
- package/pro/squads/squad-creator/tasks/sync-chief-codex-skill.md +73 -0
- package/pro/squads/squad-creator/tasks/sync-ide-skills.md +240 -0
- package/pro/squads/squad-creator/tasks/update-radar.md +151 -0
- package/pro/squads/squad-creator/tasks/upgrade-squad-apply.md +187 -0
- package/pro/squads/squad-creator/tasks/upgrade-squad-gap.md +203 -0
- package/pro/squads/squad-creator/tasks/upgrade-squad-inventory.md +186 -0
- package/pro/squads/squad-creator/tasks/upgrade-squad-plan.md +163 -0
- package/pro/squads/squad-creator/tasks/upgrade-squad-verify.md +178 -0
- package/pro/squads/squad-creator/tasks/upgrade-squad.md +138 -0
- package/pro/squads/squad-creator/tasks/validate-final-artifacts.md +104 -0
- package/pro/squads/squad-creator/tasks/validate-squad-classify.md +335 -0
- package/pro/squads/squad-creator/tasks/validate-squad-deep-review.md +226 -0
- package/pro/squads/squad-creator/tasks/validate-squad-preflight.md +189 -0
- package/pro/squads/squad-creator/tasks/validate-squad-verdict.md +442 -0
- package/pro/squads/squad-creator/tasks/validate-squad.md +117 -0
- package/pro/squads/squad-creator/templates/agent-flow-doc-tmpl.md +512 -0
- package/pro/squads/squad-creator/templates/agent-tmpl.md +703 -0
- package/pro/squads/squad-creator/templates/auto-heal-task-tmpl.md +417 -0
- package/pro/squads/squad-creator/templates/capability-map-tmpl.md +95 -0
- package/pro/squads/squad-creator/templates/config-tmpl.yaml +534 -0
- package/pro/squads/squad-creator/templates/cross-domain-handoff-tmpl.yaml +18 -0
- package/pro/squads/squad-creator/templates/ecosystem-health-tmpl.md +19 -0
- package/pro/squads/squad-creator/templates/gap-analysis-tmpl.md +13 -0
- package/pro/squads/squad-creator/templates/greeting-script-tmpl.cjs +169 -0
- package/pro/squads/squad-creator/templates/journey-log-tmpl.yaml +93 -0
- package/pro/squads/squad-creator/templates/operational-test-task-tmpl.md +514 -0
- package/pro/squads/squad-creator/templates/performance-dashboard-tmpl.md +77 -0
- package/pro/squads/squad-creator/templates/pipeline-prompt-tmpl.md +94 -0
- package/pro/squads/squad-creator/templates/pop-extractor-prompt.md +549 -0
- package/pro/squads/squad-creator/templates/quality-gate-tmpl.yaml +589 -0
- package/pro/squads/squad-creator/templates/readme-tmpl.md +254 -0
- package/pro/squads/squad-creator/templates/research-output-tmpl.md +625 -0
- package/pro/squads/squad-creator/templates/research-prompt-tmpl.md +479 -0
- package/pro/squads/squad-creator/templates/setup-runtime-task-tmpl.md +627 -0
- package/pro/squads/squad-creator/templates/squad-mappings-tmpl.yaml +71 -0
- package/pro/squads/squad-creator/templates/squad-prd-tmpl.md +488 -0
- package/pro/squads/squad-creator/templates/story-create-agent-tmpl.md +284 -0
- package/pro/squads/squad-creator/templates/task-tmpl.md +533 -0
- package/pro/squads/squad-creator/templates/tech-radar-tmpl.md +73 -0
- package/pro/squads/squad-creator/templates/template-tmpl.yaml +227 -0
- package/pro/squads/squad-creator/templates/weekly-digest-tmpl.md +11 -0
- package/pro/squads/squad-creator/templates/weekly-report-tmpl.md +155 -0
- package/pro/squads/squad-creator/templates/workflow-doc-tmpl.md +860 -0
- package/pro/squads/squad-creator/templates/workflow-tmpl.yaml +486 -0
- package/pro/squads/squad-creator/test-cases/an-assess-sources/TEST-REPORT-v2.1.md +351 -0
- package/pro/squads/squad-creator/test-cases/an-assess-sources/formal-qualification-report.yaml +389 -0
- package/pro/squads/squad-creator/test-cases/an-clone-review/opus-baseline.yaml +566 -0
- package/pro/squads/squad-creator/test-cases/pv-axioma-assessment/opus-baseline.yaml +96 -0
- package/pro/squads/squad-creator/test-cases/pv-modernization-score/opus-baseline.yaml +488 -0
- package/pro/squads/squad-creator/test-cases/smoke-test-model-routing/test-case.yaml +100 -0
- package/pro/squads/squad-creator/workflows/wf-auto-heal.yaml +33 -0
- package/pro/squads/squad-creator/workflows/wf-create-agent.yaml +252 -0
- package/pro/squads/squad-creator/workflows/wf-create-greeting-script.yaml +60 -0
- package/pro/squads/squad-creator/workflows/wf-create-pipeline.yaml +60 -0
- package/pro/squads/squad-creator/workflows/wf-create-squad.yaml +1916 -0
- package/pro/squads/squad-creator/workflows/wf-create-task.yaml +172 -0
- package/pro/squads/squad-creator/workflows/wf-create-template.yaml +60 -0
- package/pro/squads/squad-creator/workflows/wf-create-workflow.yaml +138 -0
- package/pro/squads/squad-creator/workflows/wf-cross-provider-qualification.yaml +769 -0
- package/pro/squads/squad-creator/workflows/wf-detect-operational-mode.yaml +112 -0
- package/pro/squads/squad-creator/workflows/wf-discover-tools.yaml +1695 -0
- package/pro/squads/squad-creator/workflows/wf-ecosystem-analysis.yaml +338 -0
- package/pro/squads/squad-creator/workflows/wf-improve-workflow-from-report.yaml +69 -0
- package/pro/squads/squad-creator/workflows/wf-install-skills.yaml +52 -0
- package/pro/squads/squad-creator/workflows/wf-next-squad.yaml +60 -0
- package/pro/squads/squad-creator/workflows/wf-operational-test.yaml +86 -0
- package/pro/squads/squad-creator/workflows/wf-qa-after-creation.yaml +339 -0
- package/pro/squads/squad-creator/workflows/wf-rename-squad.yaml +51 -0
- package/pro/squads/squad-creator/workflows/wf-self-improve.yaml +206 -0
- package/pro/squads/squad-creator/workflows/wf-setup-runtime.yaml +86 -0
- package/pro/squads/squad-creator/workflows/wf-squad-overview.yaml +100 -0
- package/pro/squads/squad-creator/workflows/wf-sync-ide-skills.yaml +24 -0
- package/pro/squads/squad-creator/workflows/wf-upgrade-squad.yaml +236 -0
- package/pro/squads/squad-creator/workflows/wf-weekly-report.yaml +139 -0
- package/pro/squads/squad-creator-pro/ARCHITECTURE.md +37 -0
- package/pro/squads/squad-creator-pro/CHANGELOG.md +12 -12
- package/pro/squads/squad-creator-pro/README.md +19 -17
- package/pro/squads/squad-creator-pro/agents/ecosystem-analyst.md +989 -0
- package/pro/squads/squad-creator-pro/agents/heuristic-ops.md +369 -0
- package/pro/squads/squad-creator-pro/agents/oalanicolas.md +582 -22
- package/pro/squads/squad-creator-pro/agents/pedro-valerio.md +957 -115
- package/pro/squads/squad-creator-pro/agents/squad-chief.md +580 -412
- package/pro/squads/squad-creator-pro/agents/thiago_finch.md +31 -21
- package/pro/squads/squad-creator-pro/benchmarks/golden/hormozi-golden.yaml +382 -0
- package/pro/squads/squad-creator-pro/benchmarks/scripts/run-benchmark.sh +363 -0
- package/pro/squads/squad-creator-pro/checklists/agent-depth-checklist.md +4 -4
- package/pro/squads/squad-creator-pro/checklists/agent-quality-gate.md +1 -1
- package/pro/squads/squad-creator-pro/checklists/create-squad-checklist.md +78 -6
- package/pro/squads/squad-creator-pro/checklists/deep-research-quality.md +3 -4
- package/pro/squads/squad-creator-pro/checklists/executor-matrix-checklist.md +3 -3
- package/pro/squads/squad-creator-pro/checklists/mental-model-integration-checklist.md +3 -3
- package/pro/squads/squad-creator-pro/checklists/mind-validation.md +2 -3
- package/pro/squads/squad-creator-pro/checklists/pipeline-quality-checklist.md +84 -0
- package/pro/squads/squad-creator-pro/checklists/quality-gate-checklist.md +3 -3
- package/pro/squads/squad-creator-pro/checklists/session-heuristics-extraction.md +65 -0
- package/pro/squads/squad-creator-pro/checklists/sop-validation.md +2 -2
- package/pro/squads/squad-creator-pro/checklists/squad-checklist.md +20 -20
- package/pro/squads/squad-creator-pro/checklists/task-anatomy-checklist.md +1 -1
- package/pro/squads/squad-creator-pro/config/heuristic-watcher-rubric.yaml +300 -0
- package/pro/squads/squad-creator-pro/config/heuristics.yaml +196 -12
- package/pro/squads/squad-creator-pro/config/model-routing.yaml +10 -10
- package/pro/squads/squad-creator-pro/config/scoring-rubric.yaml +1 -1
- package/pro/squads/squad-creator-pro/config/squad-config.yaml +1 -1
- package/pro/squads/squad-creator-pro/config.yaml +452 -32
- package/pro/squads/squad-creator-pro/data/an-output-examples.yaml +9 -9
- package/pro/squads/squad-creator-pro/data/best-practices.md +8 -8
- package/pro/squads/squad-creator-pro/data/core-heuristics.md +5 -5
- package/pro/squads/squad-creator-pro/data/decision-heuristics-framework.md +2 -2
- package/pro/squads/squad-creator-pro/data/executor-matrix-framework.md +2 -2
- package/pro/squads/squad-creator-pro/data/extraction-mentoria-processos-dec19.yaml +337 -0
- package/pro/squads/squad-creator-pro/data/fusion-dry-runs/traffic-masters-absorve-_traffic-2026-03-09.md +135 -0
- package/pro/squads/squad-creator-pro/data/fusion-executor-analysis.md +1 -1
- package/pro/squads/squad-creator-pro/data/hybridops-patterns.md +3 -3
- package/pro/squads/squad-creator-pro/data/internal-infrastructure-library.yaml +5 -1
- package/pro/squads/squad-creator-pro/data/mental-model-task-matrix.yaml +4 -4
- package/pro/squads/squad-creator-pro/data/pm-best-practices.md +71 -7
- package/pro/squads/squad-creator-pro/data/pv-output-examples.yaml +1 -1
- package/pro/squads/squad-creator-pro/data/pv-workflow-validation.yaml +4 -4
- package/pro/squads/squad-creator-pro/data/quality-dimensions-framework.md +2 -2
- package/pro/squads/squad-creator-pro/data/quality-gate-coverage.yaml +169 -0
- package/pro/squads/squad-creator-pro/data/squad-analytics-guide.md +2 -2
- package/pro/squads/squad-creator-pro/data/squad-kb.md +14 -14
- package/pro/squads/squad-creator-pro/data/squad-kpis.yaml +60 -0
- package/pro/squads/squad-creator-pro/data/squad-registry.yaml +4868 -809
- package/pro/squads/squad-creator-pro/data/tier-system-framework.md +2 -2
- package/pro/squads/squad-creator-pro/data/token-registry.yaml +386 -0
- package/pro/squads/squad-creator-pro/data/tool-registry.yaml +130 -14
- package/pro/squads/squad-creator-pro/docs/COMMANDS.md +1 -1
- package/pro/squads/squad-creator-pro/docs/FAQ.md +4 -4
- package/pro/squads/squad-creator-pro/docs/PATTERN-LIBRARY.md +12 -4
- package/pro/squads/squad-creator-pro/docs/PEDRO-VALERIO-ARCHITECTURE.md +2 -2
- package/pro/squads/squad-creator-pro/docs/POR-ONDE-COMECAR.md +4 -4
- package/pro/squads/squad-creator-pro/docs/QUICK-START.md +2 -2
- package/pro/squads/squad-creator-pro/docs/TOOL-RECOMMENDATIONS.md +3 -1
- package/pro/squads/squad-creator-pro/docs/TUTORIAL-COMPLETO.md +3 -3
- package/pro/squads/squad-creator-pro/docs/sop-extraction-process.md +2 -2
- package/pro/squads/squad-creator-pro/docs/squad-chief-agent-flow.md +8 -8
- package/pro/squads/squad-creator-pro/minds/oalanicolas/artifacts/HANDOFF_PROTOCOL.md +1 -1
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_001.md +85 -134
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_002.md +88 -179
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_003.md +82 -211
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_004.md +79 -123
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_005.md +90 -135
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_006.md +17 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_007.md +83 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_008.md +13 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_009.md +12 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_010.md +27 -2
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_011.md +72 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_012.md +59 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_013.md +69 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_014.md +69 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_015.md +83 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_016.md +67 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_017.md +64 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_018.md +79 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_019.md +69 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_020.md +67 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_021.md +114 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_022.md +75 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_023.md +60 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_024.md +66 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_025.md +81 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_026.md +82 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_027.md +85 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_028.md +74 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_029.md +73 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_030.md +80 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_031.md +78 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_032.md +81 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_033.md +69 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_034.md +119 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_035.md +120 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_036.md +134 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_037.md +123 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_038.md +85 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_039.md +74 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_040.md +130 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_041.md +87 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_042.md +89 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_043.md +78 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_044.md +97 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_045.md +82 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_046.md +83 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_047.md +77 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_048.md +83 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_049.md +102 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_050.md +85 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_051.md +90 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_052.md +84 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_053.md +83 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_054.md +96 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_055.md +137 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_056.md +114 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_057.md +82 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_058.md +79 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_059.md +88 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_060.md +78 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_061.md +79 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_062.md +99 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_063.md +73 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_064.md +106 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_065.md +87 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_066.md +66 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_067.md +65 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_068.md +70 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_069.md +69 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_070.md +67 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_071.md +87 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_072.md +84 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_073.md +89 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_074.md +60 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_075.md +87 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_076.md +107 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_077.md +98 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_078.md +66 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_079.md +91 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_080.md +59 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_081.md +64 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_082.md +71 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_083.md +62 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_084.md +66 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_085.md +62 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_086.md +69 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_087.md +74 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_088.md +89 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_089.md +88 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_090.md +74 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_091.md +76 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_092.md +61 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_093.md +69 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_094.md +58 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_095.md +58 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_096.md +65 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_097.md +63 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_098.md +98 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_099.md +97 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_100.md +100 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_101.md +62 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_102.md +65 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_103.md +60 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_104.md +60 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_105.md +67 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_106.md +64 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_107.md +63 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_108.md +60 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_109.md +62 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_110.md +58 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_111.md +88 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_112.md +60 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_113.md +74 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_114.md +55 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_115.md +126 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_116.md +76 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_117.md +65 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_118.md +72 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_119.md +58 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_120.md +77 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_121.md +65 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_122.md +57 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_123.md +63 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_124.md +69 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_125.md +73 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_126.md +81 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_127.md +77 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_128.md +76 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_129.md +81 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_130.md +88 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_131.md +85 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_132.md +81 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_133.md +86 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/decision-cards.yaml +1010 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/heuristic-analytics.md +24 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_BS_001.md +7 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_041.md +80 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_042.md +79 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_043.md +81 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_044.md +83 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_045.md +82 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_046.md +82 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_047.md +81 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_048.md +77 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_049.md +81 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_050.md +79 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_051.md +81 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_052.md +81 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_053.md +79 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_054.md +74 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_055.md +78 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_056.md +78 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_057.md +78 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_058.md +81 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_059.md +81 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_060.md +82 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_061.md +74 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_062.md +75 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_063.md +80 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_064.md +75 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_065.md +74 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_066.md +76 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_067.md +75 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_068.md +78 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_069.md +78 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_070.md +75 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_071.md +77 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_072.md +76 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_073.md +82 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_074.md +80 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_075.md +85 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_076.md +81 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_077.md +77 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_078.md +81 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_079.md +77 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_080.md +81 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_081.md +76 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_082.md +84 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_083.md +78 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_084.md +76 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_085.md +83 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_086.md +74 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_087.md +87 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_088.md +75 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_089.md +79 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_090.md +75 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_091.md +77 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_092.md +81 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_093.md +74 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_094.md +73 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_095.md +84 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_096.md +78 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_097.md +79 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_098.md +85 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_099.md +82 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_100.md +81 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_101.md +61 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_001.md +23 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_002.md +165 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_003.md +164 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_004.md +163 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_005.md +161 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_006.md +164 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_007.md +162 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_008.md +156 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_009.md +157 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_010.md +166 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_011.md +161 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_012.md +80 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_013.md +66 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_014.md +64 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_015.md +61 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_016.md +60 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_017.md +66 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_018.md +56 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_019.md +63 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_020.md +64 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_021.md +71 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_022.md +69 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_023.md +56 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_024.md +61 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_025.md +60 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_026.md +71 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_027.md +65 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_028.md +61 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_029.md +62 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_030.md +62 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_031.md +62 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_032.md +59 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_033.md +64 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_034.md +65 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_035.md +62 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_036.md +63 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_037.md +60 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_038.md +78 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_039.md +58 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_040.md +62 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_041.md +61 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PM_001.md +7 -0
- package/pro/squads/squad-creator-pro/package-lock.json +38 -0
- package/pro/squads/squad-creator-pro/package.json +10 -6
- package/pro/squads/squad-creator-pro/requirements.txt +1 -0
- package/pro/squads/squad-creator-pro/schemas/agent-persona.schema.json +78 -0
- package/pro/squads/squad-creator-pro/schemas/squad-config.schema.json +146 -0
- package/pro/squads/squad-creator-pro/scripts/README.md +123 -203
- package/pro/squads/squad-creator-pro/scripts/WAVE-LOOP.md +157 -0
- package/pro/squads/squad-creator-pro/scripts/checklist_validator.py +34 -426
- package/pro/squads/squad-creator-pro/scripts/create-agent-preflight.py +2 -2
- package/pro/squads/squad-creator-pro/scripts/cross-mind-linker.py +143 -0
- package/pro/squads/squad-creator-pro/scripts/cross_map.json +338 -0
- package/pro/squads/squad-creator-pro/scripts/dependency_check.py +8 -4
- package/pro/squads/squad-creator-pro/scripts/detect-environment-contract.cjs +37 -0
- package/pro/squads/squad-creator-pro/scripts/export-antigravity-workflows.cjs +12 -0
- package/pro/squads/squad-creator-pro/scripts/generate-heuristic-registry.py +83 -0
- package/pro/squads/squad-creator-pro/scripts/generate-squad-greeting.js +3 -3
- package/pro/squads/squad-creator-pro/scripts/generate-squad-guide.js +13 -533
- package/pro/squads/squad-creator-pro/scripts/inventory.py +35 -245
- package/pro/squads/squad-creator-pro/scripts/lib/config-loader.js +10 -149
- package/pro/squads/squad-creator-pro/scripts/lib/squad-runtime-paths.cjs +14 -0
- package/pro/squads/squad-creator-pro/scripts/lib/validate-runtime-state.cjs +14 -0
- package/pro/squads/squad-creator-pro/scripts/load-business-sops.cjs +460 -0
- package/pro/squads/squad-creator-pro/scripts/model-usage-logger.cjs +1 -1
- package/pro/squads/squad-creator-pro/scripts/modernization-score.sh +14 -14
- package/pro/squads/squad-creator-pro/scripts/naming_validator.py +34 -274
- package/pro/squads/squad-creator-pro/scripts/on-specialist-complete.py +72 -18
- package/pro/squads/squad-creator-pro/scripts/refresh-registry.py +157 -2
- package/pro/squads/squad-creator-pro/scripts/rename-squad.sh +8 -0
- package/pro/squads/squad-creator-pro/scripts/save-session-metrics.py +72 -19
- package/pro/squads/squad-creator-pro/scripts/scaffold-squad.cjs +8 -277
- package/pro/squads/squad-creator-pro/scripts/security_scanner.py +34 -353
- package/pro/squads/squad-creator-pro/scripts/squad-analytics.py +34 -560
- package/pro/squads/squad-creator-pro/scripts/squad-context-loader.cjs +48 -21
- package/pro/squads/squad-creator-pro/scripts/squad-state-manager.cjs +322 -66
- package/pro/squads/squad-creator-pro/scripts/squad-workflow-runner.cjs +615 -202
- package/pro/squads/squad-creator-pro/scripts/squad_utils.py +37 -239
- package/pro/squads/squad-creator-pro/scripts/sync-chief-codex-skill.js +242 -0
- package/pro/squads/squad-creator-pro/scripts/sync-ide-skills.py +59 -0
- package/pro/squads/squad-creator-pro/scripts/tests/__init__.py +1 -1
- package/pro/squads/squad-creator-pro/scripts/tests/test_load_business_sops.cjs +158 -0
- package/pro/squads/squad-creator-pro/scripts/tests/test_modernization_score.sh +4 -4
- package/pro/squads/squad-creator-pro/scripts/tests/test_refresh_registry.py +243 -253
- package/pro/squads/squad-creator-pro/scripts/tests/test_security_scanner.py +2 -2
- package/pro/squads/squad-creator-pro/scripts/tests/test_squad_analytics.py +210 -351
- package/pro/squads/squad-creator-pro/scripts/tests/test_squad_runtime_pipeline_e2e.cjs +267 -0
- package/pro/squads/squad-creator-pro/scripts/tests/test_validate_squad_runtime_state_e2e.cjs +99 -0
- package/pro/squads/squad-creator-pro/scripts/tests/test_wave_loop_runtime_e2e.cjs +216 -0
- package/pro/squads/squad-creator-pro/scripts/tests/test_wave_loop_runtime_unit.cjs +336 -0
- package/pro/squads/squad-creator-pro/scripts/validate-clone.sh +345 -0
- package/pro/squads/squad-creator-pro/scripts/validate-squad-structure.py +35 -511
- package/pro/squads/squad-creator-pro/scripts/validate-squad.sh +6 -938
- package/pro/squads/squad-creator-pro/scripts/validate-workspace-contract.py +204 -0
- package/pro/squads/squad-creator-pro/scripts/verify-squad-completeness.sh +8 -0
- package/pro/squads/squad-creator-pro/scripts/wave-loop.cjs +911 -0
- package/pro/squads/squad-creator-pro/scripts/wave-loop.sh +5 -0
- package/pro/squads/squad-creator-pro/scripts/yaml_validator.py +34 -503
- package/pro/squads/squad-creator-pro/skills/fidelity-score.md +245 -0
- package/pro/squads/squad-creator-pro/skills/squad.md +7 -14
- package/pro/squads/squad-creator-pro/squad-io.yaml +49 -0
- package/pro/squads/squad-creator-pro/tasks/CHANGELOG.md +38 -0
- package/pro/squads/squad-creator-pro/tasks/an-assess-sources-collect.md +197 -0
- package/pro/squads/squad-creator-pro/tasks/an-assess-sources-score.md +471 -0
- package/pro/squads/squad-creator-pro/tasks/an-assess-sources.md +157 -58
- package/pro/squads/squad-creator-pro/tasks/an-clone-review-report.md +171 -0
- package/pro/squads/squad-creator-pro/tasks/an-clone-review-source-trinity.md +227 -0
- package/pro/squads/squad-creator-pro/tasks/an-clone-review-stages-fidelity.md +158 -0
- package/pro/squads/squad-creator-pro/tasks/an-clone-review.md +146 -77
- package/pro/squads/squad-creator-pro/tasks/an-compare-outputs-score.md +340 -0
- package/pro/squads/squad-creator-pro/tasks/an-compare-outputs.md +105 -305
- package/pro/squads/squad-creator-pro/tasks/an-design-clone-blueprint.md +51 -0
- package/pro/squads/squad-creator-pro/tasks/an-design-clone-contexts.md +48 -0
- package/pro/squads/squad-creator-pro/tasks/an-design-clone-memory.md +49 -0
- package/pro/squads/squad-creator-pro/tasks/an-design-clone-stages.md +48 -0
- package/pro/squads/squad-creator-pro/tasks/an-design-clone-trinity.md +49 -0
- package/pro/squads/squad-creator-pro/tasks/an-design-clone.md +86 -59
- package/pro/squads/squad-creator-pro/tasks/an-diagnose-clone-prescribe.md +147 -0
- package/pro/squads/squad-creator-pro/tasks/an-diagnose-clone-symptoms.md +147 -0
- package/pro/squads/squad-creator-pro/tasks/an-diagnose-clone-verify-trinity.md +200 -0
- package/pro/squads/squad-creator-pro/tasks/an-diagnose-clone.md +105 -60
- package/pro/squads/squad-creator-pro/tasks/an-extract-dna-layer-extraction.md +54 -0
- package/pro/squads/squad-creator-pro/tasks/an-extract-dna-report.md +55 -0
- package/pro/squads/squad-creator-pro/tasks/an-extract-dna-source-assessment.md +54 -0
- package/pro/squads/squad-creator-pro/tasks/an-extract-dna-thinking-dna.md +54 -0
- package/pro/squads/squad-creator-pro/tasks/an-extract-dna-voice-dna.md +54 -0
- package/pro/squads/squad-creator-pro/tasks/an-extract-dna.md +86 -70
- package/pro/squads/squad-creator-pro/tasks/an-extract-framework-analyze.md +178 -0
- package/pro/squads/squad-creator-pro/tasks/an-extract-framework-integrate.md +239 -0
- package/pro/squads/squad-creator-pro/tasks/an-extract-framework-trinity.md +206 -0
- package/pro/squads/squad-creator-pro/tasks/an-extract-framework.md +119 -75
- package/pro/squads/squad-creator-pro/tasks/an-extract-heuristics.md +560 -0
- package/pro/squads/squad-creator-pro/tasks/an-extract-session-heuristics.md +633 -0
- package/pro/squads/squad-creator-pro/tasks/an-fidelity-score-calculate.md +317 -0
- package/pro/squads/squad-creator-pro/tasks/an-fidelity-score.md +113 -89
- package/pro/squads/squad-creator-pro/tasks/an-validate-clone-hackability.md +346 -0
- package/pro/squads/squad-creator-pro/tasks/an-validate-clone.md +89 -78
- package/pro/squads/squad-creator-pro/tasks/auto-acquire-sources-consolidate.md +186 -0
- package/pro/squads/squad-creator-pro/tasks/auto-acquire-sources-expand.md +173 -0
- package/pro/squads/squad-creator-pro/tasks/auto-acquire-sources-search.md +200 -0
- package/pro/squads/squad-creator-pro/tasks/auto-acquire-sources.md +103 -285
- package/pro/squads/squad-creator-pro/tasks/batch-closeout.md +96 -0
- package/pro/squads/squad-creator-pro/tasks/clone-mind-quality-dashboard.md +142 -0
- package/pro/squads/squad-creator-pro/tasks/clone-mind-smoke-test.md +137 -0
- package/pro/squads/squad-creator-pro/tasks/clone-mind-synthesis.md +147 -0
- package/pro/squads/squad-creator-pro/tasks/collect-sources-classify.md +209 -0
- package/pro/squads/squad-creator-pro/tasks/collect-sources-discover.md +244 -0
- package/pro/squads/squad-creator-pro/tasks/collect-sources-gap-analysis.md +201 -0
- package/pro/squads/squad-creator-pro/tasks/collect-sources-quality-gate.md +227 -0
- package/pro/squads/squad-creator-pro/tasks/collect-sources-validate.md +234 -0
- package/pro/squads/squad-creator-pro/tasks/collect-sources.md +111 -466
- package/pro/squads/squad-creator-pro/tasks/create-agent.md +101 -747
- package/pro/squads/squad-creator-pro/tasks/create-documentation.md +149 -205
- package/pro/squads/squad-creator-pro/tasks/create-from-sop-brief.md +139 -0
- package/pro/squads/squad-creator-pro/tasks/create-from-sop-load-classify.md +173 -0
- package/pro/squads/squad-creator-pro/tasks/create-from-sop-map-workflow.md +172 -0
- package/pro/squads/squad-creator-pro/tasks/create-from-sop.md +130 -0
- package/pro/squads/squad-creator-pro/tasks/create-greeting-script.md +148 -0
- package/pro/squads/squad-creator-pro/tasks/create-pipeline.md +99 -288
- package/pro/squads/squad-creator-pro/tasks/create-squad.md +135 -927
- package/pro/squads/squad-creator-pro/tasks/create-task.md +102 -1125
- package/pro/squads/squad-creator-pro/tasks/create-template.md +87 -456
- package/pro/squads/squad-creator-pro/tasks/create-workflow.md +107 -697
- package/pro/squads/squad-creator-pro/tasks/deconstruct-extract.md +221 -0
- package/pro/squads/squad-creator-pro/tasks/deconstruct-synthesize.md +154 -0
- package/pro/squads/squad-creator-pro/tasks/deconstruct.md +89 -133
- package/pro/squads/squad-creator-pro/tasks/deep-research-check-local-knowledge.md +164 -0
- package/pro/squads/squad-creator-pro/tasks/deep-research-execute.md +200 -0
- package/pro/squads/squad-creator-pro/tasks/deep-research-generate-prompt.md +245 -0
- package/pro/squads/squad-creator-pro/tasks/deep-research-pre-agent.md +114 -512
- package/pro/squads/squad-creator-pro/tasks/deep-research-validate.md +192 -0
- package/pro/squads/squad-creator-pro/tasks/delete-squad.md +104 -0
- package/pro/squads/squad-creator-pro/tasks/discover-tools-execute.md +293 -0
- package/pro/squads/squad-creator-pro/tasks/discover-tools.md +142 -885
- package/pro/squads/squad-creator-pro/tasks/etd-assemble-output.md +183 -0
- package/pro/squads/squad-creator-pro/tasks/etd-discovery.md +216 -0
- package/pro/squads/squad-creator-pro/tasks/etd-extract-and-classify.md +250 -0
- package/pro/squads/squad-creator-pro/tasks/etd-extract-heuristics.md +173 -0
- package/pro/squads/squad-creator-pro/tasks/etd-handoff-triggers.md +166 -0
- package/pro/squads/squad-creator-pro/tasks/etd-l4-card-generation.md +224 -0
- package/pro/squads/squad-creator-pro/tasks/etd-objection-handling.md +167 -0
- package/pro/squads/squad-creator-pro/tasks/etd-resolve-and-consolidate.md +158 -0
- package/pro/squads/squad-creator-pro/tasks/evd-assemble-voice-dna.md +218 -0
- package/pro/squads/squad-creator-pro/tasks/evd-collect-sources.md +176 -0
- package/pro/squads/squad-creator-pro/tasks/evd-extract-dimensions.md +667 -0
- package/pro/squads/squad-creator-pro/tasks/extract-expert-gold-context-load.md +180 -0
- package/pro/squads/squad-creator-pro/tasks/extract-expert-gold-enrichment.md +181 -0
- package/pro/squads/squad-creator-pro/tasks/extract-expert-gold-filter.md +192 -0
- package/pro/squads/squad-creator-pro/tasks/extract-expert-gold-multi-lense.md +158 -0
- package/pro/squads/squad-creator-pro/tasks/extract-expert-gold-validation.md +167 -0
- package/pro/squads/squad-creator-pro/tasks/extract-expert-gold.md +185 -0
- package/pro/squads/squad-creator-pro/tasks/extract-implicit-analyze.md +192 -0
- package/pro/squads/squad-creator-pro/tasks/extract-implicit-prioritize.md +212 -0
- package/pro/squads/squad-creator-pro/tasks/extract-implicit-scan.md +231 -0
- package/pro/squads/squad-creator-pro/tasks/extract-implicit-synthesize.md +176 -0
- package/pro/squads/squad-creator-pro/tasks/extract-implicit-validate.md +234 -0
- package/pro/squads/squad-creator-pro/tasks/extract-implicit.md +137 -317
- package/pro/squads/squad-creator-pro/tasks/extract-knowledge-checklist.md +220 -0
- package/pro/squads/squad-creator-pro/tasks/extract-knowledge-framework.md +244 -0
- package/pro/squads/squad-creator-pro/tasks/extract-knowledge-sop.md +244 -0
- package/pro/squads/squad-creator-pro/tasks/extract-knowledge-source-validation.md +191 -0
- package/pro/squads/squad-creator-pro/tasks/extract-knowledge-validation.md +224 -0
- package/pro/squads/squad-creator-pro/tasks/extract-knowledge.md +92 -476
- package/pro/squads/squad-creator-pro/tasks/extract-sop-analyze.md +180 -0
- package/pro/squads/squad-creator-pro/tasks/extract-sop-assemble.md +184 -0
- package/pro/squads/squad-creator-pro/tasks/extract-sop-extract.md +178 -0
- package/pro/squads/squad-creator-pro/tasks/extract-sop-prepare.md +189 -0
- package/pro/squads/squad-creator-pro/tasks/extract-sop.md +129 -267
- package/pro/squads/squad-creator-pro/tasks/extract-thinking-dna.md +103 -596
- package/pro/squads/squad-creator-pro/tasks/extract-voice-dna.md +102 -551
- package/pro/squads/squad-creator-pro/tasks/find-0-8-classify.md +203 -0
- package/pro/squads/squad-creator-pro/tasks/find-0-8-recommend.md +166 -0
- package/pro/squads/squad-creator-pro/tasks/find-0-8.md +136 -0
- package/pro/squads/squad-creator-pro/tasks/ics-audit.md +211 -0
- package/pro/squads/squad-creator-pro/tasks/ics-domain-mapping.md +172 -0
- package/pro/squads/squad-creator-pro/tasks/ics-generate-scripts.md +241 -0
- package/pro/squads/squad-creator-pro/tasks/ics-integration.md +182 -0
- package/pro/squads/squad-creator-pro/tasks/ics-validation.md +181 -0
- package/pro/squads/squad-creator-pro/tasks/install-context-stack.md +228 -0
- package/pro/squads/squad-creator-pro/tasks/install-skills.md +180 -0
- package/pro/squads/squad-creator-pro/tasks/lookup-model.md +61 -0
- package/pro/squads/squad-creator-pro/tasks/migrate-workflows-analyze.md +154 -0
- package/pro/squads/squad-creator-pro/tasks/migrate-workflows-archive.md +162 -0
- package/pro/squads/squad-creator-pro/tasks/migrate-workflows-convert.md +167 -0
- package/pro/squads/squad-creator-pro/tasks/migrate-workflows-to-yaml.md +77 -239
- package/pro/squads/squad-creator-pro/tasks/modernize-squad.md +338 -0
- package/pro/squads/squad-creator-pro/tasks/next-action-discovery.md +191 -0
- package/pro/squads/squad-creator-pro/tasks/next-action-gap-map.md +220 -0
- package/pro/squads/squad-creator-pro/tasks/next-action-implement.md +183 -0
- package/pro/squads/squad-creator-pro/tasks/next-action.md +149 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-binary-checkpoints.md +114 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-determinism-analysis.md +164 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-empirical-validation.md +138 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-gap-zero.md +111 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-gatekeeper-detection.md +113 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-hybrid-executor.md +117 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-post-economy.md +158 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-scope-clarification.md +110 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-workflow-apply.md +142 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-workflow-checkpoints.md +108 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-workflow-executor-distribution.md +107 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-workflow-gap-zero.md +113 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-workflow-parallelization.md +107 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-workflow-phase-necessity.md +139 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-workflow-report.md +146 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-workflow.md +119 -831
- package/pro/squads/squad-creator-pro/tasks/optimize.md +149 -1059
- package/pro/squads/squad-creator-pro/tasks/parallel-discovery.md +56 -3
- package/pro/squads/squad-creator-pro/tasks/plan-squad-architecture.md +34 -0
- package/pro/squads/squad-creator-pro/tasks/plan-squad-challenge-reorder.md +34 -0
- package/pro/squads/squad-creator-pro/tasks/plan-squad-contract.md +38 -0
- package/pro/squads/squad-creator-pro/tasks/plan-squad-depth-calibration.md +34 -0
- package/pro/squads/squad-creator-pro/tasks/plan-squad-domain-mapping.md +32 -0
- package/pro/squads/squad-creator-pro/tasks/plan-squad-prd-assembly.md +37 -0
- package/pro/squads/squad-creator-pro/tasks/plan-squad-roadmap.md +32 -0
- package/pro/squads/squad-creator-pro/tasks/plan-squad.md +90 -0
- package/pro/squads/squad-creator-pro/tasks/pv-audit-deep-dive.md +157 -0
- package/pro/squads/squad-creator-pro/tasks/pv-audit-overview.md +157 -0
- package/pro/squads/squad-creator-pro/tasks/pv-audit-sample.md +188 -0
- package/pro/squads/squad-creator-pro/tasks/pv-audit.md +118 -191
- package/pro/squads/squad-creator-pro/tasks/pv-axioma-assessment.md +89 -0
- package/pro/squads/squad-creator-pro/tasks/pv-modernization-score.md +87 -8
- package/pro/squads/squad-creator-pro/tasks/qa-after-creation.md +94 -455
- package/pro/squads/squad-creator-pro/tasks/qualify-task.md +93 -241
- package/pro/squads/squad-creator-pro/tasks/refresh-registry-enrich.md +171 -0
- package/pro/squads/squad-creator-pro/tasks/refresh-registry-scan.md +173 -0
- package/pro/squads/squad-creator-pro/tasks/refresh-registry-write.md +192 -0
- package/pro/squads/squad-creator-pro/tasks/refresh-registry.md +111 -351
- package/pro/squads/squad-creator-pro/tasks/smoke-test-model-routing-comparison.md +49 -0
- package/pro/squads/squad-creator-pro/tasks/smoke-test-model-routing-execution.md +49 -0
- package/pro/squads/squad-creator-pro/tasks/smoke-test-model-routing-lookup.md +49 -0
- package/pro/squads/squad-creator-pro/tasks/smoke-test-model-routing-preflight.md +48 -0
- package/pro/squads/squad-creator-pro/tasks/smoke-test-model-routing-report.md +51 -0
- package/pro/squads/squad-creator-pro/tasks/smoke-test-model-routing.md +84 -146
- package/pro/squads/squad-creator-pro/tasks/squad-analytics.md +141 -214
- package/pro/squads/squad-creator-pro/tasks/squad-fusion-cleanup.md +93 -0
- package/pro/squads/squad-creator-pro/tasks/squad-fusion-command-sync.md +97 -0
- package/pro/squads/squad-creator-pro/tasks/squad-fusion-deduplication.md +234 -0
- package/pro/squads/squad-creator-pro/tasks/squad-fusion-discovery.md +98 -0
- package/pro/squads/squad-creator-pro/tasks/squad-fusion-execution.md +246 -0
- package/pro/squads/squad-creator-pro/tasks/squad-fusion-initialize.md +247 -0
- package/pro/squads/squad-creator-pro/tasks/squad-fusion-integration.md +95 -0
- package/pro/squads/squad-creator-pro/tasks/squad-fusion-resolution.md +205 -0
- package/pro/squads/squad-creator-pro/tasks/squad-fusion-scope.md +95 -0
- package/pro/squads/squad-creator-pro/tasks/squad-fusion-structure.md +128 -0
- package/pro/squads/squad-creator-pro/tasks/squad-fusion-validation.md +96 -0
- package/pro/squads/squad-creator-pro/tasks/squad-fusion.md +115 -784
- package/pro/squads/squad-creator-pro/tasks/sync-chief-codex-skill.md +107 -0
- package/pro/squads/squad-creator-pro/tasks/sync-ide-skills.md +192 -0
- package/pro/squads/squad-creator-pro/tasks/update-mind-apply.md +207 -0
- package/pro/squads/squad-creator-pro/tasks/update-mind-extract-merge.md +257 -0
- package/pro/squads/squad-creator-pro/tasks/update-mind-extract.md +201 -0
- package/pro/squads/squad-creator-pro/tasks/update-mind-load-snapshot.md +177 -0
- package/pro/squads/squad-creator-pro/tasks/update-mind-load.md +173 -0
- package/pro/squads/squad-creator-pro/tasks/update-mind-merge.md +193 -0
- package/pro/squads/squad-creator-pro/tasks/update-mind.md +113 -364
- package/pro/squads/squad-creator-pro/tasks/upgrade-squad-apply.md +104 -0
- package/pro/squads/squad-creator-pro/tasks/upgrade-squad-gap.md +110 -0
- package/pro/squads/squad-creator-pro/tasks/upgrade-squad-inventory.md +110 -0
- package/pro/squads/squad-creator-pro/tasks/upgrade-squad-plan.md +107 -0
- package/pro/squads/squad-creator-pro/tasks/upgrade-squad-qualitative.md +104 -0
- package/pro/squads/squad-creator-pro/tasks/upgrade-squad-verify.md +106 -0
- package/pro/squads/squad-creator-pro/tasks/upgrade-squad.md +143 -907
- package/pro/squads/squad-creator-pro/tasks/validate-extraction-adversarial.md +182 -0
- package/pro/squads/squad-creator-pro/tasks/validate-extraction-checklist.md +155 -0
- package/pro/squads/squad-creator-pro/tasks/validate-extraction-gate.md +175 -0
- package/pro/squads/squad-creator-pro/tasks/validate-extraction.md +114 -172
- package/pro/squads/squad-creator-pro/tasks/validate-squad-contextual.md +120 -0
- package/pro/squads/squad-creator-pro/tasks/validate-squad-cross-references.md +122 -0
- package/pro/squads/squad-creator-pro/tasks/validate-squad-deterministic.md +261 -0
- package/pro/squads/squad-creator-pro/tasks/validate-squad-quality.md +138 -0
- package/pro/squads/squad-creator-pro/tasks/validate-squad-verdict.md +183 -0
- package/pro/squads/squad-creator-pro/tasks/validate-squad.md +102 -1352
- package/pro/squads/squad-creator-pro/tasks/workspace-integration-hardening.md +187 -0
- package/pro/squads/squad-creator-pro/templates/agent-flow-doc-tmpl.md +3 -3
- package/pro/squads/squad-creator-pro/templates/agent-tmpl.md +1 -1
- package/pro/squads/squad-creator-pro/templates/config-tmpl.yaml +87 -5
- package/pro/squads/squad-creator-pro/templates/cross-domain-handoff-tmpl.yaml +17 -0
- package/pro/squads/squad-creator-pro/templates/journey-log-tmpl.yaml +75 -0
- package/pro/squads/squad-creator-pro/templates/pop-extractor-prompt.md +4 -4
- package/pro/squads/squad-creator-pro/templates/quality-gate-tmpl.yaml +4 -4
- package/pro/squads/squad-creator-pro/templates/readme-tmpl.md +5 -5
- package/pro/squads/squad-creator-pro/templates/report-tmpl.yaml +14 -0
- package/pro/squads/squad-creator-pro/templates/session-heuristic-tmpl.md +100 -0
- package/pro/squads/squad-creator-pro/templates/squad-prd-deep-tmpl.md +434 -0
- package/pro/squads/squad-creator-pro/templates/task-tmpl.md +1 -1
- package/pro/squads/squad-creator-pro/templates/workflow-doc-tmpl.md +2 -2
- package/pro/squads/squad-creator-pro/templates/workflow-tmpl.yaml +4 -4
- package/pro/squads/squad-creator-pro/test-cases/BATCH-PROGRESS.md +3 -3
- package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/README.md +1 -1
- package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/TEST-REPORT-v2.1.md +2 -2
- package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/VERIFICATION-CHECKLIST.txt +2 -2
- package/pro/squads/squad-creator-pro/test-cases/an-validate-clone/opus-baseline.yaml +2 -2
- package/pro/squads/squad-creator-pro/test-cases/create-task/test-case.yaml +2 -2
- package/pro/squads/squad-creator-pro/test-cases/pv-modernization-score/opus-baseline.yaml +3 -3
- package/pro/squads/squad-creator-pro/test-cases/qa-after-creation/opus-baseline.yaml +1 -1
- package/pro/squads/squad-creator-pro/test-cases/upgrade-squad/test-case.yaml +3 -3
- package/pro/squads/squad-creator-pro/test-cases/validate-squad/opus-round-3-v4-task.yaml +1 -1
- package/pro/squads/squad-creator-pro/workflows/create-squad.yaml +219 -267
- package/pro/squads/squad-creator-pro/workflows/modules/module-discovery.yaml +3 -3
- package/pro/squads/squad-creator-pro/workflows/modules/module-integration.yaml +19 -1
- package/pro/squads/squad-creator-pro/workflows/modules/module-quality-gates.yaml +6 -1
- package/pro/squads/squad-creator-pro/workflows/validate-squad.yaml +461 -491
- package/pro/squads/squad-creator-pro/workflows/wf-assess-sources.yaml +62 -0
- package/pro/squads/squad-creator-pro/workflows/wf-auto-acquire-sources.yaml +258 -256
- package/pro/squads/squad-creator-pro/workflows/wf-brownfield-upgrade-squad.yaml +115 -19
- package/pro/squads/squad-creator-pro/workflows/wf-clone-mind.yaml +327 -241
- package/pro/squads/squad-creator-pro/workflows/wf-clone-review.yaml +111 -0
- package/pro/squads/squad-creator-pro/workflows/wf-collect-sources.yaml +104 -0
- package/pro/squads/squad-creator-pro/workflows/wf-compare-outputs.yaml +77 -0
- package/pro/squads/squad-creator-pro/workflows/wf-context-aware-create-squad.yaml +150 -20
- package/pro/squads/squad-creator-pro/workflows/wf-create-from-sop.yaml +117 -0
- package/pro/squads/squad-creator-pro/workflows/wf-create-pipeline.yaml +19 -0
- package/pro/squads/squad-creator-pro/workflows/wf-create-squad.yaml +1053 -909
- package/pro/squads/squad-creator-pro/workflows/wf-create-task.yaml +22 -0
- package/pro/squads/squad-creator-pro/workflows/wf-create-template.yaml +17 -0
- package/pro/squads/squad-creator-pro/workflows/wf-create-workflow.yaml +22 -0
- package/pro/squads/squad-creator-pro/workflows/wf-cross-provider-qualification.yaml +289 -340
- package/pro/squads/squad-creator-pro/workflows/wf-deconstruct.yaml +92 -0
- package/pro/squads/squad-creator-pro/workflows/wf-deep-research.yaml +148 -0
- package/pro/squads/squad-creator-pro/workflows/wf-design-clone.yaml +103 -0
- package/pro/squads/squad-creator-pro/workflows/wf-diagnose-clone.yaml +115 -0
- package/pro/squads/squad-creator-pro/workflows/wf-discover-tools.yaml +881 -609
- package/pro/squads/squad-creator-pro/workflows/wf-extract-dna.yaml +103 -0
- package/pro/squads/squad-creator-pro/workflows/wf-extract-expert-gold.yaml +101 -0
- package/pro/squads/squad-creator-pro/workflows/wf-extract-framework.yaml +108 -0
- package/pro/squads/squad-creator-pro/workflows/wf-extract-implicit.yaml +101 -0
- package/pro/squads/squad-creator-pro/workflows/wf-extract-knowledge.yaml +162 -0
- package/pro/squads/squad-creator-pro/workflows/wf-extract-sop.yaml +143 -0
- package/pro/squads/squad-creator-pro/workflows/wf-extract-thinking-dna.yaml +210 -0
- package/pro/squads/squad-creator-pro/workflows/wf-extract-voice-dna.yaml +76 -0
- package/pro/squads/squad-creator-pro/workflows/wf-extraction-pipeline.yaml +267 -278
- package/pro/squads/squad-creator-pro/workflows/wf-fidelity-score.yaml +88 -0
- package/pro/squads/squad-creator-pro/workflows/wf-find-08.yaml +71 -0
- package/pro/squads/squad-creator-pro/workflows/wf-install-context-stack.yaml +88 -0
- package/pro/squads/squad-creator-pro/workflows/wf-install-workspace-context.yaml +764 -0
- package/pro/squads/squad-creator-pro/workflows/wf-migrate-workflows.yaml +103 -0
- package/pro/squads/squad-creator-pro/workflows/wf-mind-research-loop.yaml +364 -361
- package/pro/squads/squad-creator-pro/workflows/wf-model-tier-qualification.yaml +297 -360
- package/pro/squads/squad-creator-pro/workflows/wf-modernize-squad.yaml +178 -0
- package/pro/squads/squad-creator-pro/workflows/wf-next-action.yaml +113 -0
- package/pro/squads/squad-creator-pro/workflows/wf-optimize-squad.yaml +450 -373
- package/pro/squads/squad-creator-pro/workflows/wf-optimize-workflow.yaml +122 -0
- package/pro/squads/squad-creator-pro/workflows/wf-optimize-yolo.yaml +595 -0
- package/pro/squads/squad-creator-pro/workflows/wf-plan-squad.yaml +255 -0
- package/pro/squads/squad-creator-pro/workflows/wf-pv-audit.yaml +115 -0
- package/pro/squads/squad-creator-pro/workflows/wf-refresh-registry.yaml +110 -0
- package/pro/squads/squad-creator-pro/workflows/wf-research-then-create-agent.yaml +489 -552
- package/pro/squads/squad-creator-pro/workflows/wf-smoke-test-model-routing.yaml +103 -0
- package/pro/squads/squad-creator-pro/workflows/wf-squad-fusion.yaml +697 -690
- package/pro/squads/squad-creator-pro/workflows/wf-update-mind.yaml +148 -0
- package/pro/squads/squad-creator-pro/workflows/wf-upgrade-squad.yaml +141 -0
- package/pro/squads/squad-creator-pro/workflows/wf-validate-clone.yaml +120 -0
- package/pro/squads/squad-creator-pro/workflows/wf-validate-extraction.yaml +111 -0
- package/pro/squads/squad-creator-pro/workflows/wf-workspace-integration-hardening.yaml +119 -0
- package/pro/squads/storytelling/CHANGELOG.md +30 -0
- package/pro/squads/storytelling/HEADLINE.md +3 -0
- package/pro/squads/storytelling/README.md +137 -0
- package/pro/squads/storytelling/agents/blake-snyder.md +451 -0
- package/pro/squads/storytelling/agents/dan-harmon.md +742 -0
- package/pro/squads/storytelling/agents/donald-miller.md +662 -0
- package/pro/squads/storytelling/agents/joseph-campbell.md +625 -0
- package/pro/squads/storytelling/agents/keith-johnstone.md +467 -0
- package/pro/squads/storytelling/agents/kindra-hall.md +953 -0
- package/pro/squads/storytelling/agents/marshall-ganz.md +473 -0
- package/pro/squads/storytelling/agents/matthew-dicks.md +526 -0
- package/pro/squads/storytelling/agents/nancy-duarte.md +528 -0
- package/pro/squads/storytelling/agents/oren-klaff.md +785 -0
- package/pro/squads/storytelling/agents/park-howell.md +807 -0
- package/pro/squads/storytelling/agents/shawn-coyne.md +540 -0
- package/pro/squads/storytelling/agents/story-chief.md +409 -0
- package/pro/squads/storytelling/checklists/story-quality-checklist.md +100 -0
- package/pro/squads/storytelling/config.yaml +248 -0
- package/pro/squads/storytelling/data/story-mappings.yaml +200 -0
- package/pro/squads/storytelling/docs/.gitkeep +0 -0
- package/pro/squads/storytelling/research/blake-snyder-save-the-cat-research.md +958 -0
- package/pro/squads/storytelling/research/donald-miller-storybrand-research.md +1205 -0
- package/pro/squads/storytelling/research/joseph-campbell-heros-journey-research.md +1170 -0
- package/pro/squads/storytelling/research/keith-johnstone-improv-spontaneity-research.md +574 -0
- package/pro/squads/storytelling/research/marshall-ganz-public-narrative-research.md +658 -0
- package/pro/squads/storytelling/research/nancy-duarte-sparkline-research.md +892 -0
- package/pro/squads/storytelling/research/shawn-coyne-story-grid-research.md +760 -0
- package/pro/squads/storytelling/scripts/generate-story-greeting.cjs +140 -0
- package/pro/squads/storytelling/scripts/load-context.cjs +141 -0
- package/pro/squads/storytelling/scripts/resolve-readiness.cjs +45 -0
- package/pro/squads/storytelling/scripts/runtime-paths.cjs +44 -0
- package/pro/squads/storytelling/scripts/set-active-context.cjs +108 -0
- package/pro/squads/storytelling/scripts/show-context.cjs +22 -0
- package/pro/squads/storytelling/squad-io.yaml +573 -0
- package/pro/squads/storytelling/tasks/apply-abt.md +856 -0
- package/pro/squads/storytelling/tasks/apply-beat-sheet.md +1245 -0
- package/pro/squads/storytelling/tasks/apply-heros-journey.md +1100 -0
- package/pro/squads/storytelling/tasks/apply-save-the-cat.md +1075 -0
- package/pro/squads/storytelling/tasks/apply-story-circle.md +1116 -0
- package/pro/squads/storytelling/tasks/craft-personal-story.md +1004 -0
- package/pro/squads/storytelling/tasks/craft-public-narrative.md +1193 -0
- package/pro/squads/storytelling/tasks/craft-ted-talk.md +773 -0
- package/pro/squads/storytelling/tasks/create-brandscript.md +1376 -0
- package/pro/squads/storytelling/tasks/create-business-story.md +1472 -0
- package/pro/squads/storytelling/tasks/create-pitch.md +1128 -0
- package/pro/squads/storytelling/tasks/diagnose-story-grid.md +979 -0
- package/pro/squads/storytelling/tasks/improvise-story.md +772 -0
- package/pro/squads/storytelling/templates/narrative-output-tmpl.md +44 -0
- package/pro/squads/storytelling/workflows/story-creation.yaml +80 -0
- package/scripts/validate-package-completeness.js +4 -1
- package/.aiox-core/core/execution/predictive-pipeline.js +0 -1283
- package/.aiox-core/core/memory/decision-memory.js +0 -564
- package/.aiox-core/data/registry-update-log.jsonl +0 -2
- package/pro/squads/mmos-squad/minds/alex_hormozi/artifacts/ARQUITETURA_COGNITIVA_DE_ALEX_HORMOZI_EXTRA/303/207/303/203O_COMPLETA.md +0 -215
- package/pro/squads/mmos-squad/minds/alex_hormozi/artifacts/A_Rotina_de_Alta_Performance_de_Alex_Hormozi_Arquitetura,_Motiva/303/247/303/265es_e_Replica/303/247/303/243o.md +0 -309
- package/pro/squads/mmos-squad/minds/alex_hormozi/artifacts/O_sistema_completo_de_cria/303/247/303/243o_de_conte/303/272do_de_Alex_Hormozi.md +0 -416
- package/pro/squads/mmos-squad/minds/brad_frost/.backup/2026-01-13/artifacts/DECIS/303/225ES_ESTRAT/303/211GICAS_DE_DESIGN_SYSTEMS_(2022_2025).md +0 -1038
- package/pro/squads/mmos-squad/minds/brad_frost/.backup/2026-01-13/artifacts/FRAMEWORK_COMPLETO_DE_IMPLEMENTA/303/207/303/203O_ATOMIC_DESIGN.md +0 -797
- package/pro/squads/mmos-squad/minds/brad_frost/.backup/2026-01-13/artifacts/O_Cemit/303/251rio_de_Design_Systems.md +0 -447
- package/pro/squads/mmos-squad/minds/brad_frost/.backup/2026-01-13/artifacts/PRINC/303/215PIOS_DE_RACIOC/303/215NIO.md +0 -190
- package/pro/squads/mmos-squad/minds/brad_frost/artifacts/DECIS/303/225ES_ESTRAT/303/211GICAS_DE_DESIGN_SYSTEMS_(2022_2025).md +0 -1038
- package/pro/squads/mmos-squad/minds/brad_frost/artifacts/FRAMEWORK_COMPLETO_DE_IMPLEMENTA/303/207/303/203O_ATOMIC_DESIGN.md +0 -797
- package/pro/squads/mmos-squad/minds/brad_frost/artifacts/O_Cemit/303/251rio_de_Design_Systems.md +0 -447
- package/pro/squads/mmos-squad/minds/brad_frost/artifacts/PRINC/303/215PIOS_DE_RACIOC/303/215NIO.md +0 -190
- package/pro/squads/mmos-squad/minds/elon_musk/artifacts/AN/303/201LISE_PSICOM/303/211TRICA_PROFUNDA_ELON_MUSK.md +0 -291
- package/pro/squads/mmos-squad/minds/elon_musk/artifacts/ASSINATURA_LINGU/303/215STICA_ELON_MUSK.md +0 -485
- package/pro/squads/mmos-squad/minds/elon_musk/artifacts/A_Arquitetura_Mental_de_Elon_Musk_Uma_An/303/241lise_Sistem/303/241tica_dos_Frameworks_de_Pensamento.md +0 -907
- package/pro/squads/mmos-squad/minds/elon_musk/artifacts/Dossi/303/252_Estrat/303/251gico_A_Arquitetura_Psicol/303/263gica_de_Elon_Musk.md +0 -252
- package/pro/squads/mmos-squad/minds/elon_musk/artifacts/Os_Padr/303/265es_de_Leitura_de_Elon_Musk_e_Sua_Influ/303/252ncia_Sistem/303/241tica.md +0 -287
- package/pro/squads/mmos-squad/minds/elon_musk/artifacts/Uma_an/303/241lise_psicol/303/263gica_abrangente.md +0 -187
- package/pro/squads/mmos-squad/minds/eugene_schwartz/artifacts/AN/303/201LISE_PSICOM/303/211TRICA_PROFUNDA_EUGENE_M._SCHWARTZ.md +0 -790
- package/pro/squads/mmos-squad/minds/eugene_schwartz/artifacts/An/303/241lise_Completa_Eugene_Schwartz_Arquitetura_Cognitiva_DEEP.md +0 -210
- package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/5H_EXTRA/303/207/303/203O_COGNITIVA_COMPLETA_PEDRO_VAL/303/211RIO_LOPEZ.md +0 -226
- package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/AN/303/201LISE_COMPARATIVA_REVISADA_PEDRO_VAL/303/211RIO_LOPEZ.md +0 -246
- package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/AN/303/201LISE_LINGU/303/215STICA_CARIOCA_PEDRO_VAL/303/211RIO_LOPEZ.md +0 -274
- package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/AN/303/201LISE_PSICOM/303/211TRICA_DEFINITIVA_PEDRO_VAL/303/211RIO_LOPEZ.md +0 -821
- package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/AN/303/201LISE_PSICOM/303/211TRICA_PROFUNDA_PEDRO_VAL/303/211RIO.md +0 -1844
- package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/C/303/201LCULO_DE_RARIDADE_ESTAT/303/215STICA_PEDRO_VAL/303/211RIO_LOPEZ.md +0 -154
- package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/EXTRA/303/207/303/203O_PEDRO_VAL/303/211RIO.md +0 -237
- package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/MAPEAMENTO_LINGU/303/215STICO_PROFUNDO.md +0 -161
- package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/META_AXIOMAS_DE_PEDRO_VAL/303/211RIO.md +0 -256
- package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/SISTEMA_IMUNOL/303/223GICO_COGNITIVO_PEDRO_VAL/303/211RIO_LOPEZ.md +0 -586
- package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/SISTEMA_IMUNOL/303/223GICO_COGNITIVO_V2_/342/200/224_CLONE_IA.md +0 -452
- package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/TABELA_COMPARATIVA_AN/303/201LISE_COMPLETA_DOS_CLONES_IA.md +0 -102
- package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/WHATSAPP_PADR/303/225ES_LINGU/303/215STICOS_PEDRO_VAL/303/211RIO_LOPEZ.md +0 -286
- package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/heur/303/255sticas_de_decis/303/243o_e_algoritmos_mentais_/303/272nicos.md +0 -268
- package/pro/squads/mmos-squad/minds/ray_kurzweil/sources/books/PROTOCOLO_COMPLETO_DE_INTERROGA/303/207/303/203O_-_NAVAL_RAVIKANT.md +0 -3624
- package/pro/squads/mmos-squad/minds/steve_jobs/artifacts/FRAMEWORK_COMPLETO_DE_IMPLEMENTA/303/207/303/203O_JOBS.md +0 -488
- package/pro/squads/mmos-squad/minds/steve_jobs/artifacts/Framework_Cabe/303/247a_Steve.md +0 -257
- package/pro/squads/mmos-squad/minds/steve_jobs/artifacts/Relat/303/263rio_Abrangente_sobre_Steve_Jobs_para_Cria/303/247/303/243o_de_Clone_de_IA.md +0 -370
- package/pro/squads/mmos-squad/minds/steve_jobs/artifacts/Steve_Jobs_An/303/241lise_Psicol/303/263gica_Profunda_e_Valida/303/247/303/243o_Comportamental.md +0 -65
- package/pro/squads/squad-creator-pro/assessments/axioma-assessment-wf-create-squad.yaml +0 -325
- package/pro/squads/squad-creator-pro/checklists/create-agent-checklist.md +0 -184
- package/pro/squads/squad-creator-pro/checklists/create-workflow-checklist.md +0 -224
- package/pro/squads/squad-creator-pro/checklists/squad-overview-checklist.md +0 -393
- package/pro/squads/squad-creator-pro/docs/ADR-001-model-tier-qualification.md +0 -344
- package/pro/squads/squad-creator-pro/docs/AGENT-COLLABORATION.md +0 -609
- package/pro/squads/squad-creator-pro/docs/MIGRATION-PLAN-AGENT-CONFORMITY.md +0 -861
- package/pro/squads/squad-creator-pro/docs/MIGRATION-ROADMAP-HYBRIDOPS.md +0 -1161
- package/pro/squads/squad-creator-pro/docs/MODEL-TIER-QUALIFICATION.md +0 -337
- package/pro/squads/squad-creator-pro/docs/RFC-001-deterministic-refactoring.md +0 -463
- package/pro/squads/squad-creator-pro/docs/optimize-v4-proposal.md +0 -354
- package/pro/squads/squad-creator-pro/docs/session-report-2026-02-01.md +0 -411
- package/pro/squads/squad-creator-pro/docs/validation-report-2026-02-01.md +0 -439
- package/pro/squads/squad-creator-pro/protocols/ai-first-governance.md +0 -63
- package/pro/squads/squad-creator-pro/scripts/__pycache__/dependency_check.cpython-314.pyc +0 -0
- package/pro/squads/squad-creator-pro/scripts/__pycache__/inventory.cpython-314.pyc +0 -0
- package/pro/squads/squad-creator-pro/scripts/__pycache__/naming_validator.cpython-314.pyc +0 -0
- package/pro/squads/squad-creator-pro/scripts/__pycache__/quality_gate.cpython-314.pyc +0 -0
- package/pro/squads/squad-creator-pro/scripts/__pycache__/scoring.cpython-314.pyc +0 -0
- package/pro/squads/squad-creator-pro/scripts/__pycache__/yaml_validator.cpython-314.pyc +0 -0
- package/pro/squads/squad-creator-pro/scripts/sync-ide-command.py +0 -590
- package/pro/squads/squad-creator-pro/squad.yaml +0 -36
- package/pro/squads/squad-creator-pro/tasks/detect-squad-context.md +0 -81
- package/pro/squads/squad-creator-pro/tasks/find-0.8.md +0 -222
- package/pro/squads/squad-creator-pro/tasks/install-commands.md +0 -373
- package/pro/squads/squad-creator-pro/tasks/next-squad.md +0 -487
- package/pro/squads/squad-creator-pro/tasks/pv-axioma-assessment-wf-clone-mind.yaml +0 -256
- package/pro/squads/squad-creator-pro/tasks/reexecute-squad-phase.md +0 -64
- package/pro/squads/squad-creator-pro/tasks/squad-overview.md +0 -683
- package/pro/squads/squad-creator-pro/tasks/sync-ide-command.md +0 -392
- package/pro/squads/squad-creator-pro/tasks/validate-final-artifacts.md +0 -80
- package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/haiku-output.yaml +0 -366
- package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/haiku-v2.1-output.yaml +0 -452
- package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/haiku-v2.2.1-output.yaml +0 -281
- package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/haiku-v2.2.2-output.yaml +0 -332
- package/pro/squads/squad-creator-pro/test-cases/an-clone-review/haiku-round-1.yaml +0 -213
- package/pro/squads/squad-creator-pro/test-cases/an-fidelity-score/haiku-round-1.yaml +0 -262
- package/pro/squads/squad-creator-pro/test-cases/an-validate-clone/haiku-round-1.yaml +0 -282
- package/pro/squads/squad-creator-pro/test-cases/pv-axioma-assessment/haiku-output.yaml +0 -209
- package/pro/squads/squad-creator-pro/test-cases/pv-modernization-score/haiku-round-1.yaml +0 -393
- package/pro/squads/squad-creator-pro/test-cases/qa-after-creation/haiku-round-1.yaml +0 -292
- package/pro/squads/squad-creator-pro/test-cases/validate-squad/haiku-round-1-MINE.yaml +0 -36
- package/pro/squads/squad-creator-pro/test-cases/validate-squad/haiku-round-1.yaml +0 -193
- package/pro/squads/squad-creator-pro/test-cases/validate-squad/haiku-round-2.yaml +0 -303
- package/pro/squads/squad-creator-pro/test-cases/validate-squad/haiku-round-3-v4-task.yaml +0 -149
- package/pro/squads/squad-creator-pro/test-cases/wf-clone-mind/haiku-output-v2-calibrated.yaml +0 -200
- package/pro/squads/squad-creator-pro/test-cases/wf-clone-mind/haiku-output.yaml +0 -183
- /package/pro/squads/{mmos-squad/minds/alex_hormozi/artifacts/Processo_Cria/303/247/303/243o_Conte/303/272do_Hormozi.md" → claude-code-mastery/docs/.gitkeep} +0 -0
- /package/pro/squads/{squad-creator-pro → squad-creator}/HEADLINE.md +0 -0
- /package/pro/squads/{squad-creator-pro → squad-creator}/checklists/smoke-test-agent.md +0 -0
- /package/pro/squads/{squad-creator-pro → squad-creator}/data/executor-decision-tree.md +0 -0
- /package/pro/squads/{squad-creator-pro → squad-creator}/data/pipeline-patterns.md +0 -0
- /package/pro/squads/{squad-creator-pro → squad-creator}/data/squad-type-definitions.yaml +0 -0
- /package/pro/squads/{squad-creator-pro → squad-creator}/docs/TROUBLESHOOTING.md +0 -0
- /package/pro/squads/{squad-creator-pro → squad-creator}/docs/task-optimization-framework.md +0 -0
- /package/pro/squads/{squad-creator-pro → squad-creator}/templates/handoff-insumos-tmpl.yaml +0 -0
- /package/pro/squads/{squad-creator-pro → squad-creator}/templates/orchestrator-tmpl.md +0 -0
- /package/pro/squads/{squad-creator-pro → squad-creator}/templates/pipeline-progress-tmpl.py +0 -0
- /package/pro/squads/{squad-creator-pro → squad-creator}/templates/pipeline-runner-tmpl.py +0 -0
- /package/pro/squads/{squad-creator-pro → squad-creator}/templates/pipeline-state-tmpl.py +0 -0
- /package/pro/squads/{squad-creator-pro → squad-creator}/templates/quality-dashboard-tmpl.md +0 -0
- /package/pro/squads/{squad-creator-pro → squad-creator}/templates/squad-readme-tmpl.md +0 -0
|
@@ -0,0 +1,1779 @@
|
|
|
1
|
+
# Define North Star Metric - Sean Ellis Framework
|
|
2
|
+
|
|
3
|
+
## Purpose
|
|
4
|
+
|
|
5
|
+
Systematic process for defining, validating, and operationalizing your North Star Metric (NSM). The North Star Metric is the single measurement that best captures the core value your product delivers to customers. When properly defined, it aligns every team, clarifies priorities, and predicts long-term sustainable growth.
|
|
6
|
+
|
|
7
|
+
Sean Ellis coined the term to solve a common problem: companies drowning in metrics but lacking a unified focus. The North Star Metric cuts through the noise by identifying the ONE number that, when improved, drives everything else that matters.
|
|
8
|
+
|
|
9
|
+
## When to Use
|
|
10
|
+
|
|
11
|
+
- **PRODUCT STRATEGY** - Defining or refining product direction
|
|
12
|
+
- **COMPANY ALIGNMENT** - Getting all teams focused on the same goal
|
|
13
|
+
- **GROWTH PLANNING** - Knowing what to optimize before scaling
|
|
14
|
+
- **INVESTOR COMMUNICATION** - Single metric that demonstrates value creation
|
|
15
|
+
- **NEW PRODUCT LAUNCH** - Establishing success criteria from day one
|
|
16
|
+
- **PIVOT DECISION** - Determining if current direction is working
|
|
17
|
+
- **TEAM ONBOARDING** - Helping new hires understand what matters most
|
|
18
|
+
|
|
19
|
+
## Primary Agent
|
|
20
|
+
|
|
21
|
+
```yaml
|
|
22
|
+
primary_agent: sean-ellis
|
|
23
|
+
supporting_agents:
|
|
24
|
+
- peter-fader # Customer value correlation
|
|
25
|
+
- avinash-kaushik # Metrics hierarchy and DMMM
|
|
26
|
+
|
|
27
|
+
sean_ellis_perspective:
|
|
28
|
+
core_belief: "Every product needs ONE metric that captures the value you deliver to customers. Everything else is either an input to that metric or a result of it."
|
|
29
|
+
|
|
30
|
+
key_insight: |
|
|
31
|
+
"The North Star Metric isn't your revenue number. Revenue is a lagging
|
|
32
|
+
indicator of value delivered. The NSM captures the moment when your
|
|
33
|
+
customer gets value - and if you get that right, revenue follows."
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
---
|
|
37
|
+
|
|
38
|
+
## Metadata
|
|
39
|
+
|
|
40
|
+
```yaml
|
|
41
|
+
task:
|
|
42
|
+
name: Define North Star Metric
|
|
43
|
+
id: define-north-star
|
|
44
|
+
version: "1.0"
|
|
45
|
+
category: product_strategy
|
|
46
|
+
difficulty: intermediate
|
|
47
|
+
estimated_effort: 1-2 weeks (workshop, validation, operationalization)
|
|
48
|
+
|
|
49
|
+
primary_agents:
|
|
50
|
+
- sean-ellis
|
|
51
|
+
|
|
52
|
+
supporting_agents:
|
|
53
|
+
- peter-fader
|
|
54
|
+
- avinash-kaushik
|
|
55
|
+
|
|
56
|
+
outputs:
|
|
57
|
+
- north_star_definition
|
|
58
|
+
- input_metrics_tree
|
|
59
|
+
- validation_results
|
|
60
|
+
- dashboard_specifications
|
|
61
|
+
- team_alignment_doc
|
|
62
|
+
|
|
63
|
+
prerequisites:
|
|
64
|
+
- product_understanding
|
|
65
|
+
- user_behavior_data
|
|
66
|
+
- business_model_clarity
|
|
67
|
+
- stakeholder_availability
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
---
|
|
71
|
+
|
|
72
|
+
## Sean Ellis's North Star Philosophy
|
|
73
|
+
|
|
74
|
+
```
|
|
75
|
+
+---------------------------------------------------------------------------+
|
|
76
|
+
| SEAN ELLIS'S NORTH STAR PRINCIPLES |
|
|
77
|
+
+---------------------------------------------------------------------------+
|
|
78
|
+
| |
|
|
79
|
+
| 1. ONE METRIC TO RULE THEM ALL |
|
|
80
|
+
| "If you can only look at one number to know if your business is |
|
|
81
|
+
| healthy, what would it be? That's your North Star." |
|
|
82
|
+
| |
|
|
83
|
+
| 2. VALUE, NOT REVENUE |
|
|
84
|
+
| "Revenue is the result of delivering value. Your NSM should |
|
|
85
|
+
| capture the VALUE moment, not the payment moment." |
|
|
86
|
+
| |
|
|
87
|
+
| 3. LEADING, NOT LAGGING |
|
|
88
|
+
| "A good North Star predicts future success. It moves before |
|
|
89
|
+
| revenue moves. That's how you know you're on the right track." |
|
|
90
|
+
| |
|
|
91
|
+
| 4. ACTIONABLE BY TEAMS |
|
|
92
|
+
| "If your teams can't directly influence the metric, it's not |
|
|
93
|
+
| a good North Star. It needs to be something they can move." |
|
|
94
|
+
| |
|
|
95
|
+
| 5. SIMPLE TO UNDERSTAND |
|
|
96
|
+
| "Everyone from the CEO to the newest engineer should be able |
|
|
97
|
+
| to explain the NSM and why it matters in under 30 seconds." |
|
|
98
|
+
| |
|
|
99
|
+
| 6. CONNECTED TO BUSINESS OUTCOMES |
|
|
100
|
+
| "The NSM must correlate with business success. If it goes up |
|
|
101
|
+
| and revenue doesn't follow, you've picked the wrong metric." |
|
|
102
|
+
| |
|
|
103
|
+
+---------------------------------------------------------------------------+
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
---
|
|
107
|
+
|
|
108
|
+
## PHASE 0: PRE-WORKSHOP PREPARATION
|
|
109
|
+
|
|
110
|
+
### Step 0.1: Stakeholder Alignment
|
|
111
|
+
|
|
112
|
+
Before running a North Star workshop, ensure key stakeholders understand the concept and are committed to the process.
|
|
113
|
+
|
|
114
|
+
```yaml
|
|
115
|
+
stakeholder_checklist:
|
|
116
|
+
|
|
117
|
+
executive_buy_in:
|
|
118
|
+
required: true
|
|
119
|
+
who:
|
|
120
|
+
- CEO or GM
|
|
121
|
+
- Head of Product
|
|
122
|
+
- Head of Growth/Marketing
|
|
123
|
+
what_they_need_to_understand:
|
|
124
|
+
- "NSM is not replacing all metrics, it's prioritizing one"
|
|
125
|
+
- "Teams will use this to make daily decisions"
|
|
126
|
+
- "NSM may differ from what we've been measuring"
|
|
127
|
+
- "Commitment to track and report on NSM regularly"
|
|
128
|
+
|
|
129
|
+
cross_functional_participation:
|
|
130
|
+
required: true
|
|
131
|
+
who:
|
|
132
|
+
- Product lead
|
|
133
|
+
- Engineering lead
|
|
134
|
+
- Marketing/Growth lead
|
|
135
|
+
- Customer Success lead
|
|
136
|
+
- Data/Analytics lead
|
|
137
|
+
why_all_teams:
|
|
138
|
+
- "NSM affects everyone's priorities"
|
|
139
|
+
- "Need buy-in for adoption"
|
|
140
|
+
- "Different perspectives improve quality"
|
|
141
|
+
|
|
142
|
+
pre_work_for_participants:
|
|
143
|
+
- "Review current key metrics and their limitations"
|
|
144
|
+
- "List what they believe drives customer value"
|
|
145
|
+
- "Identify their team's current success metrics"
|
|
146
|
+
- "Bring data on user behavior and outcomes"
|
|
147
|
+
```
|
|
148
|
+
|
|
149
|
+
### Step 0.2: Data Preparation
|
|
150
|
+
|
|
151
|
+
```yaml
|
|
152
|
+
data_requirements:
|
|
153
|
+
|
|
154
|
+
user_behavior_data:
|
|
155
|
+
essential:
|
|
156
|
+
- "User activation events"
|
|
157
|
+
- "Core feature usage frequency"
|
|
158
|
+
- "Retention/churn patterns"
|
|
159
|
+
- "Engagement metrics over time"
|
|
160
|
+
nice_to_have:
|
|
161
|
+
- "Cohort analysis"
|
|
162
|
+
- "User journey maps"
|
|
163
|
+
- "Feature adoption rates"
|
|
164
|
+
|
|
165
|
+
business_data:
|
|
166
|
+
essential:
|
|
167
|
+
- "Revenue by customer segment"
|
|
168
|
+
- "Customer acquisition cost"
|
|
169
|
+
- "Lifetime value estimates"
|
|
170
|
+
- "Conversion funnel metrics"
|
|
171
|
+
nice_to_have:
|
|
172
|
+
- "NPS or satisfaction scores"
|
|
173
|
+
- "Referral/viral metrics"
|
|
174
|
+
- "Support ticket patterns"
|
|
175
|
+
|
|
176
|
+
qualitative_insights:
|
|
177
|
+
essential:
|
|
178
|
+
- "Why customers say they use the product"
|
|
179
|
+
- "What makes power users different"
|
|
180
|
+
- "Common churn reasons"
|
|
181
|
+
nice_to_have:
|
|
182
|
+
- "PMF survey results"
|
|
183
|
+
- "Customer interview summaries"
|
|
184
|
+
- "Competitive positioning"
|
|
185
|
+
```
|
|
186
|
+
|
|
187
|
+
### Step 0.3: Pre-Workshop Questions
|
|
188
|
+
|
|
189
|
+
```yaml
|
|
190
|
+
pre_workshop_questions:
|
|
191
|
+
|
|
192
|
+
for_leadership:
|
|
193
|
+
- "What is the single most important thing our product does for customers?"
|
|
194
|
+
- "If you could only track one metric, what would it be?"
|
|
195
|
+
- "What behavior indicates a customer is getting real value?"
|
|
196
|
+
- "What's the 'aha moment' when customers realize our value?"
|
|
197
|
+
|
|
198
|
+
for_product:
|
|
199
|
+
- "What action do our best customers take that others don't?"
|
|
200
|
+
- "What feature usage correlates most with retention?"
|
|
201
|
+
- "At what point do customers become 'sticky'?"
|
|
202
|
+
- "What defines an 'activated' user?"
|
|
203
|
+
|
|
204
|
+
for_growth:
|
|
205
|
+
- "What metric do you use to define a 'successful' user?"
|
|
206
|
+
- "What leading indicator best predicts conversion?"
|
|
207
|
+
- "What behavior precedes referrals?"
|
|
208
|
+
- "What engagement level predicts long-term retention?"
|
|
209
|
+
|
|
210
|
+
for_customer_success:
|
|
211
|
+
- "What do healthy accounts do differently?"
|
|
212
|
+
- "What's the first sign a customer might churn?"
|
|
213
|
+
- "What makes customers recommend us?"
|
|
214
|
+
- "What value do customers mention most in reviews?"
|
|
215
|
+
```
|
|
216
|
+
|
|
217
|
+
---
|
|
218
|
+
|
|
219
|
+
## PHASE 1: NORTH STAR CRITERIA
|
|
220
|
+
|
|
221
|
+
### Step 1.1: The Three Requirements
|
|
222
|
+
|
|
223
|
+
Every North Star Metric must meet three requirements:
|
|
224
|
+
|
|
225
|
+
```
|
|
226
|
+
+---------------------------------------------------------------------------+
|
|
227
|
+
| NORTH STAR METRIC REQUIREMENTS |
|
|
228
|
+
+---------------------------------------------------------------------------+
|
|
229
|
+
| |
|
|
230
|
+
| REQUIREMENT 1: REFLECTS CUSTOMER VALUE |
|
|
231
|
+
| +-----------------------------------------------------------------+ |
|
|
232
|
+
| | | |
|
|
233
|
+
| | The metric captures the moment when customers receive VALUE | |
|
|
234
|
+
| | from your product. Not when they sign up, not when they pay, | |
|
|
235
|
+
| | but when they actually GET what they came for. | |
|
|
236
|
+
| | | |
|
|
237
|
+
| | TEST: "Does improving this metric mean customers are getting | |
|
|
238
|
+
| | more value from our product?" | |
|
|
239
|
+
| | | |
|
|
240
|
+
| | EXAMPLES: | |
|
|
241
|
+
| | - Airbnb: Nights booked (guest got accommodation) | |
|
|
242
|
+
| | - Slack: Messages sent (team communicated) | |
|
|
243
|
+
| | - Spotify: Time spent listening (user enjoyed music) | |
|
|
244
|
+
| | | |
|
|
245
|
+
| +-----------------------------------------------------------------+ |
|
|
246
|
+
| |
|
|
247
|
+
| REQUIREMENT 2: IS A LEADING INDICATOR |
|
|
248
|
+
| +-----------------------------------------------------------------+ |
|
|
249
|
+
| | | |
|
|
250
|
+
| | The metric moves BEFORE revenue moves. It predicts future | |
|
|
251
|
+
| | business success rather than measuring past performance. | |
|
|
252
|
+
| | | |
|
|
253
|
+
| | TEST: "If this metric improves today, will revenue improve | |
|
|
254
|
+
| | in the coming weeks/months?" | |
|
|
255
|
+
| | | |
|
|
256
|
+
| | LEADING vs LAGGING: | |
|
|
257
|
+
| | - Leading: Active users, engagement, completions | |
|
|
258
|
+
| | - Lagging: Revenue, profit, market share | |
|
|
259
|
+
| | | |
|
|
260
|
+
| +-----------------------------------------------------------------+ |
|
|
261
|
+
| |
|
|
262
|
+
| REQUIREMENT 3: IS ACTIONABLE BY TEAMS |
|
|
263
|
+
| +-----------------------------------------------------------------+ |
|
|
264
|
+
| | | |
|
|
265
|
+
| | Teams can directly influence the metric through their work. | |
|
|
266
|
+
| | If teams can't move it, it's not useful for alignment. | |
|
|
267
|
+
| | | |
|
|
268
|
+
| | TEST: "Can our product, engineering, and growth teams run | |
|
|
269
|
+
| | experiments that directly impact this metric?" | |
|
|
270
|
+
| | | |
|
|
271
|
+
| | ACTIONABLE: | |
|
|
272
|
+
| | - Weekly active users (can improve onboarding, features) | |
|
|
273
|
+
| | - Documents created (can improve UX, templates) | |
|
|
274
|
+
| | | |
|
|
275
|
+
| | NOT ACTIONABLE: | |
|
|
276
|
+
| | - Market conditions (external factors) | |
|
|
277
|
+
| | - Competitor behavior (can't control) | |
|
|
278
|
+
| | | |
|
|
279
|
+
| +-----------------------------------------------------------------+ |
|
|
280
|
+
| |
|
|
281
|
+
+---------------------------------------------------------------------------+
|
|
282
|
+
```
|
|
283
|
+
|
|
284
|
+
### Step 1.2: Good vs Bad North Star Metrics
|
|
285
|
+
|
|
286
|
+
```yaml
|
|
287
|
+
good_north_star_characteristics:
|
|
288
|
+
|
|
289
|
+
captures_value_exchange:
|
|
290
|
+
description: "Measures the moment value is delivered"
|
|
291
|
+
good_examples:
|
|
292
|
+
- "Rides completed (Uber)"
|
|
293
|
+
- "Messages sent (Slack)"
|
|
294
|
+
- "Courses completed (education)"
|
|
295
|
+
bad_examples:
|
|
296
|
+
- "App downloads (no value yet)"
|
|
297
|
+
- "Accounts created (no value yet)"
|
|
298
|
+
- "Page views (passive, not value)"
|
|
299
|
+
|
|
300
|
+
is_compound_metric:
|
|
301
|
+
description: "Combines breadth and depth"
|
|
302
|
+
good_examples:
|
|
303
|
+
- "Weekly active users x sessions per user"
|
|
304
|
+
- "Paying customers x average order value"
|
|
305
|
+
- "Active courses x completion rate"
|
|
306
|
+
bad_examples:
|
|
307
|
+
- "Total users (vanity, no engagement)"
|
|
308
|
+
- "Revenue only (lagging)"
|
|
309
|
+
- "Features shipped (output, not outcome)"
|
|
310
|
+
|
|
311
|
+
has_natural_frequency:
|
|
312
|
+
description: "Can be measured at meaningful intervals"
|
|
313
|
+
good_examples:
|
|
314
|
+
- "Daily: Messages sent"
|
|
315
|
+
- "Weekly: Active users"
|
|
316
|
+
- "Monthly: Transactions completed"
|
|
317
|
+
bad_examples:
|
|
318
|
+
- "Yearly revenue (too slow to act on)"
|
|
319
|
+
- "Lifetime value (can't measure in real-time)"
|
|
320
|
+
- "NPS (too infrequent)"
|
|
321
|
+
|
|
322
|
+
is_understandable:
|
|
323
|
+
description: "Anyone can explain it in 30 seconds"
|
|
324
|
+
good_examples:
|
|
325
|
+
- "Nights booked"
|
|
326
|
+
- "Songs played"
|
|
327
|
+
- "Orders delivered"
|
|
328
|
+
bad_examples:
|
|
329
|
+
- "Engagement score (what's that?)"
|
|
330
|
+
- "Health index (too abstract)"
|
|
331
|
+
- "Weighted activity units (too complex)"
|
|
332
|
+
|
|
333
|
+
bad_north_star_patterns:
|
|
334
|
+
|
|
335
|
+
vanity_metrics:
|
|
336
|
+
description: "Numbers that look good but don't predict success"
|
|
337
|
+
examples:
|
|
338
|
+
- "Total registered users (includes inactive)"
|
|
339
|
+
- "Total app downloads (includes churned)"
|
|
340
|
+
- "Social media followers (not product value)"
|
|
341
|
+
why_bad: "Can grow while business declines"
|
|
342
|
+
|
|
343
|
+
revenue_as_nsm:
|
|
344
|
+
description: "Using revenue or ARR as North Star"
|
|
345
|
+
examples:
|
|
346
|
+
- "Monthly Recurring Revenue"
|
|
347
|
+
- "Gross Merchandise Value"
|
|
348
|
+
- "Annual Contract Value"
|
|
349
|
+
why_bad: "Lagging indicator - moves after value delivered"
|
|
350
|
+
exception: "Marketplaces sometimes use GMV as proxy for value exchange"
|
|
351
|
+
|
|
352
|
+
ratio_only_metrics:
|
|
353
|
+
description: "Percentages without volume context"
|
|
354
|
+
examples:
|
|
355
|
+
- "Conversion rate (could be 100% of 1 user)"
|
|
356
|
+
- "Retention rate (could be high but tiny base)"
|
|
357
|
+
- "NPS score (doesn't show scale)"
|
|
358
|
+
why_bad: "Can be gamed, doesn't show absolute progress"
|
|
359
|
+
|
|
360
|
+
composite_scores:
|
|
361
|
+
description: "Weighted combinations that obscure truth"
|
|
362
|
+
examples:
|
|
363
|
+
- "Customer Health Score"
|
|
364
|
+
- "Engagement Index"
|
|
365
|
+
- "Product Quality Score"
|
|
366
|
+
why_bad: "Hard to understand, easy to manipulate weights"
|
|
367
|
+
```
|
|
368
|
+
|
|
369
|
+
---
|
|
370
|
+
|
|
371
|
+
## PHASE 2: DISCOVERY WORKSHOP
|
|
372
|
+
|
|
373
|
+
### Step 2.1: Workshop Structure
|
|
374
|
+
|
|
375
|
+
```yaml
|
|
376
|
+
workshop_format:
|
|
377
|
+
|
|
378
|
+
duration: "Half-day (4 hours) or full-day for complex products"
|
|
379
|
+
|
|
380
|
+
participants: "6-12 people from cross-functional teams"
|
|
381
|
+
|
|
382
|
+
facilitator: "Product lead or external facilitator"
|
|
383
|
+
|
|
384
|
+
materials_needed:
|
|
385
|
+
- "Whiteboard or virtual board (Miro, Figjam)"
|
|
386
|
+
- "Sticky notes (physical or digital)"
|
|
387
|
+
- "Pre-workshop data package"
|
|
388
|
+
- "Timer for timeboxed exercises"
|
|
389
|
+
|
|
390
|
+
agenda:
|
|
391
|
+
1_context_setting:
|
|
392
|
+
duration: "30 min"
|
|
393
|
+
activities:
|
|
394
|
+
- "Review what North Star Metric means"
|
|
395
|
+
- "Share pre-workshop findings"
|
|
396
|
+
- "Align on workshop goals"
|
|
397
|
+
|
|
398
|
+
2_value_exploration:
|
|
399
|
+
duration: "60 min"
|
|
400
|
+
activities:
|
|
401
|
+
- "Exercise: Customer Value Canvas"
|
|
402
|
+
- "Exercise: Aha Moment Mapping"
|
|
403
|
+
- "Exercise: Power User Analysis"
|
|
404
|
+
|
|
405
|
+
3_metric_brainstorm:
|
|
406
|
+
duration: "45 min"
|
|
407
|
+
activities:
|
|
408
|
+
- "Generate candidate metrics (divergent)"
|
|
409
|
+
- "Group similar metrics"
|
|
410
|
+
- "Initial filtering against criteria"
|
|
411
|
+
|
|
412
|
+
4_metric_evaluation:
|
|
413
|
+
duration: "60 min"
|
|
414
|
+
activities:
|
|
415
|
+
- "Deep evaluation of top 3-5 candidates"
|
|
416
|
+
- "Input metrics tree for each"
|
|
417
|
+
- "Scoring against criteria"
|
|
418
|
+
|
|
419
|
+
5_selection_decision:
|
|
420
|
+
duration: "30 min"
|
|
421
|
+
activities:
|
|
422
|
+
- "Present top candidates with pros/cons"
|
|
423
|
+
- "Discussion and debate"
|
|
424
|
+
- "Commitment to one metric"
|
|
425
|
+
|
|
426
|
+
6_operationalization:
|
|
427
|
+
duration: "30 min"
|
|
428
|
+
activities:
|
|
429
|
+
- "Define measurement methodology"
|
|
430
|
+
- "Identify data requirements"
|
|
431
|
+
- "Assign ownership and next steps"
|
|
432
|
+
```
|
|
433
|
+
|
|
434
|
+
### Step 2.2: Exercise 1 - Customer Value Canvas
|
|
435
|
+
|
|
436
|
+
```
|
|
437
|
+
+---------------------------------------------------------------------------+
|
|
438
|
+
| CUSTOMER VALUE CANVAS |
|
|
439
|
+
+---------------------------------------------------------------------------+
|
|
440
|
+
| |
|
|
441
|
+
| Instructions: Fill each quadrant with your team's perspective |
|
|
442
|
+
| |
|
|
443
|
+
| +--------------------------------+--------------------------------+ |
|
|
444
|
+
| | | | |
|
|
445
|
+
| | WHAT PROBLEM DO WE SOLVE? | HOW DO CUSTOMERS DESCRIBE | |
|
|
446
|
+
| | | THE VALUE THEY GET? | |
|
|
447
|
+
| | - Primary pain point | | |
|
|
448
|
+
| | - Secondary pain points | - In their own words | |
|
|
449
|
+
| | - Jobs to be done | - From reviews/testimonials | |
|
|
450
|
+
| | | - From sales conversations | |
|
|
451
|
+
| | ____________________________ | ____________________________ | |
|
|
452
|
+
| | ____________________________ | ____________________________ | |
|
|
453
|
+
| | ____________________________ | ____________________________ | |
|
|
454
|
+
| | | | |
|
|
455
|
+
| +--------------------------------+--------------------------------+ |
|
|
456
|
+
| | | | |
|
|
457
|
+
| | WHAT ACTION INDICATES | WHAT HAPPENS WHEN CUSTOMERS | |
|
|
458
|
+
| | VALUE WAS RECEIVED? | GET MAXIMUM VALUE? | |
|
|
459
|
+
| | | | |
|
|
460
|
+
| | - Specific user behavior | - Power user behaviors | |
|
|
461
|
+
| | - Measurable action | - Ideal customer journey | |
|
|
462
|
+
| | - Completion/success event | - Expansion indicators | |
|
|
463
|
+
| | | | |
|
|
464
|
+
| | ____________________________ | ____________________________ | |
|
|
465
|
+
| | ____________________________ | ____________________________ | |
|
|
466
|
+
| | ____________________________ | ____________________________ | |
|
|
467
|
+
| | | | |
|
|
468
|
+
| +--------------------------------+--------------------------------+ |
|
|
469
|
+
| |
|
|
470
|
+
+---------------------------------------------------------------------------+
|
|
471
|
+
```
|
|
472
|
+
|
|
473
|
+
### Step 2.3: Exercise 2 - Aha Moment Mapping
|
|
474
|
+
|
|
475
|
+
```yaml
|
|
476
|
+
aha_moment_exercise:
|
|
477
|
+
|
|
478
|
+
purpose: "Identify the moment when customers realize product value"
|
|
479
|
+
|
|
480
|
+
process:
|
|
481
|
+
step_1:
|
|
482
|
+
instruction: "List behaviors that differentiate retained vs churned users"
|
|
483
|
+
examples:
|
|
484
|
+
- "Invited a team member"
|
|
485
|
+
- "Completed first project"
|
|
486
|
+
- "Connected integration"
|
|
487
|
+
- "Used feature X more than 3 times"
|
|
488
|
+
|
|
489
|
+
step_2:
|
|
490
|
+
instruction: "For each behavior, note the timeframe it typically happens"
|
|
491
|
+
examples:
|
|
492
|
+
- "Invited team member: Day 1-3"
|
|
493
|
+
- "Completed first project: Day 3-7"
|
|
494
|
+
- "Connected integration: Day 7-14"
|
|
495
|
+
|
|
496
|
+
step_3:
|
|
497
|
+
instruction: "Identify which behavior best predicts long-term retention"
|
|
498
|
+
question: "Which single action, if completed, most strongly predicts the user will stay?"
|
|
499
|
+
|
|
500
|
+
step_4:
|
|
501
|
+
instruction: "Define the 'Aha Moment' in a sentence"
|
|
502
|
+
template: "Users experience the Aha Moment when they [ACTION] within [TIMEFRAME]"
|
|
503
|
+
examples:
|
|
504
|
+
- "Slack: Send 2,000 team messages within 30 days"
|
|
505
|
+
- "Dropbox: Put at least one file in one folder on one device"
|
|
506
|
+
- "Facebook: Add 7 friends in 10 days"
|
|
507
|
+
|
|
508
|
+
output:
|
|
509
|
+
aha_moment_definition: "____________________________________"
|
|
510
|
+
correlation_with_retention: "___% more likely to retain"
|
|
511
|
+
current_achievement_rate: "___% of users reach Aha Moment"
|
|
512
|
+
```
|
|
513
|
+
|
|
514
|
+
### Step 2.4: Exercise 3 - Metric Brainstorm
|
|
515
|
+
|
|
516
|
+
```yaml
|
|
517
|
+
brainstorm_exercise:
|
|
518
|
+
|
|
519
|
+
phase_1_divergent:
|
|
520
|
+
duration: "15 minutes"
|
|
521
|
+
instruction: |
|
|
522
|
+
Everyone writes potential North Star Metrics on sticky notes.
|
|
523
|
+
One metric per note. No filtering yet - quantity over quality.
|
|
524
|
+
Think about: What captures customer value? What predicts retention?
|
|
525
|
+
|
|
526
|
+
prompt_questions:
|
|
527
|
+
- "What action shows a customer got value?"
|
|
528
|
+
- "What do power users do that others don't?"
|
|
529
|
+
- "What would we celebrate if it doubled?"
|
|
530
|
+
- "What metric would hurt most if it dropped 50%?"
|
|
531
|
+
|
|
532
|
+
phase_2_grouping:
|
|
533
|
+
duration: "10 minutes"
|
|
534
|
+
instruction: |
|
|
535
|
+
Group similar metrics together.
|
|
536
|
+
Name each group.
|
|
537
|
+
Look for patterns and themes.
|
|
538
|
+
|
|
539
|
+
phase_3_initial_filter:
|
|
540
|
+
duration: "15 minutes"
|
|
541
|
+
instruction: |
|
|
542
|
+
For each group, quickly evaluate against the three criteria:
|
|
543
|
+
1. Does it reflect customer value? (Yes/No/Maybe)
|
|
544
|
+
2. Is it a leading indicator? (Yes/No/Maybe)
|
|
545
|
+
3. Is it actionable? (Yes/No/Maybe)
|
|
546
|
+
|
|
547
|
+
Keep only metrics with at least 2 "Yes" answers for deep evaluation.
|
|
548
|
+
|
|
549
|
+
output:
|
|
550
|
+
total_metrics_generated: "___"
|
|
551
|
+
groups_identified: "___"
|
|
552
|
+
metrics_advancing: "___"
|
|
553
|
+
```
|
|
554
|
+
|
|
555
|
+
---
|
|
556
|
+
|
|
557
|
+
## PHASE 3: COMMON NORTH STARS BY BUSINESS MODEL
|
|
558
|
+
|
|
559
|
+
### Step 3.1: Business Model Categories
|
|
560
|
+
|
|
561
|
+
```
|
|
562
|
+
+---------------------------------------------------------------------------+
|
|
563
|
+
| NORTH STAR METRICS BY BUSINESS MODEL |
|
|
564
|
+
+---------------------------------------------------------------------------+
|
|
565
|
+
| |
|
|
566
|
+
| ATTENTION/MEDIA MODEL |
|
|
567
|
+
| Value = Time spent engaging with content |
|
|
568
|
+
| +------------------------------------------------------------------+ |
|
|
569
|
+
| | Business Type | Common North Star Metrics | |
|
|
570
|
+
| |------------------+-----------------------------------------------| |
|
|
571
|
+
| | Social Media | Daily Active Users (DAU) | |
|
|
572
|
+
| | Streaming | Time spent watching/listening | |
|
|
573
|
+
| | News/Content | Time spent reading | |
|
|
574
|
+
| | Gaming | Time played per session | |
|
|
575
|
+
| +------------------------------------------------------------------+ |
|
|
576
|
+
| | Examples: | |
|
|
577
|
+
| | - Facebook: Daily Active Users | |
|
|
578
|
+
| | - Netflix: Hours streamed | |
|
|
579
|
+
| | - Spotify: Time spent listening | |
|
|
580
|
+
| | - Medium: Total time reading | |
|
|
581
|
+
| +------------------------------------------------------------------+ |
|
|
582
|
+
| |
|
|
583
|
+
+---------------------------------------------------------------------------+
|
|
584
|
+
| |
|
|
585
|
+
| TRANSACTION MODEL |
|
|
586
|
+
| Value = Successful purchases/exchanges |
|
|
587
|
+
| +------------------------------------------------------------------+ |
|
|
588
|
+
| | Business Type | Common North Star Metrics | |
|
|
589
|
+
| |------------------+-----------------------------------------------| |
|
|
590
|
+
| | E-commerce | Purchases completed | |
|
|
591
|
+
| | Marketplace | Transactions/GMV | |
|
|
592
|
+
| | On-demand | Orders/rides completed | |
|
|
593
|
+
| | Fintech | Transactions processed | |
|
|
594
|
+
| +------------------------------------------------------------------+ |
|
|
595
|
+
| | Examples: | |
|
|
596
|
+
| | - Amazon: Purchases per customer | |
|
|
597
|
+
| | - Airbnb: Nights booked | |
|
|
598
|
+
| | - Uber: Rides completed | |
|
|
599
|
+
| | - Stripe: Transactions processed | |
|
|
600
|
+
| +------------------------------------------------------------------+ |
|
|
601
|
+
| |
|
|
602
|
+
+---------------------------------------------------------------------------+
|
|
603
|
+
| |
|
|
604
|
+
| PRODUCTIVITY/SaaS MODEL |
|
|
605
|
+
| Value = Tasks accomplished / Problems solved |
|
|
606
|
+
| +------------------------------------------------------------------+ |
|
|
607
|
+
| | Business Type | Common North Star Metrics | |
|
|
608
|
+
| |------------------+-----------------------------------------------| |
|
|
609
|
+
| | Collaboration | Messages sent / Documents created | |
|
|
610
|
+
| | Project Mgmt | Tasks completed | |
|
|
611
|
+
| | Dev Tools | Builds/deploys completed | |
|
|
612
|
+
| | Analytics | Reports/insights generated | |
|
|
613
|
+
| +------------------------------------------------------------------+ |
|
|
614
|
+
| | Examples: | |
|
|
615
|
+
| | - Slack: Messages sent | |
|
|
616
|
+
| | - Notion: Blocks created | |
|
|
617
|
+
| | - GitHub: Pull requests merged | |
|
|
618
|
+
| | - Figma: Designs created | |
|
|
619
|
+
| +------------------------------------------------------------------+ |
|
|
620
|
+
| |
|
|
621
|
+
+---------------------------------------------------------------------------+
|
|
622
|
+
| |
|
|
623
|
+
| SUBSCRIPTION/RETENTION MODEL |
|
|
624
|
+
| Value = Ongoing engagement that justifies subscription |
|
|
625
|
+
| +------------------------------------------------------------------+ |
|
|
626
|
+
| | Business Type | Common North Star Metrics | |
|
|
627
|
+
| |------------------+-----------------------------------------------| |
|
|
628
|
+
| | B2B SaaS | Weekly Active Users / Active accounts | |
|
|
629
|
+
| | Consumer Sub | Sessions per week | |
|
|
630
|
+
| | Membership | Member visits/uses | |
|
|
631
|
+
| | Education | Lessons/courses completed | |
|
|
632
|
+
| +------------------------------------------------------------------+ |
|
|
633
|
+
| | Examples: | |
|
|
634
|
+
| | - Salesforce: Weekly Active Users | |
|
|
635
|
+
| | - Peloton: Workouts completed | |
|
|
636
|
+
| | - Duolingo: Lessons completed | |
|
|
637
|
+
| | - Headspace: Meditations completed | |
|
|
638
|
+
| +------------------------------------------------------------------+ |
|
|
639
|
+
| |
|
|
640
|
+
+---------------------------------------------------------------------------+
|
|
641
|
+
| |
|
|
642
|
+
| CUSTOMER SUCCESS MODEL |
|
|
643
|
+
| Value = Customer achieving their goals |
|
|
644
|
+
| +------------------------------------------------------------------+ |
|
|
645
|
+
| | Business Type | Common North Star Metrics | |
|
|
646
|
+
| |------------------+-----------------------------------------------| |
|
|
647
|
+
| | Enterprise SaaS | Customer outcomes achieved | |
|
|
648
|
+
| | Professional Svc | Projects/engagements completed | |
|
|
649
|
+
| | Consulting | Client goals achieved | |
|
|
650
|
+
| | Training | Certifications earned | |
|
|
651
|
+
| +------------------------------------------------------------------+ |
|
|
652
|
+
| | Examples: | |
|
|
653
|
+
| | - HubSpot: Customers generating leads | |
|
|
654
|
+
| | - Amplitude: Insights actioned | |
|
|
655
|
+
| | - Gainsight: Accounts with healthy scores | |
|
|
656
|
+
| | - Coursera: Courses completed | |
|
|
657
|
+
| +------------------------------------------------------------------+ |
|
|
658
|
+
| |
|
|
659
|
+
+---------------------------------------------------------------------------+
|
|
660
|
+
```
|
|
661
|
+
|
|
662
|
+
### Step 3.2: Detailed Examples by Industry
|
|
663
|
+
|
|
664
|
+
```yaml
|
|
665
|
+
detailed_examples:
|
|
666
|
+
|
|
667
|
+
# SaaS / B2B
|
|
668
|
+
saas_examples:
|
|
669
|
+
|
|
670
|
+
slack:
|
|
671
|
+
north_star: "Messages sent in teams"
|
|
672
|
+
why_it_works:
|
|
673
|
+
- "Captures team communication value"
|
|
674
|
+
- "Leading indicator of stickiness"
|
|
675
|
+
- "Actionable (improve onboarding, integrations)"
|
|
676
|
+
input_metrics:
|
|
677
|
+
- "Teams created"
|
|
678
|
+
- "Users invited"
|
|
679
|
+
- "Channels created"
|
|
680
|
+
- "Integrations connected"
|
|
681
|
+
|
|
682
|
+
hubspot:
|
|
683
|
+
north_star: "Weekly Active Teams"
|
|
684
|
+
why_it_works:
|
|
685
|
+
- "Shows teams getting ongoing value"
|
|
686
|
+
- "Combines breadth and engagement"
|
|
687
|
+
- "Predicts retention"
|
|
688
|
+
input_metrics:
|
|
689
|
+
- "Contacts added"
|
|
690
|
+
- "Emails sent"
|
|
691
|
+
- "Deals created"
|
|
692
|
+
- "Automations active"
|
|
693
|
+
|
|
694
|
+
zoom:
|
|
695
|
+
north_star: "Weekly meeting participants"
|
|
696
|
+
why_it_works:
|
|
697
|
+
- "Captures core value: meetings held"
|
|
698
|
+
- "Scales with team adoption"
|
|
699
|
+
- "Leading indicator of expansion"
|
|
700
|
+
input_metrics:
|
|
701
|
+
- "Meetings scheduled"
|
|
702
|
+
- "Meeting duration"
|
|
703
|
+
- "Participants per meeting"
|
|
704
|
+
- "Recording usage"
|
|
705
|
+
|
|
706
|
+
notion:
|
|
707
|
+
north_star: "Weekly Active Users creating content"
|
|
708
|
+
why_it_works:
|
|
709
|
+
- "Captures value creation, not just viewing"
|
|
710
|
+
- "Indicates product stickiness"
|
|
711
|
+
- "Differentiates active vs passive users"
|
|
712
|
+
input_metrics:
|
|
713
|
+
- "Pages created"
|
|
714
|
+
- "Blocks added"
|
|
715
|
+
- "Team members invited"
|
|
716
|
+
- "Templates used"
|
|
717
|
+
|
|
718
|
+
# Marketplaces
|
|
719
|
+
marketplace_examples:
|
|
720
|
+
|
|
721
|
+
airbnb:
|
|
722
|
+
north_star: "Nights booked"
|
|
723
|
+
why_it_works:
|
|
724
|
+
- "Core value exchange: accommodation provided"
|
|
725
|
+
- "Captures both sides (host + guest)"
|
|
726
|
+
- "Revenue directly correlates"
|
|
727
|
+
input_metrics:
|
|
728
|
+
- "Listings created"
|
|
729
|
+
- "Searches performed"
|
|
730
|
+
- "Booking requests"
|
|
731
|
+
- "Reviews submitted"
|
|
732
|
+
|
|
733
|
+
uber:
|
|
734
|
+
north_star: "Rides completed"
|
|
735
|
+
why_it_works:
|
|
736
|
+
- "Core value: transportation provided"
|
|
737
|
+
- "Two-sided marketplace success"
|
|
738
|
+
- "Actionable by product and ops"
|
|
739
|
+
input_metrics:
|
|
740
|
+
- "Driver availability"
|
|
741
|
+
- "Ride requests"
|
|
742
|
+
- "Estimated wait time"
|
|
743
|
+
- "Driver ratings"
|
|
744
|
+
|
|
745
|
+
etsy:
|
|
746
|
+
north_star: "Gross Merchandise Sales"
|
|
747
|
+
why_it_works:
|
|
748
|
+
- "Captures seller success"
|
|
749
|
+
- "Indicates buyer value found"
|
|
750
|
+
- "Marketplace health indicator"
|
|
751
|
+
input_metrics:
|
|
752
|
+
- "Active sellers"
|
|
753
|
+
- "Listings created"
|
|
754
|
+
- "Search-to-purchase rate"
|
|
755
|
+
- "Repeat purchase rate"
|
|
756
|
+
|
|
757
|
+
# Consumer / Media
|
|
758
|
+
consumer_examples:
|
|
759
|
+
|
|
760
|
+
spotify:
|
|
761
|
+
north_star: "Time spent listening"
|
|
762
|
+
why_it_works:
|
|
763
|
+
- "Direct measure of entertainment value"
|
|
764
|
+
- "Correlates with subscription retention"
|
|
765
|
+
- "Actionable (recommendations, discovery)"
|
|
766
|
+
input_metrics:
|
|
767
|
+
- "Songs played"
|
|
768
|
+
- "Playlists created"
|
|
769
|
+
- "Artists followed"
|
|
770
|
+
- "Podcast episodes completed"
|
|
771
|
+
|
|
772
|
+
duolingo:
|
|
773
|
+
north_star: "Daily Active Learners"
|
|
774
|
+
why_it_works:
|
|
775
|
+
- "Learning requires daily practice"
|
|
776
|
+
- "Captures habit formation"
|
|
777
|
+
- "Predicts long-term retention"
|
|
778
|
+
input_metrics:
|
|
779
|
+
- "Lessons completed"
|
|
780
|
+
- "Streak days"
|
|
781
|
+
- "XP earned"
|
|
782
|
+
- "Courses started"
|
|
783
|
+
|
|
784
|
+
medium:
|
|
785
|
+
north_star: "Total Time Reading"
|
|
786
|
+
why_it_works:
|
|
787
|
+
- "Core value: reading quality content"
|
|
788
|
+
- "Indicates content resonance"
|
|
789
|
+
- "Publisher value creation"
|
|
790
|
+
input_metrics:
|
|
791
|
+
- "Articles read"
|
|
792
|
+
- "Claps given"
|
|
793
|
+
- "Following relationships"
|
|
794
|
+
- "Newsletter subscriptions"
|
|
795
|
+
|
|
796
|
+
# E-commerce / DTC
|
|
797
|
+
ecommerce_examples:
|
|
798
|
+
|
|
799
|
+
amazon:
|
|
800
|
+
north_star: "Purchases per active customer"
|
|
801
|
+
why_it_works:
|
|
802
|
+
- "Measures repeat value delivery"
|
|
803
|
+
- "Indicates customer satisfaction"
|
|
804
|
+
- "Combines acquisition and retention"
|
|
805
|
+
input_metrics:
|
|
806
|
+
- "Products viewed"
|
|
807
|
+
- "Cart additions"
|
|
808
|
+
- "Conversion rate"
|
|
809
|
+
- "Prime membership rate"
|
|
810
|
+
|
|
811
|
+
stitch_fix:
|
|
812
|
+
north_star: "Items kept per fix"
|
|
813
|
+
why_it_works:
|
|
814
|
+
- "Direct measure of styling success"
|
|
815
|
+
- "Customer got clothes they love"
|
|
816
|
+
- "Predicts repeat orders"
|
|
817
|
+
input_metrics:
|
|
818
|
+
- "Style profile completeness"
|
|
819
|
+
- "Feedback submitted"
|
|
820
|
+
- "Items tried"
|
|
821
|
+
- "Fix frequency"
|
|
822
|
+
```
|
|
823
|
+
|
|
824
|
+
---
|
|
825
|
+
|
|
826
|
+
## PHASE 4: INPUT METRICS TREE
|
|
827
|
+
|
|
828
|
+
### Step 4.1: The North Star Framework
|
|
829
|
+
|
|
830
|
+
```
|
|
831
|
+
+---------------------------------------------------------------------------+
|
|
832
|
+
| THE NORTH STAR FRAMEWORK |
|
|
833
|
+
+---------------------------------------------------------------------------+
|
|
834
|
+
| |
|
|
835
|
+
| +-------------------+ |
|
|
836
|
+
| | NORTH STAR | |
|
|
837
|
+
| | METRIC | |
|
|
838
|
+
| +-------------------+ |
|
|
839
|
+
| | |
|
|
840
|
+
| | |
|
|
841
|
+
| +---------------------+---------------------+ |
|
|
842
|
+
| | | | |
|
|
843
|
+
| +------v------+ +------v------+ +------v------+ |
|
|
844
|
+
| | INPUT | | INPUT | | INPUT | |
|
|
845
|
+
| | METRIC 1 | | METRIC 2 | | METRIC 3 | |
|
|
846
|
+
| | (Breadth) | | (Depth) | | (Frequency) | |
|
|
847
|
+
| +-------------+ +-------------+ +-------------+ |
|
|
848
|
+
| | | | |
|
|
849
|
+
| +-------+-------+ +-------+-------+ +-------+-------+ |
|
|
850
|
+
| | | | | | | | | | |
|
|
851
|
+
| Sub Sub Sub Sub Sub Sub Sub Sub Sub |
|
|
852
|
+
| Input Input Input Input Input Input Input Input Input |
|
|
853
|
+
| |
|
|
854
|
+
+---------------------------------------------------------------------------+
|
|
855
|
+
| |
|
|
856
|
+
| INPUT METRIC CATEGORIES: |
|
|
857
|
+
| |
|
|
858
|
+
| 1. BREADTH - How many users/customers? |
|
|
859
|
+
| - Total active users |
|
|
860
|
+
| - New users acquired |
|
|
861
|
+
| - Retained users |
|
|
862
|
+
| |
|
|
863
|
+
| 2. DEPTH - How much value per user? |
|
|
864
|
+
| - Actions per user |
|
|
865
|
+
| - Features used per user |
|
|
866
|
+
| - Value received per user |
|
|
867
|
+
| |
|
|
868
|
+
| 3. FREQUENCY - How often do users engage? |
|
|
869
|
+
| - Sessions per week |
|
|
870
|
+
| - Return rate |
|
|
871
|
+
| - Time between sessions |
|
|
872
|
+
| |
|
|
873
|
+
| 4. EFFICIENCY - How well do we convert? |
|
|
874
|
+
| - Conversion rates |
|
|
875
|
+
| - Time to value |
|
|
876
|
+
| - Success rates |
|
|
877
|
+
| |
|
|
878
|
+
+---------------------------------------------------------------------------+
|
|
879
|
+
```
|
|
880
|
+
|
|
881
|
+
### Step 4.2: Building Your Input Metrics Tree
|
|
882
|
+
|
|
883
|
+
```yaml
|
|
884
|
+
input_metrics_template:
|
|
885
|
+
|
|
886
|
+
north_star_metric: "____________________"
|
|
887
|
+
|
|
888
|
+
definition:
|
|
889
|
+
what_it_measures: "____________________"
|
|
890
|
+
how_calculated: "____________________"
|
|
891
|
+
measurement_frequency: "daily / weekly / monthly"
|
|
892
|
+
|
|
893
|
+
input_metrics:
|
|
894
|
+
|
|
895
|
+
breadth:
|
|
896
|
+
name: "____________________"
|
|
897
|
+
description: "How many users are in the system?"
|
|
898
|
+
sub_inputs:
|
|
899
|
+
- sub_input_1: "____________________"
|
|
900
|
+
- sub_input_2: "____________________"
|
|
901
|
+
- sub_input_3: "____________________"
|
|
902
|
+
team_owner: "____________________"
|
|
903
|
+
|
|
904
|
+
depth:
|
|
905
|
+
name: "____________________"
|
|
906
|
+
description: "How much value does each user get?"
|
|
907
|
+
sub_inputs:
|
|
908
|
+
- sub_input_1: "____________________"
|
|
909
|
+
- sub_input_2: "____________________"
|
|
910
|
+
- sub_input_3: "____________________"
|
|
911
|
+
team_owner: "____________________"
|
|
912
|
+
|
|
913
|
+
frequency:
|
|
914
|
+
name: "____________________"
|
|
915
|
+
description: "How often do users engage?"
|
|
916
|
+
sub_inputs:
|
|
917
|
+
- sub_input_1: "____________________"
|
|
918
|
+
- sub_input_2: "____________________"
|
|
919
|
+
- sub_input_3: "____________________"
|
|
920
|
+
team_owner: "____________________"
|
|
921
|
+
|
|
922
|
+
efficiency:
|
|
923
|
+
name: "____________________"
|
|
924
|
+
description: "How well do we convert interest to action?"
|
|
925
|
+
sub_inputs:
|
|
926
|
+
- sub_input_1: "____________________"
|
|
927
|
+
- sub_input_2: "____________________"
|
|
928
|
+
- sub_input_3: "____________________"
|
|
929
|
+
team_owner: "____________________"
|
|
930
|
+
```
|
|
931
|
+
|
|
932
|
+
### Step 4.3: Example Input Metrics Trees
|
|
933
|
+
|
|
934
|
+
```yaml
|
|
935
|
+
example_tree_slack:
|
|
936
|
+
|
|
937
|
+
north_star: "Messages sent in Slack"
|
|
938
|
+
|
|
939
|
+
input_metrics:
|
|
940
|
+
|
|
941
|
+
breadth:
|
|
942
|
+
name: "Weekly Active Teams"
|
|
943
|
+
sub_inputs:
|
|
944
|
+
- "New teams created"
|
|
945
|
+
- "Teams onboarded (>10 users)"
|
|
946
|
+
- "Retained teams (active 4+ weeks)"
|
|
947
|
+
team_owner: "Growth"
|
|
948
|
+
|
|
949
|
+
depth:
|
|
950
|
+
name: "Messages per active user"
|
|
951
|
+
sub_inputs:
|
|
952
|
+
- "Users sending 10+ messages/week"
|
|
953
|
+
- "Channels per team"
|
|
954
|
+
- "Integrations per team"
|
|
955
|
+
team_owner: "Product"
|
|
956
|
+
|
|
957
|
+
frequency:
|
|
958
|
+
name: "Daily engagement rate"
|
|
959
|
+
sub_inputs:
|
|
960
|
+
- "DAU/WAU ratio"
|
|
961
|
+
- "Days active per week"
|
|
962
|
+
- "Sessions per day"
|
|
963
|
+
team_owner: "Product"
|
|
964
|
+
|
|
965
|
+
efficiency:
|
|
966
|
+
name: "Activation rate"
|
|
967
|
+
sub_inputs:
|
|
968
|
+
- "% reaching 2,000 team messages"
|
|
969
|
+
- "Time to first 100 messages"
|
|
970
|
+
- "% inviting teammates"
|
|
971
|
+
team_owner: "Growth"
|
|
972
|
+
|
|
973
|
+
example_tree_education_platform:
|
|
974
|
+
|
|
975
|
+
north_star: "Courses completed"
|
|
976
|
+
|
|
977
|
+
input_metrics:
|
|
978
|
+
|
|
979
|
+
breadth:
|
|
980
|
+
name: "Active learners"
|
|
981
|
+
sub_inputs:
|
|
982
|
+
- "New enrollments"
|
|
983
|
+
- "Returning learners"
|
|
984
|
+
- "Retained learners (30-day)"
|
|
985
|
+
team_owner: "Growth"
|
|
986
|
+
|
|
987
|
+
depth:
|
|
988
|
+
name: "Progress per learner"
|
|
989
|
+
sub_inputs:
|
|
990
|
+
- "Lessons completed per course"
|
|
991
|
+
- "Assessment scores"
|
|
992
|
+
- "Projects submitted"
|
|
993
|
+
team_owner: "Learning Design"
|
|
994
|
+
|
|
995
|
+
frequency:
|
|
996
|
+
name: "Learning sessions per week"
|
|
997
|
+
sub_inputs:
|
|
998
|
+
- "Sessions per learner"
|
|
999
|
+
- "Streak maintenance rate"
|
|
1000
|
+
- "Weekly active rate"
|
|
1001
|
+
team_owner: "Product"
|
|
1002
|
+
|
|
1003
|
+
efficiency:
|
|
1004
|
+
name: "Completion rate"
|
|
1005
|
+
sub_inputs:
|
|
1006
|
+
- "Module completion rate"
|
|
1007
|
+
- "Course dropout points"
|
|
1008
|
+
- "Time to completion"
|
|
1009
|
+
team_owner: "Learning Design"
|
|
1010
|
+
|
|
1011
|
+
example_tree_saas_analytics:
|
|
1012
|
+
|
|
1013
|
+
north_star: "Insights actioned"
|
|
1014
|
+
|
|
1015
|
+
input_metrics:
|
|
1016
|
+
|
|
1017
|
+
breadth:
|
|
1018
|
+
name: "Active accounts using analytics"
|
|
1019
|
+
sub_inputs:
|
|
1020
|
+
- "Accounts with data connected"
|
|
1021
|
+
- "Accounts with active dashboards"
|
|
1022
|
+
- "Users viewing reports weekly"
|
|
1023
|
+
team_owner: "Customer Success"
|
|
1024
|
+
|
|
1025
|
+
depth:
|
|
1026
|
+
name: "Reports created per account"
|
|
1027
|
+
sub_inputs:
|
|
1028
|
+
- "Custom dashboards created"
|
|
1029
|
+
- "Queries run"
|
|
1030
|
+
- "Segments defined"
|
|
1031
|
+
team_owner: "Product"
|
|
1032
|
+
|
|
1033
|
+
frequency:
|
|
1034
|
+
name: "Weekly analysis sessions"
|
|
1035
|
+
sub_inputs:
|
|
1036
|
+
- "Logins per user"
|
|
1037
|
+
- "Time in product"
|
|
1038
|
+
- "Reports exported/shared"
|
|
1039
|
+
team_owner: "Product"
|
|
1040
|
+
|
|
1041
|
+
efficiency:
|
|
1042
|
+
name: "Insight-to-action rate"
|
|
1043
|
+
sub_inputs:
|
|
1044
|
+
- "Alerts configured"
|
|
1045
|
+
- "Integrations triggered"
|
|
1046
|
+
- "Recommendations implemented"
|
|
1047
|
+
team_owner: "Product"
|
|
1048
|
+
```
|
|
1049
|
+
|
|
1050
|
+
---
|
|
1051
|
+
|
|
1052
|
+
## PHASE 5: VALIDATION CHECKLIST
|
|
1053
|
+
|
|
1054
|
+
### Step 5.1: Pre-Adoption Validation
|
|
1055
|
+
|
|
1056
|
+
Before committing to a North Star Metric, validate it against these criteria:
|
|
1057
|
+
|
|
1058
|
+
```
|
|
1059
|
+
+---------------------------------------------------------------------------+
|
|
1060
|
+
| NORTH STAR VALIDATION CHECKLIST |
|
|
1061
|
+
+---------------------------------------------------------------------------+
|
|
1062
|
+
| |
|
|
1063
|
+
| FUNDAMENTAL CRITERIA |
|
|
1064
|
+
| +------------------------------------------------------------------+ |
|
|
1065
|
+
| | | |
|
|
1066
|
+
| | [ ] Reflects Customer Value | |
|
|
1067
|
+
| | Does improving this metric mean customers get more value? | |
|
|
1068
|
+
| | | |
|
|
1069
|
+
| | [ ] Is Leading Indicator | |
|
|
1070
|
+
| | Does it move before revenue moves? | |
|
|
1071
|
+
| | | |
|
|
1072
|
+
| | [ ] Is Actionable | |
|
|
1073
|
+
| | Can teams directly influence it through their work? | |
|
|
1074
|
+
| | | |
|
|
1075
|
+
| +------------------------------------------------------------------+ |
|
|
1076
|
+
| |
|
|
1077
|
+
| PRACTICAL CRITERIA |
|
|
1078
|
+
| +------------------------------------------------------------------+ |
|
|
1079
|
+
| | | |
|
|
1080
|
+
| | [ ] Measurable Today | |
|
|
1081
|
+
| | Can we track this metric with current data infrastructure? | |
|
|
1082
|
+
| | | |
|
|
1083
|
+
| | [ ] Not Gameable | |
|
|
1084
|
+
| | Is it hard to artificially inflate without real value? | |
|
|
1085
|
+
| | | |
|
|
1086
|
+
| | [ ] Simple to Explain | |
|
|
1087
|
+
| | Can anyone explain it in under 30 seconds? | |
|
|
1088
|
+
| | | |
|
|
1089
|
+
| | [ ] Has Right Frequency | |
|
|
1090
|
+
| | Does it move fast enough to inform decisions? | |
|
|
1091
|
+
| | | |
|
|
1092
|
+
| +------------------------------------------------------------------+ |
|
|
1093
|
+
| |
|
|
1094
|
+
| CORRELATION CRITERIA |
|
|
1095
|
+
| +------------------------------------------------------------------+ |
|
|
1096
|
+
| | | |
|
|
1097
|
+
| | [ ] Correlates with Retention | |
|
|
1098
|
+
| | Users who achieve higher NSM retain better | |
|
|
1099
|
+
| | | |
|
|
1100
|
+
| | [ ] Correlates with Revenue | |
|
|
1101
|
+
| | NSM improvements lead to revenue improvements | |
|
|
1102
|
+
| | | |
|
|
1103
|
+
| | [ ] Correlates with Referral | |
|
|
1104
|
+
| | High-NSM users refer more | |
|
|
1105
|
+
| | | |
|
|
1106
|
+
| +------------------------------------------------------------------+ |
|
|
1107
|
+
| |
|
|
1108
|
+
| ALIGNMENT CRITERIA |
|
|
1109
|
+
| +------------------------------------------------------------------+ |
|
|
1110
|
+
| | | |
|
|
1111
|
+
| | [ ] All Teams Can Contribute | |
|
|
1112
|
+
| | Every team can see how their work impacts the NSM | |
|
|
1113
|
+
| | | |
|
|
1114
|
+
| | [ ] Leadership Buy-In | |
|
|
1115
|
+
| | Executives committed to using this as primary metric | |
|
|
1116
|
+
| | | |
|
|
1117
|
+
| | [ ] No Conflicting Goals | |
|
|
1118
|
+
| | Other metrics don't work against the NSM | |
|
|
1119
|
+
| | | |
|
|
1120
|
+
| +------------------------------------------------------------------+ |
|
|
1121
|
+
| |
|
|
1122
|
+
| SCORE: ___/12 criteria passed |
|
|
1123
|
+
| |
|
|
1124
|
+
| RECOMMENDATION: |
|
|
1125
|
+
| - 12/12: Strong NSM candidate, proceed with confidence |
|
|
1126
|
+
| - 9-11: Good candidate, minor refinements may be needed |
|
|
1127
|
+
| - 6-8: Needs more work, address gaps before adopting |
|
|
1128
|
+
| - <6: Not ready, continue exploring alternatives |
|
|
1129
|
+
| |
|
|
1130
|
+
+---------------------------------------------------------------------------+
|
|
1131
|
+
```
|
|
1132
|
+
|
|
1133
|
+
### Step 5.2: Correlation Analysis
|
|
1134
|
+
|
|
1135
|
+
```yaml
|
|
1136
|
+
correlation_validation:
|
|
1137
|
+
|
|
1138
|
+
purpose: "Verify NSM correlates with business outcomes"
|
|
1139
|
+
|
|
1140
|
+
retention_correlation:
|
|
1141
|
+
analysis:
|
|
1142
|
+
- "Segment users by NSM achievement level"
|
|
1143
|
+
- "Compare retention rates across segments"
|
|
1144
|
+
- "Look for statistically significant differences"
|
|
1145
|
+
expected_pattern:
|
|
1146
|
+
- "High-NSM users retain 2-5x better"
|
|
1147
|
+
- "Clear threshold effect (e.g., 10+ actions = stickiness)"
|
|
1148
|
+
red_flags:
|
|
1149
|
+
- "No correlation between NSM and retention"
|
|
1150
|
+
- "High-NSM users churn as much as low-NSM"
|
|
1151
|
+
|
|
1152
|
+
revenue_correlation:
|
|
1153
|
+
analysis:
|
|
1154
|
+
- "Track NSM changes over time"
|
|
1155
|
+
- "Compare with revenue changes (with lag)"
|
|
1156
|
+
- "Look for leading indicator relationship"
|
|
1157
|
+
expected_pattern:
|
|
1158
|
+
- "NSM increases precede revenue increases by 2-4 weeks"
|
|
1159
|
+
- "NSM dips predict revenue dips"
|
|
1160
|
+
red_flags:
|
|
1161
|
+
- "NSM and revenue move independently"
|
|
1162
|
+
- "Revenue moves first (NSM is lagging)"
|
|
1163
|
+
|
|
1164
|
+
referral_correlation:
|
|
1165
|
+
analysis:
|
|
1166
|
+
- "Identify users who referred others"
|
|
1167
|
+
- "Compare their NSM levels vs non-referrers"
|
|
1168
|
+
- "Look for threshold that predicts referral"
|
|
1169
|
+
expected_pattern:
|
|
1170
|
+
- "Referrers have 2-3x higher NSM"
|
|
1171
|
+
- "Clear NSM level that triggers referral behavior"
|
|
1172
|
+
red_flags:
|
|
1173
|
+
- "No relationship between NSM and referrals"
|
|
1174
|
+
- "Referral happens before NSM achievement"
|
|
1175
|
+
```
|
|
1176
|
+
|
|
1177
|
+
### Step 5.3: Stress Testing
|
|
1178
|
+
|
|
1179
|
+
```yaml
|
|
1180
|
+
stress_tests:
|
|
1181
|
+
|
|
1182
|
+
gaming_test:
|
|
1183
|
+
question: "Could we artificially inflate this metric without delivering real value?"
|
|
1184
|
+
examples_of_gameable:
|
|
1185
|
+
- "Page views (can add auto-refresh)"
|
|
1186
|
+
- "Signups (can incentivize low-quality)"
|
|
1187
|
+
- "Sessions (can force logouts)"
|
|
1188
|
+
examples_of_not_gameable:
|
|
1189
|
+
- "Messages sent by others to you"
|
|
1190
|
+
- "Items purchased"
|
|
1191
|
+
- "Courses completed with assessment"
|
|
1192
|
+
action_if_gameable: "Add quality filter or change metric"
|
|
1193
|
+
|
|
1194
|
+
ceiling_test:
|
|
1195
|
+
question: "Is there a natural ceiling that limits growth?"
|
|
1196
|
+
examples_of_ceiling:
|
|
1197
|
+
- "DAU can't exceed registered users"
|
|
1198
|
+
- "Purchases per customer has limits"
|
|
1199
|
+
mitigation: "Consider compound metrics or growth rate"
|
|
1200
|
+
|
|
1201
|
+
sensitivity_test:
|
|
1202
|
+
question: "Is the metric sensitive enough to show progress?"
|
|
1203
|
+
examples_of_insensitive:
|
|
1204
|
+
- "Annual metrics (move too slow)"
|
|
1205
|
+
- "Large aggregate numbers (small changes invisible)"
|
|
1206
|
+
mitigation: "Break into segments or shorter time periods"
|
|
1207
|
+
|
|
1208
|
+
conflict_test:
|
|
1209
|
+
question: "Could optimizing this metric hurt other important outcomes?"
|
|
1210
|
+
examples_of_conflict:
|
|
1211
|
+
- "Maximizing engagement might hurt well-being"
|
|
1212
|
+
- "Maximizing messages might reduce quality"
|
|
1213
|
+
mitigation: "Add guardrail metrics"
|
|
1214
|
+
```
|
|
1215
|
+
|
|
1216
|
+
---
|
|
1217
|
+
|
|
1218
|
+
## PHASE 6: OPERATIONALIZATION
|
|
1219
|
+
|
|
1220
|
+
### Step 6.1: Measurement Setup
|
|
1221
|
+
|
|
1222
|
+
```yaml
|
|
1223
|
+
measurement_setup:
|
|
1224
|
+
|
|
1225
|
+
data_requirements:
|
|
1226
|
+
events_to_track:
|
|
1227
|
+
- event_name: "____________________"
|
|
1228
|
+
description: "____________________"
|
|
1229
|
+
properties: ["property1", "property2"]
|
|
1230
|
+
- event_name: "____________________"
|
|
1231
|
+
description: "____________________"
|
|
1232
|
+
properties: ["property1", "property2"]
|
|
1233
|
+
|
|
1234
|
+
calculation_logic:
|
|
1235
|
+
formula: "____________________"
|
|
1236
|
+
aggregation: "daily / weekly / monthly"
|
|
1237
|
+
segments: ["segment1", "segment2"]
|
|
1238
|
+
|
|
1239
|
+
data_source: "____________________"
|
|
1240
|
+
update_frequency: "____________________"
|
|
1241
|
+
historical_data_available: "yes / no / partial"
|
|
1242
|
+
|
|
1243
|
+
dashboard_requirements:
|
|
1244
|
+
primary_visualization:
|
|
1245
|
+
type: "line chart / bar chart / gauge"
|
|
1246
|
+
timeframe: "last 30 days / last 12 weeks / custom"
|
|
1247
|
+
comparison: "vs previous period / vs target"
|
|
1248
|
+
|
|
1249
|
+
drill_down_views:
|
|
1250
|
+
- "By segment"
|
|
1251
|
+
- "By cohort"
|
|
1252
|
+
- "By input metric"
|
|
1253
|
+
|
|
1254
|
+
alerts:
|
|
1255
|
+
- condition: "NSM drops >10% week over week"
|
|
1256
|
+
notification: "email to leadership"
|
|
1257
|
+
- condition: "NSM below target for 2+ weeks"
|
|
1258
|
+
notification: "slack to product team"
|
|
1259
|
+
```
|
|
1260
|
+
|
|
1261
|
+
### Step 6.2: Team Alignment Document
|
|
1262
|
+
|
|
1263
|
+
```yaml
|
|
1264
|
+
alignment_document_template:
|
|
1265
|
+
|
|
1266
|
+
north_star_definition:
|
|
1267
|
+
metric_name: "____________________"
|
|
1268
|
+
definition: "____________________"
|
|
1269
|
+
calculation: "____________________"
|
|
1270
|
+
why_this_metric: "____________________"
|
|
1271
|
+
|
|
1272
|
+
current_state:
|
|
1273
|
+
baseline_value: "____________________"
|
|
1274
|
+
trend: "improving / stable / declining"
|
|
1275
|
+
segments_breakdown:
|
|
1276
|
+
- segment: "____________________"
|
|
1277
|
+
value: "____________________"
|
|
1278
|
+
|
|
1279
|
+
targets:
|
|
1280
|
+
quarterly_target: "____________________"
|
|
1281
|
+
annual_target: "____________________"
|
|
1282
|
+
rationale: "____________________"
|
|
1283
|
+
|
|
1284
|
+
input_metrics:
|
|
1285
|
+
- input: "____________________"
|
|
1286
|
+
owner: "____________________"
|
|
1287
|
+
target: "____________________"
|
|
1288
|
+
- input: "____________________"
|
|
1289
|
+
owner: "____________________"
|
|
1290
|
+
target: "____________________"
|
|
1291
|
+
|
|
1292
|
+
guardrail_metrics:
|
|
1293
|
+
- metric: "____________________"
|
|
1294
|
+
threshold: "____________________"
|
|
1295
|
+
why: "____________________"
|
|
1296
|
+
|
|
1297
|
+
review_cadence:
|
|
1298
|
+
frequency: "weekly / bi-weekly / monthly"
|
|
1299
|
+
attendees: "____________________"
|
|
1300
|
+
agenda: "Review NSM, input metrics, blockers, experiments"
|
|
1301
|
+
```
|
|
1302
|
+
|
|
1303
|
+
### Step 6.3: Communication Plan
|
|
1304
|
+
|
|
1305
|
+
```yaml
|
|
1306
|
+
communication_plan:
|
|
1307
|
+
|
|
1308
|
+
launch_announcement:
|
|
1309
|
+
audience: "All company"
|
|
1310
|
+
channel: "All-hands / email / wiki"
|
|
1311
|
+
content:
|
|
1312
|
+
- "What is our North Star Metric"
|
|
1313
|
+
- "Why we chose it"
|
|
1314
|
+
- "How each team connects to it"
|
|
1315
|
+
- "Where to track it"
|
|
1316
|
+
|
|
1317
|
+
ongoing_communication:
|
|
1318
|
+
weekly:
|
|
1319
|
+
- "NSM update in team standup"
|
|
1320
|
+
- "Dashboard link in weekly digest"
|
|
1321
|
+
monthly:
|
|
1322
|
+
- "NSM deep dive in all-hands"
|
|
1323
|
+
- "Progress vs target"
|
|
1324
|
+
- "Top wins and learnings"
|
|
1325
|
+
quarterly:
|
|
1326
|
+
- "NSM review in board meeting"
|
|
1327
|
+
- "Trend analysis"
|
|
1328
|
+
- "Input metric correlation review"
|
|
1329
|
+
|
|
1330
|
+
reinforcement:
|
|
1331
|
+
meeting_mentions: "Start key meetings with NSM update"
|
|
1332
|
+
decision_framing: "How does this decision impact NSM?"
|
|
1333
|
+
experiment_focus: "Experiments should connect to NSM or inputs"
|
|
1334
|
+
```
|
|
1335
|
+
|
|
1336
|
+
---
|
|
1337
|
+
|
|
1338
|
+
## Elicitation Questions
|
|
1339
|
+
|
|
1340
|
+
Before defining your North Star Metric, gather this information:
|
|
1341
|
+
|
|
1342
|
+
### Business Context
|
|
1343
|
+
|
|
1344
|
+
```yaml
|
|
1345
|
+
elicitation:
|
|
1346
|
+
|
|
1347
|
+
business_basics:
|
|
1348
|
+
- "What does your product do in one sentence?"
|
|
1349
|
+
- "What is your business model? (SaaS, marketplace, e-commerce, etc.)"
|
|
1350
|
+
- "Who is your primary customer segment?"
|
|
1351
|
+
- "What is your current stage? (pre-PMF, scaling, mature)"
|
|
1352
|
+
|
|
1353
|
+
value_proposition:
|
|
1354
|
+
- "What problem do you solve for customers?"
|
|
1355
|
+
- "What do customers say they love most about your product?"
|
|
1356
|
+
- "What would customers miss most if your product disappeared?"
|
|
1357
|
+
- "What's the 'aha moment' when customers realize your value?"
|
|
1358
|
+
|
|
1359
|
+
current_metrics:
|
|
1360
|
+
- "What metrics do you currently track most closely?"
|
|
1361
|
+
- "What metric would hurt most if it dropped 50%?"
|
|
1362
|
+
- "What metric would you celebrate most if it doubled?"
|
|
1363
|
+
- "Do different teams focus on different metrics?"
|
|
1364
|
+
|
|
1365
|
+
data_availability:
|
|
1366
|
+
- "What user behavior data do you have access to?"
|
|
1367
|
+
- "Can you segment users by behavior and outcomes?"
|
|
1368
|
+
- "Do you have cohort analysis capabilities?"
|
|
1369
|
+
- "What's your current analytics stack?"
|
|
1370
|
+
```
|
|
1371
|
+
|
|
1372
|
+
### Workshop Logistics
|
|
1373
|
+
|
|
1374
|
+
```yaml
|
|
1375
|
+
logistics_questions:
|
|
1376
|
+
|
|
1377
|
+
participation:
|
|
1378
|
+
- "Who needs to be in the workshop?"
|
|
1379
|
+
- "Who has decision-making authority on metrics?"
|
|
1380
|
+
- "Who will own the NSM after it's defined?"
|
|
1381
|
+
- "What's the best time for a half-day session?"
|
|
1382
|
+
|
|
1383
|
+
preparation:
|
|
1384
|
+
- "What data can you pull before the workshop?"
|
|
1385
|
+
- "Have you done any customer research recently?"
|
|
1386
|
+
- "Is there existing documentation on product strategy?"
|
|
1387
|
+
- "Any previous attempts at defining key metrics?"
|
|
1388
|
+
|
|
1389
|
+
constraints:
|
|
1390
|
+
- "Are there any metrics leadership is attached to?"
|
|
1391
|
+
- "Any political considerations around metrics?"
|
|
1392
|
+
- "What's the timeline for implementing the NSM?"
|
|
1393
|
+
- "What resources are available for measurement setup?"
|
|
1394
|
+
```
|
|
1395
|
+
|
|
1396
|
+
---
|
|
1397
|
+
|
|
1398
|
+
## Output Format
|
|
1399
|
+
|
|
1400
|
+
### North Star Metric Definition Document
|
|
1401
|
+
|
|
1402
|
+
```markdown
|
|
1403
|
+
# North Star Metric Definition
|
|
1404
|
+
## [PRODUCT NAME] - [DATE]
|
|
1405
|
+
|
|
1406
|
+
### Executive Summary
|
|
1407
|
+
|
|
1408
|
+
**North Star Metric:** [METRIC NAME]
|
|
1409
|
+
|
|
1410
|
+
**Definition:** [One sentence explanation]
|
|
1411
|
+
|
|
1412
|
+
**Current Value:** [X]
|
|
1413
|
+
**Target (Quarterly):** [X]
|
|
1414
|
+
**Target (Annual):** [X]
|
|
1415
|
+
|
|
1416
|
+
### Why This Metric?
|
|
1417
|
+
|
|
1418
|
+
[2-3 sentences explaining why this captures customer value and predicts success]
|
|
1419
|
+
|
|
1420
|
+
---
|
|
1421
|
+
|
|
1422
|
+
### Metric Details
|
|
1423
|
+
|
|
1424
|
+
| Attribute | Value |
|
|
1425
|
+
|-----------|-------|
|
|
1426
|
+
| Metric Name | [Name] |
|
|
1427
|
+
| Calculation | [Formula] |
|
|
1428
|
+
| Measurement Frequency | [Daily/Weekly/Monthly] |
|
|
1429
|
+
| Data Source | [System] |
|
|
1430
|
+
| Owner | [Team/Person] |
|
|
1431
|
+
|
|
1432
|
+
---
|
|
1433
|
+
|
|
1434
|
+
### Input Metrics Tree
|
|
1435
|
+
|
|
1436
|
+
```
|
|
1437
|
+
[NORTH STAR METRIC]
|
|
1438
|
+
|
|
|
1439
|
+
+-----------------+-----------------+
|
|
1440
|
+
| | |
|
|
1441
|
+
[INPUT 1] [INPUT 2] [INPUT 3]
|
|
1442
|
+
(Breadth) (Depth) (Frequency)
|
|
1443
|
+
| | |
|
|
1444
|
+
+----|----+ +----|----+ +----|----+
|
|
1445
|
+
| | | | | | | | |
|
|
1446
|
+
Sub Sub Sub Sub Sub Sub Sub Sub Sub
|
|
1447
|
+
```
|
|
1448
|
+
|
|
1449
|
+
**Input Metrics:**
|
|
1450
|
+
|
|
1451
|
+
| Input | Owner | Current | Target |
|
|
1452
|
+
|-------|-------|---------|--------|
|
|
1453
|
+
| [Input 1] | [Team] | [X] | [Y] |
|
|
1454
|
+
| [Input 2] | [Team] | [X] | [Y] |
|
|
1455
|
+
| [Input 3] | [Team] | [X] | [Y] |
|
|
1456
|
+
|
|
1457
|
+
---
|
|
1458
|
+
|
|
1459
|
+
### Guardrail Metrics
|
|
1460
|
+
|
|
1461
|
+
| Metric | Threshold | Action if Breached |
|
|
1462
|
+
|--------|-----------|-------------------|
|
|
1463
|
+
| [Metric 1] | [Threshold] | [Action] |
|
|
1464
|
+
| [Metric 2] | [Threshold] | [Action] |
|
|
1465
|
+
|
|
1466
|
+
---
|
|
1467
|
+
|
|
1468
|
+
### Validation Results
|
|
1469
|
+
|
|
1470
|
+
- [x] Reflects Customer Value
|
|
1471
|
+
- [x] Is Leading Indicator
|
|
1472
|
+
- [x] Is Actionable
|
|
1473
|
+
- [x] Correlates with Retention
|
|
1474
|
+
- [x] Correlates with Revenue
|
|
1475
|
+
- [x] Not Gameable
|
|
1476
|
+
- [x] Simple to Explain
|
|
1477
|
+
|
|
1478
|
+
**Validation Score:** [X]/12
|
|
1479
|
+
|
|
1480
|
+
---
|
|
1481
|
+
|
|
1482
|
+
### Review Schedule
|
|
1483
|
+
|
|
1484
|
+
| Cadence | Forum | Owner |
|
|
1485
|
+
|---------|-------|-------|
|
|
1486
|
+
| Weekly | Team Standup | [Name] |
|
|
1487
|
+
| Monthly | All-Hands | [Name] |
|
|
1488
|
+
| Quarterly | Board Review | [Name] |
|
|
1489
|
+
|
|
1490
|
+
---
|
|
1491
|
+
|
|
1492
|
+
### Next Steps
|
|
1493
|
+
|
|
1494
|
+
1. [ ] Set up tracking in [analytics tool]
|
|
1495
|
+
2. [ ] Build dashboard with input metrics
|
|
1496
|
+
3. [ ] Communicate to all teams
|
|
1497
|
+
4. [ ] Schedule first review meeting
|
|
1498
|
+
```
|
|
1499
|
+
|
|
1500
|
+
---
|
|
1501
|
+
|
|
1502
|
+
## Examples
|
|
1503
|
+
|
|
1504
|
+
### Example 1: B2B SaaS Project Management Tool
|
|
1505
|
+
|
|
1506
|
+
```
|
|
1507
|
+
CONTEXT:
|
|
1508
|
+
- Product: Project management tool for agencies
|
|
1509
|
+
- Business model: Per-seat SaaS subscription
|
|
1510
|
+
- Stage: Post-PMF, scaling
|
|
1511
|
+
- Current metrics: MRR, DAU, Projects created
|
|
1512
|
+
|
|
1513
|
+
WORKSHOP OUTCOME:
|
|
1514
|
+
|
|
1515
|
+
North Star Metric: "Projects completed"
|
|
1516
|
+
|
|
1517
|
+
WHY:
|
|
1518
|
+
- Captures core value: helping teams finish work
|
|
1519
|
+
- Leading indicator: completed projects drive renewals
|
|
1520
|
+
- Actionable: product can improve completion tools
|
|
1521
|
+
|
|
1522
|
+
INPUT METRICS TREE:
|
|
1523
|
+
Projects Completed
|
|
1524
|
+
|
|
|
1525
|
+
+-----------------+-----------------+
|
|
1526
|
+
| | |
|
|
1527
|
+
Active Teams Tasks/Project Completion Rate
|
|
1528
|
+
| | |
|
|
1529
|
+
+----+----+ +----+----+ +----+----+
|
|
1530
|
+
| | | | | | | | |
|
|
1531
|
+
New Ret Exp Tasks Assign Collab Time Blocks
|
|
1532
|
+
|
|
1533
|
+
VALIDATION:
|
|
1534
|
+
- Teams with 5+ completed projects retain 3.2x better
|
|
1535
|
+
- Completion rate correlates 0.78 with NPS
|
|
1536
|
+
- Not gameable (requires real work)
|
|
1537
|
+
- All teams can influence (Product: UX, Growth: onboarding, CS: adoption)
|
|
1538
|
+
|
|
1539
|
+
TARGETS:
|
|
1540
|
+
- Current: 12,000 projects/month
|
|
1541
|
+
- Q1 Target: 15,000 (+25%)
|
|
1542
|
+
- Annual Target: 25,000 (+108%)
|
|
1543
|
+
```
|
|
1544
|
+
|
|
1545
|
+
### Example 2: Consumer Education App
|
|
1546
|
+
|
|
1547
|
+
```
|
|
1548
|
+
CONTEXT:
|
|
1549
|
+
- Product: Language learning app
|
|
1550
|
+
- Business model: Freemium + subscription
|
|
1551
|
+
- Stage: Growth stage
|
|
1552
|
+
- Current metrics: Downloads, DAU, Lessons started
|
|
1553
|
+
|
|
1554
|
+
WORKSHOP OUTCOME:
|
|
1555
|
+
|
|
1556
|
+
North Star Metric: "Weekly Active Learners completing lessons"
|
|
1557
|
+
|
|
1558
|
+
WHY:
|
|
1559
|
+
- Captures value: learning requires completion, not just starting
|
|
1560
|
+
- Leading indicator: lesson completion predicts subscription
|
|
1561
|
+
- Actionable: can improve content, gamification, reminders
|
|
1562
|
+
|
|
1563
|
+
INPUT METRICS TREE:
|
|
1564
|
+
Weekly Active Learners Completing
|
|
1565
|
+
|
|
|
1566
|
+
+--------------------+--------------------+
|
|
1567
|
+
| | |
|
|
1568
|
+
Active Learners Lessons/Learner Completion Rate
|
|
1569
|
+
| | |
|
|
1570
|
+
+----+----+ +----+----+ +----+----+
|
|
1571
|
+
| | | | | | | | |
|
|
1572
|
+
New Ret React Daily Streak Finish Engage
|
|
1573
|
+
|
|
1574
|
+
VALIDATION:
|
|
1575
|
+
- Users completing 7+ lessons/week convert to paid 4.1x
|
|
1576
|
+
- 30-day retention 2.8x higher for high-completers
|
|
1577
|
+
- Gamification increases completion without gaming metric
|
|
1578
|
+
- Product, Growth, and Content teams can all impact
|
|
1579
|
+
|
|
1580
|
+
TARGETS:
|
|
1581
|
+
- Current: 450,000 WAL completing
|
|
1582
|
+
- Q1 Target: 550,000 (+22%)
|
|
1583
|
+
- Annual Target: 900,000 (+100%)
|
|
1584
|
+
```
|
|
1585
|
+
|
|
1586
|
+
### Example 3: B2B Marketplace
|
|
1587
|
+
|
|
1588
|
+
```
|
|
1589
|
+
CONTEXT:
|
|
1590
|
+
- Product: Freelancer marketplace for creative services
|
|
1591
|
+
- Business model: Transaction fee (15%)
|
|
1592
|
+
- Stage: Approaching PMF
|
|
1593
|
+
- Current metrics: GMV, Active buyers, Active freelancers
|
|
1594
|
+
|
|
1595
|
+
WORKSHOP OUTCOME:
|
|
1596
|
+
|
|
1597
|
+
North Star Metric: "Successful projects delivered"
|
|
1598
|
+
|
|
1599
|
+
WHY:
|
|
1600
|
+
- Captures two-sided value: client got deliverable, freelancer got paid
|
|
1601
|
+
- Leading indicator: successful delivery drives repeat usage
|
|
1602
|
+
- Better than GMV: quality matters, not just volume
|
|
1603
|
+
|
|
1604
|
+
INPUT METRICS TREE:
|
|
1605
|
+
Successful Projects Delivered
|
|
1606
|
+
|
|
|
1607
|
+
+----------------+----------------+
|
|
1608
|
+
| | |
|
|
1609
|
+
Active Clients Projects/Client Success Rate
|
|
1610
|
+
| | |
|
|
1611
|
+
+----+----+ +----+----+ +----+----+
|
|
1612
|
+
| | | | | | | | |
|
|
1613
|
+
New Ret Exp Jobs Hire Rehire Qual Time
|
|
1614
|
+
|
|
1615
|
+
VALIDATION:
|
|
1616
|
+
- Clients with 3+ successful projects retain 5.2x
|
|
1617
|
+
- Freelancers with 5+ successful projects earn 3x
|
|
1618
|
+
- Success rate correlates 0.82 with referral rate
|
|
1619
|
+
- Not gameable (requires genuine completion)
|
|
1620
|
+
|
|
1621
|
+
TARGETS:
|
|
1622
|
+
- Current: 2,800 projects/month
|
|
1623
|
+
- Q1 Target: 3,500 (+25%)
|
|
1624
|
+
- Annual Target: 6,000 (+114%)
|
|
1625
|
+
```
|
|
1626
|
+
|
|
1627
|
+
---
|
|
1628
|
+
|
|
1629
|
+
## Integration
|
|
1630
|
+
|
|
1631
|
+
### Related Tasks
|
|
1632
|
+
|
|
1633
|
+
- **run-pmf-test.md** - PMF test helps identify what drives value
|
|
1634
|
+
- **calculate-clv.md** - CLV should correlate with NSM achievement
|
|
1635
|
+
- **design-health-score.md** - Health score inputs often overlap with NSM inputs
|
|
1636
|
+
- **create-dashboard.md** - Dashboard should feature NSM prominently
|
|
1637
|
+
- **run-growth-experiment.md** - Experiments should target NSM or inputs
|
|
1638
|
+
|
|
1639
|
+
### Related Agents
|
|
1640
|
+
|
|
1641
|
+
- **sean-ellis** - Primary methodology owner
|
|
1642
|
+
- **peter-fader** - Customer value perspective
|
|
1643
|
+
- **avinash-kaushik** - Metrics hierarchy and dashboard design
|
|
1644
|
+
|
|
1645
|
+
### Related Checklists
|
|
1646
|
+
|
|
1647
|
+
- **customer-360-checklist.md** - Data infrastructure for NSM tracking
|
|
1648
|
+
|
|
1649
|
+
---
|
|
1650
|
+
|
|
1651
|
+
## Common Pitfalls
|
|
1652
|
+
|
|
1653
|
+
### Pitfall 1: Choosing Revenue as NSM
|
|
1654
|
+
|
|
1655
|
+
```yaml
|
|
1656
|
+
mistake:
|
|
1657
|
+
description: "Using MRR, ARR, or GMV as North Star"
|
|
1658
|
+
why_tempting: "Revenue is what business ultimately cares about"
|
|
1659
|
+
why_wrong:
|
|
1660
|
+
- "Revenue is lagging - moves after value delivered"
|
|
1661
|
+
- "Can't distinguish healthy growth from unsustainable growth"
|
|
1662
|
+
- "Teams can't directly influence revenue (except sales)"
|
|
1663
|
+
solution: "Find the metric that PREDICTS revenue"
|
|
1664
|
+
```
|
|
1665
|
+
|
|
1666
|
+
### Pitfall 2: Choosing Vanity Metrics
|
|
1667
|
+
|
|
1668
|
+
```yaml
|
|
1669
|
+
mistake:
|
|
1670
|
+
description: "Using total users, downloads, or registrations"
|
|
1671
|
+
why_tempting: "Numbers are big and always going up"
|
|
1672
|
+
why_wrong:
|
|
1673
|
+
- "Includes inactive and churned users"
|
|
1674
|
+
- "Doesn't indicate value delivery"
|
|
1675
|
+
- "Can grow while business declines"
|
|
1676
|
+
solution: "Add engagement qualifier (active, completed, etc.)"
|
|
1677
|
+
```
|
|
1678
|
+
|
|
1679
|
+
### Pitfall 3: Too Many North Stars
|
|
1680
|
+
|
|
1681
|
+
```yaml
|
|
1682
|
+
mistake:
|
|
1683
|
+
description: "Having 2-3 'North Star' metrics"
|
|
1684
|
+
why_tempting: "Hard to choose just one, multiple feel safer"
|
|
1685
|
+
why_wrong:
|
|
1686
|
+
- "Defeats the purpose of alignment"
|
|
1687
|
+
- "Teams optimize for different metrics"
|
|
1688
|
+
- "Conflicts between metrics cause confusion"
|
|
1689
|
+
solution: "One NSM, multiple input metrics"
|
|
1690
|
+
```
|
|
1691
|
+
|
|
1692
|
+
### Pitfall 4: Not Validating Correlation
|
|
1693
|
+
|
|
1694
|
+
```yaml
|
|
1695
|
+
mistake:
|
|
1696
|
+
description: "Assuming NSM correlates with outcomes"
|
|
1697
|
+
why_tempting: "Logic suggests it should correlate"
|
|
1698
|
+
why_wrong:
|
|
1699
|
+
- "Gut feeling often wrong"
|
|
1700
|
+
- "May optimize for wrong thing"
|
|
1701
|
+
- "Waste resources on false signal"
|
|
1702
|
+
solution: "Run correlation analysis before committing"
|
|
1703
|
+
```
|
|
1704
|
+
|
|
1705
|
+
### Pitfall 5: Set and Forget
|
|
1706
|
+
|
|
1707
|
+
```yaml
|
|
1708
|
+
mistake:
|
|
1709
|
+
description: "Defining NSM and never revisiting"
|
|
1710
|
+
why_tempting: "Stability feels good, change is hard"
|
|
1711
|
+
why_wrong:
|
|
1712
|
+
- "Business evolves, NSM should too"
|
|
1713
|
+
- "May hit ceiling on current NSM"
|
|
1714
|
+
- "Correlation may weaken over time"
|
|
1715
|
+
solution: "Review NSM quarterly, change if needed"
|
|
1716
|
+
```
|
|
1717
|
+
|
|
1718
|
+
---
|
|
1719
|
+
|
|
1720
|
+
## Sean Ellis's Final Wisdom
|
|
1721
|
+
|
|
1722
|
+
```
|
|
1723
|
+
+---------------------------------------------------------------------------+
|
|
1724
|
+
| SEAN ELLIS'S NORTH STAR PRINCIPLES |
|
|
1725
|
+
+---------------------------------------------------------------------------+
|
|
1726
|
+
| |
|
|
1727
|
+
| "The North Star Metric isn't just a number to track. It's a way of |
|
|
1728
|
+
| thinking. Every decision, every feature, every experiment should |
|
|
1729
|
+
| ultimately connect back to this one metric." |
|
|
1730
|
+
| |
|
|
1731
|
+
| 1. START WITH VALUE |
|
|
1732
|
+
| "Don't start with 'what can we measure?' Start with 'what value |
|
|
1733
|
+
| do we deliver?' The metric follows the value, not the other way." |
|
|
1734
|
+
| |
|
|
1735
|
+
| 2. INPUT METRICS ARE YOUR LEVERS |
|
|
1736
|
+
| "The North Star tells you where you're going. The input metrics |
|
|
1737
|
+
| are what you actually work on. Every team should own an input." |
|
|
1738
|
+
| |
|
|
1739
|
+
| 3. EXPECT IT TO CHANGE |
|
|
1740
|
+
| "Your North Star at seed stage won't be your North Star at Series C. |
|
|
1741
|
+
| As your product and market evolve, so should your metric." |
|
|
1742
|
+
| |
|
|
1743
|
+
| 4. ALIGNMENT > PRECISION |
|
|
1744
|
+
| "A slightly imperfect metric that everyone understands and aligns to |
|
|
1745
|
+
| is better than a perfect metric that nobody uses." |
|
|
1746
|
+
| |
|
|
1747
|
+
| 5. CELEBRATE PUBLICLY |
|
|
1748
|
+
| "When the North Star moves up, celebrate. When it moves down, |
|
|
1749
|
+
| investigate. Make it the heartbeat of your company." |
|
|
1750
|
+
| |
|
|
1751
|
+
| FINAL THOUGHT: |
|
|
1752
|
+
| "The companies that win aren't the ones with the most metrics. |
|
|
1753
|
+
| They're the ones with the clearest focus. One metric, understood |
|
|
1754
|
+
| by everyone, driving every decision. That's the North Star." |
|
|
1755
|
+
| |
|
|
1756
|
+
+---------------------------------------------------------------------------+
|
|
1757
|
+
```
|
|
1758
|
+
|
|
1759
|
+
---
|
|
1760
|
+
|
|
1761
|
+
## Changelog
|
|
1762
|
+
|
|
1763
|
+
```yaml
|
|
1764
|
+
changelog:
|
|
1765
|
+
- version: "1.0"
|
|
1766
|
+
date: "2026-01-23"
|
|
1767
|
+
author: "Data Intelligence Pack"
|
|
1768
|
+
changes:
|
|
1769
|
+
- "Initial task creation"
|
|
1770
|
+
- "Sean Ellis methodology integrated"
|
|
1771
|
+
- "6-phase framework established"
|
|
1772
|
+
- "North Star criteria documented"
|
|
1773
|
+
- "Workshop format included"
|
|
1774
|
+
- "Common NSMs by business model"
|
|
1775
|
+
- "Input metrics tree framework"
|
|
1776
|
+
- "Comprehensive validation checklist"
|
|
1777
|
+
- "3 real-world examples"
|
|
1778
|
+
- "Common pitfalls documented"
|
|
1779
|
+
```
|