code-ai-installer 4.0.0 → 4.0.1-a
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 +36 -0
- 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 +8 -0
- package/dist/mcp_setup.js +4 -1
- 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,380 +1,402 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: handoff
|
|
3
|
-
description: Context transfer between gates and sessions — Handoff Envelope, cross-session protocol, file generation
|
|
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
|
-
|
|
48
|
-
|
|
49
|
-
|
|
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
|
-
|
|
1
|
+
---
|
|
2
|
+
name: handoff
|
|
3
|
+
description: Context transfer between gates and sessions — Handoff Envelope, cross-session protocol, file generation
|
|
4
|
+
type: mandatory
|
|
5
|
+
domain: analytics
|
|
6
|
+
owners:
|
|
7
|
+
- conductor
|
|
8
|
+
gates:
|
|
9
|
+
- INTERVIEWER
|
|
10
|
+
- RESEARCHER
|
|
11
|
+
- DATA_ANALYST
|
|
12
|
+
- STRATEGIST
|
|
13
|
+
- MEDIATOR
|
|
14
|
+
- DESIGNER
|
|
15
|
+
- LAYOUTER
|
|
16
|
+
- RELEASE_GATE
|
|
17
|
+
tech: []
|
|
18
|
+
topic: []
|
|
19
|
+
triggers:
|
|
20
|
+
- handoff
|
|
21
|
+
- Передача контекста между гейтами и сессиями
|
|
22
|
+
- Передача контекста между гейтами и сессиями — Handoff Envelope, межсессионный протокол, генерация файлов
|
|
23
|
+
related: []
|
|
24
|
+
budget_lines: 402
|
|
25
|
+
schema_version: 1
|
|
26
|
+
---
|
|
27
|
+
# Handoff — Context Transfer Between Gates and Sessions
|
|
28
|
+
|
|
29
|
+
## When to use
|
|
30
|
+
- At **each transition** between gates within a session — standard transfer (intra-session handoff).
|
|
31
|
+
- Upon **session completion** — inter-session transfer (multi-session handoff), saving to a file.
|
|
32
|
+
- Upon **return for revision** — reverse transfer (reverse handoff).
|
|
33
|
+
- **Mandatory** at every transition, in any pipeline mode. Without exceptions.
|
|
34
|
+
|
|
35
|
+
> **Distinction:** `$gates` checks readiness. `$handoff` transfers work. `$board` tracks status. Sequence: `$gates` PASS → `$handoff` → update `$board`.
|
|
36
|
+
|
|
37
|
+
## Input
|
|
38
|
+
|
|
39
|
+
| Field | Required | Description |
|
|
40
|
+
|-------|:--------:|-------------|
|
|
41
|
+
| Result of `$gates` | ✅ | PASS or CONDITIONAL PASS — handoff is impossible on FAIL |
|
|
42
|
+
| Sending Agent | ✅ | Who is transferring (current gate with ID) |
|
|
43
|
+
| Receiving Agent | ✅ | To whom it is transferred (next gate with ID) |
|
|
44
|
+
| Gate Artifacts | ✅ | Deliverables of the current gate (from `$gates` registry) |
|
|
45
|
+
| Pipeline Mode | ✅ | Full (`/analyze`) / Quick (`/quick-insight`) |
|
|
46
|
+
| Handoff Type | ✅ | Forward / Reverse / Session (inter-session) |
|
|
47
|
+
| Session Number | ⬚ | For inter-session handoff — current and next session |
|
|
48
|
+
|
|
49
|
+
> **Precondition:** Handoff is possible **only** after a `$gates` PASS or CONDITIONAL PASS. On FAIL — return to agent, handoff is not performed.
|
|
50
|
+
|
|
51
|
+
### Connection with other skills
|
|
52
|
+
| Skill | Interaction | When |
|
|
53
|
+
|-------|-------------|------|
|
|
54
|
+
| `$gates` | Precondition: PASS / CONDITIONAL PASS → allows handoff. Gate check is attached to the envelope | Before every handoff |
|
|
55
|
+
| `$board` | After handoff: update gate statuses (current → `[✓]`, next → `[→]`) | After every handoff |
|
|
56
|
+
| `$session-prompt-generator` | For Session handoff: generation of the next session's prompt, included in the file | Upon session completion |
|
|
57
|
+
| Framework skills | Framework artifacts (filled templates) — a part of the deliverables of AN-xx gates | Upon transfer from Data Analyst |
|
|
58
|
+
|
|
59
|
+
## Handoff Types
|
|
60
|
+
|
|
61
|
+
| Type | Description | File | Next Recipient's Context |
|
|
62
|
+
|------|-------------|------|--------------------------|
|
|
63
|
+
| **Forward** | Standard transfer between gates within a session | None (in memory) | Full session context is available |
|
|
64
|
+
| **Reverse** | Return for revision | None (in memory) | Full session context is available |
|
|
65
|
+
| **Session** | Inter-session transfer | `docs/analytics/session-N-handoff.md` | **ZERO** previous context — the file must be self-sufficient |
|
|
66
|
+
|
|
67
|
+
> **Key rule for inter-session handoff:** the next session starts with ZERO context. The handoff file is the sole source of information. No links referring to "see above" or "as discussed". Everything must be in the file.
|
|
68
|
+
|
|
69
|
+
## Transfer Registry — what to transfer
|
|
70
|
+
|
|
71
|
+
### Full Pipeline (inter-gate)
|
|
72
|
+
|
|
73
|
+
| Transition | Artifacts | Key Context |
|
|
74
|
+
|------------|-----------|-------------|
|
|
75
|
+
| **COND-01 → INT-01** | Task scope, mode, board | Business question, limitations, expectations |
|
|
76
|
+
| **INT-01 → Session Handoff** | Research brief, interview context, assessment mode | All user answers, selected metrics |
|
|
77
|
+
| **COND-02 → RES-01** | Session-1 handoff, research brief | Full context from the interview, questions for research |
|
|
78
|
+
| **RES-01 → AN-01** | Data, sources, facts | Verified data with URLs and dates |
|
|
79
|
+
| **AN-01 → ST-01** | Frameworks, analysis, patterns | Methodology, key insights |
|
|
80
|
+
| **ST-01 → Session Handoff** | Strategy, recommendations | Full Analysts' package for Critics and Mediator |
|
|
81
|
+
| **COND-03 → RES-02** | Session-2 handoff, Analysts' results | Data for criticism and alternative research |
|
|
82
|
+
| **RES-02 → AN-02** | Alternative data, criticism | Counter-data with sources |
|
|
83
|
+
| **AN-02 → ST-02** | Alternative analysis | Counter-frameworks, differences with Analysts |
|
|
84
|
+
| **ST-02 → Session Handoff** | Alternative strategy, criticism | Full Critics' package |
|
|
85
|
+
| **COND-04 → MED-01** | Session-2 + Session-3 handoff | Both packages (Analysts + Critics) |
|
|
86
|
+
| **MED-01 → Session Handoff** | Final conclusion, evaluations | Final verdict, justification |
|
|
87
|
+
| **COND-05 → DS-01** | Session-4 handoff | Mediator's conclusion for visualization |
|
|
88
|
+
| **DS-01 → LY-01** | Layout, visualization specs | Report structure, palette, fonts |
|
|
89
|
+
|
|
90
|
+
### Quick Pipeline (inter-gate)
|
|
91
|
+
|
|
92
|
+
| Transition | Artifacts | Key Context |
|
|
93
|
+
|------------|-----------|-------------|
|
|
94
|
+
| **COND-01 → INT-01** | Task scope, mode, board | Business question, limitations |
|
|
95
|
+
| **INT-01 → RES-01** | Research brief, assessment mode | Questions for research, metrics |
|
|
96
|
+
| **RES-01 → AN-01** | Data, sources, facts | Verified data with URLs and dates |
|
|
97
|
+
| **AN-01 → ST-01** | Frameworks, analysis, patterns | Methodology, insights |
|
|
98
|
+
| **ST-01 → MED-01** | Strategy, recommendations | Conclusions and recommendations (without competing team) |
|
|
99
|
+
| **MED-01 → DS-01** | Final conclusion | Final verdict for visualization |
|
|
100
|
+
| **DS-01 → LY-01** | Layout, specifications | Report structure, palette |
|
|
101
|
+
|
|
102
|
+
## Inter-session Handoff (Session)
|
|
103
|
+
|
|
104
|
+
### File Structure `docs/analytics/session-N-handoff.md`
|
|
105
|
+
|
|
106
|
+
The file contains the **entire** necessary context. No links, no abbreviations.
|
|
107
|
+
|
|
108
|
+
```markdown
|
|
109
|
+
# Session [N] Handoff — [Project Name]
|
|
110
|
+
|
|
111
|
+
## Meta
|
|
112
|
+
- **Project:** [Name]
|
|
113
|
+
- **Date:** [YYYY-MM-DD]
|
|
114
|
+
- **Session:** [N] out of [M]
|
|
115
|
+
- **Mode:** Full / Quick
|
|
116
|
+
- **Completed Gates:** [list of IDs with deliverables]
|
|
117
|
+
- **Next Gate:** [ID] [Name]
|
|
118
|
+
|
|
119
|
+
## Brief Summary
|
|
120
|
+
[2-3 sentences: what was done in this session, the key result]
|
|
121
|
+
|
|
122
|
+
## Board State ($board)
|
|
123
|
+
[Full copy of the board table in its current state + progress metrics]
|
|
124
|
+
|
|
125
|
+
## Full Content of Artifacts
|
|
126
|
+
|
|
127
|
+
### [Artifact 1 — Name]
|
|
128
|
+
[FULL TEXT of the artifact, not a link and not a brief description]
|
|
129
|
+
|
|
130
|
+
### [Artifact 2 — Name]
|
|
131
|
+
[FULL TEXT of the artifact]
|
|
132
|
+
|
|
133
|
+
### [Artifact N — ...]
|
|
134
|
+
[FULL TEXT]
|
|
135
|
+
|
|
136
|
+
## Decisions and Context
|
|
137
|
+
| # | Decision | Justification | Decided by | Affects |
|
|
138
|
+
|---|----------|---------------|------------|---------|
|
|
139
|
+
| 1 | [What was decided] | [Why] | [User / Conductor] | [Which gates] |
|
|
140
|
+
|
|
141
|
+
## Open Questions and Blockers
|
|
142
|
+
| # | Question / Blocker | Severity | For which gate | Status |
|
|
143
|
+
|---|--------------------|:--------:|:--------------:|--------|
|
|
144
|
+
| 1 | [Description] | 🔴/🟡/🟢 | [Gate ID] | Open / Resolved |
|
|
145
|
+
|
|
146
|
+
## Cumulative Index
|
|
147
|
+
| Session | Gates | Key Artifacts | File |
|
|
148
|
+
|---------|-------|---------------|------|
|
|
149
|
+
| 1 | COND-01, INT-01 | Research brief, interview context | session-1-handoff.md |
|
|
150
|
+
| 2 | RES-01, AN-01, ST-01 | Data, analysis, Analysts' strategy | session-2-handoff.md |
|
|
151
|
+
| [N] | [...] | [...] | session-N-handoff.md |
|
|
152
|
+
|
|
153
|
+
## Prompt for the Next Session
|
|
154
|
+
[Generated via $session-prompt-generator — ready-to-paste prompt]
|
|
155
|
+
|
|
156
|
+
## Verification Checklist
|
|
157
|
+
- [ ] All artifacts are included entirely (not via links)
|
|
158
|
+
- [ ] Requirements board ($board) is saved in its current state
|
|
159
|
+
- [ ] Decisions and context are documented
|
|
160
|
+
- [ ] Open questions / blockers are documented
|
|
161
|
+
- [ ] Cumulative index is up-to-date
|
|
162
|
+
- [ ] Prompt for the next session is generated
|
|
163
|
+
- [ ] The file is self-sufficient — test: can be read without ANY previous context
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
### Recovery Protocol (corrupted / incomplete handoff)
|
|
167
|
+
|
|
168
|
+
Upon loading a session handoff in a new session — the Conductor performs a verification:
|
|
169
|
+
|
|
170
|
+
| Check | Action upon failure |
|
|
171
|
+
|-------|---------------------|
|
|
172
|
+
| File not found | Request path from the user or recreate from the previous session's memory |
|
|
173
|
+
| Artifacts incomplete (links present instead of content) | Mark as ⚠️, request missing items from the user |
|
|
174
|
+
| Cumulative index does not match the content | Rebuild the index from the actual file contents |
|
|
175
|
+
| Prompt is missing | Generate via `$session-prompt-generator` |
|
|
176
|
+
| Board is missing | Restore from the cumulative index + artifacts |
|
|
177
|
+
|
|
178
|
+
> For any recovery — explicitly notify the user that the handoff was incomplete and what has been restored.
|
|
179
|
+
|
|
180
|
+
## Reverse Handoff
|
|
181
|
+
|
|
182
|
+
### When it occurs
|
|
183
|
+
- `$gates` — FAIL.
|
|
184
|
+
- Mediator found critical discrepancies in data.
|
|
185
|
+
- User requested a revision.
|
|
186
|
+
- Next gate found an issue with the previous one's artifact.
|
|
187
|
+
|
|
188
|
+
### Reverse handoff protocol
|
|
189
|
+
1. Indicate the **reason for return** — specific gaps / remarks.
|
|
190
|
+
2. Indicate **what exactly to revise** — not "redo", but "check source X: data is from 2023, need current data for 2025".
|
|
191
|
+
3. Indicate **what NOT to touch** — what is already approved and needs no changes.
|
|
192
|
+
4. Update `$board` — receiving gate → `[↩] Return`, sending gate → `[→] In Progress`.
|
|
193
|
+
5. After revision — repeat `$gates` check → forward handoff.
|
|
194
|
+
|
|
195
|
+
## Receive Acknowledgement
|
|
196
|
+
|
|
197
|
+
Upon receiving a handoff, the receiving agent must:
|
|
198
|
+
|
|
199
|
+
1. **Acknowledge loading:** "Handoff from [ID] received, [N] artifacts loaded".
|
|
200
|
+
2. **List what was received:** a list of artifacts with a brief description.
|
|
201
|
+
3. **Note the gaps:** if CONDITIONAL PASS — explicitly list the received gaps.
|
|
202
|
+
4. **Log issues:** if an artifact is incomplete or unclear — ask for clarification before starting work (do not guess).
|
|
203
|
+
|
|
204
|
+
> The Acknowledge is embedded at the start of the next gate's work. It is not a separate step, but the first paragraph of the deliverable.
|
|
205
|
+
|
|
206
|
+
## Protocol
|
|
207
|
+
|
|
208
|
+
### Step 0 — Determine handoff type
|
|
209
|
+
1. Forward (intra-session), Reverse (return), Session (inter-session).
|
|
210
|
+
2. For Session — define file path: `docs/analytics/session-N-handoff.md`.
|
|
211
|
+
|
|
212
|
+
### Step 1 — Preconditions
|
|
213
|
+
1. Ensure `$gates` gave a PASS or CONDITIONAL PASS (except Reverse).
|
|
214
|
+
2. Determine receiving agent by the registry.
|
|
215
|
+
3. Collect all artifacts from the transfer registry.
|
|
216
|
+
|
|
217
|
+
### Step 2 — Envelope formation
|
|
218
|
+
1. For Forward: fill out the standard envelope template.
|
|
219
|
+
2. For Session: fill out the file template, include FULL content of artifacts.
|
|
220
|
+
3. For Reverse: fill out the reverse envelope with gaps.
|
|
221
|
+
4. For CONDITIONAL PASS — explicitly state the gaps that are being transferred.
|
|
222
|
+
|
|
223
|
+
### Step 3 — User sign-off
|
|
224
|
+
1. Show the envelope to the user.
|
|
225
|
+
2. Wait for an explicit **"Approved"**.
|
|
226
|
+
3. Do not proceed without an Approved. Without exceptions.
|
|
227
|
+
|
|
228
|
+
### Step 4 — Save and activate
|
|
229
|
+
1. For Session: save the file to `docs/analytics/session-N-handoff.md`.
|
|
230
|
+
2. Update `$board`: current gate → `[✓] Completed`, next gate → `[→] In Progress`.
|
|
231
|
+
3. Add entry to transfer log.
|
|
232
|
+
4. For Session: call `$session-prompt-generator` to generate a prompt.
|
|
233
|
+
|
|
234
|
+
## Example — Forward Handoff RES-01 → AN-01 (CONDITIONAL PASS)
|
|
235
|
+
|
|
236
|
+
```
|
|
237
|
+
### Handoff Envelope — RES-01 Researcher (Analysts) → AN-01 Data Analyst (Analysts)
|
|
238
|
+
|
|
239
|
+
**Type:** Forward
|
|
240
|
+
**Mode:** Full Pipeline
|
|
241
|
+
**Session:** 2
|
|
242
|
+
**Gate Check:** CONDITIONAL PASS (iteration 1) — 2 Gaps
|
|
243
|
+
**Date:** 2026-04-12
|
|
244
|
+
|
|
245
|
+
---
|
|
246
|
+
|
|
247
|
+
**Artifacts:**
|
|
248
|
+
|
|
249
|
+
1. **Research Report** — 7 sections according to the INT-01 research brief:
|
|
250
|
+
- EdTech Market Size in Russia (TAM $4.2B, SAM $1.8B, SOM $180M)
|
|
251
|
+
- Key players: Skillbox, Netology, Yandex Praktikum, GeekBrains, Skyeng
|
|
252
|
+
- Trends: AI personalization, corporate training, micro-certifications
|
|
253
|
+
- Regulatory environment: licensing, accreditation
|
|
254
|
+
- Customer segments: B2C (25-35), B2B (corp. training), B2G (Ministry of Education)
|
|
255
|
+
- Pricing: subscription $15-80/m, corporate contracts $5K-50K/y
|
|
256
|
+
- Entry barriers: brand, content, teachers
|
|
257
|
+
|
|
258
|
+
2. **Source Table** — 28 sources, URL, dates, credibility (✅/⚠️/🔮)
|
|
259
|
+
|
|
260
|
+
**Gaps (CONDITIONAL PASS):**
|
|
261
|
+
- ⚠️ EdTech TAM: 2 sources instead of 3 (Smart Ranking + HSE, missing third)
|
|
262
|
+
- ⚠️ IDC report on corp. training: 14 months old (Jan 2025), highly recommended to verify
|
|
263
|
+
|
|
264
|
+
---
|
|
265
|
+
|
|
266
|
+
**Task for AN-01 Data Analyst (Analysts):**
|
|
267
|
+
Apply competitive analysis and market dimensioning frameworks to RES-01 data. At least 2 frameworks. Take note of the gaps: TAM is marked as ⚠️ Estimated, mark IDC data as ⚠️.
|
|
268
|
+
|
|
269
|
+
**Expected deliverable:**
|
|
270
|
+
Filled frameworks tied to RES-01 data, patterns, insights, methodology.
|
|
271
|
+
|
|
272
|
+
**Blockers:** None
|
|
273
|
+
|
|
274
|
+
---
|
|
275
|
+
|
|
276
|
+
→ Waiting for **"Approved"** to transition to **AN-01 Data Analyst (Analysts)**
|
|
277
|
+
```
|
|
278
|
+
|
|
279
|
+
## Envelope Validation (Quality Gate)
|
|
280
|
+
|
|
281
|
+
### Standard (Forward) envelope
|
|
282
|
+
- [ ] Result of `$gates` attached (PASS / CONDITIONAL PASS)
|
|
283
|
+
- [ ] Sending and receiving agents are indicated with gate IDs
|
|
284
|
+
- [ ] All artifacts from the transfer registry appended
|
|
285
|
+
- [ ] Task for the next agent formulated specifically
|
|
286
|
+
- [ ] Gaps (if CONDITIONAL) are explicitly listed
|
|
287
|
+
- [ ] Context is passed
|
|
288
|
+
- [ ] User Approved obtained
|
|
289
|
+
- [ ] `$board` updated
|
|
290
|
+
|
|
291
|
+
### Inter-session (Session) envelope — additionally
|
|
292
|
+
- [ ] File is saved to `docs/analytics/session-N-handoff.md`
|
|
293
|
+
- [ ] All artifacts are included in **full text** (no links or summaries)
|
|
294
|
+
- [ ] Board state is saved
|
|
295
|
+
- [ ] Decisions and context are documented
|
|
296
|
+
- [ ] Open questions / blockers are documented
|
|
297
|
+
- [ ] Cumulative index is up-to-date
|
|
298
|
+
- [ ] Prompt for the next session is generated
|
|
299
|
+
- [ ] File is self-sufficient — test: can be read without ANY previous context
|
|
300
|
+
|
|
301
|
+
## Handoff
|
|
302
|
+
The result of `$handoff` is input data for: the next agent in the pipeline, `$board` (status update), `$session-prompt-generator` (for inter-session handoffs).
|
|
303
|
+
|
|
304
|
+
## Anti-patterns
|
|
305
|
+
|
|
306
|
+
| Mistake | Why it's bad | How to do it right |
|
|
307
|
+
|---------|--------------|--------------------|
|
|
308
|
+
| Handoff without `$gates` | Unverified artifacts → issues at the next gate | Always `$gates` PASS → then handoff |
|
|
309
|
+
| Handoff without Approved | Protocol violation, user unaware | Always wait for explicit Approved |
|
|
310
|
+
| Session handoff with links instead of content | Next session has no access to context | FULL text of artifacts in the file |
|
|
311
|
+
| "Do analysis" instead of task | Agent does not know root scope | Specific task with parameters and anticipated deliverable |
|
|
312
|
+
| Transfer without artifacts | Next agent works blindly | All registry artifacts are attached |
|
|
313
|
+
| Reverse handoff without details | Agent doesn't know what to fix | Explicit gaps + what NOT to touch |
|
|
314
|
+
| Failing to update `$board` | Board gets desynchronized | Update `$board` at every handoff |
|
|
315
|
+
| Context loss between sessions | Next session starts from scratch | Inter-session handoff with complete content |
|
|
316
|
+
| Recipient didn't acknowledge receipt | Unclear if all artifacts are received & understood | Receive Acknowledgement at the start of next gate |
|
|
317
|
+
| Corrupt session file | Next session works with incomplete data | Recovery protocol: verification upon loading |
|
|
318
|
+
|
|
319
|
+
## Output Templates
|
|
320
|
+
|
|
321
|
+
### Forward Handoff (intra-session)
|
|
322
|
+
|
|
323
|
+
```
|
|
324
|
+
### Handoff Envelope — [ID From] [Agent From] → [ID To] [Agent To]
|
|
325
|
+
|
|
326
|
+
**Type:** Forward
|
|
327
|
+
**Mode:** [Full / Quick]
|
|
328
|
+
**Session:** [N]
|
|
329
|
+
**Gate Check:** [PASS / CONDITIONAL PASS] (iteration [N])
|
|
330
|
+
**Date:** [YYYY-MM-DD]
|
|
331
|
+
|
|
332
|
+
---
|
|
333
|
+
|
|
334
|
+
**Artifacts:**
|
|
335
|
+
- [Artifact 1 — description]
|
|
336
|
+
- [Artifact 2 — description]
|
|
337
|
+
|
|
338
|
+
**Gaps (if CONDITIONAL):**
|
|
339
|
+
- [Gap 1 — what to consider]
|
|
340
|
+
|
|
341
|
+
---
|
|
342
|
+
|
|
343
|
+
**Task for [Agent To]:**
|
|
344
|
+
[Clear specific formulation]
|
|
345
|
+
|
|
346
|
+
**Expected deliverable:**
|
|
347
|
+
[What the next agent should return]
|
|
348
|
+
|
|
349
|
+
**Blockers:**
|
|
350
|
+
[List or "None"]
|
|
351
|
+
|
|
352
|
+
---
|
|
353
|
+
|
|
354
|
+
→ Waiting for **"Approved"** to transition to **[ID To] [Agent To]**
|
|
355
|
+
```
|
|
356
|
+
|
|
357
|
+
### Reverse Handoff
|
|
358
|
+
|
|
359
|
+
```
|
|
360
|
+
### Reverse Handoff — [ID From] [Agent From] → [ID To] [Agent To] (return)
|
|
361
|
+
|
|
362
|
+
**Type:** Reverse
|
|
363
|
+
**Reason:** [FAIL / feedback / data discrepancies]
|
|
364
|
+
**Date:** [YYYY-MM-DD]
|
|
365
|
+
|
|
366
|
+
---
|
|
367
|
+
|
|
368
|
+
**What to fix:**
|
|
369
|
+
| # | Gap / Remark | Sev | Specific Action |
|
|
370
|
+
|---|--------------|:---:|-----------------|
|
|
371
|
+
| 1 | [description] | [B] | [what to do] |
|
|
372
|
+
|
|
373
|
+
**What NOT to touch:**
|
|
374
|
+
- [Artifact / section that is already approved]
|
|
375
|
+
|
|
376
|
+
---
|
|
377
|
+
|
|
378
|
+
→ After revision — repeat `$gates` check (iteration [N+1])
|
|
379
|
+
→ Waiting for **"Approved"** for return
|
|
380
|
+
```
|
|
381
|
+
|
|
382
|
+
### Receive Acknowledgement (start of recipient's work)
|
|
383
|
+
|
|
384
|
+
```
|
|
385
|
+
**Handoff received:** [ID From] → [ID To]
|
|
386
|
+
**Artifacts loaded:** [N] pcs.
|
|
387
|
+
- [Artifact 1] — ✅ received
|
|
388
|
+
- [Artifact 2] — ✅ received
|
|
389
|
+
|
|
390
|
+
**Gaps accepted:** [list or "None"]
|
|
391
|
+
**Issues on loading:** [list or "None"]
|
|
392
|
+
```
|
|
393
|
+
|
|
394
|
+
## Common handoff-document rules (cross-domain)
|
|
395
|
+
|
|
396
|
+
> Applies to **any** handoff document written to hand the session over to a fresh agent (session-handoff / conversation summary). Supplements, does not replace, the inter-gate / inter-session handoff sections above — in particular, applies when using `os.tmpdir()` instead of `docs/analytics/session-N-handoff.md` for a lightweight conversation summary.
|
|
397
|
+
|
|
398
|
+
1. **Where to save.** The handoff document goes to the **OS temp directory** (`%TEMP%` / `/tmp` / `os.tmpdir()`), **not** the working repository. Workspace stays clean; the path to the temp file is cited in the next session's chat.
|
|
399
|
+
2. **"Suggested skills" section.** The document MUST include a section listing the skills the fresh agent should invoke first (`$skill-1`, `$skill-2`, ...). This shortens context warm-up.
|
|
400
|
+
3. **Do not duplicate artifacts.** If the data is already in a PRD / plan / ADR / commit / diff / issue — link to it by **path or URL**, do not copy the content. Duplication causes drift between sources. (Conflicts with the "FULL TEXT of artifacts" rule for the legacy session-handoff in `docs/analytics/` — that rule still applies there; this one applies to the temp variant.)
|
|
401
|
+
4. **Redact sensitive data.** Before saving, strip API keys, passwords, tokens, PII (email, phone, real customer names). The temp directory is also a potential leak vector.
|
|
402
|
+
5. **User arguments = next-session focus.** If `/handoff` is called with an argument string, treat it as a description of the next session's task; tailor the summary and suggested-skills list to that focus.
|