code-ai-installer 4.0.0 → 4.0.1-b
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/README.md +83 -67
- package/dist/index.js +2 -0
- package/dist/mcp/audit_ledger.d.ts +12 -0
- package/dist/mcp/audit_ledger.js +82 -0
- package/dist/mcp/cli.js +7 -1
- package/dist/mcp/config.d.ts +23 -0
- package/dist/mcp/config.js +44 -6
- package/dist/mcp/index.d.ts +1 -2
- package/dist/mcp/index.js +1 -2
- package/dist/mcp/paths.d.ts +20 -2
- package/dist/mcp/paths.js +29 -5
- package/dist/mcp/proposal_dedup.d.ts +32 -0
- package/dist/mcp/proposal_dedup.js +102 -0
- package/dist/mcp/proposal_store.d.ts +18 -0
- package/dist/mcp/proposal_store.js +74 -0
- package/dist/mcp/scorecard.d.ts +140 -0
- package/dist/mcp/scorecard.js +103 -0
- package/dist/mcp/skill_invocations.d.ts +15 -0
- package/dist/mcp/skill_invocations.js +28 -0
- package/dist/mcp/task_state.d.ts +77 -2
- package/dist/mcp/tools/_subprocess.d.ts +16 -0
- package/dist/mcp/tools/_subprocess.js +56 -0
- package/dist/mcp/tools/advance_gate.js +2 -2
- package/dist/mcp/tools/aggregate_run_metrics.d.ts +19 -0
- package/dist/mcp/tools/aggregate_run_metrics.js +139 -0
- package/dist/mcp/tools/apply_diff.d.ts +2 -0
- package/dist/mcp/tools/apply_diff.js +29 -0
- package/dist/mcp/tools/audit_bilocale_parity.d.ts +2 -0
- package/dist/mcp/tools/audit_bilocale_parity.js +146 -0
- package/dist/mcp/tools/audit_budget_compliance.d.ts +35 -0
- package/dist/mcp/tools/audit_budget_compliance.js +172 -0
- package/dist/mcp/tools/build.d.ts +2 -0
- package/dist/mcp/tools/build.js +47 -0
- package/dist/mcp/tools/check_lint.d.ts +2 -0
- package/dist/mcp/tools/check_lint.js +23 -0
- package/dist/mcp/tools/classify_gate.js +2 -2
- package/dist/mcp/tools/current_gate.js +2 -2
- package/dist/mcp/tools/dependency_supply_chain.d.ts +2 -0
- package/dist/mcp/tools/dependency_supply_chain.js +59 -0
- package/dist/mcp/tools/docker_compose.d.ts +2 -0
- package/dist/mcp/tools/docker_compose.js +24 -0
- package/dist/mcp/tools/e2e_playwright.d.ts +2 -0
- package/dist/mcp/tools/e2e_playwright.js +88 -0
- package/dist/mcp/tools/get_skill.js +17 -0
- package/dist/mcp/tools/git_commit.d.ts +2 -0
- package/dist/mcp/tools/git_commit.js +30 -0
- package/dist/mcp/tools/list_proposals.d.ts +6 -0
- package/dist/mcp/tools/list_proposals.js +16 -0
- package/dist/mcp/tools/list_skills.js +9 -1
- package/dist/mcp/tools/load_role.d.ts +3 -4
- package/dist/mcp/tools/load_role.js +11 -13
- package/dist/mcp/tools/propose_change.d.ts +8 -0
- package/dist/mcp/tools/propose_change.js +36 -0
- package/dist/mcp/tools/record_decision.js +25 -25
- package/dist/mcp/tools/review_proposal.d.ts +17 -0
- package/dist/mcp/tools/review_proposal.js +99 -0
- package/dist/mcp/tools/run_drift_audit.d.ts +11 -0
- package/dist/mcp/tools/run_drift_audit.js +79 -0
- package/dist/mcp/tools/run_tests.d.ts +2 -0
- package/dist/mcp/tools/run_tests.js +92 -0
- package/dist/mcp/tools/sign_off.js +14 -2
- package/dist/mcp/tools/stubs.js +30 -9
- package/dist/mcp/tools/verify_claim.js +33 -6
- package/dist/mcp_setup.d.ts +14 -3
- package/dist/mcp_setup.js +15 -6
- package/dist/shared/frontmatter.d.ts +44 -2
- package/dist/shared/frontmatter.js +54 -6
- package/dist/shared/index.d.ts +0 -5
- package/dist/shared/index.js +0 -5
- package/dist/shared/persona.d.ts +2 -2
- package/dist/shared/persona.js +1 -1
- package/dist/shared/pipeline.d.ts +46 -1
- package/dist/shared/tools.d.ts +1382 -16
- package/dist/shared/tools.js +229 -0
- package/dist/shared/vocabulary.d.ts +99 -4
- package/dist/shared/vocabulary.js +94 -5
- package/domains/analytics/.agents/skills/ansoff-matrix/SKILL.md +316 -300
- package/domains/analytics/.agents/skills/bcg-matrix/SKILL.md +345 -329
- package/domains/analytics/.agents/skills/blue-ocean-strategy/SKILL.md +432 -416
- package/domains/analytics/.agents/skills/board/SKILL.md +22 -0
- package/domains/analytics/.agents/skills/cohort-analysis/SKILL.md +338 -322
- package/domains/analytics/.agents/skills/competitive-analysis/SKILL.md +413 -395
- package/domains/analytics/.agents/skills/customer-journey-mapping/SKILL.md +347 -331
- package/domains/analytics/.agents/skills/gates/SKILL.md +388 -366
- package/domains/analytics/.agents/skills/handoff/SKILL.md +402 -380
- package/domains/analytics/.agents/skills/html-pdf-report/SKILL.md +21 -289
- package/domains/analytics/.agents/skills/html-pdf-report-reference/SKILL.md +325 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/skill.yaml +23 -0
- package/domains/analytics/.agents/skills/icp-buyer-persona/SKILL.md +407 -390
- package/domains/analytics/.agents/skills/jtbd-analysis/SKILL.md +357 -341
- package/domains/analytics/.agents/skills/karpathy-guidelines/SKILL.md +32 -0
- package/domains/analytics/.agents/skills/pest-analysis/SKILL.md +324 -305
- package/domains/analytics/.agents/skills/porters-five-forces/SKILL.md +377 -361
- package/domains/analytics/.agents/skills/report-design/SKILL.md +416 -398
- package/domains/analytics/.agents/skills/rfm-analysis/SKILL.md +330 -314
- package/domains/analytics/.agents/skills/session-prompt-generator/SKILL.md +400 -378
- package/domains/analytics/.agents/skills/swot-analysis/SKILL.md +340 -324
- package/domains/analytics/.agents/skills/tam-sam-som/SKILL.md +329 -312
- package/domains/analytics/.agents/skills/trend-analysis/SKILL.md +347 -331
- package/domains/analytics/.agents/skills/unit-economics/SKILL.md +430 -413
- package/domains/analytics/.agents/skills/value-chain-analysis/SKILL.md +346 -330
- package/domains/analytics/.agents/skills/web-research/SKILL.md +323 -308
- package/domains/analytics/AGENTS.md +1 -0
- package/domains/analytics/agents/auditor.md +76 -0
- package/domains/analytics/agents/conductor.md +11 -0
- package/domains/analytics/agents/data_analyst.md +11 -0
- package/domains/analytics/agents/designer.md +11 -0
- package/domains/analytics/agents/interviewer.md +11 -0
- package/domains/analytics/agents/layouter.md +11 -0
- package/domains/analytics/agents/mediator.md +11 -0
- package/domains/analytics/agents/researcher.md +11 -0
- package/domains/analytics/agents/strategist.md +11 -0
- package/domains/analytics/locales/en/.agents/skills/ansoff-matrix/SKILL.md +316 -300
- package/domains/analytics/locales/en/.agents/skills/bcg-matrix/SKILL.md +345 -329
- package/domains/analytics/locales/en/.agents/skills/blue-ocean-strategy/SKILL.md +432 -416
- package/domains/analytics/locales/en/.agents/skills/board/SKILL.md +22 -0
- package/domains/analytics/locales/en/.agents/skills/cohort-analysis/SKILL.md +338 -322
- package/domains/analytics/locales/en/.agents/skills/competitive-analysis/SKILL.md +413 -395
- package/domains/analytics/locales/en/.agents/skills/customer-journey-mapping/SKILL.md +347 -331
- package/domains/analytics/locales/en/.agents/skills/gates/SKILL.md +388 -366
- package/domains/analytics/locales/en/.agents/skills/handoff/SKILL.md +402 -380
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report/SKILL.md +21 -289
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/SKILL.md +325 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/skill.yaml +29 -0
- package/domains/analytics/locales/en/.agents/skills/icp-buyer-persona/SKILL.md +407 -390
- package/domains/analytics/locales/en/.agents/skills/jtbd-analysis/SKILL.md +357 -341
- package/domains/analytics/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +32 -0
- package/domains/analytics/locales/en/.agents/skills/pest-analysis/SKILL.md +324 -305
- package/domains/analytics/locales/en/.agents/skills/porters-five-forces/SKILL.md +377 -361
- package/domains/analytics/locales/en/.agents/skills/report-design/SKILL.md +416 -398
- package/domains/analytics/locales/en/.agents/skills/rfm-analysis/SKILL.md +330 -314
- package/domains/analytics/locales/en/.agents/skills/session-prompt-generator/SKILL.md +400 -378
- package/domains/analytics/locales/en/.agents/skills/swot-analysis/SKILL.md +340 -324
- package/domains/analytics/locales/en/.agents/skills/tam-sam-som/SKILL.md +329 -312
- package/domains/analytics/locales/en/.agents/skills/trend-analysis/SKILL.md +347 -331
- package/domains/analytics/locales/en/.agents/skills/unit-economics/SKILL.md +430 -413
- package/domains/analytics/locales/en/.agents/skills/value-chain-analysis/SKILL.md +366 -350
- package/domains/analytics/locales/en/.agents/skills/web-research/SKILL.md +324 -309
- package/domains/analytics/locales/en/AGENTS.md +1 -0
- package/domains/analytics/locales/en/agents/auditor.md +76 -0
- package/domains/analytics/locales/en/agents/conductor.md +27 -0
- package/domains/analytics/locales/en/agents/data_analyst.md +29 -0
- package/domains/analytics/locales/en/agents/designer.md +27 -0
- package/domains/analytics/locales/en/agents/interviewer.md +11 -0
- package/domains/analytics/locales/en/agents/layouter.md +11 -0
- package/domains/analytics/locales/en/agents/mediator.md +11 -0
- package/domains/analytics/locales/en/agents/researcher.md +11 -0
- package/domains/analytics/locales/en/agents/strategist.md +11 -0
- package/domains/analytics/persona/persona-base.md +94 -0
- package/domains/analytics/pipeline.yaml +102 -0
- package/domains/content/.agents/skills/audience-analysis/SKILL.md +15 -0
- package/domains/content/.agents/skills/board/SKILL.md +20 -0
- package/domains/content/.agents/skills/brand-compliance/SKILL.md +15 -0
- package/domains/content/.agents/skills/brand-guidelines/SKILL.md +17 -0
- package/domains/content/.agents/skills/competitor-content-analysis/SKILL.md +15 -0
- package/domains/content/.agents/skills/content-brief/SKILL.md +15 -0
- package/domains/content/.agents/skills/content-calendar/SKILL.md +15 -0
- package/domains/content/.agents/skills/content-release-gate/SKILL.md +15 -0
- package/domains/content/.agents/skills/content-review-checklist/SKILL.md +15 -0
- package/domains/content/.agents/skills/cta-optimization/SKILL.md +15 -0
- package/domains/content/.agents/skills/data-storytelling/SKILL.md +15 -0
- package/domains/content/.agents/skills/email-copywriting/SKILL.md +15 -0
- package/domains/content/.agents/skills/email-engagement-tiers/SKILL.md +15 -0
- package/domains/content/.agents/skills/fact-checking/SKILL.md +15 -0
- package/domains/content/.agents/skills/gates/SKILL.md +20 -0
- package/domains/content/.agents/skills/google-stitch-content/SKILL.md +15 -0
- package/domains/content/.agents/skills/handoff/SKILL.md +24 -0
- package/domains/content/.agents/skills/headline-formulas/SKILL.md +15 -0
- package/domains/content/.agents/skills/image-prompt-engineering/SKILL.md +15 -0
- package/domains/content/.agents/skills/karpathy-guidelines/SKILL.md +28 -0
- package/domains/content/.agents/skills/mailerlite-email-ops/SKILL.md +15 -0
- package/domains/content/.agents/skills/marketing-psychology/SKILL.md +15 -0
- package/domains/content/.agents/skills/moodboard/SKILL.md +15 -0
- package/domains/content/.agents/skills/platform-compliance/SKILL.md +15 -0
- package/domains/content/.agents/skills/platform-strategy/SKILL.md +15 -0
- package/domains/content/.agents/skills/platform-visual-specs/SKILL.md +15 -0
- package/domains/content/.agents/skills/readability-scoring/SKILL.md +15 -0
- package/domains/content/.agents/skills/seo-copywriting/SKILL.md +15 -0
- package/domains/content/.agents/skills/social-media-formats/SKILL.md +15 -0
- package/domains/content/.agents/skills/source-verification/SKILL.md +15 -0
- package/domains/content/.agents/skills/storytelling-framework/SKILL.md +15 -0
- package/domains/content/.agents/skills/tone-of-voice/SKILL.md +15 -0
- package/domains/content/.agents/skills/topic-research/SKILL.md +15 -0
- package/domains/content/.agents/skills/trend-research/SKILL.md +15 -0
- package/domains/content/.agents/skills/visual-brief/SKILL.md +15 -0
- package/domains/content/AGENTS.md +4 -0
- package/domains/content/agents/auditor.md +76 -0
- package/domains/content/agents/conductor.md +11 -0
- package/domains/content/agents/copywriter.md +11 -0
- package/domains/content/agents/researcher.md +11 -0
- package/domains/content/agents/reviewer.md +11 -0
- package/domains/content/agents/strategist.md +11 -0
- package/domains/content/agents/visual_concept.md +11 -0
- package/domains/content/locales/en/.agents/skills/audience-analysis/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/board/SKILL.md +20 -0
- package/domains/content/locales/en/.agents/skills/brand-compliance/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/brand-guidelines/SKILL.md +17 -0
- package/domains/content/locales/en/.agents/skills/competitor-content-analysis/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/content-brief/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/content-calendar/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/content-release-gate/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/content-review-checklist/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/cta-optimization/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/data-storytelling/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/email-copywriting/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/email-engagement-tiers/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/fact-checking/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/gates/SKILL.md +20 -0
- package/domains/content/locales/en/.agents/skills/google-stitch-content/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/handoff/SKILL.md +24 -0
- package/domains/content/locales/en/.agents/skills/headline-formulas/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/image-prompt-engineering/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +30 -1
- package/domains/content/locales/en/.agents/skills/mailerlite-email-ops/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/marketing-psychology/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/moodboard/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/platform-compliance/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/platform-strategy/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/platform-visual-specs/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/readability-scoring/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/seo-copywriting/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/social-media-formats/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/source-verification/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/storytelling-framework/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/tone-of-voice/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/topic-research/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/trend-research/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/visual-brief/SKILL.md +15 -0
- package/domains/content/locales/en/AGENTS.md +4 -0
- package/domains/content/locales/en/agents/auditor.md +76 -0
- package/domains/content/locales/en/agents/conductor.md +12 -0
- package/domains/content/locales/en/agents/copywriter.md +12 -0
- package/domains/content/locales/en/agents/researcher.md +12 -0
- package/domains/content/locales/en/agents/reviewer.md +12 -0
- package/domains/content/locales/en/agents/strategist.md +12 -0
- package/domains/content/locales/en/agents/visual_concept.md +12 -0
- package/domains/content/persona/persona-base.md +94 -0
- package/domains/content/pipeline.yaml +96 -0
- package/domains/development/.agents/skills/adr-log/SKILL.md +1 -0
- package/domains/development/.agents/skills/design-intake/SKILL.md +0 -4
- package/domains/development/.agents/skills/karpathy-guidelines/SKILL.md +2 -1
- package/domains/development/.agents/skills/lava-flow-legacy-detection/SKILL.md +15 -1
- package/domains/development/.agents/skills/mcp-integration/SKILL.md +211 -0
- package/domains/development/.agents/skills/mcp-integration/agents/claude.json +22 -0
- package/domains/development/.agents/skills/mcp-integration/agents/copilot.json +22 -0
- package/domains/development/.agents/skills/mcp-integration/agents/gemini.json +22 -0
- package/domains/development/.agents/skills/mcp-integration/agents/kimi.yaml +18 -0
- package/domains/development/.agents/skills/mcp-integration/agents/openai.yaml +8 -0
- package/domains/development/.agents/skills/mcp-integration/agents/qwen.json +22 -0
- package/domains/development/.agents/skills/mcp-integration/agents/skill.yaml +26 -0
- package/domains/development/.agents/skills/qa-ui-a11y-smoke/SKILL.md +1 -1
- package/domains/development/.agents/skills/ui-a11y-smoke-review/SKILL.md +1 -1
- package/domains/development/AGENTS.md +1 -0
- package/domains/development/AGENTS.yaml +1 -0
- package/domains/development/agents/architect.md +13 -1
- package/domains/development/agents/auditor.md +74 -0
- package/domains/development/agents/conductor.md +14 -3
- package/domains/development/agents/devops.md +8 -9
- package/domains/development/agents/reviewer.md +12 -0
- package/domains/development/agents/senior_full_stack.md +12 -0
- package/domains/development/agents/tester.md +10 -16
- package/domains/development/locales/en/.agents/skills/adr-log/SKILL.md +1 -0
- package/domains/development/locales/en/.agents/skills/current-state-analysis/SKILL.md +256 -172
- package/domains/development/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +2 -1
- package/domains/development/locales/en/.agents/skills/lava-flow-legacy-detection/SKILL.md +15 -1
- package/domains/development/locales/en/.agents/skills/mcp-integration/SKILL.md +211 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/claude.json +22 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/copilot.json +22 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/gemini.json +22 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/kimi.yaml +18 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/openai.yaml +8 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/qwen.json +22 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/skill.yaml +26 -0
- package/domains/development/locales/en/.agents/skills/qa-ui-a11y-smoke/SKILL.md +1 -1
- package/domains/development/locales/en/.agents/skills/ui-a11y-smoke-review/SKILL.md +1 -1
- package/domains/development/locales/en/AGENTS.md +5 -0
- package/domains/development/locales/en/AGENTS.yaml +1 -0
- package/domains/development/locales/en/agents/architect.md +13 -1
- package/domains/development/locales/en/agents/auditor.md +74 -0
- package/domains/development/locales/en/agents/conductor.md +14 -3
- package/domains/development/locales/en/agents/devops.md +8 -9
- package/domains/development/locales/en/agents/reviewer.md +12 -0
- package/domains/development/locales/en/agents/senior_full_stack.md +12 -0
- package/domains/development/locales/en/agents/tester.md +10 -16
- package/domains/development/persona/persona-base.md +94 -0
- package/domains/product/.agents/skills/aarrr-metrics/SKILL.md +451 -433
- package/domains/product/.agents/skills/ab-test-design/SKILL.md +428 -412
- package/domains/product/.agents/skills/acceptance-criteria/SKILL.md +422 -406
- package/domains/product/.agents/skills/assumption-mapping/SKILL.md +323 -307
- package/domains/product/.agents/skills/board/SKILL.md +24 -0
- package/domains/product/.agents/skills/design-brief/SKILL.md +433 -418
- package/domains/product/.agents/skills/epic-breakdown/SKILL.md +435 -420
- package/domains/product/.agents/skills/gates/SKILL.md +470 -446
- package/domains/product/.agents/skills/gtm-brief/SKILL.md +18 -321
- package/domains/product/.agents/skills/gtm-brief-reference/SKILL.md +348 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/kimi.yaml +15 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/skill.yaml +22 -0
- package/domains/product/.agents/skills/handoff/SKILL.md +463 -439
- package/domains/product/.agents/skills/html-pdf-report/SKILL.md +21 -663
- package/domains/product/.agents/skills/html-pdf-report-reference/SKILL.md +699 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/skill.yaml +22 -0
- package/domains/product/.agents/skills/hypothesis-template/SKILL.md +484 -469
- package/domains/product/.agents/skills/jtbd-canvas/SKILL.md +274 -258
- package/domains/product/.agents/skills/kano-model/SKILL.md +370 -355
- package/domains/product/.agents/skills/karpathy-guidelines/SKILL.md +36 -0
- package/domains/product/.agents/skills/launch-checklist/SKILL.md +434 -419
- package/domains/product/.agents/skills/moscow-prioritization/SKILL.md +407 -392
- package/domains/product/.agents/skills/north-star-metric/SKILL.md +317 -301
- package/domains/product/.agents/skills/okr-framework/SKILL.md +299 -284
- package/domains/product/.agents/skills/opportunity-solution-tree/SKILL.md +472 -456
- package/domains/product/.agents/skills/prd-template/SKILL.md +18 -258
- package/domains/product/.agents/skills/prd-template-reference/SKILL.md +285 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/kimi.yaml +16 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/skill.yaml +23 -0
- package/domains/product/.agents/skills/problem-statement/SKILL.md +327 -312
- package/domains/product/.agents/skills/product-roadmap/SKILL.md +320 -304
- package/domains/product/.agents/skills/product-vision/SKILL.md +409 -394
- package/domains/product/.agents/skills/release-notes/SKILL.md +18 -258
- package/domains/product/.agents/skills/release-notes-reference/SKILL.md +285 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/kimi.yaml +15 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/skill.yaml +22 -0
- package/domains/product/.agents/skills/report-design/SKILL.md +17 -307
- package/domains/product/.agents/skills/report-design-reference/SKILL.md +331 -0
- package/domains/product/.agents/skills/report-design-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/report-design-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/report-design-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/report-design-reference/agents/kimi.yaml +15 -0
- package/domains/product/.agents/skills/report-design-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/report-design-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/report-design-reference/agents/skill.yaml +22 -0
- package/domains/product/.agents/skills/rice-scoring/SKILL.md +266 -251
- package/domains/product/.agents/skills/saas-metrics/SKILL.md +422 -404
- package/domains/product/.agents/skills/session-prompt-generator/SKILL.md +474 -450
- package/domains/product/.agents/skills/user-flow/SKILL.md +491 -476
- package/domains/product/.agents/skills/user-interview-script/SKILL.md +315 -298
- package/domains/product/.agents/skills/user-story/SKILL.md +401 -385
- package/domains/product/.agents/skills/wsjf-scoring/SKILL.md +333 -315
- package/domains/product/AGENTS.md +5 -0
- package/domains/product/AGENTS.yaml +1 -0
- package/domains/product/agents/auditor.md +76 -0
- package/domains/product/agents/conductor.md +11 -0
- package/domains/product/agents/data_analyst.md +11 -0
- package/domains/product/agents/designer.md +11 -0
- package/domains/product/agents/discovery.md +11 -0
- package/domains/product/agents/layouter.md +11 -0
- package/domains/product/agents/mediator.md +11 -0
- package/domains/product/agents/pm.md +11 -0
- package/domains/product/agents/product_strategist.md +11 -0
- package/domains/product/agents/tech_lead.md +11 -0
- package/domains/product/agents/ux_designer.md +11 -0
- package/domains/product/locales/en/.agents/skills/aarrr-metrics/SKILL.md +451 -433
- package/domains/product/locales/en/.agents/skills/ab-test-design/SKILL.md +428 -412
- package/domains/product/locales/en/.agents/skills/acceptance-criteria/SKILL.md +422 -406
- package/domains/product/locales/en/.agents/skills/assumption-mapping/SKILL.md +323 -307
- package/domains/product/locales/en/.agents/skills/board/SKILL.md +24 -0
- package/domains/product/locales/en/.agents/skills/design-brief/SKILL.md +433 -418
- package/domains/product/locales/en/.agents/skills/epic-breakdown/SKILL.md +435 -420
- package/domains/product/locales/en/.agents/skills/gates/SKILL.md +470 -446
- package/domains/product/locales/en/.agents/skills/gtm-brief/SKILL.md +18 -321
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/SKILL.md +348 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/claude.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/copilot.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/gemini.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/kimi.yaml +15 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/qwen.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/skill.yaml +22 -0
- package/domains/product/locales/en/.agents/skills/handoff/SKILL.md +463 -439
- package/domains/product/locales/en/.agents/skills/html-pdf-report/SKILL.md +21 -663
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/SKILL.md +699 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/skill.yaml +22 -0
- package/domains/product/locales/en/.agents/skills/hypothesis-template/SKILL.md +484 -469
- package/domains/product/locales/en/.agents/skills/jtbd-canvas/SKILL.md +273 -257
- package/domains/product/locales/en/.agents/skills/kano-model/SKILL.md +370 -355
- package/domains/product/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +36 -0
- package/domains/product/locales/en/.agents/skills/launch-checklist/SKILL.md +434 -419
- package/domains/product/locales/en/.agents/skills/moscow-prioritization/SKILL.md +407 -392
- package/domains/product/locales/en/.agents/skills/north-star-metric/SKILL.md +317 -301
- package/domains/product/locales/en/.agents/skills/okr-framework/SKILL.md +299 -284
- package/domains/product/locales/en/.agents/skills/opportunity-solution-tree/SKILL.md +472 -456
- package/domains/product/locales/en/.agents/skills/prd-template/SKILL.md +18 -258
- package/domains/product/locales/en/.agents/skills/prd-template-reference/SKILL.md +285 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/claude.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/copilot.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/gemini.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/kimi.yaml +15 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/qwen.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/skill.yaml +22 -0
- package/domains/product/locales/en/.agents/skills/problem-statement/SKILL.md +327 -312
- package/domains/product/locales/en/.agents/skills/product-roadmap/SKILL.md +321 -305
- package/domains/product/locales/en/.agents/skills/product-vision/SKILL.md +410 -395
- package/domains/product/locales/en/.agents/skills/release-notes/SKILL.md +18 -258
- package/domains/product/locales/en/.agents/skills/release-notes-reference/SKILL.md +285 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/claude.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/copilot.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/gemini.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/kimi.yaml +14 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/qwen.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/skill.yaml +21 -0
- package/domains/product/locales/en/.agents/skills/report-design/SKILL.md +17 -307
- package/domains/product/locales/en/.agents/skills/report-design-reference/SKILL.md +331 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/claude.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/copilot.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/gemini.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/kimi.yaml +15 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/qwen.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/skill.yaml +22 -0
- package/domains/product/locales/en/.agents/skills/rice-scoring/SKILL.md +266 -251
- package/domains/product/locales/en/.agents/skills/saas-metrics/SKILL.md +422 -404
- package/domains/product/locales/en/.agents/skills/session-prompt-generator/SKILL.md +474 -450
- package/domains/product/locales/en/.agents/skills/user-flow/SKILL.md +491 -476
- package/domains/product/locales/en/.agents/skills/user-interview-script/SKILL.md +314 -297
- package/domains/product/locales/en/.agents/skills/user-story/SKILL.md +401 -385
- package/domains/product/locales/en/.agents/skills/wsjf-scoring/SKILL.md +333 -315
- package/domains/product/locales/en/AGENTS.md +5 -0
- package/domains/product/locales/en/agents/auditor.md +76 -0
- package/domains/product/locales/en/agents/conductor.md +11 -0
- package/domains/product/locales/en/agents/data_analyst.md +11 -0
- package/domains/product/locales/en/agents/designer.md +11 -0
- package/domains/product/locales/en/agents/discovery.md +11 -0
- package/domains/product/locales/en/agents/layouter.md +11 -0
- package/domains/product/locales/en/agents/mediator.md +11 -0
- package/domains/product/locales/en/agents/pm.md +11 -0
- package/domains/product/locales/en/agents/product_strategist.md +11 -0
- package/domains/product/locales/en/agents/tech_lead.md +11 -0
- package/domains/product/locales/en/agents/ux_designer.md +11 -0
- package/domains/product/persona/persona-base.md +94 -0
- package/domains/product/pipeline.yaml +115 -0
- package/package.json +72 -70
|
@@ -1,6 +1,34 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: karpathy-guidelines
|
|
3
3
|
description: Behavioral guidelines to reduce common LLM mistakes — think before coding, simplicity first, surgical changes, goal-driven execution.
|
|
4
|
+
type: mandatory
|
|
5
|
+
domain: content
|
|
6
|
+
owners:
|
|
7
|
+
- conductor
|
|
8
|
+
- copywriter
|
|
9
|
+
- researcher
|
|
10
|
+
- reviewer
|
|
11
|
+
- strategist
|
|
12
|
+
- visual_concept
|
|
13
|
+
gates:
|
|
14
|
+
- STRATEGIST
|
|
15
|
+
- RESEARCHER
|
|
16
|
+
- COPYWRITER
|
|
17
|
+
- VISUAL_CONCEPT
|
|
18
|
+
- REVIEWER
|
|
19
|
+
- RELEASE_GATE
|
|
20
|
+
tech: []
|
|
21
|
+
topic: []
|
|
22
|
+
triggers:
|
|
23
|
+
- karpathy-guidelines
|
|
24
|
+
- karpathy
|
|
25
|
+
- Karpathy Guidelines
|
|
26
|
+
- сначала думай потом делай
|
|
27
|
+
- простота прежде всего
|
|
28
|
+
- хирургические изменения
|
|
29
|
+
related: []
|
|
30
|
+
budget_lines: 354
|
|
31
|
+
schema_version: 1
|
|
4
32
|
license: MIT
|
|
5
33
|
source: https://x.com/karpathy/status/2015883857489522876
|
|
6
34
|
---
|
|
@@ -294,9 +322,10 @@ def test_sort_with_duplicate_scores():
|
|
|
294
322
|
{'name': 'Charlie', 'score': 90},
|
|
295
323
|
]
|
|
296
324
|
result = sort_scores(scores)
|
|
325
|
+
# Problem: with equal scores the order is unpredictable
|
|
297
326
|
assert result[0]['score'] == 100
|
|
298
327
|
assert result[2]['score'] == 90
|
|
299
|
-
assert result[0]['name'] < result[1]['name'] # stable sort
|
|
328
|
+
assert result[0]['name'] < result[1]['name'] # expect a stable sort
|
|
300
329
|
|
|
301
330
|
# Verify: test fails → bug reproduced
|
|
302
331
|
|
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mailerlite-email-ops
|
|
3
3
|
description: Email management via MailerLite MCP — subscribers, segments, campaigns, automations, analytics. Direct operation via MCP tools.
|
|
4
|
+
type: triggered
|
|
5
|
+
domain: content
|
|
6
|
+
owners:
|
|
7
|
+
- copywriter
|
|
8
|
+
gates:
|
|
9
|
+
- COPYWRITER
|
|
10
|
+
tech: []
|
|
11
|
+
topic: []
|
|
12
|
+
triggers:
|
|
13
|
+
- "mailerlite-email-ops"
|
|
14
|
+
- "Операции через MailerLite MCP"
|
|
15
|
+
- "Управление email через MailerLite MCP — подписчики, сегменты, кампании, автоматизации, аналитика. Прямая работа через MCP-tools"
|
|
16
|
+
related: []
|
|
17
|
+
budget_lines: 543
|
|
18
|
+
schema_version: 1
|
|
4
19
|
metadata:
|
|
5
20
|
version: "2.0"
|
|
6
21
|
mcp_server: "MailerLite MCP"
|
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: marketing-psychology
|
|
3
3
|
description: Behavioral science and mental models for marketing decisions — psychological triggers with scoring by leverage and feasibility
|
|
4
|
+
type: triggered
|
|
5
|
+
domain: content
|
|
6
|
+
owners:
|
|
7
|
+
- copywriter
|
|
8
|
+
gates:
|
|
9
|
+
- COPYWRITER
|
|
10
|
+
tech: []
|
|
11
|
+
topic: []
|
|
12
|
+
triggers:
|
|
13
|
+
- "marketing-psychology"
|
|
14
|
+
- "Психология маркетинга"
|
|
15
|
+
- "Поведенческая наука и ментальные модели для маркетинговых решений — психологические триггеры с scoring по leverage и feasibility"
|
|
16
|
+
related: []
|
|
17
|
+
budget_lines: 414
|
|
18
|
+
schema_version: 1
|
|
4
19
|
---
|
|
5
20
|
# Marketing Psychology
|
|
6
21
|
|
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: moodboard
|
|
3
3
|
description: Moodboard — visual concept tied to a brand, persona, and platform — references, palette, typography, Do's/Don'ts
|
|
4
|
+
type: triggered
|
|
5
|
+
domain: content
|
|
6
|
+
owners:
|
|
7
|
+
- visual_concept
|
|
8
|
+
gates:
|
|
9
|
+
- VISUAL_CONCEPT
|
|
10
|
+
tech: []
|
|
11
|
+
topic: []
|
|
12
|
+
triggers:
|
|
13
|
+
- "moodboard"
|
|
14
|
+
- "Мудборд"
|
|
15
|
+
- "Мудборд — визуальная концепция с привязкой к бренду, персоне, платформе — референсы, палитра, типографика, Do/Don't"
|
|
16
|
+
related: []
|
|
17
|
+
budget_lines: 261
|
|
18
|
+
schema_version: 1
|
|
4
19
|
---
|
|
5
20
|
# Moodboard
|
|
6
21
|
|
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: platform-compliance
|
|
3
3
|
description: Checking content compliance against platform rules — requirements registry, algorithmic risks, severity, and remediation recommendations
|
|
4
|
+
type: triggered
|
|
5
|
+
domain: content
|
|
6
|
+
owners:
|
|
7
|
+
- reviewer
|
|
8
|
+
gates:
|
|
9
|
+
- REVIEWER
|
|
10
|
+
tech: []
|
|
11
|
+
topic: []
|
|
12
|
+
triggers:
|
|
13
|
+
- platform-compliance
|
|
14
|
+
- Соответствие платформам
|
|
15
|
+
- Проверка соответствия контента правилам платформ — реестр требований, алгоритмические риски, severity, рекомендации по исправлению
|
|
16
|
+
related: []
|
|
17
|
+
budget_lines: 324
|
|
18
|
+
schema_version: 1
|
|
4
19
|
---
|
|
5
20
|
# Platform Compliance
|
|
6
21
|
|
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: platform-strategy
|
|
3
3
|
description: Platform Strategy — channel selection, funnel, paid/organic, resource estimation, growth roadmap, metrics with benchmarks
|
|
4
|
+
type: triggered
|
|
5
|
+
domain: content
|
|
6
|
+
owners:
|
|
7
|
+
- copywriter
|
|
8
|
+
gates:
|
|
9
|
+
- COPYWRITER
|
|
10
|
+
tech: []
|
|
11
|
+
topic: []
|
|
12
|
+
triggers:
|
|
13
|
+
- "platform-strategy"
|
|
14
|
+
- "Стратегия платформ"
|
|
15
|
+
- "Стратегия по платформам — выбор каналов, воронка, paid/organic, оценка ресурсов, roadmap роста, метрики с бенчмарками"
|
|
16
|
+
related: []
|
|
17
|
+
budget_lines: 292
|
|
18
|
+
schema_version: 1
|
|
4
19
|
---
|
|
5
20
|
# Platform Strategy
|
|
6
21
|
|
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: platform-visual-specs
|
|
3
3
|
description: Complete visual specifications guide — photo, video, ad formats, safe zones, accessibility, dark mode
|
|
4
|
+
type: reference
|
|
5
|
+
domain: content
|
|
6
|
+
owners:
|
|
7
|
+
- visual_concept
|
|
8
|
+
gates:
|
|
9
|
+
- VISUAL_CONCEPT
|
|
10
|
+
tech: []
|
|
11
|
+
topic: []
|
|
12
|
+
triggers:
|
|
13
|
+
- "platform-visual-specs"
|
|
14
|
+
- "Спецификации визуалов"
|
|
15
|
+
- "Полный справочник визуальных спецификаций — фото, видео, рекламные форматы, safe zones, accessibility, dark mode"
|
|
16
|
+
related: []
|
|
17
|
+
budget_lines: 371
|
|
18
|
+
schema_version: 1
|
|
4
19
|
---
|
|
5
20
|
# Platform Visual Specs
|
|
6
21
|
|
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: readability-scoring
|
|
3
3
|
description: Readability Scoring — adaptive norms per platform, readability indices, scanability, "fluff", suggested fixes
|
|
4
|
+
type: triggered
|
|
5
|
+
domain: content
|
|
6
|
+
owners:
|
|
7
|
+
- reviewer
|
|
8
|
+
gates:
|
|
9
|
+
- REVIEWER
|
|
10
|
+
tech: []
|
|
11
|
+
topic: []
|
|
12
|
+
triggers:
|
|
13
|
+
- "readability-scoring"
|
|
14
|
+
- "Оценка читаемости"
|
|
15
|
+
- "Оценка читаемости — адаптивные нормы по платформам, индексы читаемости, scanability, «вода», suggested fixes"
|
|
16
|
+
related: []
|
|
17
|
+
budget_lines: 298
|
|
18
|
+
schema_version: 1
|
|
4
19
|
---
|
|
5
20
|
# Readability Scoring
|
|
6
21
|
|
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: seo-copywriting
|
|
3
3
|
description: SEO copywriting — SERP analysis, E-E-A-T, Featured Snippets, internal linking, schema markup, image optimization
|
|
4
|
+
type: triggered
|
|
5
|
+
domain: content
|
|
6
|
+
owners:
|
|
7
|
+
- copywriter
|
|
8
|
+
gates:
|
|
9
|
+
- COPYWRITER
|
|
10
|
+
tech: []
|
|
11
|
+
topic: []
|
|
12
|
+
triggers:
|
|
13
|
+
- "seo-copywriting"
|
|
14
|
+
- "SEO-копирайтинг"
|
|
15
|
+
- "SEO-копирайтинг — SERP-анализ, E-E-A-T, Featured Snippets, internal linking, schema markup, оптимизация изображений"
|
|
16
|
+
related: []
|
|
17
|
+
budget_lines: 409
|
|
18
|
+
schema_version: 1
|
|
4
19
|
---
|
|
5
20
|
# SEO Copywriting
|
|
6
21
|
|
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: social-media-formats
|
|
3
3
|
description: Social media formats — 7 platforms, format templates (carousel, thread, reel), engagement techniques, ToV adaptation, algorithmic best practices
|
|
4
|
+
type: reference
|
|
5
|
+
domain: content
|
|
6
|
+
owners:
|
|
7
|
+
- copywriter
|
|
8
|
+
gates:
|
|
9
|
+
- COPYWRITER
|
|
10
|
+
tech: []
|
|
11
|
+
topic: []
|
|
12
|
+
triggers:
|
|
13
|
+
- "social-media-formats"
|
|
14
|
+
- "Форматы соцсетей"
|
|
15
|
+
- "Форматы соцсетей — 7 платформ, форматные шаблоны (карусель, thread, reel), engagement-приёмы, адаптация ToV, алгоритмические best practices"
|
|
16
|
+
related: []
|
|
17
|
+
budget_lines: 481
|
|
18
|
+
schema_version: 1
|
|
4
19
|
---
|
|
5
20
|
# Social Media Formats
|
|
6
21
|
|
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: source-verification
|
|
3
3
|
description: Source verification — CRAAP framework, source types, bias checking, strictness levels, credibility rating
|
|
4
|
+
type: triggered
|
|
5
|
+
domain: content
|
|
6
|
+
owners:
|
|
7
|
+
- reviewer
|
|
8
|
+
gates:
|
|
9
|
+
- REVIEWER
|
|
10
|
+
tech: []
|
|
11
|
+
topic: []
|
|
12
|
+
triggers:
|
|
13
|
+
- "source-verification"
|
|
14
|
+
- "Верификация источников"
|
|
15
|
+
- "Верификация источников — CRAAP-фреймворк, типы источников, bias-проверка, уровни строгости, рейтинг достоверности"
|
|
16
|
+
related: []
|
|
17
|
+
budget_lines: 284
|
|
18
|
+
schema_version: 1
|
|
4
19
|
---
|
|
5
20
|
# Source Verification
|
|
6
21
|
|
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: storytelling-framework
|
|
3
3
|
description: Storytelling frameworks — 10 frameworks, Decision Tree, emotional arc, platform adaptation, examples
|
|
4
|
+
type: triggered
|
|
5
|
+
domain: content
|
|
6
|
+
owners:
|
|
7
|
+
- copywriter
|
|
8
|
+
gates:
|
|
9
|
+
- COPYWRITER
|
|
10
|
+
tech: []
|
|
11
|
+
topic: []
|
|
12
|
+
triggers:
|
|
13
|
+
- "storytelling-framework"
|
|
14
|
+
- "Фреймворк сторителлинга"
|
|
15
|
+
- "Фреймворки сторителлинга — 10 frameworks, Decision Tree, emotional arc, платформенная адаптация, примеры"
|
|
16
|
+
related: []
|
|
17
|
+
budget_lines: 415
|
|
18
|
+
schema_version: 1
|
|
4
19
|
---
|
|
5
20
|
# Storytelling Framework
|
|
6
21
|
|
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: tone-of-voice
|
|
3
3
|
description: Tone of Voice — 7 axes, speech patterns, persona and platform adaptation, situational scenarios, category examples
|
|
4
|
+
type: triggered
|
|
5
|
+
domain: content
|
|
6
|
+
owners:
|
|
7
|
+
- copywriter
|
|
8
|
+
gates:
|
|
9
|
+
- COPYWRITER
|
|
10
|
+
tech: []
|
|
11
|
+
topic: []
|
|
12
|
+
triggers:
|
|
13
|
+
- "tone-of-voice"
|
|
14
|
+
- "Тон голоса бренда"
|
|
15
|
+
- "Тон голоса бренда — 7 осей, речевые паттерны, адаптация по персонам и платформам, ситуационные сценарии, примеры по категориям"
|
|
16
|
+
related: []
|
|
17
|
+
budget_lines: 351
|
|
18
|
+
schema_version: 1
|
|
4
19
|
---
|
|
5
20
|
# Tone of Voice
|
|
6
21
|
|
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: topic-research
|
|
3
3
|
description: Topic Research — types (quick/standard/deep), search methodology, content gap analysis, minimum requirements, adaptive freshness
|
|
4
|
+
type: triggered
|
|
5
|
+
domain: content
|
|
6
|
+
owners:
|
|
7
|
+
- researcher
|
|
8
|
+
gates:
|
|
9
|
+
- RESEARCHER
|
|
10
|
+
tech: []
|
|
11
|
+
topic: []
|
|
12
|
+
triggers:
|
|
13
|
+
- "topic-research"
|
|
14
|
+
- "Исследование темы"
|
|
15
|
+
- "Исследование темы — типы (quick/standard/deep), методология поиска, content gap analysis, минимальные требования, адаптивная актуальность"
|
|
16
|
+
related: []
|
|
17
|
+
budget_lines: 304
|
|
18
|
+
schema_version: 1
|
|
4
19
|
---
|
|
5
20
|
# Topic Research
|
|
6
21
|
|
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: trend-research
|
|
3
3
|
description: Trend Research — types, monitoring tools, brand fit, reaction speed, brand adaptation
|
|
4
|
+
type: triggered
|
|
5
|
+
domain: content
|
|
6
|
+
owners:
|
|
7
|
+
- copywriter
|
|
8
|
+
gates:
|
|
9
|
+
- COPYWRITER
|
|
10
|
+
tech: []
|
|
11
|
+
topic: []
|
|
12
|
+
triggers:
|
|
13
|
+
- "trend-research"
|
|
14
|
+
- "Исследование трендов"
|
|
15
|
+
- "Исследование трендов — типы, инструменты мониторинга, brand fit, скорость реакции, адаптация под бренд"
|
|
16
|
+
related: []
|
|
17
|
+
budget_lines: 290
|
|
18
|
+
schema_version: 1
|
|
4
19
|
---
|
|
5
20
|
# Trend Research
|
|
6
21
|
|
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: visual-brief
|
|
3
3
|
description: Visual Brief — detailed visual specs including composition, moodboard/brand alignment, AI prompt connections, A/B options, and accessibility
|
|
4
|
+
type: triggered
|
|
5
|
+
domain: content
|
|
6
|
+
owners:
|
|
7
|
+
- visual_concept
|
|
8
|
+
gates:
|
|
9
|
+
- VISUAL_CONCEPT
|
|
10
|
+
tech: []
|
|
11
|
+
topic: []
|
|
12
|
+
triggers:
|
|
13
|
+
- "visual-brief"
|
|
14
|
+
- "Визуальный бриф"
|
|
15
|
+
- "Визуальный бриф — детальное ТЗ на визуал с композицией, привязкой к moodboard/brand, AI-промпт связкой, A/B вариантами, accessibility"
|
|
16
|
+
related: []
|
|
17
|
+
budget_lines: 323
|
|
18
|
+
schema_version: 1
|
|
4
19
|
---
|
|
5
20
|
# Visual Brief
|
|
6
21
|
|
|
@@ -56,6 +56,9 @@ CONDUCTOR → STRATEGIST → RESEARCHER → COPYWRITER → VISUAL_CONCEPT → RE
|
|
|
56
56
|
- `$storytelling-framework` — storytelling framework
|
|
57
57
|
- `$cta-optimization` — CTA optimization
|
|
58
58
|
- `$seo-copywriting` — SEO copywriting
|
|
59
|
+
- `$email-engagement-tiers` — engagement-tier email segmentation
|
|
60
|
+
- `$mailerlite-email-ops` — email management via MailerLite MCP
|
|
61
|
+
- `$marketing-psychology` — behavioral science for marketing decisions
|
|
59
62
|
|
|
60
63
|
### Visual Concept
|
|
61
64
|
- `$visual-brief` — visual brief
|
|
@@ -63,6 +66,7 @@ CONDUCTOR → STRATEGIST → RESEARCHER → COPYWRITER → VISUAL_CONCEPT → RE
|
|
|
63
66
|
- `$image-prompt-engineering` — image prompt engineering
|
|
64
67
|
- `$platform-visual-specs` — platform visual specifications
|
|
65
68
|
- `$moodboard` — moodboard
|
|
69
|
+
- `$google-stitch-content` — visual generation via Google Stitch (AI)
|
|
66
70
|
|
|
67
71
|
### Reviewer
|
|
68
72
|
- `$content-review-checklist` — content review checklist
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: auditor
|
|
3
|
+
description: "Auditor (meta / maintenance agent) — runs BESIDE the pipeline, signs NO gates, never touches user content. After ≥3 completed runs it reads aggregate_run_metrics (per agent / workflow / skill) and forms findings as HYPOTHESES + draft improvements (edit or add an agent / skill / workflow). Proposes by default → the human decides; mandatory report after any action. Hypotheses, not verdicts; surfacing, not enforcing."
|
|
4
|
+
domain: content
|
|
5
|
+
kind: meta
|
|
6
|
+
signs_off_at: []
|
|
7
|
+
tool_allowlist: role:auditor
|
|
8
|
+
budget_lines: 76
|
|
9
|
+
schema_version: 1
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
<!-- codex: reasoning=high; note="Meta/maintenance agent — hypotheses not verdicts; never blocks delivery" -->
|
|
13
|
+
<!-- antigravity: model="Claude Opus 4.6 (Thinking)"; note="Auditor reasons over aggregate run metrics; surfacing, not enforcing" -->
|
|
14
|
+
# Agent: Auditor (Content Domain — meta / maintenance)
|
|
15
|
+
|
|
16
|
+
> Adapted from `agents/auditor.md` (web-dev) for the content domain.
|
|
17
|
+
|
|
18
|
+
## Purpose
|
|
19
|
+
Close the self-improvement loop: build → run → measure → improve. Once real runs have accumulated, assess how the agents / skills / workflows performed and propose improvements (or adding new ones). The Auditor fixes the team's TOOLKIT; it does not work on the user's content.
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## When it runs
|
|
24
|
+
- NOT at every gate and NOT in the background. One pass, once **≥3 completed runs** have accumulated (threshold configurable).
|
|
25
|
+
- Below the threshold — silent. It draws no conclusions from n=1 (small sample).
|
|
26
|
+
- Per-gate telemetry is already persisted by the state machine; the Auditor makes one pass over the accumulated data.
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
## Inputs
|
|
31
|
+
- `aggregate_run_metrics` — dry numbers: `per_workflow` (by mode), `per_agent` (gate → role), `per_skill` (invocation frequency).
|
|
32
|
+
- **Read the aggregate's `notes`** — they carry the honest data limitations (see below).
|
|
33
|
+
- The ledger `.code-ai/state/audit/runs.jsonl` — the history of run scorecards.
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
## Core principle
|
|
38
|
+
- **Hypotheses, not verdicts.** A bad run — is it the agent? the skill? the workflow? or just a hard task? The Auditor offers versions, not a sentence.
|
|
39
|
+
- **Attribution with humility.** Per-gate / per-skill numbers are correlation, not causation.
|
|
40
|
+
- **Goodhart.** Do not optimize a metric for its own sake (fewer rollbacks ≠ higher quality). The human is the backstop.
|
|
41
|
+
- **Small sample.** Never act on n=1; hence the ≥3 threshold.
|
|
42
|
+
- **Surfacing, not enforcing.** Report data and versions, do not impose (the same principle as the audit tools).
|
|
43
|
+
- **Honest data gaps** (from the aggregate's `notes`, do NOT invent): `trigger_accuracy` is not computable without a relevance oracle; skill invocations are a proxy (use from memory is invisible); there is no explicit "human rejected the gate" signal — it manifests as a rollback / exception. Narrowing `skill.gates` to observed usage can lean on `per_skill.gates` (get_skill telemetry, ADR-DEV-121) — same proxy caveat.
|
|
44
|
+
|
|
45
|
+
---
|
|
46
|
+
|
|
47
|
+
## What it does NOT do
|
|
48
|
+
- **Does not sign gates** (`kind: meta`, `signs_off_at` empty). Outside the pipeline state machine.
|
|
49
|
+
- **Does not touch the user's task / content.** Only the toolkit (agents / skills / workflows).
|
|
50
|
+
- **Does not run at every gate / in the background.** One pass over the accumulated data.
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
## Autonomy model (DESCRIPTION of behavior; mechanism is a separate ADR)
|
|
55
|
+
- **By default: proposes → the human approves.** The human may disable the approval gate.
|
|
56
|
+
- **When autonomy is enabled** (matrix):
|
|
57
|
+
- **Auto, no ask:** low-risk edits to existing assets (triggers, `budget_lines`, `gates`, wording) + **ADDING** new agents / skills.
|
|
58
|
+
- **Human-gated even under autonomy:** destructive changes to existing assets (delete, major rewrite, capability removal).
|
|
59
|
+
- **Always:** a mandatory report after any autonomous action. Nothing invisible.
|
|
60
|
+
- **Additive dedup:** before auto-adding a skill — an overlap check (`related` + controlled vocab); the report lists additions for later pruning.
|
|
61
|
+
- The propose→approve mechanism and the autonomy toggle are the NEXT step. Only the behavioral contract is fixed here.
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
|
|
65
|
+
## MCP integration
|
|
66
|
+
- **Reads:** `aggregate_run_metrics` (numbers per agent / workflow / skill) + its `notes`.
|
|
67
|
+
- **Draft changes** are written as artifacts via `submit_artifact` / `propose_change`.
|
|
68
|
+
- **Does NOT call** gate tools (`classify_gate` / `sign_off` / `advance_gate`) — the Auditor is outside the state machine.
|
|
69
|
+
- Domain — `content`. The Auditor's tools are domain-neutral: they operate through the proposal's `target.domain`, and `aggregate_run_metrics` reads the active domain from `.code-ai/config.json`.
|
|
70
|
+
|
|
71
|
+
---
|
|
72
|
+
|
|
73
|
+
## Pass DoD
|
|
74
|
+
- Report: what was observed (numbers), which hypotheses, which draft changes, what is queued for approval — with links to the data.
|
|
75
|
+
- If the approval gate is on — nothing is applied without an explicit human decision.
|
|
76
|
+
- Every proposal is tagged with its risk level per the autonomy matrix (low-risk / addition / destructive).
|
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: conductor
|
|
3
|
+
description: "Conductor of the content domain — orchestrates the pipeline: picks the mode, routes between gates, controls Handoff and the Release Gate. Does not create content itself. Signs off RELEASE_GATE."
|
|
4
|
+
domain: content
|
|
5
|
+
signs_off_at:
|
|
6
|
+
- RELEASE_GATE
|
|
7
|
+
tool_allowlist: role:conductor
|
|
8
|
+
budget_lines: 393
|
|
9
|
+
schema_version: 1
|
|
10
|
+
---
|
|
11
|
+
|
|
1
12
|
<!-- codex: reasoning=medium; note="Use high during Release Gate / complex blockers / agent conflicts" -->
|
|
2
13
|
|
|
3
14
|
> [!CAUTION]
|
|
@@ -35,6 +46,7 @@ Conductor — the orchestrator of the content domain. Receives a content product
|
|
|
35
46
|
---
|
|
36
47
|
|
|
37
48
|
## Used Skills
|
|
49
|
+
- **$karpathy-guidelines** — think first, do only what's needed, edit precisely, work from the result
|
|
38
50
|
- `$board` — task board management: creation, status updates
|
|
39
51
|
- `$handoff` — forming a Handoff Envelope during transitions between gates
|
|
40
52
|
- `$gates` — gate control: verifying deliverable readiness before transition
|
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: copywriter
|
|
3
|
+
description: "Copywriter — creates text from the brief and research data, headlines, CTAs, platform adaptation; runs self-review. Signs off the COPYWRITER gate."
|
|
4
|
+
domain: content
|
|
5
|
+
signs_off_at:
|
|
6
|
+
- COPYWRITER
|
|
7
|
+
tool_allowlist: role:copywriter
|
|
8
|
+
budget_lines: 520
|
|
9
|
+
schema_version: 1
|
|
10
|
+
---
|
|
11
|
+
|
|
1
12
|
<!-- codex: reasoning=medium; note="Switch to High for complex storytelling, SEO-longreads, email series, reverse handoff edits" -->
|
|
2
13
|
|
|
3
14
|
> [!CAUTION]
|
|
@@ -38,6 +49,7 @@ The Copywriter creates texts based on the brief and research data. Maintains bra
|
|
|
38
49
|
## Used Skills
|
|
39
50
|
|
|
40
51
|
### Mandatory (every time)
|
|
52
|
+
- **$karpathy-guidelines** — think first, do only what's needed, edit precisely, work from the result
|
|
41
53
|
- `$tone-of-voice` — applying brand tone of voice to text
|
|
42
54
|
- `$headline-formulas` — creating headlines using proven formulas
|
|
43
55
|
- `$cta-optimization` — call-to-action optimization
|
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: researcher
|
|
3
|
+
description: "Content researcher — explores the topic, collects facts and data, verifies sources (CRAAP), prepares the factual basis for the copywriter. Signs off the RESEARCHER gate."
|
|
4
|
+
domain: content
|
|
5
|
+
signs_off_at:
|
|
6
|
+
- RESEARCHER
|
|
7
|
+
tool_allowlist: role:researcher
|
|
8
|
+
budget_lines: 481
|
|
9
|
+
schema_version: 1
|
|
10
|
+
---
|
|
11
|
+
|
|
1
12
|
<!-- codex: reasoning=medium; note="Switch to High for Deep Dive, YMYL topics, reverse handoff (factual errors)" -->
|
|
2
13
|
|
|
3
14
|
> [!CAUTION]
|
|
@@ -37,6 +48,7 @@ The Content Researcher explores trends, collects facts and data, and verifies so
|
|
|
37
48
|
## Used Skills
|
|
38
49
|
|
|
39
50
|
### Mandatory (every time)
|
|
51
|
+
- **$karpathy-guidelines** — think first, do only what's needed, edit precisely, work from the result
|
|
40
52
|
- `$topic-research` — topic research: facts, statistics, expert opinions
|
|
41
53
|
- `$source-verification` — source verification: CRAAP framework, rating, bias
|
|
42
54
|
|
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: reviewer
|
|
3
|
+
description: "Content reviewer — the quality gate before publication: checks text and visual quality, brand compliance, facts, readability, platform fit. Classifies issues P0/P1/P2. Signs off the REVIEWER gate."
|
|
4
|
+
domain: content
|
|
5
|
+
signs_off_at:
|
|
6
|
+
- REVIEWER
|
|
7
|
+
tool_allowlist: role:reviewer
|
|
8
|
+
budget_lines: 506
|
|
9
|
+
schema_version: 1
|
|
10
|
+
---
|
|
11
|
+
|
|
1
12
|
<!-- codex: reasoning=high; note="Content quality gate. Be strict on P0 blockers. High reasoning always — reviewer is the last line of defense." -->
|
|
2
13
|
|
|
3
14
|
> [!CAUTION]
|
|
@@ -43,6 +54,7 @@ The Content Reviewer is the **quality gate** before publication. Checks text qua
|
|
|
43
54
|
## Used Skills
|
|
44
55
|
|
|
45
56
|
### Mandatory (every time)
|
|
57
|
+
- **$karpathy-guidelines** — think first, do only what's needed, edit precisely, work from the result
|
|
46
58
|
- `$content-review-checklist` — systematic checklist (38 items, 8 categories)
|
|
47
59
|
- `$brand-compliance` — ToV, visual identity, messaging, legal
|
|
48
60
|
|
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: strategist
|
|
3
|
+
description: "Content strategist — defines the target audience, selects platforms, builds the content calendar, and produces the brief for the copywriter. Ensures every content unit solves a business goal. Signs off the STRATEGIST gate."
|
|
4
|
+
domain: content
|
|
5
|
+
signs_off_at:
|
|
6
|
+
- STRATEGIST
|
|
7
|
+
tool_allowlist: role:strategist
|
|
8
|
+
budget_lines: 473
|
|
9
|
+
schema_version: 1
|
|
10
|
+
---
|
|
11
|
+
|
|
1
12
|
<!-- codex: reasoning=high; note="Strategy requires depth. Must ask clarifying questions. The brief outlines everything that follows." -->
|
|
2
13
|
|
|
3
14
|
> [!CAUTION]
|
|
@@ -38,6 +49,7 @@ The Content Strategist is responsible for developing the content production stra
|
|
|
38
49
|
## Used Skills
|
|
39
50
|
|
|
40
51
|
### Mandatory (every time)
|
|
52
|
+
- **$karpathy-guidelines** — think first, do only what's needed, edit precisely, work from the result
|
|
41
53
|
- `$audience-analysis` — target audience analysis: personas, pain points, triggers, platform preferences
|
|
42
54
|
- `$platform-strategy` — platform and format selection, paid/organic, roadmap
|
|
43
55
|
- `$content-brief` — forming a comprehensive brief for the Researcher + Copywriter
|
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: visual_concept
|
|
3
|
+
description: "Visual Concept — produces the visual brief, moodboard, and generation prompts; ensures brand consistency of the visual line. Signs off the VISUAL_CONCEPT gate."
|
|
4
|
+
domain: content
|
|
5
|
+
signs_off_at:
|
|
6
|
+
- VISUAL_CONCEPT
|
|
7
|
+
tool_allowlist: role:visual_concept
|
|
8
|
+
budget_lines: 449
|
|
9
|
+
schema_version: 1
|
|
10
|
+
---
|
|
11
|
+
|
|
1
12
|
<!-- codex: reasoning=medium; note="Switch to High for complex campaigns, moodboards, Google Stitch iterations, reverse handoff" -->
|
|
2
13
|
|
|
3
14
|
> [!CAUTION]
|
|
@@ -39,6 +50,7 @@ The Visual Concept Designer creates the visual brief, moodboard, and prompts for
|
|
|
39
50
|
## Used Skills
|
|
40
51
|
|
|
41
52
|
### Mandatory (every time)
|
|
53
|
+
- **$karpathy-guidelines** — think first, do only what's needed, edit precisely, work from the result
|
|
42
54
|
- `$visual-brief` — detailed specs for the visual
|
|
43
55
|
- `$platform-visual-specs` — dimensions, formats, safe zones
|
|
44
56
|
- `$brand-guidelines` — palette, fonts, logo, style
|