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,450 +1,474 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: session-prompt-generator
|
|
3
|
-
description: Generating a ready-to-paste prompt for the next session — context, role, tasks, inputs, expected outputs
|
|
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
|
-
1
|
|
67
|
-
2
|
|
68
|
-
3
|
|
69
|
-
4
|
|
70
|
-
5
|
|
71
|
-
6
|
|
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
|
-
### Step
|
|
121
|
-
1.
|
|
122
|
-
2.
|
|
123
|
-
3.
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
3
|
|
135
|
-
4
|
|
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
|
-
## Prompt
|
|
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
|
-
**JTBD (end-user
|
|
247
|
-
- **
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
1
|
|
253
|
-
2
|
|
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
|
-
|
|
440
|
-
|
|
441
|
-
|
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
1
|
+
---
|
|
2
|
+
name: session-prompt-generator
|
|
3
|
+
description: Generating a ready-to-paste prompt for the next session — context, role, tasks, inputs, expected outputs
|
|
4
|
+
type: triggered
|
|
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
|
+
- session-prompt-generator
|
|
23
|
+
- session prompt
|
|
24
|
+
- next session prompt
|
|
25
|
+
related: []
|
|
26
|
+
budget_lines: 474
|
|
27
|
+
schema_version: 1
|
|
28
|
+
---
|
|
29
|
+
# Session Prompt Generator — Generating a Prompt for the Next Session
|
|
30
|
+
|
|
31
|
+
## When to Use
|
|
32
|
+
- At the **end of a session** in Full Pipeline A (`/ship-right-thing`) or Full Pipeline B (`/shape-prioritize`) — before an inter-session `$handoff`.
|
|
33
|
+
- When **handing the project to another operator** — forming a self-contained prompt.
|
|
34
|
+
- When the **user requests** «generate a prompt to continue» — at any point.
|
|
35
|
+
- During **emergency session termination** — preserving maximum context for recovery.
|
|
36
|
+
|
|
37
|
+
> **Key principle:** the next session starts from **ZERO** context. The prompt must contain everything necessary for a new session to continue without loss.
|
|
38
|
+
|
|
39
|
+
## Input
|
|
40
|
+
|
|
41
|
+
| Field | Required | Description |
|
|
42
|
+
|-------|:--------:|-------------|
|
|
43
|
+
| `$board` state | ✅ | Current task board with all statuses |
|
|
44
|
+
| Completed deliverables | ✅ | Complete artifacts from current and previous sessions |
|
|
45
|
+
| Current gate | ✅ | Where we stopped (gate ID from `$board`) |
|
|
46
|
+
| Next gate | ✅ | Where we are going (next gate ID) |
|
|
47
|
+
| Adversarial camp | ⬚ | For Full A: Customer-Champion (α) / Business-Champion (β). For Full B: Build-Camp (α) / Cut-Camp (β). Determines artifact filtering |
|
|
48
|
+
| Open questions | ⬚ | Blockers, unresolved conflicts, questions for the user |
|
|
49
|
+
| Current session number | ✅ | Which session is ending (1-6) |
|
|
50
|
+
| Initiative name | ✅ | Name of the product initiative |
|
|
51
|
+
|
|
52
|
+
### Related Skills
|
|
53
|
+
| Skill | Interaction | When |
|
|
54
|
+
|-------|-------------|------|
|
|
55
|
+
| `$board` | Source: current board state is included in the prompt (block 5) | Step 0 |
|
|
56
|
+
| `$handoff` | Prompt is included in the inter-session handoff file | Step 5 |
|
|
57
|
+
| `$gates` | Source: next gate requirements define the task (block 6) | Step 0 |
|
|
58
|
+
| Framework skills | Completed frameworks ($prd-template, $rice-scoring etc.) included in full text in block 4 | Step 1 |
|
|
59
|
+
|
|
60
|
+
## Session → Gates → Agents → Skills Mapping
|
|
61
|
+
|
|
62
|
+
### Full Pipeline A (`/ship-right-thing`, Customer-vs-Business)
|
|
63
|
+
|
|
64
|
+
| Session | Gates | Agents | Required Skills | Framework Skills |
|
|
65
|
+
|:-------:|-------|--------|----------------|-----------------|
|
|
66
|
+
| **1** | COND-01, DISC-01 | Conductor, Discovery | `$board`, `$gates`, `$handoff` | `$jtbd-canvas`, `$problem-statement`, `$assumption-mapping`, `$user-interview-script` |
|
|
67
|
+
| **2** | COND-02, STRAT-01α | Conductor, Product Strategist (Customer-Champion) | `$board`, `$gates`, `$handoff` | `$product-vision`, `$okr-framework`, `$north-star-metric`, `$product-roadmap` |
|
|
68
|
+
| **3** | COND-03, STRAT-02β | Conductor, Product Strategist (Business-Champion) | `$board`, `$gates`, `$handoff` | (same skills, business lens) |
|
|
69
|
+
| **4** | COND-04, MED-01 | Conductor, Mediator | `$board`, `$gates`, `$handoff` | — |
|
|
70
|
+
| **5** | COND-05, PM-SPEC, UX-01, TECH-01, DATA-01 | Conductor, PM, UX Designer, Tech Lead, Data Analyst | `$board`, `$gates`, `$handoff` | `$prd-template`, `$user-story`, `$acceptance-criteria`, `$user-flow`, `$design-brief`, `$epic-breakdown`, `$hypothesis-template`, `$saas-metrics`, `$ab-test-design` |
|
|
71
|
+
| **6** | COND-06, DS-01, LY-01, RG-01 | Conductor, Designer, Layouter | `$board`, `$gates`, `$handoff`, `$report-design`, `$html-pdf-report`, `$launch-checklist` | — |
|
|
72
|
+
|
|
73
|
+
### Full Pipeline B (`/shape-prioritize`, Build-vs-Cut)
|
|
74
|
+
|
|
75
|
+
| Session | Gates | Agents | Required Skills | Framework Skills |
|
|
76
|
+
|:-------:|-------|--------|----------------|-----------------|
|
|
77
|
+
| **1** | COND-01, DISC-01 | Conductor, Discovery | `$board`, `$gates`, `$handoff` | `$problem-statement`, `$assumption-mapping` |
|
|
78
|
+
| **2** | COND-02, PM-01α, TECH-01α | Conductor, PM (Build-Camp), Tech Lead (Build-Camp) | `$board`, `$gates`, `$handoff` | `$rice-scoring`, `$kano-model`, `$epic-breakdown` |
|
|
79
|
+
| **3** | COND-03, PM-02β, TECH-02β | Conductor, PM (Cut-Camp), Tech Lead (Cut-Camp) | `$board`, `$gates`, `$handoff` | `$moscow-prioritization`, `$wsjf-scoring`, `$epic-breakdown` |
|
|
80
|
+
| **4** | COND-04, MED-01 | Conductor, Mediator | `$board`, `$gates`, `$handoff` | — |
|
|
81
|
+
| **5** | COND-05, PM-SPEC, UX-01, DATA-01 | Conductor, PM, UX Designer, Data Analyst | `$board`, `$gates`, `$handoff` | `$prd-template`, `$user-story`, `$acceptance-criteria`, `$saas-metrics` |
|
|
82
|
+
| **6** | COND-06, DS-01, LY-01, RG-01 | Conductor, Designer, Layouter | `$board`, `$gates`, `$handoff`, `$report-design`, `$html-pdf-report` | — |
|
|
83
|
+
|
|
84
|
+
### Quick Pipeline (`/quick-pm`) and Spec (`/spec`)
|
|
85
|
+
Single session — prompt not needed (all gates within one session).
|
|
86
|
+
|
|
87
|
+
## Protocol
|
|
88
|
+
|
|
89
|
+
### Step 0 — State Collection
|
|
90
|
+
1. Read the current `$board` state — all gates, statuses, deliverables.
|
|
91
|
+
2. Collect all completed artifacts from the current session.
|
|
92
|
+
3. Load the cumulative index from previous sessions (if available).
|
|
93
|
+
4. Determine the next gate and its requirements from `$gates`.
|
|
94
|
+
5. For Full A/B — determine the next session's camp (α / β / Mediator-neutral).
|
|
95
|
+
6. Using the «Session → Gates → Agents → Skills» mapping determine what to load.
|
|
96
|
+
|
|
97
|
+
### Step 1 — Identifying Critical Data
|
|
98
|
+
1. Identify data that is **unrecoverable** without previous context:
|
|
99
|
+
|
|
100
|
+
| Category | Examples | Priority |
|
|
101
|
+
|----------|---------|:--------:|
|
|
102
|
+
| User responses | Discovery interviews (DISC-01), clarifications, decisions | 🔴 Critical |
|
|
103
|
+
| JTBD canvas / problems | Canvas, top 3 problem statements | 🔴 Critical |
|
|
104
|
+
| Evidence quotes | Verbatim customer quotes | 🔴 Critical |
|
|
105
|
+
| Strategy Briefs (Full A) | Alpha + Beta strategy | 🔴 Critical |
|
|
106
|
+
| Scope proposals (Full B) | Build + Cut proposals | 🔴 Critical |
|
|
107
|
+
| Mediator synthesis | Unified strategy / scope + rationale | 🔴 Critical |
|
|
108
|
+
| PRD content | User stories + AC | 🔴 Critical |
|
|
109
|
+
| User decisions | Approved, rejections, scope changes | 🟡 Important |
|
|
110
|
+
| Progress metrics | Time on gates, blockers | 🟢 Nice-to-have |
|
|
111
|
+
|
|
112
|
+
2. **Rule:** all 🔴 Critical data is included in **full text**. No exceptions.
|
|
113
|
+
3. **Adversarial filter (Full A/B):** if the next session is the opposing camp (Beta after Alpha, before Mediator), opposing camp artifacts are **EXCLUDED** from the prompt. This is a direct consequence of the camp independence rule.
|
|
114
|
+
|
|
115
|
+
### Step 2 — Identifying Agents and Skills
|
|
116
|
+
1. Using the mapping determine: which agents and skills are needed in the next session.
|
|
117
|
+
2. Form a list of files to load (specific paths).
|
|
118
|
+
3. For framework skills: specify the concrete skills if already known (from Strategy Brief or PRD).
|
|
119
|
+
|
|
120
|
+
### Step 3 — Forming the Prompt
|
|
121
|
+
1. Fill in the prompt template (6 blocks — see below).
|
|
122
|
+
2. Include FULL TEXT of critical data (not links, not summaries).
|
|
123
|
+
3. Formulate a specific task for the next session.
|
|
124
|
+
4. Specify which agents and skills to activate (specific file paths).
|
|
125
|
+
5. For Full A/B — explicitly state the camp (Alpha / Beta / neutral).
|
|
126
|
+
|
|
127
|
+
### Step 4 — Prompt Validation
|
|
128
|
+
Self-sufficiency test — for each point answer «can this be done without external context?»:
|
|
129
|
+
|
|
130
|
+
| # | Check | Result |
|
|
131
|
+
|---|-------|:------:|
|
|
132
|
+
| 1 | Can work begin having ONLY this prompt? | Yes / No |
|
|
133
|
+
| 2 | No references to «previous context» / «as discussed»? | Yes / No |
|
|
134
|
+
| 3 | All 🔴 Critical data included in full text? | Yes / No |
|
|
135
|
+
| 4 | Session task is specific (gate, action, deliverable)? | Yes / No |
|
|
136
|
+
| 5 | Agents and skills listed with file paths? | Yes / No |
|
|
137
|
+
| 6 | Task board included? | Yes / No |
|
|
138
|
+
| 7 | Open questions recorded? | Yes / No |
|
|
139
|
+
| 8 | Camp explicitly stated (Full A/B)? | Yes / No |
|
|
140
|
+
| 9 | Opposing camp artifacts excluded (Full A/B)? | Yes / No |
|
|
141
|
+
|
|
142
|
+
**If even one = No — revise the prompt.**
|
|
143
|
+
|
|
144
|
+
### Step 5 — Saving
|
|
145
|
+
1. Include the prompt in the `$handoff` file: `docs/product/session-N-handoff.md`.
|
|
146
|
+
2. Show the prompt to the user for saving / copying.
|
|
147
|
+
3. Warn: «This prompt — paste it at the start of the next session».
|
|
148
|
+
|
|
149
|
+
### Step 6 — Emergency Mode
|
|
150
|
+
If the session terminates unexpectedly (timeout, error, context loss):
|
|
151
|
+
|
|
152
|
+
1. **Immediately** save everything available: board, last deliverable, open questions.
|
|
153
|
+
2. Form an **emergency prompt** (minimum version):
|
|
154
|
+
- Block 1 (identification) — required.
|
|
155
|
+
- Block 5 (board state) — required.
|
|
156
|
+
- Block 4 (data) — everything that could be collected.
|
|
157
|
+
- Block 6 (task) — «Restore context from session-N-handoff.md, verify data integrity, continue from gate [ID]».
|
|
158
|
+
3. Mark the prompt as **⚠️ EMERGENCY — possible data loss**.
|
|
159
|
+
4. Indicate which data might have been lost and how to recover (repeat user interview, request from user).
|
|
160
|
+
|
|
161
|
+
## Generated Prompt Structure
|
|
162
|
+
|
|
163
|
+
### Block 1 — Initiative Identification
|
|
164
|
+
- Initiative name.
|
|
165
|
+
- Pipeline mode (/ship-right-thing / /shape-prioritize).
|
|
166
|
+
- Next session number.
|
|
167
|
+
- Which sessions are complete.
|
|
168
|
+
- Next session camp (Alpha / Beta / Mediator-neutral / —).
|
|
169
|
+
|
|
170
|
+
### Block 2 — Loading Instructions
|
|
171
|
+
- Read `domains/product/AGENTS.md`.
|
|
172
|
+
- Load agents needed in this session (from mapping).
|
|
173
|
+
- Load skills: `$board`, `$handoff`, `$gates` + gate-specific ones.
|
|
174
|
+
- Specific file paths.
|
|
175
|
+
|
|
176
|
+
### Block 3 — Work Completed (summary)
|
|
177
|
+
- What was done in previous sessions (2-3 sentences per session).
|
|
178
|
+
- Key decisions and their rationale.
|
|
179
|
+
|
|
180
|
+
### Block 4 — Critical Data
|
|
181
|
+
- FULL TEXT of key artifacts needed to continue.
|
|
182
|
+
- Discovery Brief, JTBD canvas, Strategy Briefs, Mediator synthesis.
|
|
183
|
+
- User responses to interviews (if any).
|
|
184
|
+
- **Camp filter:** opposing camp artifacts excluded (Full A/B, before Mediator).
|
|
185
|
+
|
|
186
|
+
### Block 5 — Current State
|
|
187
|
+
- Task board (`$board`) in current state.
|
|
188
|
+
- Which gate is next.
|
|
189
|
+
- Open questions and blockers.
|
|
190
|
+
|
|
191
|
+
### Block 6 — Session Task
|
|
192
|
+
- Specific formulation: what needs to be done in this session.
|
|
193
|
+
- Expected outcome (deliverables).
|
|
194
|
+
- Constraints and specifics (camp lens for Full A/B).
|
|
195
|
+
|
|
196
|
+
## Prompt Formation Rules
|
|
197
|
+
|
|
198
|
+
### Required Rules
|
|
199
|
+
1. **Self-sufficiency** — the prompt must work without ANY previous context.
|
|
200
|
+
2. **Data completeness** — include FULL text, not links and not summaries.
|
|
201
|
+
3. **Task specificity** — not «continue work», but «execute STRAT-02β: form Business-Champion Strategy Brief based on Discovery Brief, ignore Camp Alpha artifacts».
|
|
202
|
+
4. **Structure** — clear blocks, marked with headings.
|
|
203
|
+
5. **Skills loading** — explicitly state which agents and skills to load with file paths.
|
|
204
|
+
6. **Adversarial independence** — for Full A/B when handing off to opposing camp: explicitly record artifact exclusion.
|
|
205
|
+
|
|
206
|
+
### Prohibited Elements
|
|
207
|
+
1. References to «previous session» without full content.
|
|
208
|
+
2. «As we discussed» — no context, nothing was discussed.
|
|
209
|
+
3. «See results above» — there is no «above», everything must be in the prompt.
|
|
210
|
+
4. Abbreviated data — «key conclusions: ...». ALL conclusions are needed.
|
|
211
|
+
5. Assumptions about context — «you already know that...».
|
|
212
|
+
6. In Full A/B: mixing artifacts from different camps before Mediator.
|
|
213
|
+
|
|
214
|
+
## Example — Prompt for Session 3 (TeamFlow, `/ship-right-thing`, Beta Camp: Business-Champion)
|
|
215
|
+
|
|
216
|
+
**Context:** TeamFlow (B2B SaaS HR-tech, $8M ARR). Initiative: AI-powered 1:1 summarization. Session 2 complete — Camp Alpha (Customer-Champion) formed their Strategy Brief. Session 3: Camp Beta (Business-Champion). KEY: Alpha artifacts are EXCLUDED.
|
|
217
|
+
|
|
218
|
+
```
|
|
219
|
+
---
|
|
220
|
+
## Prompt for Session 3 — AI-powered 1:1 Summarization (TeamFlow)
|
|
221
|
+
|
|
222
|
+
### 1. Initiative
|
|
223
|
+
- **Name:** AI-powered 1:1 note summarization for TeamFlow
|
|
224
|
+
- **Mode:** Full Pipeline A (/ship-right-thing)
|
|
225
|
+
- **Session:** 3 of 6
|
|
226
|
+
- **Camp:** **Beta — Business-Champion**
|
|
227
|
+
- **Previous sessions:** 1 (Discovery Brief), 2 (Strategy Brief Alpha: Customer-Champion, EXCLUDED from this prompt)
|
|
228
|
+
|
|
229
|
+
### 2. Loading
|
|
230
|
+
Read:
|
|
231
|
+
- `domains/product/AGENTS.md`
|
|
232
|
+
- `domains/product/.agents/skills/board/SKILL.md`
|
|
233
|
+
- `domains/product/.agents/skills/handoff/SKILL.md`
|
|
234
|
+
- `domains/product/.agents/skills/gates/SKILL.md`
|
|
235
|
+
- `domains/product/.agents/skills/product-vision/SKILL.md`
|
|
236
|
+
- `domains/product/.agents/skills/okr-framework/SKILL.md`
|
|
237
|
+
- `domains/product/.agents/skills/north-star-metric/SKILL.md`
|
|
238
|
+
- `domains/product/.agents/skills/product-roadmap/SKILL.md`
|
|
239
|
+
- `domains/product/agents/product_strategist.md`
|
|
240
|
+
- `domains/product/agents/conductor.md`
|
|
241
|
+
|
|
242
|
+
Activate: Conductor (COND-03), Product Strategist (STRAT-02β).
|
|
243
|
+
Role: **Business-Champion (β)** — focus on revenue, margin, competitive moat, strategic positioning. Do NOT play Customer-Champion.
|
|
244
|
+
|
|
245
|
+
### 3. What Was Done
|
|
246
|
+
**Session 1:** Discovery. Conducted 8 customer interviews (4 buyer VP HR + 4 end-user managers). JTBD canvas (buyer + end-user separately). Top 3 problem statements. Assumption map (12 assumptions, 4 high-risk).
|
|
247
|
+
**Session 2:** Camp Alpha (Customer-Champion) formed their Strategy Brief. **IMPORTANT:** this brief is NOT passed to you until MED-01 (Step 4). You work independently, based on Discovery Brief ONLY.
|
|
248
|
+
|
|
249
|
+
**Key decisions:**
|
|
250
|
+
| # | Decision | Rationale | Who decided |
|
|
251
|
+
|---|---------|-----------|-------------|
|
|
252
|
+
| 1 | Focus on mid-market + enterprise (not SMB) | SMB pays less + higher churn | User, Session 1 |
|
|
253
|
+
| 2 | Adversarial: Customer vs Business | High-stakes initiative, two perspectives insufficient | User, Session 1 |
|
|
254
|
+
|
|
255
|
+
### 4. Data (full text, with camp filtering)
|
|
256
|
+
|
|
257
|
+
#### Discovery Brief (from DISC-01 / session-1-handoff.md)
|
|
258
|
+
|
|
259
|
+
**ICP:**
|
|
260
|
+
- Firmographic: B2B SaaS / Tech companies, 100-500 employees, $5M-$50M ARR
|
|
261
|
+
- Buyer persona: VP People/HR, 5-10 years experience, reports to CEO/COO
|
|
262
|
+
- End-user persona: People managers (5-15 direct reports), some ICs in structured programs
|
|
263
|
+
- Geographic: US (60%) + EU (30%) + APAC (10%)
|
|
264
|
+
|
|
265
|
+
**JTBD (buyer = VP HR):**
|
|
266
|
+
- **Functional:** «Ensure every manager runs consistently high-quality 1:1s across org»
|
|
267
|
+
- **Emotional:** «Feel confident that people development does not depend on individual manager skill»
|
|
268
|
+
- **Social:** «Be seen as data-driven People leader by CEO»
|
|
269
|
+
|
|
270
|
+
**JTBD (end-user = manager):**
|
|
271
|
+
- **Functional:** «Capture 1:1 discussion and not lose action items between meetings»
|
|
272
|
+
- **Emotional:** «Feel prepared without spending 30 min before each 1:1»
|
|
273
|
+
- **Social:** «Be seen as supportive manager by reports»
|
|
274
|
+
|
|
275
|
+
**Top 3 Problem Statements:**
|
|
276
|
+
1. Managers with 5+ reports spend 45-60 min/week on prep + note-taking, 30% of them acknowledge burnout from admin overhead. Evidence: 6 of 8 interviews + 120 support tickets Q1 2026.
|
|
277
|
+
2. VP HR has no visibility into 1:1 quality/frequency across org — relying on self-report + anecdote. Evidence: 3 of 4 buyer interviews.
|
|
278
|
+
3. Action items from 1:1s are not completed in 40% of cases (by self-report), often forgotten. Evidence: 5 of 8 end-user interviews + internal product analytics (action items marked completed vs total created).
|
|
279
|
+
|
|
280
|
+
**Top 4 High-Risk Assumptions:**
|
|
281
|
+
- **Value (V1):** Customers will pay $5-15/seat/month premium for AI summarization feature. Uncertainty 4, Impact 5, Risk 20.
|
|
282
|
+
- **Feasibility (F1):** LLM summarization quality acceptable (no hallucinations) for sensitive HR conversations. Uncertainty 4, Impact 5, Risk 20.
|
|
283
|
+
- **Viability (Vi1):** Privacy / GDPR / SOC2 compliance implications manageable for HR data ingestion. Uncertainty 3, Impact 5, Risk 15.
|
|
284
|
+
- **Usability (U1):** Managers will trust AI summaries enough to use them instead of manual notes. Uncertainty 4, Impact 4, Risk 16.
|
|
285
|
+
|
|
286
|
+
**Evidence Inventory:** 8 interviews (verbatim quotes attached in session-1-handoff.md), 120 support tickets Q1 2026, internal product analytics, competitor feature comparison (Lattice, 15Five, Culture Amp).
|
|
287
|
+
|
|
288
|
+
**Open Questions:**
|
|
289
|
+
- Pricing model: per-seat premium vs bundled vs usage-based?
|
|
290
|
+
- Build vs Buy for LLM (OpenAI vs fine-tuned open-source)?
|
|
291
|
+
- Scope: just 1:1s or all meetings (team meetings, reviews)?
|
|
292
|
+
|
|
293
|
+
**🚫 Camp Alpha Strategy Brief — EXCLUDED from prompt (independence rule).**
|
|
294
|
+
|
|
295
|
+
### 5. Current State
|
|
296
|
+
|
|
297
|
+
#### Task Board
|
|
298
|
+
📊 Progress: 29% (5/17) | Session: 3/6 | Blockers: 0
|
|
299
|
+
|
|
300
|
+
| # | ID | Gate | Session | Camp | Status | Deliverable |
|
|
301
|
+
|---|-----|------|:-------:|:----:|:------:|-------------|
|
|
302
|
+
| 1 | COND-01 | Conductor | 1 | — | [✓] | Mode /ship-right-thing |
|
|
303
|
+
| 2 | DISC-01 | Discovery | 1 | — | [✓] | Discovery Brief |
|
|
304
|
+
| 3 | COND-02 | Conductor (s.2) | 2 | — | [✓] | Camp Alpha assigned |
|
|
305
|
+
| 4 | STRAT-01α | Customer-Champion | 2 | α | [✓] | Strategy Brief Alpha (EXCLUDED) |
|
|
306
|
+
| 5 | COND-03 | Conductor (s.3) | 3 | — | [→] | — |
|
|
307
|
+
| 6 | STRAT-02β | Business-Champion | 3 | β | [ ] | — |
|
|
308
|
+
| 7-17 | ... | ... | 4-6 | ... | [ ] | — |
|
|
309
|
+
|
|
310
|
+
#### Open Questions
|
|
311
|
+
- Pricing model (buyer interview gave no clear signal)
|
|
312
|
+
- LLM build vs buy
|
|
313
|
+
|
|
314
|
+
### 6. Session 3 Task (Beta Camp)
|
|
315
|
+
|
|
316
|
+
**Gates:** COND-03 → STRAT-02β
|
|
317
|
+
|
|
318
|
+
**What to do (Business-Champion lens):**
|
|
319
|
+
1. **COND-03 (Conductor):** Load Discovery Brief, assign Camp Beta role explicitly. Verify Camp Alpha artifacts EXCLUDED (independence check).
|
|
320
|
+
2. **STRAT-02β (Product Strategist):** Form Business-Champion Strategy Brief:
|
|
321
|
+
- **Vision** — business outcome frame («help companies measurably improve manager effectiveness and retain talent»)
|
|
322
|
+
- **NSM** — business-value metric (example: «ARR from accounts with AI summarization enabled on >60% teams»)
|
|
323
|
+
- **OKR** — quarterly goals with revenue / NRR / competitive moat emphasis
|
|
324
|
+
- **Roadmap** — themes with business ROI rationale
|
|
325
|
+
- **Pricing hypothesis** — specific model (per-seat premium? usage-based?)
|
|
326
|
+
|
|
327
|
+
**Expected outcome:**
|
|
328
|
+
`strategy-brief-beta.md` (~800-1200 words) with explicit business-lens argument. Include:
|
|
329
|
+
- Why now (market timing)
|
|
330
|
+
- Revenue impact model (3-year forecast scenarios)
|
|
331
|
+
- Competitive moat angle
|
|
332
|
+
- NRR / expansion story
|
|
333
|
+
|
|
334
|
+
**Constraints:**
|
|
335
|
+
- **DO NOT** pretend to play Customer-Champion lens
|
|
336
|
+
- **DO NOT** request Camp Alpha artifacts (they're held by Conductor until MED-01)
|
|
337
|
+
- Mediator (MED-01, Session 4) synthesizes — your task is to present the sharpest business case
|
|
338
|
+
|
|
339
|
+
→ Start as Conductor (COND-03). Verify camp isolation, activate Product Strategist (β). Pass Discovery Brief (ONLY) as input.
|
|
340
|
+
---
|
|
341
|
+
```
|
|
342
|
+
|
|
343
|
+
## Validation (Quality Gate)
|
|
344
|
+
|
|
345
|
+
A prompt is considered correct if:
|
|
346
|
+
|
|
347
|
+
- [ ] Prompt is self-contained — work can begin without external context
|
|
348
|
+
- [ ] Initiative name and mode stated
|
|
349
|
+
- [ ] Session number and session history stated
|
|
350
|
+
- [ ] Camp explicitly stated (Full A/B)
|
|
351
|
+
- [ ] Agents and skills for loading listed with file paths (from mapping)
|
|
352
|
+
- [ ] All 🔴 Critical data included in full text
|
|
353
|
+
- [ ] Task board (`$board`) included in current state with metrics
|
|
354
|
+
- [ ] Next gate and task formulated specifically (gate, action, deliverable)
|
|
355
|
+
- [ ] Camp filter applied: opposing camp artifacts explicitly excluded (Full A/B, before Mediator)
|
|
356
|
+
- [ ] Open questions and blockers recorded
|
|
357
|
+
- [ ] No prohibited elements (references without content, abbreviations, assumptions)
|
|
358
|
+
- [ ] Validation test (9 points, step 4) — all «Yes»
|
|
359
|
+
- [ ] In emergency mode — prompt marked ⚠️, lost data indicated
|
|
360
|
+
|
|
361
|
+
## Handoff
|
|
362
|
+
The result of `$session-prompt-generator` is input for:
|
|
363
|
+
- **Next session** — via user copying the prompt.
|
|
364
|
+
- **`$handoff`** — prompt included in `docs/product/session-N-handoff.md` file.
|
|
365
|
+
- **`$board`** — board state saved in the prompt.
|
|
366
|
+
|
|
367
|
+
Transfer format: prompt in markdown, ready to paste at the start of a new session.
|
|
368
|
+
|
|
369
|
+
## Anti-patterns
|
|
370
|
+
|
|
371
|
+
| Error | Why it's bad | How to do it right |
|
|
372
|
+
|-------|-------------|-------------------|
|
|
373
|
+
| Prompt without Discovery data | Next session loses customer-centric foundation | Include FULL text of Discovery Brief |
|
|
374
|
+
| «Continue work» | No context, nothing to continue from | Specific task: gate, action, deliverable |
|
|
375
|
+
| File references without content | Files may be unavailable | Include content directly in the prompt |
|
|
376
|
+
| Prompt without task board | Unclear where we are in the pipeline | Always include `$board` with metrics |
|
|
377
|
+
| Abbreviated artifacts | Loss of critical details | Full text of each 🔴 Critical artifact |
|
|
378
|
+
| Skipping open questions | Problems will resurface | Record all blockers and questions |
|
|
379
|
+
| No loading instructions | Session won't load needed agents | Mapping → specific file paths |
|
|
380
|
+
| Prompt > 50% «filler» | Dilutes critical data | Structure: blocks, tables, specifics |
|
|
381
|
+
| Emergency termination without prompt | Total context loss | Emergency mode: minimal prompt + ⚠️ mark |
|
|
382
|
+
| Camp contamination in prompt | Opposing camp artifacts enter prompt → independence violated | Explicit filter + note «EXCLUDED» for missing artifacts |
|
|
383
|
+
|
|
384
|
+
## Output Template
|
|
385
|
+
|
|
386
|
+
```
|
|
387
|
+
---
|
|
388
|
+
## Prompt for Session [N+1] — [Initiative Name]
|
|
389
|
+
|
|
390
|
+
### 1. Initiative
|
|
391
|
+
- **Name:** [Name]
|
|
392
|
+
- **Mode:** [/ship-right-thing | /shape-prioritize]
|
|
393
|
+
- **Session:** [N+1] of 6
|
|
394
|
+
- **Camp:** [Alpha (Customer/Build) | Beta (Business/Cut) | Mediator-neutral | —]
|
|
395
|
+
- **Previous sessions:** 1-[N] complete
|
|
396
|
+
|
|
397
|
+
### 2. Loading
|
|
398
|
+
Read:
|
|
399
|
+
- `domains/product/AGENTS.md`
|
|
400
|
+
- `domains/product/.agents/skills/board/SKILL.md`
|
|
401
|
+
- `domains/product/.agents/skills/handoff/SKILL.md`
|
|
402
|
+
- `domains/product/.agents/skills/gates/SKILL.md`
|
|
403
|
+
- [Specific skills: file paths]
|
|
404
|
+
|
|
405
|
+
Activate agents: [List of agents with gate IDs]
|
|
406
|
+
|
|
407
|
+
Role: **[Camp]** — [description of lens: focus on X, do not do Y]
|
|
408
|
+
|
|
409
|
+
### 3. What Was Done
|
|
410
|
+
**Session 1:** [Summary 2-3 sentences]
|
|
411
|
+
**Session [N]:** [Summary 2-3 sentences]
|
|
412
|
+
|
|
413
|
+
**Key decisions:**
|
|
414
|
+
| # | Decision | Rationale | Who decided |
|
|
415
|
+
|---|---------|-----------|-------------|
|
|
416
|
+
| 1 | [Decision] | [Why] | [User / Conductor] |
|
|
417
|
+
|
|
418
|
+
### 4. Data (full text, with camp filtering)
|
|
419
|
+
|
|
420
|
+
#### Discovery Brief (from DISC-01)
|
|
421
|
+
[FULL TEXT]
|
|
422
|
+
|
|
423
|
+
#### Strategy Briefs (if Mediator Session)
|
|
424
|
+
#### Alpha: [FULL TEXT]
|
|
425
|
+
#### Beta: [FULL TEXT]
|
|
426
|
+
|
|
427
|
+
#### [Other artifacts as needed]
|
|
428
|
+
[FULL TEXT]
|
|
429
|
+
|
|
430
|
+
**🚫 Excluded (camp filter):**
|
|
431
|
+
- [Opposing camp artifacts, if applicable]
|
|
432
|
+
|
|
433
|
+
### 5. Current State
|
|
434
|
+
|
|
435
|
+
#### Task Board
|
|
436
|
+
[Full board from $board with progress metrics]
|
|
437
|
+
|
|
438
|
+
#### Open Questions
|
|
439
|
+
| # | Question / Blocker | Severity | For which gate |
|
|
440
|
+
|---|-------------------|:--------:|:--------------:|
|
|
441
|
+
| 1 | [Description] | 🔴/🟡/🟢 | [ID] |
|
|
442
|
+
|
|
443
|
+
### 6. Session [N+1] Task
|
|
444
|
+
**Gates:** [ID list]
|
|
445
|
+
**What to do:** [Specific description per gate + camp lens]
|
|
446
|
+
**Expected outcome:** [Deliverables]
|
|
447
|
+
**Constraints:** [Camp independence rules, DO NOT do, DO NOT request]
|
|
448
|
+
|
|
449
|
+
→ Start as Conductor (COND-xx). Load board, verify camp isolation, pass control to [next agent].
|
|
450
|
+
---
|
|
451
|
+
```
|
|
452
|
+
|
|
453
|
+
### Emergency Prompt (minimum version)
|
|
454
|
+
|
|
455
|
+
```
|
|
456
|
+
---
|
|
457
|
+
## ⚠️ EMERGENCY PROMPT — Session [N+1] — [Initiative Name]
|
|
458
|
+
|
|
459
|
+
**Status:** Session [N] terminated abnormally. Data loss possible.
|
|
460
|
+
|
|
461
|
+
### What Was Saved
|
|
462
|
+
[Everything that could be collected: board, last deliverable, questions]
|
|
463
|
+
|
|
464
|
+
### What May Have Been Lost
|
|
465
|
+
| # | Data | Recovery Method |
|
|
466
|
+
|---|------|-----------------|
|
|
467
|
+
| 1 | [What was lost] | [Repeat interview / request from user / restore from handoff] |
|
|
468
|
+
|
|
469
|
+
### Task
|
|
470
|
+
Restore context from `docs/product/session-[N]-handoff.md`. Verify data integrity. For Full A/B — verify camp isolation. Continue from gate [ID].
|
|
471
|
+
|
|
472
|
+
→ Start as Conductor (COND-xx). Priority: data integrity verification before continuing.
|
|
473
|
+
---
|
|
474
|
+
```
|