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,439 +1,463 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: handoff
|
|
3
|
-
description: Transferring artifacts between gates and sessions — structured format with decision context
|
|
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
|
-
| **COND-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
|
91
|
-
|
|
92
|
-
| **
|
|
93
|
-
| **
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
|
102
|
-
|
|
103
|
-
| **COND-
|
|
104
|
-
| **PM-
|
|
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
|
-
**
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
**
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
---
|
|
413
|
-
|
|
414
|
-
→
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
**
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
**
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
1
|
+
---
|
|
2
|
+
name: handoff
|
|
3
|
+
description: Transferring artifacts between gates and sessions — structured format with decision context
|
|
4
|
+
type: mandatory
|
|
5
|
+
domain: product
|
|
6
|
+
owners:
|
|
7
|
+
- conductor
|
|
8
|
+
gates:
|
|
9
|
+
- DISCOVERY
|
|
10
|
+
- PRODUCT_STRATEGIST
|
|
11
|
+
- PM
|
|
12
|
+
- UX_DESIGNER
|
|
13
|
+
- TECH_LEAD
|
|
14
|
+
- DATA_ANALYST
|
|
15
|
+
- MEDIATOR
|
|
16
|
+
- DESIGNER
|
|
17
|
+
- LAYOUTER
|
|
18
|
+
- RELEASE_GATE
|
|
19
|
+
tech: []
|
|
20
|
+
topic: []
|
|
21
|
+
triggers:
|
|
22
|
+
- handoff
|
|
23
|
+
- передача
|
|
24
|
+
- session handoff
|
|
25
|
+
related: []
|
|
26
|
+
budget_lines: 463
|
|
27
|
+
schema_version: 1
|
|
28
|
+
---
|
|
29
|
+
# Handoff — Transferring Context Between Gates and Sessions
|
|
30
|
+
|
|
31
|
+
## When to Use
|
|
32
|
+
- At **every transition** between gates within a session — standard transfer (intra-session handoff).
|
|
33
|
+
- At **session completion** — cross-session transfer (multi-session handoff), saved to file.
|
|
34
|
+
- When **returning for rework** — reverse handoff.
|
|
35
|
+
- **Required** at every transition, in any pipeline mode. No exceptions.
|
|
36
|
+
|
|
37
|
+
> **Distinction:** `$gates` checks readiness. `$handoff` transfers work. `$board` tracks status. Order: `$gates` PASS → `$handoff` → update `$board`.
|
|
38
|
+
|
|
39
|
+
## Input
|
|
40
|
+
|
|
41
|
+
| Field | Required | Description |
|
|
42
|
+
|-------|:--------:|-------------|
|
|
43
|
+
| `$gates` result | ✅ | PASS or CONDITIONAL PASS — handoff is impossible on FAIL |
|
|
44
|
+
| Sending agent | ✅ | Who is transferring (current gate with ID) |
|
|
45
|
+
| Receiving agent | ✅ | To whom (next gate with ID) |
|
|
46
|
+
| Gate artifacts | ✅ | Deliverables of the current gate (from `$gates` registry) |
|
|
47
|
+
| Pipeline mode | ✅ | Full A (`/ship-right-thing`) / Full B (`/shape-prioritize`) / Quick (`/quick-pm`) / Spec (`/spec`) |
|
|
48
|
+
| Handoff type | ✅ | Forward / Reverse / Session (cross-session) |
|
|
49
|
+
| Adversarial camp | ⬚ | For Full A/B when transferring between camps (via Mediator) |
|
|
50
|
+
| Session number | ⬚ | For cross-session handoff — current and next session |
|
|
51
|
+
|
|
52
|
+
> **Precondition:** Handoff is only possible after `$gates` PASS or CONDITIONAL PASS. On FAIL — return to agent, handoff is not executed.
|
|
53
|
+
|
|
54
|
+
### Related Skills
|
|
55
|
+
| Skill | Interaction | When |
|
|
56
|
+
|-------|-------------|------|
|
|
57
|
+
| `$gates` | Precondition: PASS / CONDITIONAL PASS → enables handoff. Gate check attached to envelope | Before each handoff |
|
|
58
|
+
| `$board` | After handoff: update gate statuses (current → `[✓]`, next → `[→]`) | After each handoff |
|
|
59
|
+
| `$session-prompt-generator` | For Session handoff: generate next session prompt, included in file | On session completion |
|
|
60
|
+
| Framework skills (jtbd, prd, rice etc.) | Skill artifacts (completed templates) — part of gate deliverables | When transferring between agents |
|
|
61
|
+
|
|
62
|
+
## Handoff Types
|
|
63
|
+
|
|
64
|
+
| Type | Description | File | Next recipient context |
|
|
65
|
+
|------|-------------|------|------------------------|
|
|
66
|
+
| **Forward** | Standard transfer between gates within session | No (in memory) | Full session context available |
|
|
67
|
+
| **Reverse** | Return for rework | No (in memory) | Full session context available |
|
|
68
|
+
| **Session** | Cross-session transfer | `docs/product/session-N-handoff.md` | **ZERO** prior context — file must be self-contained |
|
|
69
|
+
|
|
70
|
+
> **Key rule for cross-session handoff:** The next session starts with ZERO context. The handoff file is the sole source of information. No references to «see above» or «as discussed». Everything must be in the file.
|
|
71
|
+
|
|
72
|
+
> **Key rule for adversarial independence:** In Full A/B when transferring the Discovery Brief to both camps — **both packages are identical**. Alpha and Beta do not see each other's artifacts until Mediator. Session-handoff Camp Alpha is **NOT passed** to Beta before MED-01.
|
|
73
|
+
|
|
74
|
+
## Transfer Registry — What to Transfer
|
|
75
|
+
|
|
76
|
+
### Full Pipeline A (`/ship-right-thing`, 6 sessions)
|
|
77
|
+
|
|
78
|
+
| Transition | Artifacts | Key context |
|
|
79
|
+
|------------|-----------|-------------|
|
|
80
|
+
| **COND-01 → DISC-01** | Task scope, mode, board, adversarial context | Product question, constraints, ICP, current metrics |
|
|
81
|
+
| **DISC-01 → Session Handoff** | Discovery Brief (JTBD, problems, assumptions, evidence) | All discovery evidence, open questions |
|
|
82
|
+
| **COND-02 → STRAT-01α** | Session-1 handoff (Discovery Brief), camp assignment | Discovery Brief + explicit «you are Customer-Champion» |
|
|
83
|
+
| **STRAT-01α → Session Handoff** | Strategy Brief Alpha (vision, NSM, OKR, roadmap) | Customer-Champion package for Mediator — isolated from Beta |
|
|
84
|
+
| **COND-03 → STRAT-02β** | Session-1 handoff (Discovery Brief, same as given to Alpha) | **WITHOUT** Session-2-handoff! Discovery only |
|
|
85
|
+
| **STRAT-02β → Session Handoff** | Strategy Brief Beta | Business-Champion package for Mediator |
|
|
86
|
+
| **COND-04 → MED-01** | Session-2 + Session-3 handoff (both) | First gate where both camps are visible simultaneously |
|
|
87
|
+
| **MED-01 → Session Handoff** | Unified Strategy Brief (synthesis + rationale) | Final strategy, evidence audit, synthesis path |
|
|
88
|
+
| **COND-05 → PM-SPEC** | Session-4 handoff (unified strategy) + Discovery Brief | Strategy for scope decisions |
|
|
89
|
+
| **PM-SPEC → UX-01 + TECH-01 + DATA-01** (parallel) | PRD + user stories + AC | Each receives their part for parallel work |
|
|
90
|
+
| **Session 5 → Session Handoff** | Combined S5 deliverable (PRD + wireframes + feasibility + metric plan) | Everything ready for final packaging |
|
|
91
|
+
| **COND-06 → DS-01** | Session-5 handoff + design directive | Content for layout |
|
|
92
|
+
| **DS-01 → LY-01** | Design spec (layout + components) | Ready templates for HTML/PDF |
|
|
93
|
+
| **LY-01 → RG-01** | Final PRD + Product Review Deck (PDF) | Release-ready package |
|
|
94
|
+
|
|
95
|
+
### Full Pipeline B (`/shape-prioritize`, 6 sessions)
|
|
96
|
+
|
|
97
|
+
| Transition | Artifacts | Key context |
|
|
98
|
+
|------------|-----------|-------------|
|
|
99
|
+
| **COND-01 → DISC-01** | Task scope, approved strategy (from prior /ship-right-thing or external) | Scope boundaries for prioritization |
|
|
100
|
+
| **DISC-01 → Session Handoff** | Scope Brief (WHAT we're prioritizing, which JTBD in scope) | Scope boundaries for both camps |
|
|
101
|
+
| **COND-02 → PM-01α + TECH-01α** (parallel) | Session-1 handoff, Build-camp assignment | Scope Brief + «you are Build-Camp: maximum scope, every feature justified» |
|
|
102
|
+
| **PM-01α / TECH-01α → Session Handoff** | Build scope proposal (max RICE) + feasibility per story | Max-scope package for Mediator |
|
|
103
|
+
| **COND-03 → PM-02β + TECH-02β** (parallel) | Session-1 handoff (same Scope Brief) | **WITHOUT** Session-2! Cut-camp does not see Build artifacts |
|
|
104
|
+
| **PM-02β / TECH-02β → Session Handoff** | Cut scope proposal (MoSCoW) + hidden risks | Min-scope package for Mediator |
|
|
105
|
+
| **COND-04 → MED-01** | Session-2 + Session-3 handoff | Build vs Cut simultaneously |
|
|
106
|
+
| **MED-01 → Session Handoff** | Final scope decision + rationale | Approved scope + out-of-scope list |
|
|
107
|
+
| **COND-05 → PM-SPEC** | Session-4 handoff (final scope) | Ready to write final PRD |
|
|
108
|
+
| **PM-SPEC → UX-01 + DATA-01** (parallel) | PRD | Parallel work on scope |
|
|
109
|
+
| **Session 5 → Session Handoff** | PRD + wireframes + metric plan | Packaging for PDF |
|
|
110
|
+
| **COND-06 → DS-01 → LY-01 → RG-01** | Standard packaging | — |
|
|
111
|
+
|
|
112
|
+
### Quick Pipeline (`/quick-pm`, 1 session)
|
|
113
|
+
|
|
114
|
+
| Transition | Artifacts | Key context |
|
|
115
|
+
|------------|-----------|-------------|
|
|
116
|
+
| **COND-01 → DISC-01** | Focused question | Short scope |
|
|
117
|
+
| **DISC-01 → STRAT-01** | Rough JTBD + problem statement | Strategy alignment input |
|
|
118
|
+
| **STRAT-01 → PM-01** | NSM, theme, strategic fit | For rough RICE |
|
|
119
|
+
| **PM-01 → TECH-01** | Rough RICE, MVP sketch (3-5 stories) | For feasibility |
|
|
120
|
+
| **TECH-01 → DATA-01** | Feasibility, risks | For metric sketch |
|
|
121
|
+
| **DATA-01 → Short Brief** | Primary metric, guardrail, target | Final brief |
|
|
122
|
+
|
|
123
|
+
### Spec Pipeline (`/spec`, 1 session)
|
|
124
|
+
|
|
125
|
+
| Transition | Artifacts | Key context |
|
|
126
|
+
|------------|-----------|-------------|
|
|
127
|
+
| **COND-01 → PM-SPEC** | Approved strategy + scope | Ready to write PRD |
|
|
128
|
+
| **PM-SPEC → UX-01 + TECH-01** (parallel) | PRD draft | Parallel review |
|
|
129
|
+
| **UX + TECH → PM-FINAL** | UX flows + feasibility + NFR | Merge into PRD |
|
|
130
|
+
| **PM-FINAL → Handoff to Engineering** | Final PRD | Implementation ready |
|
|
131
|
+
|
|
132
|
+
## Cross-Session Handoff (Session)
|
|
133
|
+
|
|
134
|
+
### File structure `docs/product/session-N-handoff.md`
|
|
135
|
+
|
|
136
|
+
The file contains **all** necessary context. No references, no abbreviations.
|
|
137
|
+
|
|
138
|
+
```markdown
|
|
139
|
+
# Session [N] Handoff — [Initiative Name]
|
|
140
|
+
|
|
141
|
+
## Meta
|
|
142
|
+
- **Project:** [Name]
|
|
143
|
+
- **Date:** [YYYY-MM-DD]
|
|
144
|
+
- **Session:** [N] of [M]
|
|
145
|
+
- **Mode:** /ship-right-thing | /shape-prioritize | /quick-pm | /spec
|
|
146
|
+
- **Adversarial camp** (if applicable): Alpha (Customer / Build) | Beta (Business / Cut) | —
|
|
147
|
+
- **Completed gates:** [list of IDs with deliverables]
|
|
148
|
+
- **Next gate:** [ID] [Name]
|
|
149
|
+
|
|
150
|
+
## Brief Summary
|
|
151
|
+
[2-3 sentences: what was done in this session, key result]
|
|
152
|
+
|
|
153
|
+
## Board State ($board)
|
|
154
|
+
[Full copy of the board table in its current state + progress metrics]
|
|
155
|
+
|
|
156
|
+
## Full Artifact Contents
|
|
157
|
+
|
|
158
|
+
### [Artifact 1 — e.g., Discovery Brief]
|
|
159
|
+
[FULL TEXT of the artifact, not a link or brief description]
|
|
160
|
+
|
|
161
|
+
### [Artifact 2 — e.g., JTBD Canvas]
|
|
162
|
+
[FULL TEXT of the artifact]
|
|
163
|
+
|
|
164
|
+
### [Artifact N — ...]
|
|
165
|
+
[FULL TEXT]
|
|
166
|
+
|
|
167
|
+
## Decisions and Context
|
|
168
|
+
| # | Decision | Rationale | Made by | Affects |
|
|
169
|
+
|---|----------|-----------|---------|---------|
|
|
170
|
+
| 1 | [What was decided] | [Why] | [User / Conductor] | [Which gates] |
|
|
171
|
+
|
|
172
|
+
## Open Questions and Blockers
|
|
173
|
+
| # | Question / Blocker | Severity | For which gate | Status |
|
|
174
|
+
|---|-------------------|:--------:|:--------------:|--------|
|
|
175
|
+
| 1 | [Description] | 🔴/🟡/🟢 | [Gate ID] | Open / Resolved |
|
|
176
|
+
|
|
177
|
+
## Camp Independence Check (Full A/B)
|
|
178
|
+
- [ ] This handoff does **NOT** contain artifacts from the opposing camp (if applicable)
|
|
179
|
+
- [ ] If handoff goes to Camp Beta — Alpha artifacts are excluded
|
|
180
|
+
- [ ] Mediator receives **both** session-handoffs (explicitly)
|
|
181
|
+
|
|
182
|
+
## Cumulative Index
|
|
183
|
+
| Session | Gates | Key Artifacts | File |
|
|
184
|
+
|---------|-------|---------------|------|
|
|
185
|
+
| 1 | COND-01, DISC-01 | Discovery Brief, JTBD canvas | session-1-handoff.md |
|
|
186
|
+
| 2 | STRAT-01α | Strategy Brief Alpha | session-2-handoff.md |
|
|
187
|
+
| [N] | [...] | [...] | session-N-handoff.md |
|
|
188
|
+
|
|
189
|
+
## Prompt for Next Session
|
|
190
|
+
[Generated via $session-prompt-generator — ready-to-paste prompt]
|
|
191
|
+
|
|
192
|
+
## Verification Checklist
|
|
193
|
+
- [ ] All artifacts included in full (not as links)
|
|
194
|
+
- [ ] Task board ($board) saved in current state
|
|
195
|
+
- [ ] Decisions and context recorded
|
|
196
|
+
- [ ] Open questions / blockers recorded
|
|
197
|
+
- [ ] Cumulative index is up to date
|
|
198
|
+
- [ ] Prompt for next session generated
|
|
199
|
+
- [ ] Camp independence check passed (Full A/B)
|
|
200
|
+
- [ ] File is self-contained — test: can be read without ANY prior context
|
|
201
|
+
```
|
|
202
|
+
|
|
203
|
+
### Recovery Protocol (damaged / incomplete handoff)
|
|
204
|
+
|
|
205
|
+
When loading a session handoff in a new session — Conductor performs verification:
|
|
206
|
+
|
|
207
|
+
| Check | Action on failure |
|
|
208
|
+
|-------|-------------------|
|
|
209
|
+
| File not found | Request path from user or reconstruct from previous session memory |
|
|
210
|
+
| Artifacts incomplete (links instead of content) | Mark as ⚠️, request missing content from user |
|
|
211
|
+
| Cumulative index does not match content | Rebuild index from actual file contents |
|
|
212
|
+
| Prompt missing | Generate via `$session-prompt-generator` |
|
|
213
|
+
| Board missing | Restore from cumulative index + artifacts |
|
|
214
|
+
| Camp contamination detected | 🔴 Critical: stop, escalate, recreate handoff with filtering |
|
|
215
|
+
|
|
216
|
+
> On any recovery — explicitly notify the user that the handoff was incomplete and what was restored.
|
|
217
|
+
|
|
218
|
+
## Reverse Handoff
|
|
219
|
+
|
|
220
|
+
### When it happens
|
|
221
|
+
- `$gates` — FAIL.
|
|
222
|
+
- Mediator discovered critical data discrepancies.
|
|
223
|
+
- User requested rework.
|
|
224
|
+
- Next gate discovered a problem with an artifact from the previous gate.
|
|
225
|
+
|
|
226
|
+
### Reverse handoff protocol
|
|
227
|
+
1. State the **reason for return** — specific gaps / comments.
|
|
228
|
+
2. State **exactly what to rework** — not «redo it», but «verify evidence for assumption X: Discovery has 0 interviews for this segment, need 5+».
|
|
229
|
+
3. State **what NOT to touch** — what has already been approved and needs no changes.
|
|
230
|
+
4. Update `$board` — receiving gate → `[↩] Returned`, sending gate → `[→] In Progress`.
|
|
231
|
+
5. After rework — re-run `$gates` check → forward handoff.
|
|
232
|
+
|
|
233
|
+
## Receive Acknowledgement
|
|
234
|
+
|
|
235
|
+
Upon receiving a handoff the receiving agent must:
|
|
236
|
+
|
|
237
|
+
1. **Confirm loading:** «Handoff from [ID] received, [N] artifacts loaded».
|
|
238
|
+
2. **List received:** list of artifacts with brief description.
|
|
239
|
+
3. **Note gaps:** if CONDITIONAL PASS — explicitly list received gaps.
|
|
240
|
+
4. **Record issues:** if an artifact is incomplete or unclear — request clarification before starting work (do not guess).
|
|
241
|
+
|
|
242
|
+
> Acknowledge is embedded in the beginning of the next gate's work. It is not a separate step, but the first paragraph of the deliverable.
|
|
243
|
+
|
|
244
|
+
## Protocol
|
|
245
|
+
|
|
246
|
+
### Step 0 — Determine handoff type
|
|
247
|
+
1. Forward (within session), Reverse (return), Session (cross-session).
|
|
248
|
+
2. For Session — determine file path: `docs/product/session-N-handoff.md`.
|
|
249
|
+
3. For Full A/B — verify camp isolation (if handoff goes alpha → beta without Mediator — **prohibited**).
|
|
250
|
+
|
|
251
|
+
### Step 1 — Preconditions
|
|
252
|
+
1. Confirm that `$gates` gave PASS or CONDITIONAL PASS (except Reverse).
|
|
253
|
+
2. Identify the receiving agent from the registry.
|
|
254
|
+
3. Collect all artifacts from the transfer registry.
|
|
255
|
+
4. For Full A/B — **filter out** artifacts from the opposing camp (if cross-camp handoff).
|
|
256
|
+
|
|
257
|
+
### Step 2 — Form the envelope
|
|
258
|
+
1. For Forward: fill in the standard envelope template.
|
|
259
|
+
2. For Session: fill in the file template, include FULL artifact contents.
|
|
260
|
+
3. For Reverse: fill in the reverse envelope with gaps.
|
|
261
|
+
4. For CONDITIONAL PASS — explicitly state the gaps being transferred.
|
|
262
|
+
|
|
263
|
+
### Step 3 — User sign-off
|
|
264
|
+
1. Show envelope to user.
|
|
265
|
+
2. Await explicit **"Approved"**.
|
|
266
|
+
3. Do not proceed without Approved. No exceptions.
|
|
267
|
+
|
|
268
|
+
### Step 4 — Save and activate
|
|
269
|
+
1. For Session: save file to `docs/product/session-N-handoff.md`.
|
|
270
|
+
2. Update `$board`: current gate → `[✓] Completed`, next → `[→] In Progress`.
|
|
271
|
+
3. Add entry to the transfer log.
|
|
272
|
+
4. For Session: call `$session-prompt-generator` to generate the prompt.
|
|
273
|
+
|
|
274
|
+
## Example — Forward Handoff COND-03 → STRAT-02β (TeamFlow, `/ship-right-thing`)
|
|
275
|
+
|
|
276
|
+
**Context:** TeamFlow (B2B SaaS, HR-tech). Session 3: assigning Camp Beta (Business-Champion). Important: Beta receives ONLY the Discovery Brief, without Session-2 handoff (Alpha artifacts).
|
|
277
|
+
|
|
278
|
+
```
|
|
279
|
+
### Handoff Envelope — COND-03 → STRAT-02β Product Strategist (Business-Champion)
|
|
280
|
+
|
|
281
|
+
**Type:** Forward
|
|
282
|
+
**Mode:** /ship-right-thing (Full A)
|
|
283
|
+
**Session:** 3
|
|
284
|
+
**Camp:** Beta (Business-Champion)
|
|
285
|
+
**Gate Check:** PASS (camp assignment + independence verified)
|
|
286
|
+
**Date:** 2026-04-12
|
|
287
|
+
|
|
288
|
+
---
|
|
289
|
+
|
|
290
|
+
**Artifacts:**
|
|
291
|
+
|
|
292
|
+
1. **Discovery Brief** (from session-1-handoff.md) — FULL text:
|
|
293
|
+
- ICP: mid-market HR-tech (100-500 employees)
|
|
294
|
+
- Buyer: VP People/HR
|
|
295
|
+
- End-user: People managers + ICs
|
|
296
|
+
- JTBD canvas (buyer + end-user separate)
|
|
297
|
+
- Top 3 problem statements
|
|
298
|
+
- Assumption map (12 assumptions, 4 high-risk)
|
|
299
|
+
|
|
300
|
+
2. **Camp Assignment:** Business-Champion
|
|
301
|
+
- You play the role of Business-Champion (β)
|
|
302
|
+
- Focus: strategy around revenue, margin, strategic moat, competitive positioning
|
|
303
|
+
- Do not play user-value angle (that is Alpha, working in parallel)
|
|
304
|
+
|
|
305
|
+
**Independence Check:**
|
|
306
|
+
- ⛔ Camp Alpha (Customer-Champion) Strategy Brief **NOT passed** — Beta works independently
|
|
307
|
+
- Session-2-handoff.md exists, but **explicitly excluded** from this envelope
|
|
308
|
+
|
|
309
|
+
---
|
|
310
|
+
|
|
311
|
+
**Task for STRAT-02β:**
|
|
312
|
+
|
|
313
|
+
Using **only the Discovery Brief**, form a Business-Champion Strategy Brief for the TeamFlow initiative «AI-powered 1:1 note summarization».
|
|
314
|
+
|
|
315
|
+
Include:
|
|
316
|
+
- Vision (business outcomes: ARR, moat, NRR angle)
|
|
317
|
+
- North Star Metric (business-value metric)
|
|
318
|
+
- OKR (quarterly)
|
|
319
|
+
- Product Roadmap (themes)
|
|
320
|
+
- Rationale: why this approach from a business perspective
|
|
321
|
+
|
|
322
|
+
**Expected deliverable:**
|
|
323
|
+
Strategy Brief Beta (markdown), ~800-1200 words, with an explicit business-angle argument.
|
|
324
|
+
|
|
325
|
+
**Blockers:** None
|
|
326
|
+
|
|
327
|
+
---
|
|
328
|
+
|
|
329
|
+
→ Awaiting **"Approved"** to proceed to **STRAT-02β Product Strategist (Business-Champion)**
|
|
330
|
+
```
|
|
331
|
+
|
|
332
|
+
## Validation (Quality Gate)
|
|
333
|
+
|
|
334
|
+
### Standard (Forward) envelope
|
|
335
|
+
- [ ] `$gates` result attached (PASS / CONDITIONAL PASS)
|
|
336
|
+
- [ ] Sending and receiving agents specified with gate IDs
|
|
337
|
+
- [ ] All artifacts from the transfer registry attached
|
|
338
|
+
- [ ] Task for the next agent formulated specifically
|
|
339
|
+
- [ ] Gaps (if CONDITIONAL) explicitly listed
|
|
340
|
+
- [ ] Context transferred
|
|
341
|
+
- [ ] For Full A/B — camp independence verified
|
|
342
|
+
- [ ] User Approved received
|
|
343
|
+
- [ ] `$board` updated
|
|
344
|
+
|
|
345
|
+
### Cross-session (Session) envelope — additionally
|
|
346
|
+
- [ ] File saved at path `docs/product/session-N-handoff.md`
|
|
347
|
+
- [ ] All artifacts included as **full text** (not links or summaries)
|
|
348
|
+
- [ ] Board state saved
|
|
349
|
+
- [ ] Decisions and context recorded
|
|
350
|
+
- [ ] Open questions / blockers recorded
|
|
351
|
+
- [ ] Cumulative index is up to date
|
|
352
|
+
- [ ] Prompt for next session generated
|
|
353
|
+
- [ ] Camp independence check passed (Full A/B)
|
|
354
|
+
- [ ] File is self-contained — test: can be read without ANY prior context
|
|
355
|
+
|
|
356
|
+
## Handoff
|
|
357
|
+
The `$handoff` output serves as input for: the next agent in the pipeline, `$board` (status updates), `$session-prompt-generator` (for cross-session handoffs).
|
|
358
|
+
|
|
359
|
+
## Anti-patterns
|
|
360
|
+
|
|
361
|
+
| Error | Why it's bad | How to do it right |
|
|
362
|
+
|-------|-------------|---------------------|
|
|
363
|
+
| Handoff without `$gates` | Unverified artifacts → problems at next gate | Always `$gates` PASS → then handoff |
|
|
364
|
+
| Handoff without Approved | Protocol violation, user is unaware | Always wait for explicit Approved |
|
|
365
|
+
| Session handoff with links instead of content | Next session has no access to context | FULL text of artifacts in file |
|
|
366
|
+
| «Do the analysis» instead of a task | Agent does not know the scope | Specific task with parameters and expected deliverable |
|
|
367
|
+
| Transfer without artifacts | Next agent works blind | All artifacts from registry attached |
|
|
368
|
+
| Reverse handoff without specifics | Agent does not know what to fix | Specific gaps + what NOT to touch |
|
|
369
|
+
| Not updating `$board` | Board is out of sync | Update `$board` at every handoff |
|
|
370
|
+
| Context lost between sessions | Next session starts from scratch | Cross-session handoff with full content |
|
|
371
|
+
| Recipient did not confirm loading | Unclear if all artifacts were received and understood | Receive Acknowledgement at start of next gate's work |
|
|
372
|
+
| Damaged session file | Next session works with incomplete data | Recovery protocol: verification on load |
|
|
373
|
+
| Camp contamination in Full A/B | Beta sees Alpha artifacts before Mediator → anchoring | Explicit filter in Step 1 + independence check in validation |
|
|
374
|
+
|
|
375
|
+
## Output Templates
|
|
376
|
+
|
|
377
|
+
### Forward Handoff (within session)
|
|
378
|
+
|
|
379
|
+
```
|
|
380
|
+
### Handoff Envelope — [ID From] [Agent From] → [ID To] [Agent To]
|
|
381
|
+
|
|
382
|
+
**Type:** Forward
|
|
383
|
+
**Mode:** [/ship-right-thing | /shape-prioritize | /quick-pm | /spec]
|
|
384
|
+
**Session:** [N]
|
|
385
|
+
**Camp:** [α (Customer/Build) | β (Business/Cut) | —]
|
|
386
|
+
**Gate Check:** [PASS / CONDITIONAL PASS] (iteration [N])
|
|
387
|
+
**Date:** [YYYY-MM-DD]
|
|
388
|
+
|
|
389
|
+
---
|
|
390
|
+
|
|
391
|
+
**Artifacts:**
|
|
392
|
+
- [Artifact 1 — description]
|
|
393
|
+
- [Artifact 2 — description]
|
|
394
|
+
|
|
395
|
+
**Gaps (if CONDITIONAL):**
|
|
396
|
+
- [Gap 1 — what to account for]
|
|
397
|
+
|
|
398
|
+
**Independence Check (Full A/B only):**
|
|
399
|
+
- Excluded: [artifacts from opposing camp, if applicable]
|
|
400
|
+
|
|
401
|
+
---
|
|
402
|
+
|
|
403
|
+
**Task for [Agent To]:**
|
|
404
|
+
[Clear specific formulation]
|
|
405
|
+
|
|
406
|
+
**Expected deliverable:**
|
|
407
|
+
[What the next agent must return]
|
|
408
|
+
|
|
409
|
+
**Blockers:**
|
|
410
|
+
[List or «None»]
|
|
411
|
+
|
|
412
|
+
---
|
|
413
|
+
|
|
414
|
+
→ Awaiting **"Approved"** to proceed to **[ID To] [Agent To]**
|
|
415
|
+
```
|
|
416
|
+
|
|
417
|
+
### Reverse Handoff
|
|
418
|
+
|
|
419
|
+
```
|
|
420
|
+
### Reverse Handoff — [ID From] [Agent From] → [ID To] [Agent To] (return)
|
|
421
|
+
|
|
422
|
+
**Type:** Reverse
|
|
423
|
+
**Reason:** [FAIL / feedback / data discrepancies]
|
|
424
|
+
**Date:** [YYYY-MM-DD]
|
|
425
|
+
|
|
426
|
+
---
|
|
427
|
+
|
|
428
|
+
**What to fix:**
|
|
429
|
+
| # | Gap / Comment | Sev | Specific action |
|
|
430
|
+
|---|--------------|:---:|-----------------|
|
|
431
|
+
| 1 | [description] | [B] | [what to do] |
|
|
432
|
+
|
|
433
|
+
**What NOT to touch:**
|
|
434
|
+
- [Artifact / section that has already been approved]
|
|
435
|
+
|
|
436
|
+
---
|
|
437
|
+
|
|
438
|
+
→ After rework — re-run `$gates` check (iteration [N+1])
|
|
439
|
+
→ Awaiting **"Approved"** for return
|
|
440
|
+
```
|
|
441
|
+
|
|
442
|
+
### Receive Acknowledgement (start of recipient's work)
|
|
443
|
+
|
|
444
|
+
```
|
|
445
|
+
**Handoff received:** [ID From] → [ID To]
|
|
446
|
+
**Artifacts loaded:** [N] items
|
|
447
|
+
- [Artifact 1] — ✅ received
|
|
448
|
+
- [Artifact 2] — ✅ received
|
|
449
|
+
|
|
450
|
+
**Gaps accepted:** [list or «None»]
|
|
451
|
+
**Camp-isolation (Full A/B):** [Verified / N/A]
|
|
452
|
+
**Loading issues:** [list or «None»]
|
|
453
|
+
```
|
|
454
|
+
|
|
455
|
+
## Common handoff-document rules (cross-domain)
|
|
456
|
+
|
|
457
|
+
> 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/product/session-N-handoff.md` for a lightweight conversation summary.
|
|
458
|
+
|
|
459
|
+
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.
|
|
460
|
+
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.
|
|
461
|
+
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/product/` — that rule still applies there; this one applies to the temp variant.)
|
|
462
|
+
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.
|
|
463
|
+
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. For Full A/B modes, the next-session focus may be tied to a specific camp — reflect that in the suggested-skills list.
|