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,398 +1,416 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: report-design
|
|
3
|
-
description: Designing the layout of an analytical report — structure, visualizations, hierarchy, color palette
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
-
|
|
9
|
-
|
|
10
|
-
-
|
|
11
|
-
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
|
37
|
-
|
|
38
|
-
|
|
|
39
|
-
|
|
|
40
|
-
|
|
|
41
|
-
|
|
|
42
|
-
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
1.
|
|
48
|
-
2.
|
|
49
|
-
3.
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
|
83
|
-
|
|
84
|
-
|
|
|
85
|
-
|
|
|
86
|
-
|
|
|
87
|
-
|
|
|
88
|
-
|
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
|
100
|
-
|
|
101
|
-
|
|
|
102
|
-
|
|
|
103
|
-
|
|
|
104
|
-
|
|
|
105
|
-
|
|
|
106
|
-
|
|
|
107
|
-
|
|
|
108
|
-
|
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
**
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
**
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
|
151
|
-
|
|
152
|
-
|
|
|
153
|
-
|
|
|
154
|
-
|
|
|
155
|
-
|
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
[
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
|
239
|
-
|
|
240
|
-
|
|
|
241
|
-
|
|
|
242
|
-
|
|
|
243
|
-
|
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
|
252
|
-
|
|
253
|
-
|
|
|
254
|
-
|
|
|
255
|
-
|
|
|
256
|
-
|
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
|
309
|
-
|
|
310
|
-
|
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
|
327
|
-
|
|
328
|
-
|
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
|
343
|
-
|
|
344
|
-
|
|
|
345
|
-
|
|
|
346
|
-
|
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
|
353
|
-
|
|
354
|
-
|
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
###
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
1
|
+
---
|
|
2
|
+
name: report-design
|
|
3
|
+
description: Designing the layout of an analytical report — structure, visualizations, hierarchy, color palette
|
|
4
|
+
type: triggered
|
|
5
|
+
domain: analytics
|
|
6
|
+
owners:
|
|
7
|
+
- layouter
|
|
8
|
+
- data_analyst
|
|
9
|
+
gates:
|
|
10
|
+
- LAYOUTER
|
|
11
|
+
- DATA_ANALYST
|
|
12
|
+
tech: []
|
|
13
|
+
topic: []
|
|
14
|
+
triggers:
|
|
15
|
+
- "report-design"
|
|
16
|
+
- "дизайн отчёта"
|
|
17
|
+
- "структура отчёта"
|
|
18
|
+
- "report structure"
|
|
19
|
+
related: []
|
|
20
|
+
budget_lines: 416
|
|
21
|
+
schema_version: 1
|
|
22
|
+
---
|
|
23
|
+
# Report Design — Designing an Analytical Report Layout
|
|
24
|
+
|
|
25
|
+
## When to Use
|
|
26
|
+
- When preparing the **final analytical report** based on the pipeline results (Session 5 Full Pipeline or finale of the Quick Pipeline).
|
|
27
|
+
- When it is necessary to **design the structure** of a PDF report: which sections, which visualizations, what hierarchy.
|
|
28
|
+
- When creating a **report design specification** to hand off to the Layouter.
|
|
29
|
+
- When designing an **executive summary** based on the Mediator's conclusion.
|
|
30
|
+
- When defining the **color palette** and **visual hierarchy** for a printed document.
|
|
31
|
+
|
|
32
|
+
## Input
|
|
33
|
+
|
|
34
|
+
| Field | Required | Description |
|
|
35
|
+
|------|:-----------:|----------|
|
|
36
|
+
| Mediator's Conclusion | ✅ | Final verdict, synthesis, recommendations |
|
|
37
|
+
| Team Alpha Report | ✅ | Research, data, frameworks, strategy |
|
|
38
|
+
| Team Beta Report | ⬚ | Alternative research, critique, strategy (Full Pipeline) |
|
|
39
|
+
| Interview Brief | ✅ | Topic, scope, constraints, target audience |
|
|
40
|
+
| Appendix D (Synthesis) | ⬚ | Combined findings (if approved) |
|
|
41
|
+
| Target Audience | ✅ | CEO / investor / operational team / external client |
|
|
42
|
+
| Style Preferences | ⬚ | Corporate brand book, colors, typography |
|
|
43
|
+
|
|
44
|
+
> If mandatory fields are not provided — **request them from the user** before starting work. Do not generate placeholders.
|
|
45
|
+
|
|
46
|
+
## Data Sources
|
|
47
|
+
1. session-1-handoff.md — Interview Brief with scope and constraints.
|
|
48
|
+
2. session-2-handoff.md — Alpha Report with findings and frameworks.
|
|
49
|
+
3. session-3-handoff.md — Beta Report with critique and alternative.
|
|
50
|
+
4. session-4-handoff.md — Mediated Conclusion with the final verdict.
|
|
51
|
+
5. User preferences — audience, style, format.
|
|
52
|
+
|
|
53
|
+
### Relationship with Other Skills
|
|
54
|
+
| Skill | Interaction | When |
|
|
55
|
+
|------|----------------|-------|
|
|
56
|
+
| `$html-pdf-report` | Primary recipient: Report Design Spec → Layouter implements in HTML/CSS/Chart.js | After the design is completed (step 7) |
|
|
57
|
+
| `$gates` (DS-01) | Checking the readiness of the design spec before handing off to the Layouter | After step 7 |
|
|
58
|
+
| `$handoff` | Handing off the design spec via handoff envelope | After the gate check |
|
|
59
|
+
| `$board` | Updating the status of DS-01 | After handoff |
|
|
60
|
+
| Framework skills | Framework output templates (SWOT, BCG, Ansoff, etc.) → determine the visualization type | Step 3: selecting visualizations |
|
|
61
|
+
|
|
62
|
+
## Protocol
|
|
63
|
+
|
|
64
|
+
### Step 0 — Clarification
|
|
65
|
+
1. Clarify the target audience of the report.
|
|
66
|
+
2. Find out if there is a corporate style / brand book.
|
|
67
|
+
3. Determine the level of detail:
|
|
68
|
+
|
|
69
|
+
| Audience | Level | Volume | Focus |
|
|
70
|
+
|-----------|---------|-------|-------|
|
|
71
|
+
| CEO / investor | Executive | 8-12 pages | Verdict, metrics, recommendations |
|
|
72
|
+
| Operational team | Detailed | 15-25 pages | Data, methodology, action plan |
|
|
73
|
+
| External client | Presentable | 10-15 pages | Findings, visualizations, recommendations |
|
|
74
|
+
|
|
75
|
+
4. Clarify the format (A4 portrait, number of pages).
|
|
76
|
+
5. Record preferences for visualizations.
|
|
77
|
+
|
|
78
|
+
### Step 1 — Content Inventory
|
|
79
|
+
1. Go through all input artifacts sequentially.
|
|
80
|
+
2. For each element, record:
|
|
81
|
+
|
|
82
|
+
| Source | Element | Data Type | Importance | Recommendation |
|
|
83
|
+
|----------|---------|:----------:|:----------:|-------------|
|
|
84
|
+
| Brief | Task scope | Text | Critical | Title + Exec Summary |
|
|
85
|
+
| Alpha / RES-01 | EdTech market TAM | Number ($4.2B) | Critical | Bar chart + Exec Summary |
|
|
86
|
+
| Alpha / AN-01 | SWOT matrix | 2x2 framework | Important | CSS Matrix |
|
|
87
|
+
| Mediator | Final verdict | Text | Critical | Pull quote + Exec Summary |
|
|
88
|
+
| Beta / ST-02 | Alternative strategy | Text + table | Supporting | Appendix B |
|
|
89
|
+
|
|
90
|
+
3. Count: how many Critical / Important / Supporting elements there are.
|
|
91
|
+
4. Mark data points that require visualization.
|
|
92
|
+
5. Mark text blocks for callout boxes and pull quotes.
|
|
93
|
+
|
|
94
|
+
### Step 2 — Report Structure
|
|
95
|
+
1. Define sections:
|
|
96
|
+
|
|
97
|
+
| # | Section | Pages | Content | Page Break |
|
|
98
|
+
|---|--------|:----:|------------|:----------:|
|
|
99
|
+
| 1 | Title Page | 1 | Title, date, audience, logo | After |
|
|
100
|
+
| 2 | Table of Contents | 1 | Auto-generated from sections | After |
|
|
101
|
+
| 3 | Executive Summary | 1-1.5 | Verdict, findings, recommendations | After |
|
|
102
|
+
| 4 | Main: Verdict and metrics | 2-3 | Key data, scoring | — |
|
|
103
|
+
| 5 | Main: Strategy and roadmap | 2-3 | Recommendations, roadmap | — |
|
|
104
|
+
| 6 | Main: Detailed analysis | 3-5 | Frameworks, tables | — |
|
|
105
|
+
| 7 | Appendix A: Alpha Report | 3-5 | Full Team Alpha report | Before |
|
|
106
|
+
| 8 | Appendix B: Beta Report | 3-5 | Full Team Beta report (Full) | Before |
|
|
107
|
+
| 9 | Appendix C: Mediator Reasoning | 1-2 | Verdict justification | Before |
|
|
108
|
+
| 10 | Appendix D: Sources | 1-2 | All sources with dates | Before |
|
|
109
|
+
|
|
110
|
+
2. For Quick Pipeline: remove Appendix B, shorten sections 4-6.
|
|
111
|
+
3. Assign page breaks between sections.
|
|
112
|
+
|
|
113
|
+
### Step 3 — Selecting Visualizations
|
|
114
|
+
|
|
115
|
+
**Decision tree: data type → visualization:**
|
|
116
|
+
|
|
117
|
+
| Data Type | Visualization | Tool | Example |
|
|
118
|
+
|------------|-------------|------------|--------|
|
|
119
|
+
| Comparing N values | **Bar chart** (vertical) | Chart.js | Competitor Threat Score |
|
|
120
|
+
| Trend / dynamics | **Line chart** | Chart.js | Retention curves, monthly revenue |
|
|
121
|
+
| Proportions / distribution | **Doughnut / Pie** | Chart.js | Market shares, budget distribution |
|
|
122
|
+
| Multi-criteria comparison | **Radar chart** | Chart.js | Comparing competitors across 6+ axes |
|
|
123
|
+
| 2D positioning | **Scatter chart** | Chart.js | Positioning map |
|
|
124
|
+
| 2x2 matrix | **CSS Grid matrix** | HTML/CSS | SWOT, BCG, Ansoff, Impact×Effort |
|
|
125
|
+
| Process / flow | **Flowchart** | Mermaid | Customer journey, pipeline |
|
|
126
|
+
| Hierarchy / structure | **Mindmap** | Mermaid | Growth strategy, org chart |
|
|
127
|
+
| 2D prioritization | **Quadrant chart** | Mermaid | Importance×Satisfaction, Impact×Effort |
|
|
128
|
+
| Detailed comparison | **HTML table** | HTML/CSS | Feature matrix, scoring |
|
|
129
|
+
| Key finding | **Callout box** | HTML/CSS | Critical finding, risk, recommendation |
|
|
130
|
+
| Quote / verdict | **Pull quote** | HTML/CSS | Mediator's final verdict |
|
|
131
|
+
| Single metric | **Score badge** | HTML/CSS | NPS, Threat Score, Opportunity Score |
|
|
132
|
+
|
|
133
|
+
**Rules:**
|
|
134
|
+
- Maximum **3 visualizations per page**.
|
|
135
|
+
- Each visualization has a `<figcaption>` (caption) and `aria-label` (accessibility).
|
|
136
|
+
- Framework skills determine the data structure → The Designer chooses the visual form.
|
|
137
|
+
|
|
138
|
+
### Step 4 — Visual Hierarchy
|
|
139
|
+
1. Define 4 levels of emphasis:
|
|
140
|
+
|
|
141
|
+
| Level | Elements | Placement | CSS Technique |
|
|
142
|
+
|---------|----------|------------|-----------|
|
|
143
|
+
| **Hero** | Verdict, main recommendation | Exec Summary, start of Main | Pull quote, large font (14-16pt), accent color |
|
|
144
|
+
| **Key Finding** | TOP-3 findings, critical metrics | Main section | Callout box, score badge, bold |
|
|
145
|
+
| **Supporting** | Data, frameworks, tables | Main + Appendices | Standard font, data tables |
|
|
146
|
+
| **Background** | Methodology, sources, details | Appendices | Small font (9-10pt), muted color |
|
|
147
|
+
|
|
148
|
+
2. Severity indicators:
|
|
149
|
+
|
|
150
|
+
| Severity | Color | Usage |
|
|
151
|
+
|----------|------|---------------|
|
|
152
|
+
| Critical / Negative | `var(--danger)` red | Risks, threats, blockers |
|
|
153
|
+
| Warning / Attention | `var(--warning)` orange | Constraints, ⚠️ data |
|
|
154
|
+
| Positive / Opportunity | `var(--success)` green | Opportunities, strengths |
|
|
155
|
+
| Neutral / Info | `var(--accent)` blue | Context, neutral data |
|
|
156
|
+
|
|
157
|
+
3. For each section — assign an emphasis level.
|
|
158
|
+
|
|
159
|
+
### Step 5 — Color Palette
|
|
160
|
+
1. If there is a brand book — adapt to corporate colors.
|
|
161
|
+
2. If not — use the default professional palette:
|
|
162
|
+
|
|
163
|
+
**Default Palette (dark blue base):**
|
|
164
|
+
|
|
165
|
+
| Variable | HEX | Usage |
|
|
166
|
+
|----------|-----|---------------|
|
|
167
|
+
| `--primary` | `#1a1a2e` | Headings, table headers, main text |
|
|
168
|
+
| `--secondary` | `#16213e` | Subheadings, h3 |
|
|
169
|
+
| `--accent` | `#0f3460` | Links, callout info, neutral accents |
|
|
170
|
+
| `--highlight` | `#e94560` | Key metrics, hero elements |
|
|
171
|
+
| `--success` | `#2ecc71` | Positive indicators, opportunities |
|
|
172
|
+
| `--warning` | `#f39c12` | Warnings, ⚠️ data |
|
|
173
|
+
| `--danger` | `#e74c3c` | Risks, threats, critical |
|
|
174
|
+
| `--bg-light` | `#f5f5f5` | Callout background, alternating rows |
|
|
175
|
+
| `--border` | `#e0e0e0` | Table borders, dividers |
|
|
176
|
+
| `--text` | `#1a1a2e` | Main text |
|
|
177
|
+
| `--muted` | `#666666` | Captions, small text, sources |
|
|
178
|
+
|
|
179
|
+
**Chart.js palette (6 series):**
|
|
180
|
+
`['#1a1a2e', '#0f3460', '#e94560', '#2ecc71', '#f39c12', '#9b59b6']`
|
|
181
|
+
|
|
182
|
+
3. Verify:
|
|
183
|
+
- WCAG AA contrast: text on background ≥ 4.5:1.
|
|
184
|
+
- Distinctiveness in B/W printing: every color is distinguishable in greyscale.
|
|
185
|
+
- Color blindness: do not rely only on red/green — add icons/text.
|
|
186
|
+
|
|
187
|
+
### Step 6 — Executive Summary
|
|
188
|
+
1. Write a draft based on the Mediator's conclusion.
|
|
189
|
+
2. Structure:
|
|
190
|
+
|
|
191
|
+
```markdown
|
|
192
|
+
## Executive Summary
|
|
193
|
+
|
|
194
|
+
### Context
|
|
195
|
+
[1-2 sentences: what was analyzed, for whom, in what scope]
|
|
196
|
+
|
|
197
|
+
### Methodology
|
|
198
|
+
[1-2 sentences: which frameworks, how many sources, adversarial approach]
|
|
199
|
+
|
|
200
|
+
### Key Findings
|
|
201
|
+
|
|
202
|
+
> "[Mediator's main verdict — pull quote]"
|
|
203
|
+
|
|
204
|
+
1. **[Finding 1]:** [description + key metric]
|
|
205
|
+
2. **[Finding 2]:** [description + key metric]
|
|
206
|
+
3. **[Finding 3]:** [description + key metric]
|
|
207
|
+
|
|
208
|
+
### Recommendation
|
|
209
|
+
[1-2 sentences: what to do, what priority]
|
|
210
|
+
|
|
211
|
+
### Risks
|
|
212
|
+
[1-2 sentences: main constraints and risks]
|
|
213
|
+
|
|
214
|
+
### Next Steps
|
|
215
|
+
[Bulleted list: 3-5 specific actions]
|
|
216
|
+
```
|
|
217
|
+
|
|
218
|
+
3. Volume: **maximum 1.5 A4 pages**.
|
|
219
|
+
4. Language: clear, jargon-free, adapted to the audience.
|
|
220
|
+
5. Every finding is backed by a number or fact (not "the market is growing", but "TAM $4.2B, CAGR 18%").
|
|
221
|
+
|
|
222
|
+
### Step 7 — Report Design Spec (final deliverable)
|
|
223
|
+
1. Fill out the full specification (see output template).
|
|
224
|
+
2. Attach:
|
|
225
|
+
- Content Inventory (step 1)
|
|
226
|
+
- Report Structure (step 2)
|
|
227
|
+
- Visualization Map (step 3)
|
|
228
|
+
- Color Palette (step 5)
|
|
229
|
+
- Executive Summary Draft (step 6)
|
|
230
|
+
3. Hand off to the Layouter via `$handoff`.
|
|
231
|
+
|
|
232
|
+
## Example — EdTech Report for CEO
|
|
233
|
+
|
|
234
|
+
**Context:** Analysis of the EdTech market, Full Pipeline, audience — CEO. Level: Executive (10 pages).
|
|
235
|
+
|
|
236
|
+
### Content Inventory (fragment)
|
|
237
|
+
|
|
238
|
+
| Source | Element | Type | Importance | Visualization |
|
|
239
|
+
|----------|---------|:---:|:----------:|-------------|
|
|
240
|
+
| Mediator | Verdict: "AI-first corp. training" | Text | Critical | Pull quote |
|
|
241
|
+
| Alpha/RES-01 | TAM $4.2B, SAM $1.8B, SOM $180M | Numbers | Critical | Bar chart |
|
|
242
|
+
| Alpha/AN-01 | Competitor Threat Score | Scoring | Critical | Bar chart + table |
|
|
243
|
+
| Alpha/AN-01 | SWOT matrix | 2x2 | Important | CSS Matrix |
|
|
244
|
+
| Beta/AN-02 | Alternative Porter's 5 Forces | Scoring 1-5 | Supporting | Radar chart |
|
|
245
|
+
| Mediator | Final Alpha vs Beta scoring | Scoring | Critical | Table + badge |
|
|
246
|
+
|
|
247
|
+
**Total:** 28 elements (8 Critical, 12 Important, 8 Supporting).
|
|
248
|
+
|
|
249
|
+
### Report Structure
|
|
250
|
+
|
|
251
|
+
| # | Section | Pages | Visualizations | Emphasis |
|
|
252
|
+
|---|--------|:----:|:------------:|:--------:|
|
|
253
|
+
| 1 | Title Page | 1 | — | Hero |
|
|
254
|
+
| 2 | TOC | 0.5 | — | — |
|
|
255
|
+
| 3 | Executive Summary | 1.5 | 1 pull quote, 1 callout | Hero |
|
|
256
|
+
| 4 | Market and competition | 2 | Bar (TAM), Radar (competitors), Table (threat) | Key Finding |
|
|
257
|
+
| 5 | Strategy and roadmap | 1.5 | Mindmap (strategy), Table (actions) | Key Finding |
|
|
258
|
+
| 6 | Appendix A: Alpha | 2 | SWOT matrix, Table | Supporting |
|
|
259
|
+
| 7 | Appendix B: Beta | 1.5 | Porter's radar | Supporting |
|
|
260
|
+
| 8 | Appendix C: Mediator | 1 | Scoring table | Background |
|
|
261
|
+
| 9 | Appendix D: Sources | 1 | — | Background |
|
|
262
|
+
|
|
263
|
+
**Total:** ~12 pages, 9 visualizations.
|
|
264
|
+
|
|
265
|
+
### Visualization Map (fragment)
|
|
266
|
+
|
|
267
|
+
| # | Section | Data | Type | Tool |
|
|
268
|
+
|---|--------|--------|-----|------------|
|
|
269
|
+
| 1 | Exec Summary | Mediator's verdict | Pull quote | HTML/CSS |
|
|
270
|
+
| 2 | Market | TAM $4.2B, SAM $1.8B, SOM $180M | Bar chart | Chart.js |
|
|
271
|
+
| 3 | Competition | Threat Score: Skillbox 7.2, Coursera 6.8, Udemy 7.6 | Bar chart | Chart.js |
|
|
272
|
+
| 4 | Competition | 6 axes of competitor comparison | Radar | Chart.js |
|
|
273
|
+
| 5 | Strategy | Growth strategy tree | Mindmap | Mermaid |
|
|
274
|
+
| 6 | App. A | SWOT S/W/O/T | 2x2 matrix | CSS Grid |
|
|
275
|
+
|
|
276
|
+
## Validation (Quality Gate)
|
|
277
|
+
|
|
278
|
+
- [ ] Content Inventory is complete: every element from input artifacts is accounted for
|
|
279
|
+
- [ ] Each numerical data point has an assigned visualization type (via decision tree)
|
|
280
|
+
- [ ] Report structure is complete (Title → TOC → Summary → Main → Appendices)
|
|
281
|
+
- [ ] Executive Summary ≤ 1.5 pages, contains: context, methodology, 3-5 findings with numbers, recommendation
|
|
282
|
+
- [ ] Visual hierarchy is defined (4 levels of emphasis) and assigned to sections
|
|
283
|
+
- [ ] Palette is defined (11 CSS variables), validated for WCAG AA contrast and B/W distinctiveness
|
|
284
|
+
- [ ] Chart.js palette is defined (6 series)
|
|
285
|
+
- [ ] Maximum 3 visualizations per page
|
|
286
|
+
- [ ] Report Design Spec is fully populated (structure + visualization map + palette + exec summary)
|
|
287
|
+
- [ ] Brief compliance: the report answers the questions from the Interview Brief
|
|
288
|
+
- [ ] Appendix D (Sources) is included / excluded intentionally
|
|
289
|
+
- [ ] Each visualization has a caption (`figcaption`) and `aria-label`
|
|
290
|
+
|
|
291
|
+
## Handoff
|
|
292
|
+
The output of `$report-design` is an input for:
|
|
293
|
+
- **`$html-pdf-report`** (Layouter) — primary recipient: implementation in HTML/CSS/Chart.js/Mermaid.
|
|
294
|
+
- **`$gates` (DS-01)** — checking the readiness of the design spec.
|
|
295
|
+
- **`$board`** — updating the status of DS-01.
|
|
296
|
+
|
|
297
|
+
Handoff format: Report Design Spec (structure + content inventory + visualization map + color palette + executive summary draft). When transferring — use `$handoff`.
|
|
298
|
+
|
|
299
|
+
## Anti-patterns
|
|
300
|
+
|
|
301
|
+
| Error | Why it's bad | How to do it right |
|
|
302
|
+
|--------|-------------|---------------|
|
|
303
|
+
| Design without inventory | Empty sections, unnecessary charts | Go through all artifacts first, create an inventory |
|
|
304
|
+
| One chart type for everything | Uninformative, does not fit the data type | Decision tree: data type → visualization |
|
|
305
|
+
| Executive summary > 2 pages | Executives will not read it | Maximum 1.5 pages, facts with numbers |
|
|
306
|
+
| Palette for screen only | Gray and indistinguishable in standard PDF | WCAG AA, B/W distinctiveness, color blindness test |
|
|
307
|
+
| Cluttered pages | A mess of charts | Maximum 3 visualizations per page |
|
|
308
|
+
| Changing findings | Chain of custody violation: Designer is not an analyst | Format, do not edit the content |
|
|
309
|
+
| Findings without numbers | "Market is growing" — is not a finding | Every finding = specific metric: "TAM $4.2B, CAGR 18%" |
|
|
310
|
+
| Palette without HEX codes | Layouter cannot implement "dark blue base" | 11 CSS variables with specific HEX |
|
|
311
|
+
|
|
312
|
+
## Output Template
|
|
313
|
+
|
|
314
|
+
```markdown
|
|
315
|
+
## Report Design Spec: [Report Topic]
|
|
316
|
+
**Audience:** [CEO / investor / operational team / external client]
|
|
317
|
+
**Level:** [Executive / Detailed / Presentable]
|
|
318
|
+
**Mode:** Full / Quick
|
|
319
|
+
**Pages:** ~[N]
|
|
320
|
+
**Date:** [Date]
|
|
321
|
+
|
|
322
|
+
---
|
|
323
|
+
|
|
324
|
+
### Content Inventory
|
|
325
|
+
|
|
326
|
+
| Source | Element | Data Type | Importance | Recommendation |
|
|
327
|
+
|----------|---------|:----------:|:----------:|-------------|
|
|
328
|
+
| [Source] | [Element] | [Number/Text/Framework/Scoring] | Critical/Important/Supporting | [Visualization / Section] |
|
|
329
|
+
|
|
330
|
+
**Total:** [N] elements ([N] Critical, [N] Important, [N] Supporting)
|
|
331
|
+
|
|
332
|
+
---
|
|
333
|
+
|
|
334
|
+
### Report Structure
|
|
335
|
+
|
|
336
|
+
| # | Section | Pages | Visualizations | Emphasis | Page Break |
|
|
337
|
+
|---|--------|:----:|:------------:|:--------:|:----------:|
|
|
338
|
+
| 1 | Title Page | 1 | — | Hero | After |
|
|
339
|
+
| 2 | TOC | 0.5-1 | — | — | After |
|
|
340
|
+
| 3 | Executive Summary | 1-1.5 | [N]: [types] | Hero | After |
|
|
341
|
+
| 4 | Main: [Name] | [N] | [N]: [types] | Key Finding | — |
|
|
342
|
+
| 5 | Main: [Name] | [N] | [N]: [types] | Key Finding | — |
|
|
343
|
+
| 6 | Appendix A: Alpha | [N] | [N]: [types] | Supporting | Before |
|
|
344
|
+
| 7 | Appendix B: Beta | [N] | [N]: [types] | Supporting | Before |
|
|
345
|
+
| 8 | Appendix C: Mediator | [N] | [N]: [types] | Background | Before |
|
|
346
|
+
| 9 | Appendix D: Sources | [N] | — | Background | Before |
|
|
347
|
+
|
|
348
|
+
---
|
|
349
|
+
|
|
350
|
+
### Visualization Map
|
|
351
|
+
|
|
352
|
+
| # | Section | Data | Visualization Type | Tool | Caption (figcaption) |
|
|
353
|
+
|---|--------|--------|:----------------:|:----------:|---------------------|
|
|
354
|
+
| 1 | [Section] | [Which data] | [Bar/Line/Radar/...] | Chart.js / Mermaid / CSS | "Fig. N — [description]" |
|
|
355
|
+
|
|
356
|
+
---
|
|
357
|
+
|
|
358
|
+
### Color Palette
|
|
359
|
+
|
|
360
|
+
| Variable | HEX | Usage |
|
|
361
|
+
|----------|-----|---------------|
|
|
362
|
+
| --primary | #XXXXXX | Headings, table headers |
|
|
363
|
+
| --secondary | #XXXXXX | Subheadings |
|
|
364
|
+
| --accent | #XXXXXX | Links, callout info |
|
|
365
|
+
| --highlight | #XXXXXX | Key metrics |
|
|
366
|
+
| --success | #XXXXXX | Positive indicators |
|
|
367
|
+
| --warning | #XXXXXX | Warnings |
|
|
368
|
+
| --danger | #XXXXXX | Risks, critical |
|
|
369
|
+
| --bg-light | #XXXXXX | Callout background, alternating rows |
|
|
370
|
+
| --border | #XXXXXX | Borders |
|
|
371
|
+
| --text | #XXXXXX | Main text |
|
|
372
|
+
| --muted | #XXXXXX | Captions, small text |
|
|
373
|
+
|
|
374
|
+
**Chart.js series:** ['#XXXXXX', '#XXXXXX', '#XXXXXX', '#XXXXXX', '#XXXXXX', '#XXXXXX']
|
|
375
|
+
|
|
376
|
+
**Checks:** WCAG AA ✅ / ⚠️ | B/W distinctiveness ✅ / ⚠️ | Color blindness ✅ / ⚠️
|
|
377
|
+
|
|
378
|
+
---
|
|
379
|
+
|
|
380
|
+
### Executive Summary (Draft)
|
|
381
|
+
|
|
382
|
+
## Executive Summary
|
|
383
|
+
|
|
384
|
+
### Context
|
|
385
|
+
[1-2 sentences: what was analyzed, for whom, scope]
|
|
386
|
+
|
|
387
|
+
### Methodology
|
|
388
|
+
[1-2 sentences: frameworks, sources, adversarial approach]
|
|
389
|
+
|
|
390
|
+
### Key Findings
|
|
391
|
+
|
|
392
|
+
> "[Mediator's main verdict]"
|
|
393
|
+
|
|
394
|
+
1. **[Finding 1]:** [description + metric]
|
|
395
|
+
2. **[Finding 2]:** [description + metric]
|
|
396
|
+
3. **[Finding 3]:** [description + metric]
|
|
397
|
+
|
|
398
|
+
### Recommendation
|
|
399
|
+
[1-2 sentences: what to do]
|
|
400
|
+
|
|
401
|
+
### Risks
|
|
402
|
+
[1-2 sentences: constraints]
|
|
403
|
+
|
|
404
|
+
### Next Steps
|
|
405
|
+
- [Action 1]
|
|
406
|
+
- [Action 2]
|
|
407
|
+
- [Action 3]
|
|
408
|
+
|
|
409
|
+
---
|
|
410
|
+
|
|
411
|
+
### Emphasis Map
|
|
412
|
+
|
|
413
|
+
| Section | Emphasis Level | Elements |
|
|
414
|
+
|--------|:-------------:|----------|
|
|
415
|
+
| [Section] | Hero / Key / Supporting / Background | [Which elements] |
|
|
416
|
+
```
|