skillpacks 0.1.1 → 0.1.2
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/AGENTS.md +7 -13
- package/CLAUDE.md +7 -9
- package/README.md +80 -68
- package/{global → base}/claude/afps-status/ALIGNMENT-PAGE.md +4 -2
- package/{global → base}/claude/afps-status/CHANGELOG.md +8 -0
- package/base/claude/afps-status/SKILL.md +110 -0
- package/base/claude/afps-status/archive/v0.3/SKILL.md +110 -0
- package/{global/codex → base/claude}/animation-design-planner/ALIGNMENT-PAGE.md +3 -1
- package/{global → base}/claude/animation-design-planner/CHANGELOG.md +5 -0
- package/base/claude/animation-design-planner/SKILL.md +115 -0
- package/{global → base}/claude/autoresearch-prep/SKILL.md +1 -1
- package/{global → base}/claude/codebase-status/CHANGELOG.md +13 -0
- package/base/claude/codebase-status/SKILL.md +112 -0
- package/base/claude/codebase-status/archive/v0.8/SKILL.md +112 -0
- package/base/claude/codebase-status/archive/v0.9/SKILL.md +112 -0
- package/{global → base}/claude/fork-idea-branch/ALIGNMENT-PAGE.md +3 -1
- package/{global → base}/claude/fork-idea-branch/SKILL.md +1 -1
- package/{global/codex → base/claude}/idea-scope-brief/ALIGNMENT-PAGE.md +5 -1
- package/{global → base}/claude/idea-scope-brief/CHANGELOG.md +4 -0
- package/base/claude/idea-scope-brief/SKILL.md +157 -0
- package/{global → base}/claude/init-agentic-skills/CHANGELOG.md +12 -0
- package/base/claude/init-agentic-skills/SKILL.md +41 -0
- package/base/claude/init-agentic-skills/archive/v0.8/SKILL.md +56 -0
- package/base/claude/init-agentic-skills/archive/v0.9/SKILL.md +56 -0
- package/{global → base}/claude/pack/CHANGELOG.md +12 -0
- package/base/claude/pack/SKILL.md +170 -0
- package/base/claude/pack/archive/v0.8/SKILL.md +170 -0
- package/base/claude/pack/archive/v0.9/SKILL.md +170 -0
- package/base/claude/provision-agentic-config/ALIGNMENT-PAGE.md +86 -0
- package/{global → base}/claude/provision-agentic-config/CHANGELOG.md +20 -0
- package/base/claude/provision-agentic-config/SKILL.md +320 -0
- package/base/claude/provision-agentic-config/archive/v0.10/SKILL.md +320 -0
- package/base/claude/provision-agentic-config/archive/v0.7/SKILL.md +317 -0
- package/base/claude/provision-agentic-config/archive/v0.8/SKILL.md +320 -0
- package/base/claude/provision-agentic-config/archive/v0.9/SKILL.md +320 -0
- package/{global → base}/claude/skills/CHANGELOG.md +8 -0
- package/base/claude/skills/SKILL.md +141 -0
- package/base/claude/skills/archive/v0.7/SKILL.md +141 -0
- package/{global → base}/codex/afps-status/ALIGNMENT-PAGE.md +4 -2
- package/{global → base}/codex/afps-status/CHANGELOG.md +8 -0
- package/base/codex/afps-status/SKILL.md +104 -0
- package/base/codex/afps-status/archive/v0.3/SKILL.md +104 -0
- package/{global/claude → base/codex}/animation-design-planner/ALIGNMENT-PAGE.md +3 -1
- package/{global → base}/codex/animation-design-planner/CHANGELOG.md +5 -0
- package/base/codex/animation-design-planner/SKILL.md +117 -0
- package/{global → base}/codex/codebase-status/CHANGELOG.md +13 -0
- package/base/codex/codebase-status/SKILL.md +112 -0
- package/base/codex/codebase-status/archive/v0.8/SKILL.md +112 -0
- package/base/codex/codebase-status/archive/v0.9/SKILL.md +112 -0
- package/{global/claude → base/codex}/idea-scope-brief/ALIGNMENT-PAGE.md +5 -1
- package/{global → base}/codex/idea-scope-brief/CHANGELOG.md +4 -0
- package/base/codex/idea-scope-brief/SKILL.md +194 -0
- package/{global → base}/codex/init-agentic-skills/CHANGELOG.md +16 -0
- package/base/codex/init-agentic-skills/SKILL.md +43 -0
- package/base/codex/init-agentic-skills/agents/openai.yaml +7 -0
- package/base/codex/init-agentic-skills/archive/v0.10/SKILL.md +58 -0
- package/base/codex/init-agentic-skills/archive/v0.8/SKILL.md +58 -0
- package/base/codex/init-agentic-skills/archive/v0.9/SKILL.md +58 -0
- package/{global → base}/codex/pack/CHANGELOG.md +12 -0
- package/base/codex/pack/SKILL.md +172 -0
- package/base/codex/pack/archive/v0.8/SKILL.md +172 -0
- package/base/codex/pack/archive/v0.9/SKILL.md +172 -0
- package/base/codex/provision-agentic-config/ALIGNMENT-PAGE.md +86 -0
- package/{global → base}/codex/provision-agentic-config/CHANGELOG.md +20 -0
- package/base/codex/provision-agentic-config/SKILL.md +307 -0
- package/base/codex/provision-agentic-config/archive/v0.10/SKILL.md +307 -0
- package/base/codex/provision-agentic-config/archive/v0.7/SKILL.md +304 -0
- package/base/codex/provision-agentic-config/archive/v0.8/SKILL.md +307 -0
- package/base/codex/provision-agentic-config/archive/v0.9/SKILL.md +307 -0
- package/{global → base}/codex/skills/CHANGELOG.md +8 -0
- package/base/codex/skills/SKILL.md +140 -0
- package/base/codex/skills/archive/v0.7/SKILL.md +140 -0
- package/bin/skillpacks.mjs +1 -1
- package/dist/skillpacks-manifest.json +1451 -946
- package/docs/QUICKSTART.md +26 -16
- package/docs/alignment-page-convention.md +106 -0
- package/docs/decks.md +11 -11
- package/docs/packs.md +44 -48
- package/docs/skillpacks-npm-distribution.md +153 -62
- package/package.json +12 -4
- package/packs/agent-bridge/claude/delegate/ALIGNMENT-PAGE.md +3 -1
- package/packs/agent-work-admin/claude/plan-phase/ALIGNMENT-PAGE.md +88 -0
- package/packs/agent-work-admin/claude/plan-phase/CHANGELOG.md +13 -0
- package/packs/agent-work-admin/claude/plan-phase/SKILL.md +11 -7
- package/packs/agent-work-admin/claude/plan-phase/archive/v0.2/SKILL.md +380 -0
- package/packs/agent-work-admin/claude/plan-phase/archive/v0.3/SKILL.md +380 -0
- package/packs/agent-work-admin/claude/plan-phase/archive/v0.4/SKILL.md +384 -0
- package/packs/agent-work-admin/claude/roadmap/ALIGNMENT-PAGE.md +86 -0
- package/packs/agent-work-admin/claude/roadmap/CHANGELOG.md +12 -0
- package/packs/agent-work-admin/claude/roadmap/SKILL.md +14 -28
- package/packs/agent-work-admin/claude/roadmap/archive/v0.10/SKILL.md +481 -0
- package/packs/agent-work-admin/claude/roadmap/archive/v0.11/SKILL.md +467 -0
- package/packs/agent-work-admin/claude/roadmap/archive/v0.9/SKILL.md +481 -0
- package/packs/agent-work-admin/claude/spec-drift/CHANGELOG.md +4 -0
- package/packs/agent-work-admin/claude/spec-drift/SKILL.md +3 -3
- package/packs/agent-work-admin/claude/spec-drift/archive/v0.2/SKILL.md +202 -0
- package/packs/agent-work-admin/codex/plan-phase/ALIGNMENT-PAGE.md +88 -0
- package/packs/agent-work-admin/codex/plan-phase/CHANGELOG.md +13 -0
- package/packs/agent-work-admin/codex/plan-phase/SKILL.md +11 -7
- package/packs/agent-work-admin/codex/plan-phase/archive/v0.2/SKILL.md +387 -0
- package/packs/agent-work-admin/codex/plan-phase/archive/v0.3/SKILL.md +387 -0
- package/packs/agent-work-admin/codex/plan-phase/archive/v0.4/SKILL.md +391 -0
- package/packs/agent-work-admin/codex/roadmap/ALIGNMENT-PAGE.md +86 -0
- package/packs/agent-work-admin/codex/roadmap/CHANGELOG.md +12 -0
- package/packs/agent-work-admin/codex/roadmap/SKILL.md +13 -27
- package/packs/agent-work-admin/codex/roadmap/archive/v0.10/SKILL.md +424 -0
- package/packs/agent-work-admin/codex/roadmap/archive/v0.11/SKILL.md +410 -0
- package/packs/agent-work-admin/codex/roadmap/archive/v0.9/SKILL.md +424 -0
- package/packs/agent-work-admin/codex/spec-drift/CHANGELOG.md +4 -0
- package/packs/agent-work-admin/codex/spec-drift/SKILL.md +2 -2
- package/packs/agent-work-admin/codex/spec-drift/archive/v0.2/SKILL.md +81 -0
- package/packs/agentic-skills-bench/claude/benchmark-agent-review/ALIGNMENT-PAGE.md +4 -2
- package/packs/agentic-skills-bench/claude/benchmark-agent-review/CHANGELOG.md +4 -0
- package/packs/agentic-skills-bench/claude/benchmark-agent-review/SKILL.md +2 -2
- package/packs/agentic-skills-bench/claude/benchmark-agent-review/archive/v0.1/SKILL.md +117 -0
- package/packs/agentic-skills-bench/claude/benchmark-test-skill/ALIGNMENT-PAGE.md +4 -2
- package/packs/agentic-skills-bench/claude/benchmark-test-skill/CHANGELOG.md +4 -0
- package/packs/agentic-skills-bench/claude/benchmark-test-skill/SKILL.md +2 -2
- package/packs/agentic-skills-bench/claude/benchmark-test-skill/archive/v0.1/SKILL.md +150 -0
- package/packs/agentic-skills-bench/codex/benchmark-agent-review/ALIGNMENT-PAGE.md +4 -2
- package/packs/agentic-skills-bench/codex/benchmark-agent-review/CHANGELOG.md +4 -0
- package/packs/agentic-skills-bench/codex/benchmark-agent-review/SKILL.md +2 -2
- package/packs/agentic-skills-bench/codex/benchmark-agent-review/archive/v0.1/SKILL.md +117 -0
- package/packs/agentic-skills-bench/codex/benchmark-test-skill/ALIGNMENT-PAGE.md +4 -2
- package/packs/agentic-skills-bench/codex/benchmark-test-skill/CHANGELOG.md +4 -0
- package/packs/agentic-skills-bench/codex/benchmark-test-skill/SKILL.md +2 -2
- package/packs/agentic-skills-bench/codex/benchmark-test-skill/archive/v0.1/SKILL.md +150 -0
- package/packs/alignment-loop/claude/vertical-slice-splitter/ALIGNMENT-PAGE.md +4 -2
- package/packs/alignment-loop/claude/vertical-slice-splitter/CHANGELOG.md +4 -0
- package/packs/alignment-loop/claude/vertical-slice-splitter/SKILL.md +2 -2
- package/packs/alignment-loop/claude/vertical-slice-splitter/archive/v0.1/SKILL.md +63 -0
- package/packs/alignment-loop/codex/vertical-slice-splitter/ALIGNMENT-PAGE.md +4 -2
- package/packs/alignment-loop/codex/vertical-slice-splitter/CHANGELOG.md +4 -0
- package/packs/alignment-loop/codex/vertical-slice-splitter/SKILL.md +2 -2
- package/packs/alignment-loop/codex/vertical-slice-splitter/archive/v0.1/SKILL.md +59 -0
- package/packs/alignment-page-admin/claude/upgrade-alignment-pages/CHANGELOG.md +5 -0
- package/packs/alignment-page-admin/claude/upgrade-alignment-pages/SKILL.md +6 -6
- package/packs/alignment-page-admin/claude/upgrade-alignment-pages/archive/v0.2/SKILL.md +106 -0
- package/packs/alignment-page-admin/codex/upgrade-alignment-pages/CHANGELOG.md +5 -0
- package/packs/alignment-page-admin/codex/upgrade-alignment-pages/SKILL.md +6 -6
- package/packs/alignment-page-admin/codex/upgrade-alignment-pages/archive/v0.2/SKILL.md +106 -0
- package/packs/business-growth/claude/experiment/ALIGNMENT-PAGE.md +6 -2
- package/packs/business-growth/claude/experiment/CHANGELOG.md +8 -0
- package/packs/business-growth/claude/experiment/SKILL.md +4 -4
- package/packs/business-growth/claude/experiment/archive/v0.5/SKILL.md +282 -0
- package/packs/business-growth/claude/experiment/archive/v0.6/SKILL.md +282 -0
- package/packs/business-growth/claude/growth-model/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-growth/claude/growth-model/CHANGELOG.md +8 -0
- package/packs/business-growth/claude/growth-model/SKILL.md +4 -4
- package/packs/business-growth/claude/growth-model/archive/v0.7/SKILL.md +356 -0
- package/packs/business-growth/claude/growth-model/archive/v0.8/SKILL.md +356 -0
- package/packs/business-growth/claude/gtm/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-growth/claude/gtm/CHANGELOG.md +8 -0
- package/packs/business-growth/claude/gtm/SKILL.md +7 -7
- package/packs/business-growth/claude/gtm/archive/v0.10/SKILL.md +335 -0
- package/packs/business-growth/claude/gtm/archive/v0.11/SKILL.md +335 -0
- package/packs/business-growth/claude/hook-model/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-growth/claude/hook-model/CHANGELOG.md +8 -0
- package/packs/business-growth/claude/hook-model/SKILL.md +4 -4
- package/packs/business-growth/claude/hook-model/archive/v0.7/SKILL.md +338 -0
- package/packs/business-growth/claude/hook-model/archive/v0.8/SKILL.md +338 -0
- package/packs/business-growth/claude/landing-copy/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-growth/claude/landing-copy/CHANGELOG.md +8 -0
- package/packs/business-growth/claude/landing-copy/SKILL.md +4 -4
- package/packs/business-growth/claude/landing-copy/archive/v0.7/SKILL.md +488 -0
- package/packs/business-growth/claude/landing-copy/archive/v0.8/SKILL.md +488 -0
- package/packs/business-growth/claude/metrics/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-growth/claude/metrics/CHANGELOG.md +4 -0
- package/packs/business-growth/claude/metrics/SKILL.md +3 -3
- package/packs/business-growth/claude/metrics/archive/v0.4/SKILL.md +313 -0
- package/packs/business-growth/claude/monetization/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-growth/claude/monetization/CHANGELOG.md +8 -0
- package/packs/business-growth/claude/monetization/SKILL.md +8 -8
- package/packs/business-growth/claude/monetization/archive/v0.10/SKILL.md +336 -0
- package/packs/business-growth/claude/monetization/archive/v0.11/SKILL.md +336 -0
- package/packs/business-growth/claude/pmf-assessment/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-growth/claude/pmf-assessment/CHANGELOG.md +8 -0
- package/packs/business-growth/claude/pmf-assessment/SKILL.md +4 -4
- package/packs/business-growth/claude/pmf-assessment/archive/v0.8/SKILL.md +406 -0
- package/packs/business-growth/claude/pmf-assessment/archive/v0.9/SKILL.md +406 -0
- package/packs/business-growth/codex/experiment/ALIGNMENT-PAGE.md +6 -2
- package/packs/business-growth/codex/experiment/CHANGELOG.md +8 -0
- package/packs/business-growth/codex/experiment/SKILL.md +4 -4
- package/packs/business-growth/codex/experiment/archive/v0.5/SKILL.md +274 -0
- package/packs/business-growth/codex/experiment/archive/v0.6/SKILL.md +274 -0
- package/packs/business-growth/codex/growth-model/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-growth/codex/growth-model/CHANGELOG.md +8 -0
- package/packs/business-growth/codex/growth-model/SKILL.md +4 -4
- package/packs/business-growth/codex/growth-model/archive/v0.7/SKILL.md +354 -0
- package/packs/business-growth/codex/growth-model/archive/v0.8/SKILL.md +354 -0
- package/packs/business-growth/codex/gtm/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-growth/codex/gtm/CHANGELOG.md +8 -0
- package/packs/business-growth/codex/gtm/SKILL.md +8 -8
- package/packs/business-growth/codex/gtm/archive/v0.10/SKILL.md +344 -0
- package/packs/business-growth/codex/gtm/archive/v0.11/SKILL.md +344 -0
- package/packs/business-growth/codex/hook-model/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-growth/codex/hook-model/CHANGELOG.md +8 -0
- package/packs/business-growth/codex/hook-model/SKILL.md +4 -4
- package/packs/business-growth/codex/hook-model/archive/v0.7/SKILL.md +338 -0
- package/packs/business-growth/codex/hook-model/archive/v0.8/SKILL.md +338 -0
- package/packs/business-growth/codex/landing-copy/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-growth/codex/landing-copy/CHANGELOG.md +8 -0
- package/packs/business-growth/codex/landing-copy/SKILL.md +4 -4
- package/packs/business-growth/codex/landing-copy/archive/v0.7/SKILL.md +496 -0
- package/packs/business-growth/codex/landing-copy/archive/v0.8/SKILL.md +496 -0
- package/packs/business-growth/codex/metrics/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-growth/codex/metrics/CHANGELOG.md +4 -0
- package/packs/business-growth/codex/metrics/SKILL.md +3 -3
- package/packs/business-growth/codex/metrics/archive/v0.4/SKILL.md +305 -0
- package/packs/business-growth/codex/monetization/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-growth/codex/monetization/CHANGELOG.md +8 -0
- package/packs/business-growth/codex/monetization/SKILL.md +9 -9
- package/packs/business-growth/codex/monetization/archive/v0.10/SKILL.md +343 -0
- package/packs/business-growth/codex/monetization/archive/v0.11/SKILL.md +343 -0
- package/packs/business-growth/codex/pmf-assessment/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-growth/codex/pmf-assessment/CHANGELOG.md +8 -0
- package/packs/business-growth/codex/pmf-assessment/SKILL.md +4 -4
- package/packs/business-growth/codex/pmf-assessment/archive/v0.8/SKILL.md +414 -0
- package/packs/business-growth/codex/pmf-assessment/archive/v0.9/SKILL.md +414 -0
- package/packs/business-ops/claude/assumption-tracker/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-ops/claude/assumption-tracker/SKILL.md +1 -1
- package/packs/business-ops/claude/burn-rate/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-ops/claude/burn-rate/CHANGELOG.md +4 -0
- package/packs/business-ops/claude/burn-rate/SKILL.md +7 -7
- package/packs/business-ops/claude/burn-rate/archive/v0.4/SKILL.md +341 -0
- package/packs/business-ops/claude/cohort-review/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-ops/claude/cohort-review/CHANGELOG.md +4 -0
- package/packs/business-ops/claude/cohort-review/SKILL.md +3 -3
- package/packs/business-ops/claude/cohort-review/archive/v0.3/SKILL.md +263 -0
- package/packs/business-ops/claude/investor-update/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-ops/claude/investor-update/CHANGELOG.md +4 -0
- package/packs/business-ops/claude/investor-update/SKILL.md +3 -3
- package/packs/business-ops/claude/investor-update/archive/v0.3/SKILL.md +176 -0
- package/packs/business-ops/claude/mvp-gap/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-ops/claude/mvp-gap/CHANGELOG.md +8 -0
- package/packs/business-ops/claude/mvp-gap/SKILL.md +4 -4
- package/packs/business-ops/claude/mvp-gap/archive/v0.8/SKILL.md +258 -0
- package/packs/business-ops/claude/mvp-gap/archive/v0.9/SKILL.md +258 -0
- package/packs/business-ops/claude/platform-strategy/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-ops/claude/platform-strategy/CHANGELOG.md +8 -0
- package/packs/business-ops/claude/platform-strategy/SKILL.md +4 -4
- package/packs/business-ops/claude/platform-strategy/archive/v0.10/SKILL.md +461 -0
- package/packs/business-ops/claude/platform-strategy/archive/v0.9/SKILL.md +461 -0
- package/packs/business-ops/claude/product-line/ALIGNMENT-PAGE.md +6 -2
- package/packs/business-ops/claude/product-line/CHANGELOG.md +8 -0
- package/packs/business-ops/claude/product-line/SKILL.md +4 -4
- package/packs/business-ops/claude/product-line/archive/v0.4/SKILL.md +193 -0
- package/packs/business-ops/claude/product-line/archive/v0.5/SKILL.md +193 -0
- package/packs/business-ops/claude/reconcile-research/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-ops/claude/reconcile-research/CHANGELOG.md +8 -0
- package/packs/business-ops/claude/reconcile-research/SKILL.md +6 -6
- package/packs/business-ops/claude/reconcile-research/archive/v0.8/SKILL.md +306 -0
- package/packs/business-ops/claude/reconcile-research/archive/v0.9/SKILL.md +306 -0
- package/packs/business-ops/claude/repo-glossary/ALIGNMENT-PAGE.md +3 -1
- package/packs/business-ops/claude/repo-glossary/CHANGELOG.md +4 -0
- package/packs/business-ops/claude/repo-glossary/SKILL.md +2 -2
- package/packs/business-ops/claude/repo-glossary/archive/v0.3/SKILL.md +251 -0
- package/packs/business-ops/claude/retro/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-ops/claude/retro/CHANGELOG.md +4 -0
- package/packs/business-ops/claude/retro/SKILL.md +3 -3
- package/packs/business-ops/claude/retro/archive/v0.4/SKILL.md +252 -0
- package/packs/business-ops/claude/risk-register/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-ops/claude/risk-register/CHANGELOG.md +4 -0
- package/packs/business-ops/claude/risk-register/SKILL.md +3 -3
- package/packs/business-ops/claude/risk-register/archive/v0.3/SKILL.md +226 -0
- package/packs/business-ops/claude/runway-model/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-ops/claude/runway-model/CHANGELOG.md +4 -0
- package/packs/business-ops/claude/runway-model/SKILL.md +3 -3
- package/packs/business-ops/claude/runway-model/archive/v0.3/SKILL.md +284 -0
- package/packs/business-ops/claude/scale-audit/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-ops/claude/scale-audit/CHANGELOG.md +4 -0
- package/packs/business-ops/claude/scale-audit/SKILL.md +3 -3
- package/packs/business-ops/claude/scale-audit/archive/v0.4/SKILL.md +202 -0
- package/packs/business-ops/codex/assumption-tracker/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-ops/codex/assumption-tracker/SKILL.md +1 -1
- package/packs/business-ops/codex/burn-rate/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-ops/codex/burn-rate/CHANGELOG.md +4 -0
- package/packs/business-ops/codex/burn-rate/SKILL.md +7 -7
- package/packs/business-ops/codex/burn-rate/archive/v0.4/SKILL.md +112 -0
- package/packs/business-ops/codex/cohort-review/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-ops/codex/cohort-review/CHANGELOG.md +4 -0
- package/packs/business-ops/codex/cohort-review/SKILL.md +3 -3
- package/packs/business-ops/codex/cohort-review/archive/v0.3/SKILL.md +265 -0
- package/packs/business-ops/codex/investor-update/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-ops/codex/investor-update/CHANGELOG.md +4 -0
- package/packs/business-ops/codex/investor-update/SKILL.md +3 -3
- package/packs/business-ops/codex/investor-update/archive/v0.3/SKILL.md +178 -0
- package/packs/business-ops/codex/mvp-gap/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-ops/codex/mvp-gap/CHANGELOG.md +8 -0
- package/packs/business-ops/codex/mvp-gap/SKILL.md +4 -4
- package/packs/business-ops/codex/mvp-gap/archive/v0.8/SKILL.md +130 -0
- package/packs/business-ops/codex/mvp-gap/archive/v0.9/SKILL.md +130 -0
- package/packs/business-ops/codex/platform-strategy/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-ops/codex/platform-strategy/CHANGELOG.md +8 -0
- package/packs/business-ops/codex/platform-strategy/SKILL.md +4 -4
- package/packs/business-ops/codex/platform-strategy/archive/v0.10/SKILL.md +182 -0
- package/packs/business-ops/codex/platform-strategy/archive/v0.9/SKILL.md +182 -0
- package/packs/business-ops/codex/product-line/ALIGNMENT-PAGE.md +6 -2
- package/packs/business-ops/codex/product-line/CHANGELOG.md +8 -0
- package/packs/business-ops/codex/product-line/SKILL.md +4 -4
- package/packs/business-ops/codex/product-line/archive/v0.4/SKILL.md +185 -0
- package/packs/business-ops/codex/product-line/archive/v0.5/SKILL.md +185 -0
- package/packs/business-ops/codex/reconcile-research/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-ops/codex/reconcile-research/CHANGELOG.md +8 -0
- package/packs/business-ops/codex/reconcile-research/SKILL.md +7 -7
- package/packs/business-ops/codex/reconcile-research/archive/v0.8/SKILL.md +294 -0
- package/packs/business-ops/codex/reconcile-research/archive/v0.9/SKILL.md +294 -0
- package/packs/business-ops/codex/repo-glossary/ALIGNMENT-PAGE.md +3 -1
- package/packs/business-ops/codex/repo-glossary/CHANGELOG.md +4 -0
- package/packs/business-ops/codex/repo-glossary/SKILL.md +2 -2
- package/packs/business-ops/codex/repo-glossary/archive/v0.3/SKILL.md +253 -0
- package/packs/business-ops/codex/retro/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-ops/codex/retro/CHANGELOG.md +4 -0
- package/packs/business-ops/codex/retro/SKILL.md +3 -3
- package/packs/business-ops/codex/retro/archive/v0.4/SKILL.md +246 -0
- package/packs/business-ops/codex/risk-register/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-ops/codex/risk-register/CHANGELOG.md +4 -0
- package/packs/business-ops/codex/risk-register/SKILL.md +3 -3
- package/packs/business-ops/codex/risk-register/archive/v0.3/SKILL.md +220 -0
- package/packs/business-ops/codex/runway-model/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-ops/codex/runway-model/CHANGELOG.md +4 -0
- package/packs/business-ops/codex/runway-model/SKILL.md +3 -3
- package/packs/business-ops/codex/runway-model/archive/v0.3/SKILL.md +278 -0
- package/packs/business-ops/codex/scale-audit/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-ops/codex/scale-audit/CHANGELOG.md +4 -0
- package/packs/business-ops/codex/scale-audit/SKILL.md +3 -3
- package/packs/business-ops/codex/scale-audit/archive/v0.4/SKILL.md +90 -0
- package/packs/business-research/claude/competitive-analysis/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-research/claude/competitive-analysis/CHANGELOG.md +8 -0
- package/packs/business-research/claude/competitive-analysis/SKILL.md +13 -13
- package/packs/business-research/claude/competitive-analysis/archive/v0.17/SKILL.md +376 -0
- package/packs/business-research/claude/competitive-analysis/archive/v0.18/SKILL.md +376 -0
- package/packs/business-research/claude/competitive-analysis/frameworks/feature-pricing-matrix/ALIGNMENT-PAGE.md +7 -1
- package/packs/business-research/claude/competitive-analysis/frameworks/feature-pricing-matrix/CHANGELOG.md +8 -0
- package/packs/business-research/claude/competitive-analysis/frameworks/feature-pricing-matrix/SKILL.md +3 -3
- package/packs/business-research/claude/competitive-analysis/frameworks/feature-pricing-matrix/archive/v0.2/SKILL.md +98 -0
- package/packs/business-research/claude/competitive-analysis/frameworks/feature-pricing-matrix/archive/v0.3/SKILL.md +98 -0
- package/packs/business-research/claude/competitive-analysis/frameworks/porter-five-forces/ALIGNMENT-PAGE.md +7 -1
- package/packs/business-research/claude/competitive-analysis/frameworks/porter-five-forces/CHANGELOG.md +8 -0
- package/packs/business-research/claude/competitive-analysis/frameworks/porter-five-forces/SKILL.md +3 -3
- package/packs/business-research/claude/competitive-analysis/frameworks/porter-five-forces/archive/v0.2/SKILL.md +110 -0
- package/packs/business-research/claude/competitive-analysis/frameworks/porter-five-forces/archive/v0.3/SKILL.md +110 -0
- package/packs/business-research/claude/competitive-analysis/frameworks/strategic-group-map/ALIGNMENT-PAGE.md +7 -1
- package/packs/business-research/claude/competitive-analysis/frameworks/strategic-group-map/CHANGELOG.md +8 -0
- package/packs/business-research/claude/competitive-analysis/frameworks/strategic-group-map/SKILL.md +3 -3
- package/packs/business-research/claude/competitive-analysis/frameworks/strategic-group-map/archive/v0.2/SKILL.md +105 -0
- package/packs/business-research/claude/competitive-analysis/frameworks/strategic-group-map/archive/v0.3/SKILL.md +105 -0
- package/packs/business-research/claude/competitive-analysis/frameworks/swot/ALIGNMENT-PAGE.md +7 -1
- package/packs/business-research/claude/competitive-analysis/frameworks/swot/CHANGELOG.md +8 -0
- package/packs/business-research/claude/competitive-analysis/frameworks/swot/SKILL.md +3 -3
- package/packs/business-research/claude/competitive-analysis/frameworks/swot/archive/v0.2/SKILL.md +99 -0
- package/packs/business-research/claude/competitive-analysis/frameworks/swot/archive/v0.3/SKILL.md +99 -0
- package/packs/business-research/claude/customer-discovery/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-research/claude/customer-discovery/CHANGELOG.md +15 -0
- package/packs/business-research/claude/customer-discovery/SKILL.md +11 -11
- package/packs/business-research/claude/customer-discovery/archive/v1.2/SKILL.md +602 -0
- package/packs/business-research/claude/customer-discovery/archive/v1.3/SKILL.md +602 -0
- package/packs/business-research/claude/customer-discovery/archive/v1.4/SKILL.md +602 -0
- package/packs/business-research/claude/customer-discovery/frameworks/five-rings/ALIGNMENT-PAGE.md +7 -1
- package/packs/business-research/claude/customer-discovery/frameworks/five-rings/CHANGELOG.md +8 -0
- package/packs/business-research/claude/customer-discovery/frameworks/five-rings/SKILL.md +3 -3
- package/packs/business-research/claude/customer-discovery/frameworks/five-rings/archive/v0.2/SKILL.md +352 -0
- package/packs/business-research/claude/customer-discovery/frameworks/five-rings/archive/v0.3/SKILL.md +352 -0
- package/packs/business-research/claude/customer-discovery/frameworks/four-forces/ALIGNMENT-PAGE.md +7 -1
- package/packs/business-research/claude/customer-discovery/frameworks/four-forces/CHANGELOG.md +8 -0
- package/packs/business-research/claude/customer-discovery/frameworks/four-forces/SKILL.md +3 -3
- package/packs/business-research/claude/customer-discovery/frameworks/four-forces/archive/v0.2/SKILL.md +322 -0
- package/packs/business-research/claude/customer-discovery/frameworks/four-forces/archive/v0.3/SKILL.md +322 -0
- package/packs/business-research/claude/customer-discovery/frameworks/jtbd-needs/ALIGNMENT-PAGE.md +7 -1
- package/packs/business-research/claude/customer-discovery/frameworks/jtbd-needs/CHANGELOG.md +8 -0
- package/packs/business-research/claude/customer-discovery/frameworks/jtbd-needs/SKILL.md +3 -3
- package/packs/business-research/claude/customer-discovery/frameworks/jtbd-needs/archive/v0.2/SKILL.md +234 -0
- package/packs/business-research/claude/customer-discovery/frameworks/jtbd-needs/archive/v0.3/SKILL.md +234 -0
- package/packs/business-research/claude/customer-discovery/frameworks/pmf-engine/ALIGNMENT-PAGE.md +7 -1
- package/packs/business-research/claude/customer-discovery/frameworks/pmf-engine/CHANGELOG.md +8 -0
- package/packs/business-research/claude/customer-discovery/frameworks/pmf-engine/SKILL.md +3 -3
- package/packs/business-research/claude/customer-discovery/frameworks/pmf-engine/archive/v0.2/SKILL.md +252 -0
- package/packs/business-research/claude/customer-discovery/frameworks/pmf-engine/archive/v0.3/SKILL.md +252 -0
- package/packs/business-research/claude/customer-discovery/frameworks/seven-dimensions/ALIGNMENT-PAGE.md +7 -1
- package/packs/business-research/claude/customer-discovery/frameworks/seven-dimensions/CHANGELOG.md +8 -0
- package/packs/business-research/claude/customer-discovery/frameworks/seven-dimensions/SKILL.md +3 -3
- package/packs/business-research/claude/customer-discovery/frameworks/seven-dimensions/archive/v0.2/SKILL.md +385 -0
- package/packs/business-research/claude/customer-discovery/frameworks/seven-dimensions/archive/v0.3/SKILL.md +385 -0
- package/packs/business-research/claude/customer-discovery/frameworks/w3-hypothesis/ALIGNMENT-PAGE.md +7 -1
- package/packs/business-research/claude/customer-discovery/frameworks/w3-hypothesis/CHANGELOG.md +8 -0
- package/packs/business-research/claude/customer-discovery/frameworks/w3-hypothesis/SKILL.md +3 -3
- package/packs/business-research/claude/customer-discovery/frameworks/w3-hypothesis/archive/v0.2/SKILL.md +194 -0
- package/packs/business-research/claude/customer-discovery/frameworks/w3-hypothesis/archive/v0.3/SKILL.md +194 -0
- package/packs/business-research/claude/customer-feedback/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-research/claude/customer-feedback/CHANGELOG.md +8 -0
- package/packs/business-research/claude/customer-feedback/SKILL.md +4 -4
- package/packs/business-research/claude/customer-feedback/archive/v0.7/SKILL.md +277 -0
- package/packs/business-research/claude/customer-feedback/archive/v0.8/SKILL.md +277 -0
- package/packs/business-research/claude/enterprise-icp/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-research/claude/enterprise-icp/CHANGELOG.md +8 -0
- package/packs/business-research/claude/enterprise-icp/SKILL.md +8 -8
- package/packs/business-research/claude/enterprise-icp/archive/v0.8/SKILL.md +276 -0
- package/packs/business-research/claude/enterprise-icp/archive/v0.9/SKILL.md +276 -0
- package/packs/business-research/claude/lean-canvas/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-research/claude/lean-canvas/CHANGELOG.md +8 -0
- package/packs/business-research/claude/lean-canvas/SKILL.md +4 -4
- package/packs/business-research/claude/lean-canvas/archive/v0.10/SKILL.md +344 -0
- package/packs/business-research/claude/lean-canvas/archive/v0.9/SKILL.md +344 -0
- package/packs/business-research/claude/positioning/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-research/claude/positioning/CHANGELOG.md +15 -0
- package/packs/business-research/claude/positioning/SKILL.md +7 -7
- package/packs/business-research/claude/positioning/archive/v0.14/SKILL.md +357 -0
- package/packs/business-research/claude/positioning/archive/v0.15/SKILL.md +357 -0
- package/packs/business-research/claude/positioning/archive/v0.16/SKILL.md +357 -0
- package/packs/business-research/claude/positioning/frameworks/category-design/ALIGNMENT-PAGE.md +7 -1
- package/packs/business-research/claude/positioning/frameworks/category-design/CHANGELOG.md +8 -0
- package/packs/business-research/claude/positioning/frameworks/category-design/SKILL.md +3 -3
- package/packs/business-research/claude/positioning/frameworks/category-design/archive/v0.6/SKILL.md +288 -0
- package/packs/business-research/claude/positioning/frameworks/category-design/archive/v0.7/SKILL.md +288 -0
- package/packs/business-research/claude/positioning/frameworks/jtbd-positioning/ALIGNMENT-PAGE.md +6 -2
- package/packs/business-research/claude/positioning/frameworks/jtbd-positioning/CHANGELOG.md +8 -0
- package/packs/business-research/claude/positioning/frameworks/jtbd-positioning/SKILL.md +3 -3
- package/packs/business-research/claude/positioning/frameworks/jtbd-positioning/archive/v0.6/SKILL.md +223 -0
- package/packs/business-research/claude/positioning/frameworks/jtbd-positioning/archive/v0.7/SKILL.md +223 -0
- package/packs/business-research/claude/positioning/frameworks/moore-positioning/ALIGNMENT-PAGE.md +6 -2
- package/packs/business-research/claude/positioning/frameworks/moore-positioning/CHANGELOG.md +8 -0
- package/packs/business-research/claude/positioning/frameworks/moore-positioning/SKILL.md +3 -3
- package/packs/business-research/claude/positioning/frameworks/moore-positioning/archive/v0.6/SKILL.md +232 -0
- package/packs/business-research/claude/positioning/frameworks/moore-positioning/archive/v0.7/SKILL.md +232 -0
- package/packs/business-research/claude/positioning/frameworks/obviously-awesome/ALIGNMENT-PAGE.md +7 -1
- package/packs/business-research/claude/positioning/frameworks/obviously-awesome/CHANGELOG.md +8 -0
- package/packs/business-research/claude/positioning/frameworks/obviously-awesome/SKILL.md +3 -3
- package/packs/business-research/claude/positioning/frameworks/obviously-awesome/archive/v0.6/SKILL.md +284 -0
- package/packs/business-research/claude/positioning/frameworks/obviously-awesome/archive/v0.7/SKILL.md +284 -0
- package/packs/business-research/claude/positioning/frameworks/strategic-canvas/ALIGNMENT-PAGE.md +7 -1
- package/packs/business-research/claude/positioning/frameworks/strategic-canvas/CHANGELOG.md +8 -0
- package/packs/business-research/claude/positioning/frameworks/strategic-canvas/SKILL.md +3 -3
- package/packs/business-research/claude/positioning/frameworks/strategic-canvas/archive/v0.6/SKILL.md +221 -0
- package/packs/business-research/claude/positioning/frameworks/strategic-canvas/archive/v0.7/SKILL.md +221 -0
- package/packs/business-research/claude/value-prop-canvas/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-research/claude/value-prop-canvas/CHANGELOG.md +8 -0
- package/packs/business-research/claude/value-prop-canvas/SKILL.md +4 -4
- package/packs/business-research/claude/value-prop-canvas/archive/v0.10/SKILL.md +315 -0
- package/packs/business-research/claude/value-prop-canvas/archive/v0.9/SKILL.md +315 -0
- package/packs/business-research/codex/competitive-analysis/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-research/codex/competitive-analysis/CHANGELOG.md +8 -0
- package/packs/business-research/codex/competitive-analysis/SKILL.md +13 -13
- package/packs/business-research/codex/competitive-analysis/archive/v0.17/SKILL.md +237 -0
- package/packs/business-research/codex/competitive-analysis/archive/v0.18/SKILL.md +237 -0
- package/packs/business-research/codex/competitive-analysis/frameworks/feature-pricing-matrix/ALIGNMENT-PAGE.md +7 -1
- package/packs/business-research/codex/competitive-analysis/frameworks/feature-pricing-matrix/CHANGELOG.md +8 -0
- package/packs/business-research/codex/competitive-analysis/frameworks/feature-pricing-matrix/SKILL.md +3 -3
- package/packs/business-research/codex/competitive-analysis/frameworks/feature-pricing-matrix/archive/v0.2/SKILL.md +98 -0
- package/packs/business-research/codex/competitive-analysis/frameworks/feature-pricing-matrix/archive/v0.3/SKILL.md +98 -0
- package/packs/business-research/codex/competitive-analysis/frameworks/porter-five-forces/ALIGNMENT-PAGE.md +7 -1
- package/packs/business-research/codex/competitive-analysis/frameworks/porter-five-forces/CHANGELOG.md +8 -0
- package/packs/business-research/codex/competitive-analysis/frameworks/porter-five-forces/SKILL.md +3 -3
- package/packs/business-research/codex/competitive-analysis/frameworks/porter-five-forces/archive/v0.2/SKILL.md +110 -0
- package/packs/business-research/codex/competitive-analysis/frameworks/porter-five-forces/archive/v0.3/SKILL.md +110 -0
- package/packs/business-research/codex/competitive-analysis/frameworks/strategic-group-map/ALIGNMENT-PAGE.md +7 -1
- package/packs/business-research/codex/competitive-analysis/frameworks/strategic-group-map/CHANGELOG.md +8 -0
- package/packs/business-research/codex/competitive-analysis/frameworks/strategic-group-map/SKILL.md +3 -3
- package/packs/business-research/codex/competitive-analysis/frameworks/strategic-group-map/archive/v0.2/SKILL.md +105 -0
- package/packs/business-research/codex/competitive-analysis/frameworks/strategic-group-map/archive/v0.3/SKILL.md +105 -0
- package/packs/business-research/codex/competitive-analysis/frameworks/swot/ALIGNMENT-PAGE.md +7 -1
- package/packs/business-research/codex/competitive-analysis/frameworks/swot/CHANGELOG.md +8 -0
- package/packs/business-research/codex/competitive-analysis/frameworks/swot/SKILL.md +3 -3
- package/packs/business-research/codex/competitive-analysis/frameworks/swot/archive/v0.2/SKILL.md +99 -0
- package/packs/business-research/codex/competitive-analysis/frameworks/swot/archive/v0.3/SKILL.md +99 -0
- package/packs/business-research/codex/customer-discovery/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-research/codex/customer-discovery/CHANGELOG.md +15 -0
- package/packs/business-research/codex/customer-discovery/SKILL.md +8 -8
- package/packs/business-research/codex/customer-discovery/archive/v1.2/SKILL.md +301 -0
- package/packs/business-research/codex/customer-discovery/archive/v1.3/SKILL.md +301 -0
- package/packs/business-research/codex/customer-discovery/archive/v1.4/SKILL.md +301 -0
- package/packs/business-research/codex/customer-discovery/frameworks/five-rings/ALIGNMENT-PAGE.md +7 -1
- package/packs/business-research/codex/customer-discovery/frameworks/five-rings/CHANGELOG.md +8 -0
- package/packs/business-research/codex/customer-discovery/frameworks/five-rings/SKILL.md +3 -3
- package/packs/business-research/codex/customer-discovery/frameworks/five-rings/archive/v0.2/SKILL.md +352 -0
- package/packs/business-research/codex/customer-discovery/frameworks/five-rings/archive/v0.3/SKILL.md +352 -0
- package/packs/business-research/codex/customer-discovery/frameworks/four-forces/ALIGNMENT-PAGE.md +7 -1
- package/packs/business-research/codex/customer-discovery/frameworks/four-forces/CHANGELOG.md +8 -0
- package/packs/business-research/codex/customer-discovery/frameworks/four-forces/SKILL.md +3 -3
- package/packs/business-research/codex/customer-discovery/frameworks/four-forces/archive/v0.2/SKILL.md +322 -0
- package/packs/business-research/codex/customer-discovery/frameworks/four-forces/archive/v0.3/SKILL.md +322 -0
- package/packs/business-research/codex/customer-discovery/frameworks/jtbd-needs/ALIGNMENT-PAGE.md +7 -1
- package/packs/business-research/codex/customer-discovery/frameworks/jtbd-needs/CHANGELOG.md +8 -0
- package/packs/business-research/codex/customer-discovery/frameworks/jtbd-needs/SKILL.md +3 -3
- package/packs/business-research/codex/customer-discovery/frameworks/jtbd-needs/archive/v0.2/SKILL.md +234 -0
- package/packs/business-research/codex/customer-discovery/frameworks/jtbd-needs/archive/v0.3/SKILL.md +234 -0
- package/packs/business-research/codex/customer-discovery/frameworks/pmf-engine/ALIGNMENT-PAGE.md +7 -1
- package/packs/business-research/codex/customer-discovery/frameworks/pmf-engine/CHANGELOG.md +8 -0
- package/packs/business-research/codex/customer-discovery/frameworks/pmf-engine/SKILL.md +3 -3
- package/packs/business-research/codex/customer-discovery/frameworks/pmf-engine/archive/v0.2/SKILL.md +252 -0
- package/packs/business-research/codex/customer-discovery/frameworks/pmf-engine/archive/v0.3/SKILL.md +252 -0
- package/packs/business-research/codex/customer-discovery/frameworks/seven-dimensions/ALIGNMENT-PAGE.md +7 -1
- package/packs/business-research/codex/customer-discovery/frameworks/seven-dimensions/CHANGELOG.md +8 -0
- package/packs/business-research/codex/customer-discovery/frameworks/seven-dimensions/SKILL.md +3 -3
- package/packs/business-research/codex/customer-discovery/frameworks/seven-dimensions/archive/v0.2/SKILL.md +385 -0
- package/packs/business-research/codex/customer-discovery/frameworks/seven-dimensions/archive/v0.3/SKILL.md +385 -0
- package/packs/business-research/codex/customer-discovery/frameworks/w3-hypothesis/ALIGNMENT-PAGE.md +7 -1
- package/packs/business-research/codex/customer-discovery/frameworks/w3-hypothesis/CHANGELOG.md +8 -0
- package/packs/business-research/codex/customer-discovery/frameworks/w3-hypothesis/SKILL.md +3 -3
- package/packs/business-research/codex/customer-discovery/frameworks/w3-hypothesis/archive/v0.2/SKILL.md +194 -0
- package/packs/business-research/codex/customer-discovery/frameworks/w3-hypothesis/archive/v0.3/SKILL.md +194 -0
- package/packs/business-research/codex/customer-feedback/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-research/codex/customer-feedback/CHANGELOG.md +8 -0
- package/packs/business-research/codex/customer-feedback/SKILL.md +4 -4
- package/packs/business-research/codex/customer-feedback/archive/v0.7/SKILL.md +288 -0
- package/packs/business-research/codex/customer-feedback/archive/v0.8/SKILL.md +288 -0
- package/packs/business-research/codex/enterprise-icp/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-research/codex/enterprise-icp/CHANGELOG.md +8 -0
- package/packs/business-research/codex/enterprise-icp/SKILL.md +10 -10
- package/packs/business-research/codex/enterprise-icp/archive/v0.8/SKILL.md +131 -0
- package/packs/business-research/codex/enterprise-icp/archive/v0.9/SKILL.md +131 -0
- package/packs/business-research/codex/lean-canvas/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-research/codex/lean-canvas/CHANGELOG.md +8 -0
- package/packs/business-research/codex/lean-canvas/SKILL.md +4 -4
- package/packs/business-research/codex/lean-canvas/archive/v0.10/SKILL.md +343 -0
- package/packs/business-research/codex/lean-canvas/archive/v0.9/SKILL.md +343 -0
- package/packs/business-research/codex/positioning/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-research/codex/positioning/CHANGELOG.md +15 -0
- package/packs/business-research/codex/positioning/SKILL.md +5 -5
- package/packs/business-research/codex/positioning/archive/v0.14/SKILL.md +240 -0
- package/packs/business-research/codex/positioning/archive/v0.15/SKILL.md +240 -0
- package/packs/business-research/codex/positioning/archive/v0.16/SKILL.md +240 -0
- package/packs/business-research/codex/positioning/frameworks/category-design/ALIGNMENT-PAGE.md +7 -1
- package/packs/business-research/codex/positioning/frameworks/category-design/CHANGELOG.md +8 -0
- package/packs/business-research/codex/positioning/frameworks/category-design/SKILL.md +3 -3
- package/packs/business-research/codex/positioning/frameworks/category-design/archive/v0.6/SKILL.md +271 -0
- package/packs/business-research/codex/positioning/frameworks/category-design/archive/v0.7/SKILL.md +271 -0
- package/packs/business-research/codex/positioning/frameworks/jtbd-positioning/ALIGNMENT-PAGE.md +6 -2
- package/packs/business-research/codex/positioning/frameworks/jtbd-positioning/CHANGELOG.md +8 -0
- package/packs/business-research/codex/positioning/frameworks/jtbd-positioning/SKILL.md +3 -3
- package/packs/business-research/codex/positioning/frameworks/jtbd-positioning/archive/v0.6/SKILL.md +218 -0
- package/packs/business-research/codex/positioning/frameworks/jtbd-positioning/archive/v0.7/SKILL.md +218 -0
- package/packs/business-research/codex/positioning/frameworks/moore-positioning/ALIGNMENT-PAGE.md +6 -2
- package/packs/business-research/codex/positioning/frameworks/moore-positioning/CHANGELOG.md +8 -0
- package/packs/business-research/codex/positioning/frameworks/moore-positioning/SKILL.md +3 -3
- package/packs/business-research/codex/positioning/frameworks/moore-positioning/archive/v0.6/SKILL.md +224 -0
- package/packs/business-research/codex/positioning/frameworks/moore-positioning/archive/v0.7/SKILL.md +224 -0
- package/packs/business-research/codex/positioning/frameworks/obviously-awesome/ALIGNMENT-PAGE.md +7 -1
- package/packs/business-research/codex/positioning/frameworks/obviously-awesome/CHANGELOG.md +8 -0
- package/packs/business-research/codex/positioning/frameworks/obviously-awesome/SKILL.md +3 -3
- package/packs/business-research/codex/positioning/frameworks/obviously-awesome/archive/v0.6/SKILL.md +300 -0
- package/packs/business-research/codex/positioning/frameworks/obviously-awesome/archive/v0.7/SKILL.md +300 -0
- package/packs/business-research/codex/positioning/frameworks/strategic-canvas/ALIGNMENT-PAGE.md +7 -1
- package/packs/business-research/codex/positioning/frameworks/strategic-canvas/CHANGELOG.md +8 -0
- package/packs/business-research/codex/positioning/frameworks/strategic-canvas/SKILL.md +3 -3
- package/packs/business-research/codex/positioning/frameworks/strategic-canvas/archive/v0.6/SKILL.md +230 -0
- package/packs/business-research/codex/positioning/frameworks/strategic-canvas/archive/v0.7/SKILL.md +230 -0
- package/packs/business-research/codex/value-prop-canvas/ALIGNMENT-PAGE.md +5 -1
- package/packs/business-research/codex/value-prop-canvas/CHANGELOG.md +8 -0
- package/packs/business-research/codex/value-prop-canvas/SKILL.md +4 -4
- package/packs/business-research/codex/value-prop-canvas/archive/v0.10/SKILL.md +315 -0
- package/packs/business-research/codex/value-prop-canvas/archive/v0.9/SKILL.md +315 -0
- package/packs/code-debug/claude/debug/CHANGELOG.md +9 -0
- package/packs/code-debug/claude/debug/SKILL.md +10 -1
- package/packs/code-debug/claude/debug/archive/v0.1/SKILL.md +112 -0
- package/packs/code-debug/claude/debug/archive/v0.2/SKILL.md +121 -0
- package/packs/code-debug/claude/investigate/CHANGELOG.md +5 -0
- package/packs/code-debug/claude/investigate/SKILL.md +2 -2
- package/packs/code-debug/claude/investigate/archive/v0.1/SKILL.md +158 -0
- package/packs/code-debug/codex/debug/CHANGELOG.md +9 -0
- package/packs/code-debug/codex/debug/SKILL.md +10 -1
- package/packs/code-debug/codex/debug/archive/v0.1/SKILL.md +46 -0
- package/packs/code-debug/codex/debug/archive/v0.2/SKILL.md +55 -0
- package/packs/code-debug/codex/investigate/CHANGELOG.md +5 -0
- package/packs/code-debug/codex/investigate/SKILL.md +1 -1
- package/packs/code-debug/codex/investigate/archive/v0.1/SKILL.md +51 -0
- package/packs/code-maintenance/claude/migrate/ALIGNMENT-PAGE.md +3 -1
- package/packs/code-maintenance/claude/update-packages/CHANGELOG.md +10 -0
- package/packs/code-maintenance/claude/update-packages/SKILL.md +12 -13
- package/packs/code-maintenance/claude/update-packages/archive/v0.0/SKILL.md +105 -0
- package/packs/code-maintenance/codex/migrate/ALIGNMENT-PAGE.md +3 -1
- package/packs/code-maintenance/codex/update-packages/CHANGELOG.md +10 -0
- package/packs/code-maintenance/codex/update-packages/SKILL.md +12 -13
- package/packs/code-maintenance/codex/update-packages/archive/v0.0/SKILL.md +107 -0
- package/packs/code-quality/claude/extract-shared-types/ALIGNMENT-PAGE.md +3 -1
- package/packs/code-quality/claude/quality-sweep/ALIGNMENT-PAGE.md +3 -1
- package/packs/code-quality/codex/extract-shared-types/ALIGNMENT-PAGE.md +3 -1
- package/packs/code-quality/codex/quality-sweep/ALIGNMENT-PAGE.md +3 -1
- package/packs/code-review/claude/dead-code/ALIGNMENT-PAGE.md +3 -1
- package/packs/code-review/claude/expert-review/ALIGNMENT-PAGE.md +3 -1
- package/packs/code-review/claude/regression-check/ALIGNMENT-PAGE.md +3 -1
- package/packs/code-review/claude/slim-audit/ALIGNMENT-PAGE.md +3 -1
- package/packs/code-review/codex/dead-code/ALIGNMENT-PAGE.md +3 -1
- package/packs/code-review/codex/expert-review/ALIGNMENT-PAGE.md +3 -1
- package/packs/code-review/codex/regression-check/ALIGNMENT-PAGE.md +3 -1
- package/packs/code-review/codex/slim-audit/ALIGNMENT-PAGE.md +3 -1
- package/packs/context-transfer/claude/handoff/ALIGNMENT-PAGE.md +4 -2
- package/packs/context-transfer/claude/handoff/CHANGELOG.md +4 -0
- package/packs/context-transfer/claude/handoff/SKILL.md +2 -2
- package/packs/context-transfer/claude/handoff/archive/v0.1/SKILL.md +113 -0
- package/packs/context-transfer/codex/handoff/ALIGNMENT-PAGE.md +4 -2
- package/packs/context-transfer/codex/handoff/CHANGELOG.md +4 -0
- package/packs/context-transfer/codex/handoff/SKILL.md +2 -2
- package/packs/context-transfer/codex/handoff/archive/v0.1/SKILL.md +48 -0
- package/packs/creator-foundation/claude/content-programming/ALIGNMENT-PAGE.md +7 -1
- package/packs/creator-foundation/claude/content-programming/CHANGELOG.md +4 -0
- package/packs/creator-foundation/claude/content-programming/SKILL.md +3 -3
- package/packs/creator-foundation/claude/content-programming/archive/v0.4/SKILL.md +110 -0
- package/packs/creator-foundation/claude/creator-evidence-schema/ALIGNMENT-PAGE.md +5 -1
- package/packs/creator-foundation/claude/creator-evidence-schema/CHANGELOG.md +8 -0
- package/packs/creator-foundation/claude/creator-evidence-schema/SKILL.md +4 -4
- package/packs/creator-foundation/claude/creator-evidence-schema/archive/v0.5/SKILL.md +223 -0
- package/packs/creator-foundation/claude/creator-evidence-schema/archive/v0.6/SKILL.md +223 -0
- package/packs/creator-foundation/claude/creator-metrics-review/ALIGNMENT-PAGE.md +5 -1
- package/packs/creator-foundation/claude/creator-metrics-review/CHANGELOG.md +8 -0
- package/packs/creator-foundation/claude/creator-metrics-review/SKILL.md +4 -4
- package/packs/creator-foundation/claude/creator-metrics-review/archive/v0.5/SKILL.md +108 -0
- package/packs/creator-foundation/claude/creator-metrics-review/archive/v0.6/SKILL.md +108 -0
- package/packs/creator-foundation/claude/creator-platform-capability-matrix/ALIGNMENT-PAGE.md +5 -1
- package/packs/creator-foundation/claude/creator-platform-capability-matrix/CHANGELOG.md +8 -0
- package/packs/creator-foundation/claude/creator-platform-capability-matrix/SKILL.md +4 -4
- package/packs/creator-foundation/claude/creator-platform-capability-matrix/archive/v0.5/SKILL.md +178 -0
- package/packs/creator-foundation/claude/creator-platform-capability-matrix/archive/v0.6/SKILL.md +178 -0
- package/packs/creator-foundation/claude/creator-positioning/ALIGNMENT-PAGE.md +5 -1
- package/packs/creator-foundation/claude/creator-positioning/CHANGELOG.md +8 -0
- package/packs/creator-foundation/claude/creator-positioning/SKILL.md +4 -4
- package/packs/creator-foundation/claude/creator-positioning/archive/v0.5/SKILL.md +113 -0
- package/packs/creator-foundation/claude/creator-positioning/archive/v0.6/SKILL.md +113 -0
- package/packs/creator-foundation/claude/creator-presence-dossier/ALIGNMENT-PAGE.md +5 -1
- package/packs/creator-foundation/claude/creator-presence-dossier/CHANGELOG.md +4 -0
- package/packs/creator-foundation/claude/creator-presence-dossier/SKILL.md +3 -3
- package/packs/creator-foundation/claude/creator-presence-dossier/archive/v0.4/SKILL.md +223 -0
- package/packs/creator-foundation/claude/product-led-media-map/ALIGNMENT-PAGE.md +7 -1
- package/packs/creator-foundation/claude/product-led-media-map/CHANGELOG.md +4 -0
- package/packs/creator-foundation/claude/product-led-media-map/SKILL.md +3 -3
- package/packs/creator-foundation/claude/product-led-media-map/archive/v0.4/SKILL.md +108 -0
- package/packs/creator-foundation/claude/research-directory-conventions/ALIGNMENT-PAGE.md +4 -2
- package/packs/creator-foundation/claude/series-spec/ALIGNMENT-PAGE.md +7 -1
- package/packs/creator-foundation/claude/series-spec/SKILL.md +1 -1
- package/packs/creator-foundation/codex/content-programming/ALIGNMENT-PAGE.md +7 -1
- package/packs/creator-foundation/codex/content-programming/CHANGELOG.md +4 -0
- package/packs/creator-foundation/codex/content-programming/SKILL.md +3 -3
- package/packs/creator-foundation/codex/content-programming/archive/v0.4/SKILL.md +102 -0
- package/packs/creator-foundation/codex/creator-evidence-schema/ALIGNMENT-PAGE.md +5 -1
- package/packs/creator-foundation/codex/creator-evidence-schema/CHANGELOG.md +8 -0
- package/packs/creator-foundation/codex/creator-evidence-schema/SKILL.md +4 -4
- package/packs/creator-foundation/codex/creator-evidence-schema/archive/v0.5/SKILL.md +223 -0
- package/packs/creator-foundation/codex/creator-evidence-schema/archive/v0.6/SKILL.md +223 -0
- package/packs/creator-foundation/codex/creator-metrics-review/ALIGNMENT-PAGE.md +5 -1
- package/packs/creator-foundation/codex/creator-metrics-review/CHANGELOG.md +8 -0
- package/packs/creator-foundation/codex/creator-metrics-review/SKILL.md +4 -4
- package/packs/creator-foundation/codex/creator-metrics-review/archive/v0.5/SKILL.md +108 -0
- package/packs/creator-foundation/codex/creator-metrics-review/archive/v0.6/SKILL.md +108 -0
- package/packs/creator-foundation/codex/creator-platform-capability-matrix/ALIGNMENT-PAGE.md +5 -1
- package/packs/creator-foundation/codex/creator-platform-capability-matrix/CHANGELOG.md +8 -0
- package/packs/creator-foundation/codex/creator-platform-capability-matrix/SKILL.md +4 -4
- package/packs/creator-foundation/codex/creator-platform-capability-matrix/archive/v0.5/SKILL.md +178 -0
- package/packs/creator-foundation/codex/creator-platform-capability-matrix/archive/v0.6/SKILL.md +178 -0
- package/packs/creator-foundation/codex/creator-positioning/ALIGNMENT-PAGE.md +5 -1
- package/packs/creator-foundation/codex/creator-positioning/CHANGELOG.md +8 -0
- package/packs/creator-foundation/codex/creator-positioning/SKILL.md +4 -4
- package/packs/creator-foundation/codex/creator-positioning/archive/v0.5/SKILL.md +105 -0
- package/packs/creator-foundation/codex/creator-positioning/archive/v0.6/SKILL.md +105 -0
- package/packs/creator-foundation/codex/creator-presence-dossier/ALIGNMENT-PAGE.md +5 -1
- package/packs/creator-foundation/codex/creator-presence-dossier/CHANGELOG.md +4 -0
- package/packs/creator-foundation/codex/creator-presence-dossier/SKILL.md +3 -3
- package/packs/creator-foundation/codex/creator-presence-dossier/archive/v0.4/SKILL.md +223 -0
- package/packs/creator-foundation/codex/product-led-media-map/ALIGNMENT-PAGE.md +7 -1
- package/packs/creator-foundation/codex/product-led-media-map/CHANGELOG.md +4 -0
- package/packs/creator-foundation/codex/product-led-media-map/SKILL.md +3 -3
- package/packs/creator-foundation/codex/product-led-media-map/archive/v0.4/SKILL.md +100 -0
- package/packs/creator-foundation/codex/research-directory-conventions/ALIGNMENT-PAGE.md +4 -2
- package/packs/creator-foundation/codex/series-spec/ALIGNMENT-PAGE.md +7 -1
- package/packs/creator-foundation/codex/series-spec/SKILL.md +1 -1
- package/packs/customer-lifecycle/claude/conversion-map/ALIGNMENT-PAGE.md +5 -1
- package/packs/customer-lifecycle/claude/conversion-map/CHANGELOG.md +4 -0
- package/packs/customer-lifecycle/claude/conversion-map/SKILL.md +3 -3
- package/packs/customer-lifecycle/claude/conversion-map/archive/v0.4/SKILL.md +85 -0
- package/packs/customer-lifecycle/claude/expansion-map/ALIGNMENT-PAGE.md +5 -1
- package/packs/customer-lifecycle/claude/expansion-map/CHANGELOG.md +4 -0
- package/packs/customer-lifecycle/claude/expansion-map/SKILL.md +3 -3
- package/packs/customer-lifecycle/claude/expansion-map/archive/v0.4/SKILL.md +85 -0
- package/packs/customer-lifecycle/claude/journey-map/ALIGNMENT-PAGE.md +3 -1
- package/packs/customer-lifecycle/claude/journey-map/CHANGELOG.md +19 -0
- package/packs/customer-lifecycle/claude/journey-map/SKILL.md +12 -12
- package/packs/customer-lifecycle/claude/journey-map/archive/v0.13/SKILL.md +288 -0
- package/packs/customer-lifecycle/claude/journey-map/archive/v0.14/SKILL.md +288 -0
- package/packs/customer-lifecycle/claude/journey-map/archive/v0.15/SKILL.md +288 -0
- package/packs/customer-lifecycle/claude/journey-map/archive/v0.16/SKILL.md +288 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/customer-journey-canvas/ALIGNMENT-PAGE.md +7 -1
- package/packs/customer-lifecycle/claude/journey-map/frameworks/customer-journey-canvas/CHANGELOG.md +8 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/customer-journey-canvas/SKILL.md +3 -3
- package/packs/customer-lifecycle/claude/journey-map/frameworks/customer-journey-canvas/archive/v0.3/SKILL.md +189 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/customer-journey-canvas/archive/v0.4/SKILL.md +189 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/experience-map/ALIGNMENT-PAGE.md +7 -1
- package/packs/customer-lifecycle/claude/journey-map/frameworks/experience-map/CHANGELOG.md +8 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/experience-map/SKILL.md +3 -3
- package/packs/customer-lifecycle/claude/journey-map/frameworks/experience-map/archive/v0.3/SKILL.md +180 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/experience-map/archive/v0.4/SKILL.md +180 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/jtbd-timeline/ALIGNMENT-PAGE.md +7 -1
- package/packs/customer-lifecycle/claude/journey-map/frameworks/jtbd-timeline/CHANGELOG.md +8 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/jtbd-timeline/SKILL.md +3 -3
- package/packs/customer-lifecycle/claude/journey-map/frameworks/jtbd-timeline/archive/v0.3/SKILL.md +214 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/jtbd-timeline/archive/v0.4/SKILL.md +214 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/service-blueprint/ALIGNMENT-PAGE.md +7 -1
- package/packs/customer-lifecycle/claude/journey-map/frameworks/service-blueprint/CHANGELOG.md +8 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/service-blueprint/SKILL.md +3 -3
- package/packs/customer-lifecycle/claude/journey-map/frameworks/service-blueprint/archive/v0.3/SKILL.md +175 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/service-blueprint/archive/v0.4/SKILL.md +175 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/user-story-map/ALIGNMENT-PAGE.md +7 -1
- package/packs/customer-lifecycle/claude/journey-map/frameworks/user-story-map/CHANGELOG.md +8 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/user-story-map/SKILL.md +3 -3
- package/packs/customer-lifecycle/claude/journey-map/frameworks/user-story-map/archive/v0.3/SKILL.md +195 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/user-story-map/archive/v0.4/SKILL.md +195 -0
- package/packs/customer-lifecycle/claude/lifecycle-metrics/ALIGNMENT-PAGE.md +5 -1
- package/packs/customer-lifecycle/claude/lifecycle-metrics/CHANGELOG.md +4 -0
- package/packs/customer-lifecycle/claude/lifecycle-metrics/SKILL.md +3 -3
- package/packs/customer-lifecycle/claude/lifecycle-metrics/archive/v0.4/SKILL.md +84 -0
- package/packs/customer-lifecycle/claude/onboarding-map/ALIGNMENT-PAGE.md +5 -1
- package/packs/customer-lifecycle/claude/onboarding-map/CHANGELOG.md +4 -0
- package/packs/customer-lifecycle/claude/onboarding-map/SKILL.md +3 -3
- package/packs/customer-lifecycle/claude/onboarding-map/archive/v0.4/SKILL.md +86 -0
- package/packs/customer-lifecycle/claude/retention-map/ALIGNMENT-PAGE.md +5 -1
- package/packs/customer-lifecycle/claude/retention-map/CHANGELOG.md +4 -0
- package/packs/customer-lifecycle/claude/retention-map/SKILL.md +3 -3
- package/packs/customer-lifecycle/claude/retention-map/archive/v0.4/SKILL.md +84 -0
- package/packs/customer-lifecycle/claude/transaction-map/ALIGNMENT-PAGE.md +5 -1
- package/packs/customer-lifecycle/claude/transaction-map/CHANGELOG.md +4 -0
- package/packs/customer-lifecycle/claude/transaction-map/SKILL.md +3 -3
- package/packs/customer-lifecycle/claude/transaction-map/archive/v0.4/SKILL.md +86 -0
- package/packs/customer-lifecycle/codex/conversion-map/ALIGNMENT-PAGE.md +5 -1
- package/packs/customer-lifecycle/codex/conversion-map/CHANGELOG.md +4 -0
- package/packs/customer-lifecycle/codex/conversion-map/SKILL.md +3 -3
- package/packs/customer-lifecycle/codex/conversion-map/archive/v0.4/SKILL.md +75 -0
- package/packs/customer-lifecycle/codex/expansion-map/ALIGNMENT-PAGE.md +5 -1
- package/packs/customer-lifecycle/codex/expansion-map/CHANGELOG.md +4 -0
- package/packs/customer-lifecycle/codex/expansion-map/SKILL.md +3 -3
- package/packs/customer-lifecycle/codex/expansion-map/archive/v0.4/SKILL.md +75 -0
- package/packs/customer-lifecycle/codex/journey-map/ALIGNMENT-PAGE.md +3 -1
- package/packs/customer-lifecycle/codex/journey-map/CHANGELOG.md +19 -0
- package/packs/customer-lifecycle/codex/journey-map/SKILL.md +11 -11
- package/packs/customer-lifecycle/codex/journey-map/archive/v0.13/SKILL.md +288 -0
- package/packs/customer-lifecycle/codex/journey-map/archive/v0.14/SKILL.md +288 -0
- package/packs/customer-lifecycle/codex/journey-map/archive/v0.15/SKILL.md +288 -0
- package/packs/customer-lifecycle/codex/journey-map/archive/v0.16/SKILL.md +288 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/customer-journey-canvas/ALIGNMENT-PAGE.md +7 -1
- package/packs/customer-lifecycle/codex/journey-map/frameworks/customer-journey-canvas/CHANGELOG.md +8 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/customer-journey-canvas/SKILL.md +3 -3
- package/packs/customer-lifecycle/codex/journey-map/frameworks/customer-journey-canvas/archive/v0.3/SKILL.md +189 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/customer-journey-canvas/archive/v0.4/SKILL.md +189 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/experience-map/ALIGNMENT-PAGE.md +7 -1
- package/packs/customer-lifecycle/codex/journey-map/frameworks/experience-map/CHANGELOG.md +8 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/experience-map/SKILL.md +3 -3
- package/packs/customer-lifecycle/codex/journey-map/frameworks/experience-map/archive/v0.3/SKILL.md +180 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/experience-map/archive/v0.4/SKILL.md +180 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/jtbd-timeline/ALIGNMENT-PAGE.md +7 -1
- package/packs/customer-lifecycle/codex/journey-map/frameworks/jtbd-timeline/CHANGELOG.md +8 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/jtbd-timeline/SKILL.md +3 -3
- package/packs/customer-lifecycle/codex/journey-map/frameworks/jtbd-timeline/archive/v0.3/SKILL.md +214 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/jtbd-timeline/archive/v0.4/SKILL.md +214 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/service-blueprint/ALIGNMENT-PAGE.md +7 -1
- package/packs/customer-lifecycle/codex/journey-map/frameworks/service-blueprint/CHANGELOG.md +8 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/service-blueprint/SKILL.md +3 -3
- package/packs/customer-lifecycle/codex/journey-map/frameworks/service-blueprint/archive/v0.3/SKILL.md +175 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/service-blueprint/archive/v0.4/SKILL.md +175 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/user-story-map/ALIGNMENT-PAGE.md +7 -1
- package/packs/customer-lifecycle/codex/journey-map/frameworks/user-story-map/CHANGELOG.md +8 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/user-story-map/SKILL.md +3 -3
- package/packs/customer-lifecycle/codex/journey-map/frameworks/user-story-map/archive/v0.3/SKILL.md +195 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/user-story-map/archive/v0.4/SKILL.md +195 -0
- package/packs/customer-lifecycle/codex/lifecycle-metrics/ALIGNMENT-PAGE.md +5 -1
- package/packs/customer-lifecycle/codex/lifecycle-metrics/CHANGELOG.md +4 -0
- package/packs/customer-lifecycle/codex/lifecycle-metrics/SKILL.md +3 -3
- package/packs/customer-lifecycle/codex/lifecycle-metrics/archive/v0.4/SKILL.md +74 -0
- package/packs/customer-lifecycle/codex/onboarding-map/ALIGNMENT-PAGE.md +5 -1
- package/packs/customer-lifecycle/codex/onboarding-map/CHANGELOG.md +4 -0
- package/packs/customer-lifecycle/codex/onboarding-map/SKILL.md +3 -3
- package/packs/customer-lifecycle/codex/onboarding-map/archive/v0.4/SKILL.md +76 -0
- package/packs/customer-lifecycle/codex/retention-map/ALIGNMENT-PAGE.md +5 -1
- package/packs/customer-lifecycle/codex/retention-map/CHANGELOG.md +4 -0
- package/packs/customer-lifecycle/codex/retention-map/SKILL.md +3 -3
- package/packs/customer-lifecycle/codex/retention-map/archive/v0.4/SKILL.md +74 -0
- package/packs/customer-lifecycle/codex/transaction-map/ALIGNMENT-PAGE.md +5 -1
- package/packs/customer-lifecycle/codex/transaction-map/CHANGELOG.md +4 -0
- package/packs/customer-lifecycle/codex/transaction-map/SKILL.md +3 -3
- package/packs/customer-lifecycle/codex/transaction-map/archive/v0.4/SKILL.md +76 -0
- package/packs/devtool/claude/devtool-adoption/ALIGNMENT-PAGE.md +5 -1
- package/packs/devtool/claude/devtool-adoption/CHANGELOG.md +8 -0
- package/packs/devtool/claude/devtool-adoption/SKILL.md +4 -4
- package/packs/devtool/claude/devtool-adoption/archive/v0.6/SKILL.md +77 -0
- package/packs/devtool/claude/devtool-adoption/archive/v0.7/SKILL.md +77 -0
- package/packs/devtool/claude/devtool-docs-audit/ALIGNMENT-PAGE.md +5 -1
- package/packs/devtool/claude/devtool-docs-audit/SKILL.md +1 -1
- package/packs/devtool/claude/devtool-dx-journey/ALIGNMENT-PAGE.md +5 -1
- package/packs/devtool/claude/devtool-dx-journey/CHANGELOG.md +4 -0
- package/packs/devtool/claude/devtool-dx-journey/SKILL.md +3 -3
- package/packs/devtool/claude/devtool-dx-journey/archive/v0.3/SKILL.md +42 -0
- package/packs/devtool/claude/devtool-integration-map/ALIGNMENT-PAGE.md +5 -1
- package/packs/devtool/claude/devtool-integration-map/CHANGELOG.md +4 -0
- package/packs/devtool/claude/devtool-integration-map/SKILL.md +3 -3
- package/packs/devtool/claude/devtool-integration-map/archive/v0.3/SKILL.md +42 -0
- package/packs/devtool/claude/devtool-monetization/ALIGNMENT-PAGE.md +5 -1
- package/packs/devtool/claude/devtool-monetization/CHANGELOG.md +8 -0
- package/packs/devtool/claude/devtool-monetization/SKILL.md +4 -4
- package/packs/devtool/claude/devtool-monetization/archive/v0.6/SKILL.md +77 -0
- package/packs/devtool/claude/devtool-monetization/archive/v0.7/SKILL.md +77 -0
- package/packs/devtool/claude/devtool-positioning/ALIGNMENT-PAGE.md +5 -1
- package/packs/devtool/claude/devtool-positioning/CHANGELOG.md +8 -0
- package/packs/devtool/claude/devtool-positioning/SKILL.md +4 -4
- package/packs/devtool/claude/devtool-positioning/archive/v0.6/SKILL.md +77 -0
- package/packs/devtool/claude/devtool-positioning/archive/v0.7/SKILL.md +77 -0
- package/packs/devtool/claude/devtool-user-map/ALIGNMENT-PAGE.md +5 -1
- package/packs/devtool/claude/devtool-user-map/CHANGELOG.md +8 -0
- package/packs/devtool/claude/devtool-user-map/SKILL.md +4 -4
- package/packs/devtool/claude/devtool-user-map/archive/v0.6/SKILL.md +77 -0
- package/packs/devtool/claude/devtool-user-map/archive/v0.7/SKILL.md +77 -0
- package/packs/devtool/claude/devtool-workflow/ALIGNMENT-PAGE.md +6 -2
- package/packs/devtool/claude/devtool-workflow/CHANGELOG.md +4 -0
- package/packs/devtool/claude/devtool-workflow/SKILL.md +3 -3
- package/packs/devtool/claude/devtool-workflow/archive/v0.2/SKILL.md +31 -0
- package/packs/devtool/codex/devtool-adoption/ALIGNMENT-PAGE.md +5 -1
- package/packs/devtool/codex/devtool-adoption/CHANGELOG.md +8 -0
- package/packs/devtool/codex/devtool-adoption/SKILL.md +4 -4
- package/packs/devtool/codex/devtool-adoption/archive/v0.6/SKILL.md +71 -0
- package/packs/devtool/codex/devtool-adoption/archive/v0.7/SKILL.md +71 -0
- package/packs/devtool/codex/devtool-docs-audit/ALIGNMENT-PAGE.md +5 -1
- package/packs/devtool/codex/devtool-docs-audit/SKILL.md +1 -1
- package/packs/devtool/codex/devtool-dx-journey/ALIGNMENT-PAGE.md +5 -1
- package/packs/devtool/codex/devtool-dx-journey/CHANGELOG.md +4 -0
- package/packs/devtool/codex/devtool-dx-journey/SKILL.md +3 -3
- package/packs/devtool/codex/devtool-dx-journey/archive/v0.3/SKILL.md +44 -0
- package/packs/devtool/codex/devtool-integration-map/ALIGNMENT-PAGE.md +5 -1
- package/packs/devtool/codex/devtool-integration-map/CHANGELOG.md +4 -0
- package/packs/devtool/codex/devtool-integration-map/SKILL.md +3 -3
- package/packs/devtool/codex/devtool-integration-map/archive/v0.3/SKILL.md +44 -0
- package/packs/devtool/codex/devtool-monetization/ALIGNMENT-PAGE.md +5 -1
- package/packs/devtool/codex/devtool-monetization/CHANGELOG.md +8 -0
- package/packs/devtool/codex/devtool-monetization/SKILL.md +4 -4
- package/packs/devtool/codex/devtool-monetization/archive/v0.6/SKILL.md +71 -0
- package/packs/devtool/codex/devtool-monetization/archive/v0.7/SKILL.md +71 -0
- package/packs/devtool/codex/devtool-positioning/ALIGNMENT-PAGE.md +5 -1
- package/packs/devtool/codex/devtool-positioning/CHANGELOG.md +8 -0
- package/packs/devtool/codex/devtool-positioning/SKILL.md +4 -4
- package/packs/devtool/codex/devtool-positioning/archive/v0.6/SKILL.md +71 -0
- package/packs/devtool/codex/devtool-positioning/archive/v0.7/SKILL.md +71 -0
- package/packs/devtool/codex/devtool-user-map/ALIGNMENT-PAGE.md +5 -1
- package/packs/devtool/codex/devtool-user-map/CHANGELOG.md +8 -0
- package/packs/devtool/codex/devtool-user-map/SKILL.md +4 -4
- package/packs/devtool/codex/devtool-user-map/archive/v0.6/SKILL.md +71 -0
- package/packs/devtool/codex/devtool-user-map/archive/v0.7/SKILL.md +71 -0
- package/packs/devtool/codex/devtool-workflow/ALIGNMENT-PAGE.md +6 -2
- package/packs/devtool/codex/devtool-workflow/CHANGELOG.md +4 -0
- package/packs/devtool/codex/devtool-workflow/SKILL.md +3 -3
- package/packs/devtool/codex/devtool-workflow/archive/v0.2/SKILL.md +33 -0
- package/packs/docs-health/claude/hygiene/SKILL.md +10 -10
- package/packs/docs-health/claude/reconcile-dev-docs/ALIGNMENT-PAGE.md +4 -2
- package/packs/docs-health/claude/reconcile-dev-docs/CHANGELOG.md +4 -0
- package/packs/docs-health/claude/reconcile-dev-docs/SKILL.md +2 -2
- package/packs/docs-health/claude/reconcile-dev-docs/archive/v0.1/SKILL.md +149 -0
- package/packs/docs-health/codex/hygiene/SKILL.md +10 -10
- package/packs/docs-health/codex/reconcile-dev-docs/ALIGNMENT-PAGE.md +4 -2
- package/packs/docs-health/codex/reconcile-dev-docs/CHANGELOG.md +4 -0
- package/packs/docs-health/codex/reconcile-dev-docs/SKILL.md +2 -2
- package/packs/docs-health/codex/reconcile-dev-docs/archive/v0.1/SKILL.md +151 -0
- package/packs/exec-loop/claude/exec/CHANGELOG.md +4 -0
- package/packs/exec-loop/claude/exec/SKILL.md +3 -3
- package/packs/exec-loop/claude/exec/archive/v0.4/SKILL.md +180 -0
- package/packs/exec-loop/claude/ship/CHANGELOG.md +4 -0
- package/packs/exec-loop/claude/ship/SKILL.md +7 -7
- package/packs/exec-loop/claude/ship/archive/v0.6/SKILL.md +189 -0
- package/packs/exec-loop/claude/ship-end/CHANGELOG.md +4 -0
- package/packs/exec-loop/claude/ship-end/SKILL.md +5 -5
- package/packs/exec-loop/claude/ship-end/archive/v0.3/SKILL.md +108 -0
- package/packs/exec-loop/codex/exec/SKILL.md +4 -4
- package/packs/exec-loop/codex/ship/CHANGELOG.md +4 -0
- package/packs/exec-loop/codex/ship/SKILL.md +6 -6
- package/packs/exec-loop/codex/ship/archive/v0.6/SKILL.md +128 -0
- package/packs/exec-loop/codex/ship-end/CHANGELOG.md +4 -0
- package/packs/exec-loop/codex/ship-end/SKILL.md +5 -5
- package/packs/exec-loop/codex/ship-end/archive/v0.3/SKILL.md +99 -0
- package/packs/game/claude/game-audience/ALIGNMENT-PAGE.md +5 -1
- package/packs/game/claude/game-audience/CHANGELOG.md +4 -0
- package/packs/game/claude/game-audience/SKILL.md +3 -3
- package/packs/game/claude/game-audience/archive/v0.4/SKILL.md +81 -0
- package/packs/game/claude/game-comparables/ALIGNMENT-PAGE.md +5 -1
- package/packs/game/claude/game-comparables/CHANGELOG.md +4 -0
- package/packs/game/claude/game-comparables/SKILL.md +3 -3
- package/packs/game/claude/game-comparables/archive/v0.4/SKILL.md +81 -0
- package/packs/game/claude/game-core-loop/ALIGNMENT-PAGE.md +5 -1
- package/packs/game/claude/game-core-loop/CHANGELOG.md +6 -0
- package/packs/game/claude/game-core-loop/SKILL.md +6 -2
- package/packs/game/claude/game-core-loop/archive/v0.1/SKILL.md +47 -0
- package/packs/game/claude/game-fantasy/ALIGNMENT-PAGE.md +5 -1
- package/packs/game/claude/game-fantasy/CHANGELOG.md +4 -0
- package/packs/game/claude/game-fantasy/SKILL.md +3 -3
- package/packs/game/claude/game-fantasy/archive/v0.4/SKILL.md +80 -0
- package/packs/game/claude/game-genre-map/ALIGNMENT-PAGE.md +5 -1
- package/packs/game/claude/game-genre-map/CHANGELOG.md +4 -0
- package/packs/game/claude/game-genre-map/SKILL.md +3 -3
- package/packs/game/claude/game-genre-map/archive/v0.4/SKILL.md +81 -0
- package/packs/game/claude/game-launch/ALIGNMENT-PAGE.md +5 -1
- package/packs/game/claude/game-launch/CHANGELOG.md +4 -0
- package/packs/game/claude/game-launch/SKILL.md +3 -3
- package/packs/game/claude/game-launch/archive/v0.4/SKILL.md +81 -0
- package/packs/game/claude/game-playtest-metrics/ALIGNMENT-PAGE.md +5 -1
- package/packs/game/claude/game-playtest-metrics/CHANGELOG.md +6 -0
- package/packs/game/claude/game-playtest-metrics/SKILL.md +6 -2
- package/packs/game/claude/game-playtest-metrics/archive/v0.1/SKILL.md +47 -0
- package/packs/game/claude/game-prototype-test/ALIGNMENT-PAGE.md +5 -1
- package/packs/game/claude/game-prototype-test/CHANGELOG.md +6 -0
- package/packs/game/claude/game-prototype-test/SKILL.md +6 -2
- package/packs/game/claude/game-prototype-test/archive/v0.1/SKILL.md +55 -0
- package/packs/game/claude/game-roadmap/ALIGNMENT-PAGE.md +6 -2
- package/packs/game/claude/game-roadmap/CHANGELOG.md +14 -0
- package/packs/game/claude/game-roadmap/SKILL.md +16 -4
- package/packs/game/claude/game-roadmap/archive/v0.1/SKILL.md +24 -0
- package/packs/game/claude/game-roadmap/archive/v0.2/SKILL.md +24 -0
- package/packs/game/claude/game-roadmap/archive/v0.3/SKILL.md +33 -0
- package/packs/game/claude/game-store-page-test/ALIGNMENT-PAGE.md +5 -1
- package/packs/game/claude/game-store-page-test/CHANGELOG.md +4 -0
- package/packs/game/claude/game-store-page-test/SKILL.md +3 -3
- package/packs/game/claude/game-store-page-test/archive/v0.4/SKILL.md +81 -0
- package/packs/game/claude/game-workflow/ALIGNMENT-PAGE.md +6 -2
- package/packs/game/claude/game-workflow/CHANGELOG.md +4 -0
- package/packs/game/claude/game-workflow/SKILL.md +3 -3
- package/packs/game/claude/game-workflow/archive/v0.2/SKILL.md +32 -0
- package/packs/game/codex/game-audience/ALIGNMENT-PAGE.md +5 -1
- package/packs/game/codex/game-audience/CHANGELOG.md +4 -0
- package/packs/game/codex/game-audience/SKILL.md +3 -3
- package/packs/game/codex/game-audience/archive/v0.4/SKILL.md +75 -0
- package/packs/game/codex/game-comparables/ALIGNMENT-PAGE.md +5 -1
- package/packs/game/codex/game-comparables/CHANGELOG.md +4 -0
- package/packs/game/codex/game-comparables/SKILL.md +3 -3
- package/packs/game/codex/game-comparables/archive/v0.4/SKILL.md +75 -0
- package/packs/game/codex/game-core-loop/ALIGNMENT-PAGE.md +5 -1
- package/packs/game/codex/game-core-loop/CHANGELOG.md +6 -0
- package/packs/game/codex/game-core-loop/SKILL.md +6 -2
- package/packs/game/codex/game-core-loop/archive/v0.1/SKILL.md +49 -0
- package/packs/game/codex/game-fantasy/ALIGNMENT-PAGE.md +5 -1
- package/packs/game/codex/game-fantasy/CHANGELOG.md +4 -0
- package/packs/game/codex/game-fantasy/SKILL.md +3 -3
- package/packs/game/codex/game-fantasy/archive/v0.4/SKILL.md +74 -0
- package/packs/game/codex/game-genre-map/ALIGNMENT-PAGE.md +5 -1
- package/packs/game/codex/game-genre-map/CHANGELOG.md +4 -0
- package/packs/game/codex/game-genre-map/SKILL.md +3 -3
- package/packs/game/codex/game-genre-map/archive/v0.4/SKILL.md +75 -0
- package/packs/game/codex/game-launch/ALIGNMENT-PAGE.md +5 -1
- package/packs/game/codex/game-launch/CHANGELOG.md +4 -0
- package/packs/game/codex/game-launch/SKILL.md +3 -3
- package/packs/game/codex/game-launch/archive/v0.4/SKILL.md +75 -0
- package/packs/game/codex/game-playtest-metrics/ALIGNMENT-PAGE.md +5 -1
- package/packs/game/codex/game-playtest-metrics/CHANGELOG.md +6 -0
- package/packs/game/codex/game-playtest-metrics/SKILL.md +6 -2
- package/packs/game/codex/game-playtest-metrics/archive/v0.1/SKILL.md +49 -0
- package/packs/game/codex/game-prototype-test/ALIGNMENT-PAGE.md +5 -1
- package/packs/game/codex/game-prototype-test/CHANGELOG.md +6 -0
- package/packs/game/codex/game-prototype-test/SKILL.md +6 -2
- package/packs/game/codex/game-prototype-test/archive/v0.1/SKILL.md +49 -0
- package/packs/game/codex/game-roadmap/ALIGNMENT-PAGE.md +6 -2
- package/packs/game/codex/game-roadmap/CHANGELOG.md +14 -0
- package/packs/game/codex/game-roadmap/SKILL.md +16 -4
- package/packs/game/codex/game-roadmap/archive/v0.1/SKILL.md +26 -0
- package/packs/game/codex/game-roadmap/archive/v0.2/SKILL.md +26 -0
- package/packs/game/codex/game-roadmap/archive/v0.3/SKILL.md +35 -0
- package/packs/game/codex/game-store-page-test/ALIGNMENT-PAGE.md +5 -1
- package/packs/game/codex/game-store-page-test/CHANGELOG.md +4 -0
- package/packs/game/codex/game-store-page-test/SKILL.md +3 -3
- package/packs/game/codex/game-store-page-test/archive/v0.4/SKILL.md +75 -0
- package/packs/game/codex/game-workflow/ALIGNMENT-PAGE.md +6 -2
- package/packs/game/codex/game-workflow/CHANGELOG.md +4 -0
- package/packs/game/codex/game-workflow/SKILL.md +3 -3
- package/packs/game/codex/game-workflow/archive/v0.2/SKILL.md +34 -0
- package/packs/gitops/claude/sync/CHANGELOG.md +10 -0
- package/packs/gitops/claude/sync/SKILL.md +12 -12
- package/packs/gitops/claude/sync/archive/v0.4/SKILL.md +175 -0
- package/packs/gitops/claude/sync/archive/v0.5/SKILL.md +175 -0
- package/packs/gitops/codex/sync/CHANGELOG.md +10 -0
- package/packs/gitops/codex/sync/SKILL.md +12 -12
- package/packs/gitops/codex/sync/archive/v0.4/SKILL.md +149 -0
- package/packs/gitops/codex/sync/archive/v0.5/SKILL.md +149 -0
- package/packs/guided-walkthrough/claude/uat-guide/ALIGNMENT-PAGE.md +3 -1
- package/packs/guided-walkthrough/claude/uat-guide/CHANGELOG.md +4 -0
- package/packs/guided-walkthrough/claude/uat-guide/SKILL.md +3 -3
- package/packs/guided-walkthrough/claude/uat-guide/archive/v0.4/SKILL.md +141 -0
- package/packs/guided-walkthrough/codex/uat-guide/ALIGNMENT-PAGE.md +3 -1
- package/packs/guided-walkthrough/codex/uat-guide/CHANGELOG.md +4 -0
- package/packs/guided-walkthrough/codex/uat-guide/SKILL.md +3 -3
- package/packs/guided-walkthrough/codex/uat-guide/archive/v0.4/SKILL.md +142 -0
- package/packs/monorepo/PACK.md +2 -2
- package/packs/monorepo/claude/mono-detect/SKILL.md +3 -3
- package/packs/monorepo/claude/mono-exec/SKILL.md +1 -1
- package/packs/monorepo/claude/mono-guard/SKILL.md +2 -2
- package/packs/monorepo/claude/mono-plan/ALIGNMENT-PAGE.md +4 -2
- package/packs/monorepo/claude/mono-plan/CHANGELOG.md +4 -0
- package/packs/monorepo/claude/mono-plan/SKILL.md +2 -2
- package/packs/monorepo/claude/mono-plan/archive/v0.1/SKILL.md +155 -0
- package/packs/monorepo/claude/mono-ship/SKILL.md +1 -1
- package/packs/monorepo/claude/scaffold/CHANGELOG.md +4 -0
- package/packs/monorepo/claude/scaffold/SKILL.md +3 -3
- package/packs/monorepo/claude/scaffold/archive/v0.2/SKILL.md +95 -0
- package/packs/monorepo/codex/mono-detect/SKILL.md +3 -3
- package/packs/monorepo/codex/mono-exec/SKILL.md +1 -1
- package/packs/monorepo/codex/mono-guard/SKILL.md +2 -2
- package/packs/monorepo/codex/mono-plan/ALIGNMENT-PAGE.md +4 -2
- package/packs/monorepo/codex/mono-plan/CHANGELOG.md +4 -0
- package/packs/monorepo/codex/mono-plan/SKILL.md +2 -2
- package/packs/monorepo/codex/mono-plan/archive/v0.1/SKILL.md +52 -0
- package/packs/monorepo/codex/mono-ship/SKILL.md +1 -1
- package/packs/monorepo/codex/scaffold/CHANGELOG.md +4 -0
- package/packs/monorepo/codex/scaffold/SKILL.md +3 -3
- package/packs/monorepo/codex/scaffold/archive/v0.2/SKILL.md +50 -0
- package/packs/ord/claude/ord-align/SKILL.md +1 -1
- package/packs/ord/claude/ord-scan/ALIGNMENT-PAGE.md +5 -1
- package/packs/ord/claude/ord-scan/CHANGELOG.md +4 -0
- package/packs/ord/claude/ord-scan/SKILL.md +3 -3
- package/packs/ord/claude/ord-scan/archive/v0.1/SKILL.md +98 -0
- package/packs/ord/claude/ord-ship/CHANGELOG.md +4 -0
- package/packs/ord/claude/ord-ship/SKILL.md +3 -3
- package/packs/ord/claude/ord-ship/archive/v0.2/SKILL.md +67 -0
- package/packs/ord/codex/ord-align/SKILL.md +1 -1
- package/packs/ord/codex/ord-scan/ALIGNMENT-PAGE.md +5 -1
- package/packs/ord/codex/ord-scan/CHANGELOG.md +4 -0
- package/packs/ord/codex/ord-scan/SKILL.md +3 -3
- package/packs/ord/codex/ord-scan/archive/v0.1/SKILL.md +98 -0
- package/packs/ord/codex/ord-ship/CHANGELOG.md +4 -0
- package/packs/ord/codex/ord-ship/SKILL.md +3 -3
- package/packs/ord/codex/ord-ship/archive/v0.2/SKILL.md +67 -0
- package/packs/product-design/PACK.md +3 -3
- package/packs/product-design/claude/brainstorm/ALIGNMENT-PAGE.md +6 -2
- package/packs/product-design/claude/brainstorm/CHANGELOG.md +4 -0
- package/packs/product-design/claude/brainstorm/SKILL.md +3 -3
- package/packs/product-design/claude/brainstorm/archive/v0.2/SKILL.md +98 -0
- package/packs/product-design/claude/consolidate-variations/ALIGNMENT-PAGE.md +3 -1
- package/packs/product-design/claude/consolidate-variations/CHANGELOG.md +9 -0
- package/packs/product-design/claude/consolidate-variations/SKILL.md +14 -12
- package/packs/product-design/claude/consolidate-variations/archive/v0.11/SKILL.md +131 -0
- package/packs/product-design/claude/consolidate-variations/archive/v0.12/SKILL.md +131 -0
- package/packs/product-design/claude/design-system/ALIGNMENT-PAGE.md +3 -1
- package/packs/product-design/claude/design-system/CHANGELOG.md +4 -0
- package/packs/product-design/claude/design-system/SKILL.md +2 -2
- package/packs/product-design/claude/design-system/archive/v0.2/SKILL.md +156 -0
- package/packs/product-design/claude/feature-interview/ALIGNMENT-PAGE.md +5 -1
- package/packs/product-design/claude/feature-interview/CHANGELOG.md +4 -0
- package/packs/product-design/claude/feature-interview/SKILL.md +5 -5
- package/packs/product-design/claude/feature-interview/archive/v0.6/SKILL.md +149 -0
- package/packs/product-design/claude/prototype/ALIGNMENT-PAGE.md +3 -1
- package/packs/product-design/claude/prototype/CHANGELOG.md +9 -0
- package/packs/product-design/claude/prototype/SKILL.md +17 -17
- package/packs/product-design/claude/prototype/archive/v0.12/SKILL.md +196 -0
- package/packs/product-design/claude/prototype/archive/v0.13/SKILL.md +196 -0
- package/packs/product-design/claude/spec-interview/ALIGNMENT-PAGE.md +5 -1
- package/packs/product-design/claude/spec-interview/CHANGELOG.md +9 -0
- package/packs/product-design/claude/spec-interview/SKILL.md +8 -7
- package/packs/product-design/claude/spec-interview/archive/v0.12/SKILL.md +156 -0
- package/packs/product-design/claude/spec-interview/archive/v0.13/SKILL.md +156 -0
- package/packs/product-design/claude/ui-interview/ALIGNMENT-PAGE.md +6 -2
- package/packs/product-design/claude/ui-interview/CHANGELOG.md +27 -0
- package/packs/product-design/claude/ui-interview/SKILL.md +61 -31
- package/packs/product-design/claude/ui-interview/archive/v0.15/SKILL.md +156 -0
- package/packs/product-design/claude/ui-interview/archive/v0.16/SKILL.md +156 -0
- package/packs/product-design/claude/ui-interview/archive/v0.17/SKILL.md +158 -0
- package/packs/product-design/claude/ui-interview/archive/v0.18/SKILL.md +163 -0
- package/packs/product-design/claude/ui-interview/archive/v0.19/SKILL.md +175 -0
- package/packs/product-design/claude/user-flow-map/ALIGNMENT-PAGE.md +6 -2
- package/packs/product-design/claude/user-flow-map/CHANGELOG.md +20 -0
- package/packs/product-design/claude/user-flow-map/SKILL.md +34 -16
- package/packs/product-design/claude/user-flow-map/archive/v0.2/SKILL.md +160 -0
- package/packs/product-design/claude/user-flow-map/archive/v0.3/SKILL.md +160 -0
- package/packs/product-design/claude/user-flow-map/archive/v0.4/SKILL.md +164 -0
- package/packs/product-design/claude/user-flow-map/archive/v0.5/SKILL.md +164 -0
- package/packs/product-design/claude/ux-variations/ALIGNMENT-PAGE.md +3 -1
- package/packs/product-design/claude/ux-variations/CHANGELOG.md +16 -0
- package/packs/product-design/claude/ux-variations/SKILL.md +40 -23
- package/packs/product-design/claude/ux-variations/archive/v0.16/SKILL.md +171 -0
- package/packs/product-design/claude/ux-variations/archive/v0.17/SKILL.md +171 -0
- package/packs/product-design/claude/ux-variations/archive/v0.18/SKILL.md +176 -0
- package/packs/product-design/codex/brainstorm/ALIGNMENT-PAGE.md +6 -2
- package/packs/product-design/codex/brainstorm/CHANGELOG.md +4 -0
- package/packs/product-design/codex/brainstorm/SKILL.md +3 -3
- package/packs/product-design/codex/brainstorm/archive/v0.2/SKILL.md +85 -0
- package/packs/product-design/codex/consolidate-variations/ALIGNMENT-PAGE.md +3 -1
- package/packs/product-design/codex/consolidate-variations/CHANGELOG.md +9 -0
- package/packs/product-design/codex/consolidate-variations/SKILL.md +14 -12
- package/packs/product-design/codex/consolidate-variations/archive/v0.11/SKILL.md +126 -0
- package/packs/product-design/codex/consolidate-variations/archive/v0.12/SKILL.md +126 -0
- package/packs/product-design/codex/design-system/ALIGNMENT-PAGE.md +3 -1
- package/packs/product-design/codex/feature-interview/ALIGNMENT-PAGE.md +5 -1
- package/packs/product-design/codex/feature-interview/CHANGELOG.md +4 -0
- package/packs/product-design/codex/feature-interview/SKILL.md +4 -4
- package/packs/product-design/codex/feature-interview/archive/v0.6/SKILL.md +152 -0
- package/packs/product-design/codex/prototype/ALIGNMENT-PAGE.md +3 -1
- package/packs/product-design/codex/prototype/CHANGELOG.md +9 -0
- package/packs/product-design/codex/prototype/SKILL.md +16 -16
- package/packs/product-design/codex/prototype/archive/v0.12/SKILL.md +195 -0
- package/packs/product-design/codex/prototype/archive/v0.13/SKILL.md +195 -0
- package/packs/product-design/codex/spec-interview/ALIGNMENT-PAGE.md +5 -1
- package/packs/product-design/codex/spec-interview/CHANGELOG.md +9 -0
- package/packs/product-design/codex/spec-interview/SKILL.md +7 -6
- package/packs/product-design/codex/spec-interview/archive/v0.12/SKILL.md +159 -0
- package/packs/product-design/codex/spec-interview/archive/v0.13/SKILL.md +159 -0
- package/packs/product-design/codex/ui-interview/ALIGNMENT-PAGE.md +6 -2
- package/packs/product-design/codex/ui-interview/CHANGELOG.md +27 -0
- package/packs/product-design/codex/ui-interview/SKILL.md +68 -29
- package/packs/product-design/codex/ui-interview/archive/v0.15/SKILL.md +197 -0
- package/packs/product-design/codex/ui-interview/archive/v0.16/SKILL.md +197 -0
- package/packs/product-design/codex/ui-interview/archive/v0.17/SKILL.md +199 -0
- package/packs/product-design/codex/ui-interview/archive/v0.18/SKILL.md +204 -0
- package/packs/product-design/codex/ui-interview/archive/v0.19/SKILL.md +224 -0
- package/packs/product-design/codex/user-flow-map/ALIGNMENT-PAGE.md +6 -2
- package/packs/product-design/codex/user-flow-map/CHANGELOG.md +20 -0
- package/packs/product-design/codex/user-flow-map/SKILL.md +34 -16
- package/packs/product-design/codex/user-flow-map/archive/v0.2/SKILL.md +160 -0
- package/packs/product-design/codex/user-flow-map/archive/v0.3/SKILL.md +160 -0
- package/packs/product-design/codex/user-flow-map/archive/v0.4/SKILL.md +164 -0
- package/packs/product-design/codex/user-flow-map/archive/v0.5/SKILL.md +164 -0
- package/packs/product-design/codex/ux-variations/ALIGNMENT-PAGE.md +3 -1
- package/packs/product-design/codex/ux-variations/CHANGELOG.md +16 -0
- package/packs/product-design/codex/ux-variations/SKILL.md +43 -21
- package/packs/product-design/codex/ux-variations/archive/v0.16/SKILL.md +257 -0
- package/packs/product-design/codex/ux-variations/archive/v0.17/SKILL.md +257 -0
- package/packs/product-design/codex/ux-variations/archive/v0.18/SKILL.md +267 -0
- package/packs/product-testing/claude/dogfood/ALIGNMENT-PAGE.md +5 -1
- package/packs/product-testing/claude/dogfood/CHANGELOG.md +4 -0
- package/packs/product-testing/claude/dogfood/SKILL.md +5 -5
- package/packs/product-testing/claude/dogfood/archive/v0.3/SKILL.md +157 -0
- package/packs/product-testing/claude/uat/ALIGNMENT-PAGE.md +5 -1
- package/packs/product-testing/claude/uat/CHANGELOG.md +4 -0
- package/packs/product-testing/claude/uat/SKILL.md +5 -5
- package/packs/product-testing/claude/uat/archive/v0.10/SKILL.md +223 -0
- package/packs/product-testing/codex/dogfood/ALIGNMENT-PAGE.md +5 -1
- package/packs/product-testing/codex/dogfood/CHANGELOG.md +4 -0
- package/packs/product-testing/codex/dogfood/SKILL.md +4 -4
- package/packs/product-testing/codex/dogfood/archive/v0.3/SKILL.md +156 -0
- package/packs/product-testing/codex/uat/ALIGNMENT-PAGE.md +5 -1
- package/packs/product-testing/codex/uat/CHANGELOG.md +4 -0
- package/packs/product-testing/codex/uat/SKILL.md +4 -4
- package/packs/product-testing/codex/uat/archive/v0.10/SKILL.md +221 -0
- package/packs/project-fleet/claude/clone-spec-store/ALIGNMENT-PAGE.md +3 -1
- package/packs/project-fleet/claude/skill-inventory/ALIGNMENT-PAGE.md +4 -2
- package/packs/project-fleet/claude/skill-inventory/CHANGELOG.md +4 -0
- package/packs/project-fleet/claude/skill-inventory/SKILL.md +2 -2
- package/packs/project-fleet/claude/skill-inventory/archive/v0.0/SKILL.md +85 -0
- package/packs/project-fleet/claude/skill-inventory/scripts/skill-inventory.sh +70 -24
- package/packs/project-fleet/codex/clone-spec-store/ALIGNMENT-PAGE.md +3 -1
- package/packs/project-fleet/codex/project-fleet/ALIGNMENT-PAGE.md +3 -1
- package/packs/project-fleet/codex/skill-inventory/ALIGNMENT-PAGE.md +4 -2
- package/packs/project-fleet/codex/skill-inventory/CHANGELOG.md +4 -0
- package/packs/project-fleet/codex/skill-inventory/SKILL.md +2 -2
- package/packs/project-fleet/codex/skill-inventory/archive/v0.0/SKILL.md +85 -0
- package/packs/project-fleet/codex/skill-inventory/scripts/skill-inventory.sh +70 -24
- package/packs/project-fleet/codex/spin-off/ALIGNMENT-PAGE.md +3 -1
- package/packs/release-ops/claude/branch-lifecycle/ALIGNMENT-PAGE.md +4 -2
- package/packs/release-ops/claude/branch-lifecycle/CHANGELOG.md +4 -0
- package/packs/release-ops/claude/branch-lifecycle/SKILL.md +2 -2
- package/packs/release-ops/claude/branch-lifecycle/archive/v0.1/SKILL.md +158 -0
- package/packs/release-ops/claude/release/ALIGNMENT-PAGE.md +4 -2
- package/packs/release-ops/claude/release/CHANGELOG.md +4 -0
- package/packs/release-ops/claude/release/SKILL.md +2 -2
- package/packs/release-ops/claude/release/archive/v0.1/SKILL.md +95 -0
- package/packs/release-ops/codex/branch-lifecycle/ALIGNMENT-PAGE.md +4 -2
- package/packs/release-ops/codex/branch-lifecycle/CHANGELOG.md +4 -0
- package/packs/release-ops/codex/branch-lifecycle/SKILL.md +2 -2
- package/packs/release-ops/codex/branch-lifecycle/archive/v0.1/SKILL.md +160 -0
- package/packs/release-ops/codex/release/ALIGNMENT-PAGE.md +4 -2
- package/packs/release-ops/codex/release/CHANGELOG.md +4 -0
- package/packs/release-ops/codex/release/SKILL.md +2 -2
- package/packs/release-ops/codex/release/archive/v0.1/SKILL.md +49 -0
- package/packs/remotion/claude/video-build/ALIGNMENT-PAGE.md +3 -1
- package/packs/remotion/claude/video-build/CHANGELOG.md +4 -0
- package/packs/remotion/claude/video-build/SKILL.md +2 -2
- package/packs/remotion/claude/video-build/archive/v0.1/SKILL.md +120 -0
- package/packs/remotion/claude/video-script/ALIGNMENT-PAGE.md +3 -1
- package/packs/remotion/claude/video-script/CHANGELOG.md +4 -0
- package/packs/remotion/claude/video-script/SKILL.md +2 -2
- package/packs/remotion/claude/video-script/archive/v0.1/SKILL.md +116 -0
- package/packs/remotion/claude/youtube-format-research/ALIGNMENT-PAGE.md +5 -1
- package/packs/remotion/claude/youtube-format-research/CHANGELOG.md +8 -0
- package/packs/remotion/claude/youtube-format-research/SKILL.md +4 -4
- package/packs/remotion/claude/youtube-format-research/archive/v0.4/SKILL.md +182 -0
- package/packs/remotion/claude/youtube-format-research/archive/v0.5/SKILL.md +182 -0
- package/packs/remotion/codex/video-build/ALIGNMENT-PAGE.md +3 -1
- package/packs/remotion/codex/video-build/CHANGELOG.md +4 -0
- package/packs/remotion/codex/video-build/SKILL.md +2 -2
- package/packs/remotion/codex/video-build/archive/v0.1/SKILL.md +120 -0
- package/packs/remotion/codex/video-script/ALIGNMENT-PAGE.md +3 -1
- package/packs/remotion/codex/video-script/CHANGELOG.md +4 -0
- package/packs/remotion/codex/video-script/SKILL.md +2 -2
- package/packs/remotion/codex/video-script/archive/v0.1/SKILL.md +116 -0
- package/packs/remotion/codex/youtube-format-research/ALIGNMENT-PAGE.md +5 -1
- package/packs/remotion/codex/youtube-format-research/CHANGELOG.md +8 -0
- package/packs/remotion/codex/youtube-format-research/SKILL.md +4 -4
- package/packs/remotion/codex/youtube-format-research/archive/v0.4/SKILL.md +182 -0
- package/packs/remotion/codex/youtube-format-research/archive/v0.5/SKILL.md +182 -0
- package/packs/repo-maintenance/claude/bootstrap-repo/CHANGELOG.md +8 -0
- package/packs/repo-maintenance/claude/bootstrap-repo/SKILL.md +8 -7
- package/packs/repo-maintenance/claude/bootstrap-repo/archive/v0.3/SKILL.md +95 -0
- package/packs/repo-maintenance/claude/bootstrap-repo/archive/v0.4/SKILL.md +95 -0
- package/packs/repo-maintenance/codex/bootstrap-repo/CHANGELOG.md +8 -0
- package/packs/repo-maintenance/codex/bootstrap-repo/SKILL.md +8 -7
- package/packs/repo-maintenance/codex/bootstrap-repo/archive/v0.3/SKILL.md +97 -0
- package/packs/repo-maintenance/codex/bootstrap-repo/archive/v0.4/SKILL.md +97 -0
- package/packs/report-gen/claude/report-website/ALIGNMENT-PAGE.md +3 -1
- package/packs/report-gen/codex/report-website/ALIGNMENT-PAGE.md +3 -1
- package/packs/research-admin/claude/research-roadmap/ALIGNMENT-PAGE.md +4 -2
- package/packs/research-admin/claude/research-roadmap/CHANGELOG.md +8 -0
- package/packs/research-admin/claude/research-roadmap/SKILL.md +5 -5
- package/packs/research-admin/claude/research-roadmap/archive/v0.16/SKILL.md +445 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.17/SKILL.md +445 -0
- package/packs/research-admin/codex/research-roadmap/ALIGNMENT-PAGE.md +4 -2
- package/packs/research-admin/codex/research-roadmap/CHANGELOG.md +8 -0
- package/packs/research-admin/codex/research-roadmap/SKILL.md +5 -5
- package/packs/research-admin/codex/research-roadmap/archive/v0.16/SKILL.md +466 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.17/SKILL.md +466 -0
- package/packs/session-analytics/claude/analyze-sessions/ALIGNMENT-PAGE.md +6 -2
- package/packs/session-analytics/claude/analyze-sessions/CHANGELOG.md +8 -0
- package/packs/session-analytics/claude/analyze-sessions/SKILL.md +4 -4
- package/packs/session-analytics/claude/analyze-sessions/archive/v0.2/SKILL.md +130 -0
- package/packs/session-analytics/claude/analyze-sessions/archive/v0.3/SKILL.md +130 -0
- package/packs/session-analytics/claude/prompt-history-backfill/ALIGNMENT-PAGE.md +4 -2
- package/packs/session-analytics/claude/prompt-history-backfill/CHANGELOG.md +4 -0
- package/packs/session-analytics/claude/prompt-history-backfill/SKILL.md +3 -3
- package/packs/session-analytics/claude/prompt-history-backfill/archive/v0.1/SKILL.md +110 -0
- package/packs/session-analytics/claude/session-triage/CHANGELOG.md +4 -0
- package/packs/session-analytics/claude/session-triage/SKILL.md +3 -3
- package/packs/session-analytics/claude/session-triage/archive/v0.1/SKILL.md +92 -0
- package/packs/session-analytics/codex/analyze-sessions/ALIGNMENT-PAGE.md +6 -2
- package/packs/session-analytics/codex/analyze-sessions/CHANGELOG.md +4 -0
- package/packs/session-analytics/codex/analyze-sessions/SKILL.md +3 -3
- package/packs/session-analytics/codex/analyze-sessions/archive/v0.2/SKILL.md +130 -0
- package/packs/session-analytics/codex/prompt-history-backfill/ALIGNMENT-PAGE.md +4 -2
- package/packs/session-analytics/codex/prompt-history-backfill/CHANGELOG.md +4 -0
- package/packs/session-analytics/codex/prompt-history-backfill/SKILL.md +3 -3
- package/packs/session-analytics/codex/prompt-history-backfill/archive/v0.1/SKILL.md +110 -0
- package/packs/session-analytics/codex/session-triage/SKILL.md +1 -1
- package/packs/skill-dev/claude/create-agentic-skill/CHANGELOG.md +8 -0
- package/packs/skill-dev/claude/create-agentic-skill/SKILL.md +4 -4
- package/packs/skill-dev/claude/create-agentic-skill/archive/v0.1/SKILL.md +91 -0
- package/packs/skill-dev/claude/create-agentic-skill/archive/v0.2/SKILL.md +91 -0
- package/packs/skill-dev/claude/create-local-skill/CHANGELOG.md +4 -0
- package/packs/skill-dev/claude/create-local-skill/SKILL.md +6 -6
- package/packs/skill-dev/claude/create-local-skill/archive/v0.1/SKILL.md +91 -0
- package/packs/skill-dev/claude/skill-interview/ALIGNMENT-PAGE.md +5 -1
- package/packs/skill-dev/claude/skill-interview/SKILL.md +4 -4
- package/packs/skill-dev/claude/targeted-skill-builder/ALIGNMENT-PAGE.md +3 -1
- package/packs/skill-dev/claude/targeted-skill-builder/CHANGELOG.md +4 -0
- package/packs/skill-dev/claude/targeted-skill-builder/SKILL.md +5 -5
- package/packs/skill-dev/claude/targeted-skill-builder/archive/v0.3/SKILL.md +116 -0
- package/packs/skill-dev/codex/create-agentic-skill/CHANGELOG.md +8 -0
- package/packs/skill-dev/codex/create-agentic-skill/SKILL.md +4 -4
- package/packs/skill-dev/codex/create-agentic-skill/archive/v0.1/SKILL.md +93 -0
- package/packs/skill-dev/codex/create-agentic-skill/archive/v0.2/SKILL.md +93 -0
- package/packs/skill-dev/codex/create-local-skill/CHANGELOG.md +4 -0
- package/packs/skill-dev/codex/create-local-skill/SKILL.md +6 -6
- package/packs/skill-dev/codex/create-local-skill/archive/v0.1/SKILL.md +80 -0
- package/packs/skill-dev/codex/skill-interview/ALIGNMENT-PAGE.md +5 -1
- package/packs/skill-dev/codex/skill-interview/SKILL.md +4 -4
- package/packs/skill-dev/codex/targeted-skill-builder/ALIGNMENT-PAGE.md +3 -1
- package/packs/skill-dev/codex/targeted-skill-builder/CHANGELOG.md +4 -0
- package/packs/skill-dev/codex/targeted-skill-builder/SKILL.md +6 -6
- package/packs/skill-dev/codex/targeted-skill-builder/archive/v0.3/SKILL.md +118 -0
- package/packs/teardown/claude/decommission/ALIGNMENT-PAGE.md +3 -1
- package/packs/teardown/claude/desk-flip/ALIGNMENT-PAGE.md +3 -1
- package/packs/teardown/claude/desk-flip/CHANGELOG.md +8 -0
- package/packs/teardown/claude/desk-flip/SKILL.md +5 -5
- package/packs/teardown/claude/desk-flip/archive/v0.3/SKILL.md +103 -0
- package/packs/teardown/claude/desk-flip/archive/v0.4/SKILL.md +103 -0
- package/packs/teardown/codex/decommission/ALIGNMENT-PAGE.md +3 -1
- package/packs/teardown/codex/desk-flip/ALIGNMENT-PAGE.md +3 -1
- package/packs/teardown/codex/desk-flip/CHANGELOG.md +8 -0
- package/packs/teardown/codex/desk-flip/SKILL.md +4 -4
- package/packs/teardown/codex/desk-flip/archive/v0.3/SKILL.md +103 -0
- package/packs/teardown/codex/desk-flip/archive/v0.4/SKILL.md +103 -0
- package/packs/vard/claude/vard-align/SKILL.md +1 -1
- package/packs/vard/claude/vard-scan/ALIGNMENT-PAGE.md +5 -1
- package/packs/vard/claude/vard-scan/CHANGELOG.md +4 -0
- package/packs/vard/claude/vard-scan/SKILL.md +3 -3
- package/packs/vard/claude/vard-scan/archive/v0.1/SKILL.md +97 -0
- package/packs/vard/claude/vard-ship/SKILL.md +1 -1
- package/packs/vard/codex/vard-align/SKILL.md +1 -1
- package/packs/vard/codex/vard-scan/ALIGNMENT-PAGE.md +5 -1
- package/packs/vard/codex/vard-scan/CHANGELOG.md +4 -0
- package/packs/vard/codex/vard-scan/SKILL.md +3 -3
- package/packs/vard/codex/vard-scan/archive/v0.1/SKILL.md +97 -0
- package/packs/vard/codex/vard-ship/SKILL.md +1 -1
- package/packs/website-polish/claude/icon-handler/ALIGNMENT-PAGE.md +3 -1
- package/packs/website-polish/codex/icon-handler/ALIGNMENT-PAGE.md +3 -1
- package/packs/youtube-ops/claude/youtube/CHANGELOG.md +11 -0
- package/packs/youtube-ops/claude/youtube/SKILL.md +5 -5
- package/packs/youtube-ops/claude/youtube/archive/v0.1/SKILL.md +142 -0
- package/packs/youtube-ops/claude/youtube/archive/v0.2/SKILL.md +142 -0
- package/packs/youtube-ops/claude/youtube-audit/ALIGNMENT-PAGE.md +5 -1
- package/packs/youtube-ops/claude/youtube-audit/CHANGELOG.md +4 -0
- package/packs/youtube-ops/claude/youtube-audit/SKILL.md +3 -3
- package/packs/youtube-ops/claude/youtube-audit/archive/v0.5/SKILL.md +354 -0
- package/packs/youtube-ops/claude/youtube-cadence-diagnosis/ALIGNMENT-PAGE.md +5 -1
- package/packs/youtube-ops/claude/youtube-cadence-diagnosis/CHANGELOG.md +8 -0
- package/packs/youtube-ops/claude/youtube-cadence-diagnosis/SKILL.md +4 -4
- package/packs/youtube-ops/claude/youtube-cadence-diagnosis/archive/v0.4/SKILL.md +128 -0
- package/packs/youtube-ops/claude/youtube-cadence-diagnosis/archive/v0.5/SKILL.md +128 -0
- package/packs/youtube-ops/claude/youtube-channel-audit/ALIGNMENT-PAGE.md +5 -1
- package/packs/youtube-ops/claude/youtube-channel-audit/CHANGELOG.md +8 -0
- package/packs/youtube-ops/claude/youtube-channel-audit/SKILL.md +4 -4
- package/packs/youtube-ops/claude/youtube-channel-audit/archive/v0.4/SKILL.md +118 -0
- package/packs/youtube-ops/claude/youtube-channel-audit/archive/v0.5/SKILL.md +118 -0
- package/packs/youtube-ops/claude/youtube-competitive-research/ALIGNMENT-PAGE.md +5 -1
- package/packs/youtube-ops/claude/youtube-competitive-research/CHANGELOG.md +8 -0
- package/packs/youtube-ops/claude/youtube-competitive-research/SKILL.md +4 -4
- package/packs/youtube-ops/claude/youtube-competitive-research/archive/v0.4/SKILL.md +184 -0
- package/packs/youtube-ops/claude/youtube-competitive-research/archive/v0.5/SKILL.md +184 -0
- package/packs/youtube-ops/claude/youtube-concept-research/ALIGNMENT-PAGE.md +5 -1
- package/packs/youtube-ops/claude/youtube-concept-research/CHANGELOG.md +8 -0
- package/packs/youtube-ops/claude/youtube-concept-research/SKILL.md +4 -4
- package/packs/youtube-ops/claude/youtube-concept-research/archive/v0.4/SKILL.md +243 -0
- package/packs/youtube-ops/claude/youtube-concept-research/archive/v0.5/SKILL.md +243 -0
- package/packs/youtube-ops/claude/youtube-description-optimizer/ALIGNMENT-PAGE.md +5 -1
- package/packs/youtube-ops/claude/youtube-description-optimizer/CHANGELOG.md +8 -0
- package/packs/youtube-ops/claude/youtube-description-optimizer/SKILL.md +4 -4
- package/packs/youtube-ops/claude/youtube-description-optimizer/archive/v0.4/SKILL.md +175 -0
- package/packs/youtube-ops/claude/youtube-description-optimizer/archive/v0.5/SKILL.md +175 -0
- package/packs/youtube-ops/claude/youtube-peer-benchmark/ALIGNMENT-PAGE.md +5 -1
- package/packs/youtube-ops/claude/youtube-peer-benchmark/CHANGELOG.md +8 -0
- package/packs/youtube-ops/claude/youtube-peer-benchmark/SKILL.md +4 -4
- package/packs/youtube-ops/claude/youtube-peer-benchmark/archive/v0.4/SKILL.md +384 -0
- package/packs/youtube-ops/claude/youtube-peer-benchmark/archive/v0.5/SKILL.md +384 -0
- package/packs/youtube-ops/claude/youtube-portfolio/ALIGNMENT-PAGE.md +5 -1
- package/packs/youtube-ops/claude/youtube-portfolio/CHANGELOG.md +8 -0
- package/packs/youtube-ops/claude/youtube-portfolio/SKILL.md +4 -4
- package/packs/youtube-ops/claude/youtube-portfolio/archive/v0.4/SKILL.md +102 -0
- package/packs/youtube-ops/claude/youtube-portfolio/archive/v0.5/SKILL.md +102 -0
- package/packs/youtube-ops/claude/youtube-search-positioning/ALIGNMENT-PAGE.md +5 -1
- package/packs/youtube-ops/claude/youtube-search-positioning/CHANGELOG.md +8 -0
- package/packs/youtube-ops/claude/youtube-search-positioning/SKILL.md +4 -4
- package/packs/youtube-ops/claude/youtube-search-positioning/archive/v0.4/SKILL.md +126 -0
- package/packs/youtube-ops/claude/youtube-search-positioning/archive/v0.5/SKILL.md +126 -0
- package/packs/youtube-ops/claude/youtube-title-thumbnail-audit/ALIGNMENT-PAGE.md +5 -1
- package/packs/youtube-ops/claude/youtube-title-thumbnail-audit/CHANGELOG.md +8 -0
- package/packs/youtube-ops/claude/youtube-title-thumbnail-audit/SKILL.md +4 -4
- package/packs/youtube-ops/claude/youtube-title-thumbnail-audit/archive/v0.4/SKILL.md +129 -0
- package/packs/youtube-ops/claude/youtube-title-thumbnail-audit/archive/v0.5/SKILL.md +129 -0
- package/packs/youtube-ops/claude/youtube-vid-research/ALIGNMENT-PAGE.md +5 -1
- package/packs/youtube-ops/claude/youtube-vid-research/CHANGELOG.md +8 -0
- package/packs/youtube-ops/claude/youtube-vid-research/SKILL.md +4 -4
- package/packs/youtube-ops/claude/youtube-vid-research/archive/v0.4/SKILL.md +170 -0
- package/packs/youtube-ops/claude/youtube-vid-research/archive/v0.5/SKILL.md +170 -0
- package/packs/youtube-ops/claude/youtube-video-audit/ALIGNMENT-PAGE.md +5 -1
- package/packs/youtube-ops/claude/youtube-video-audit/CHANGELOG.md +8 -0
- package/packs/youtube-ops/claude/youtube-video-audit/SKILL.md +4 -4
- package/packs/youtube-ops/claude/youtube-video-audit/archive/v0.4/SKILL.md +276 -0
- package/packs/youtube-ops/claude/youtube-video-audit/archive/v0.5/SKILL.md +276 -0
- package/packs/youtube-ops/claude/youtube-video-prelaunch-audit/ALIGNMENT-PAGE.md +5 -1
- package/packs/youtube-ops/claude/youtube-video-prelaunch-audit/CHANGELOG.md +8 -0
- package/packs/youtube-ops/claude/youtube-video-prelaunch-audit/SKILL.md +5 -5
- package/packs/youtube-ops/claude/youtube-video-prelaunch-audit/archive/v0.1/SKILL.md +272 -0
- package/packs/youtube-ops/claude/youtube-video-prelaunch-audit/archive/v0.2/SKILL.md +272 -0
- package/packs/youtube-ops/codex/youtube/CHANGELOG.md +11 -0
- package/packs/youtube-ops/codex/youtube/SKILL.md +5 -5
- package/packs/youtube-ops/codex/youtube/archive/v0.1/SKILL.md +142 -0
- package/packs/youtube-ops/codex/youtube/archive/v0.2/SKILL.md +142 -0
- package/packs/youtube-ops/codex/youtube-audit/ALIGNMENT-PAGE.md +5 -1
- package/packs/youtube-ops/codex/youtube-audit/CHANGELOG.md +4 -0
- package/packs/youtube-ops/codex/youtube-audit/SKILL.md +3 -3
- package/packs/youtube-ops/codex/youtube-audit/archive/v0.5/SKILL.md +356 -0
- package/packs/youtube-ops/codex/youtube-cadence-diagnosis/ALIGNMENT-PAGE.md +5 -1
- package/packs/youtube-ops/codex/youtube-cadence-diagnosis/CHANGELOG.md +8 -0
- package/packs/youtube-ops/codex/youtube-cadence-diagnosis/SKILL.md +4 -4
- package/packs/youtube-ops/codex/youtube-cadence-diagnosis/archive/v0.4/SKILL.md +128 -0
- package/packs/youtube-ops/codex/youtube-cadence-diagnosis/archive/v0.5/SKILL.md +128 -0
- package/packs/youtube-ops/codex/youtube-channel-audit/ALIGNMENT-PAGE.md +5 -1
- package/packs/youtube-ops/codex/youtube-channel-audit/CHANGELOG.md +8 -0
- package/packs/youtube-ops/codex/youtube-channel-audit/SKILL.md +4 -4
- package/packs/youtube-ops/codex/youtube-channel-audit/archive/v0.4/SKILL.md +118 -0
- package/packs/youtube-ops/codex/youtube-channel-audit/archive/v0.5/SKILL.md +118 -0
- package/packs/youtube-ops/codex/youtube-competitive-research/ALIGNMENT-PAGE.md +5 -1
- package/packs/youtube-ops/codex/youtube-competitive-research/CHANGELOG.md +8 -0
- package/packs/youtube-ops/codex/youtube-competitive-research/SKILL.md +4 -4
- package/packs/youtube-ops/codex/youtube-competitive-research/archive/v0.4/SKILL.md +184 -0
- package/packs/youtube-ops/codex/youtube-competitive-research/archive/v0.5/SKILL.md +184 -0
- package/packs/youtube-ops/codex/youtube-concept-research/ALIGNMENT-PAGE.md +5 -1
- package/packs/youtube-ops/codex/youtube-concept-research/CHANGELOG.md +8 -0
- package/packs/youtube-ops/codex/youtube-concept-research/SKILL.md +4 -4
- package/packs/youtube-ops/codex/youtube-concept-research/archive/v0.4/SKILL.md +235 -0
- package/packs/youtube-ops/codex/youtube-concept-research/archive/v0.5/SKILL.md +235 -0
- package/packs/youtube-ops/codex/youtube-description-optimizer/ALIGNMENT-PAGE.md +5 -1
- package/packs/youtube-ops/codex/youtube-description-optimizer/CHANGELOG.md +8 -0
- package/packs/youtube-ops/codex/youtube-description-optimizer/SKILL.md +4 -4
- package/packs/youtube-ops/codex/youtube-description-optimizer/archive/v0.4/SKILL.md +175 -0
- package/packs/youtube-ops/codex/youtube-description-optimizer/archive/v0.5/SKILL.md +175 -0
- package/packs/youtube-ops/codex/youtube-peer-benchmark/ALIGNMENT-PAGE.md +5 -1
- package/packs/youtube-ops/codex/youtube-peer-benchmark/CHANGELOG.md +8 -0
- package/packs/youtube-ops/codex/youtube-peer-benchmark/SKILL.md +4 -4
- package/packs/youtube-ops/codex/youtube-peer-benchmark/archive/v0.4/SKILL.md +102 -0
- package/packs/youtube-ops/codex/youtube-peer-benchmark/archive/v0.5/SKILL.md +102 -0
- package/packs/youtube-ops/codex/youtube-portfolio/ALIGNMENT-PAGE.md +5 -1
- package/packs/youtube-ops/codex/youtube-portfolio/CHANGELOG.md +8 -0
- package/packs/youtube-ops/codex/youtube-portfolio/SKILL.md +4 -4
- package/packs/youtube-ops/codex/youtube-portfolio/archive/v0.4/SKILL.md +102 -0
- package/packs/youtube-ops/codex/youtube-portfolio/archive/v0.5/SKILL.md +102 -0
- package/packs/youtube-ops/codex/youtube-search-positioning/ALIGNMENT-PAGE.md +5 -1
- package/packs/youtube-ops/codex/youtube-search-positioning/CHANGELOG.md +8 -0
- package/packs/youtube-ops/codex/youtube-search-positioning/SKILL.md +4 -4
- package/packs/youtube-ops/codex/youtube-search-positioning/archive/v0.4/SKILL.md +126 -0
- package/packs/youtube-ops/codex/youtube-search-positioning/archive/v0.5/SKILL.md +126 -0
- package/packs/youtube-ops/codex/youtube-title-thumbnail-audit/ALIGNMENT-PAGE.md +5 -1
- package/packs/youtube-ops/codex/youtube-title-thumbnail-audit/CHANGELOG.md +8 -0
- package/packs/youtube-ops/codex/youtube-title-thumbnail-audit/SKILL.md +4 -4
- package/packs/youtube-ops/codex/youtube-title-thumbnail-audit/archive/v0.4/SKILL.md +129 -0
- package/packs/youtube-ops/codex/youtube-title-thumbnail-audit/archive/v0.5/SKILL.md +129 -0
- package/packs/youtube-ops/codex/youtube-vid-research/ALIGNMENT-PAGE.md +5 -1
- package/packs/youtube-ops/codex/youtube-vid-research/CHANGELOG.md +8 -0
- package/packs/youtube-ops/codex/youtube-vid-research/SKILL.md +4 -4
- package/packs/youtube-ops/codex/youtube-vid-research/archive/v0.4/SKILL.md +170 -0
- package/packs/youtube-ops/codex/youtube-vid-research/archive/v0.5/SKILL.md +170 -0
- package/packs/youtube-ops/codex/youtube-video-audit/ALIGNMENT-PAGE.md +5 -1
- package/packs/youtube-ops/codex/youtube-video-audit/CHANGELOG.md +8 -0
- package/packs/youtube-ops/codex/youtube-video-audit/SKILL.md +4 -4
- package/packs/youtube-ops/codex/youtube-video-audit/archive/v0.4/SKILL.md +276 -0
- package/packs/youtube-ops/codex/youtube-video-audit/archive/v0.5/SKILL.md +276 -0
- package/packs/youtube-ops/codex/youtube-video-prelaunch-audit/ALIGNMENT-PAGE.md +5 -1
- package/packs/youtube-ops/codex/youtube-video-prelaunch-audit/CHANGELOG.md +8 -0
- package/packs/youtube-ops/codex/youtube-video-prelaunch-audit/SKILL.md +5 -5
- package/packs/youtube-ops/codex/youtube-video-prelaunch-audit/archive/v0.1/SKILL.md +272 -0
- package/packs/youtube-ops/codex/youtube-video-prelaunch-audit/archive/v0.2/SKILL.md +272 -0
- package/scripts/alignment-bespoke-list.txt +15 -0
- package/scripts/alignment-chart-snippets.js +758 -0
- package/scripts/alignment-skip-list.txt +40 -0
- package/scripts/alignment-tts-kokoro.js +798 -0
- package/scripts/audit-alignment-pages.mjs +197 -0
- package/scripts/inject-tts.mjs +109 -0
- package/scripts/pack.sh +8 -2
- package/scripts/skill-links.sh +2 -2
- package/scripts/upgrade-alignment-page.mjs +695 -0
- package/src/cli/lifecycle.mjs +428 -48
- package/src/cli/run-pack-script.mjs +208 -11
- package/global/claude/init-agentic-skills/scripts/init-agentic-skills.sh +0 -227
- package/global/codex/init-agentic-skills/agents/openai.yaml +0 -7
- package/global/codex/init-agentic-skills/scripts/init-agentic-skills.sh +0 -227
- package/init.sh +0 -207
- /package/{global → base}/claude/afps-status/archive/v0.0/SKILL.md +0 -0
- /package/{global → base}/claude/afps-status/archive/v0.1/SKILL.md +0 -0
- /package/{global/claude/afps-status → base/claude/afps-status/archive/v0.2}/SKILL.md +0 -0
- /package/{global/claude/animation-design-planner → base/claude/animation-design-planner/archive/v0.0}/SKILL.md +0 -0
- /package/{global → base}/claude/animation-design-planner/frameworks/css-transitions/SKILL.md +0 -0
- /package/{global → base}/claude/animation-design-planner/frameworks/gsap/SKILL.md +0 -0
- /package/{global → base}/claude/animation-design-planner/frameworks/motion-framer/SKILL.md +0 -0
- /package/{global → base}/claude/animation-design-planner/frameworks/threejs/SKILL.md +0 -0
- /package/{global → base}/claude/animation-design-planner/frameworks/web-animations-api/SKILL.md +0 -0
- /package/{global → base}/claude/autoresearch/CHANGELOG.md +0 -0
- /package/{global → base}/claude/autoresearch/SKILL.md +0 -0
- /package/{global → base}/claude/autoresearch-prep/CHANGELOG.md +0 -0
- /package/{global → base}/claude/codebase-status/archive/v0.0/SKILL.md +0 -0
- /package/{global → base}/claude/codebase-status/archive/v0.1/SKILL.md +0 -0
- /package/{global → base}/claude/codebase-status/archive/v0.2/SKILL.md +0 -0
- /package/{global → base}/claude/codebase-status/archive/v0.3/SKILL.md +0 -0
- /package/{global → base}/claude/codebase-status/archive/v0.4/SKILL.md +0 -0
- /package/{global → base}/claude/codebase-status/archive/v0.5/SKILL.md +0 -0
- /package/{global → base}/claude/codebase-status/archive/v0.6/SKILL.md +0 -0
- /package/{global/claude/codebase-status → base/claude/codebase-status/archive/v0.7}/SKILL.md +0 -0
- /package/{global → base}/claude/fork-idea-branch/CHANGELOG.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/archive/v0.0/SKILL.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/archive/v0.1/SKILL.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/archive/v0.10/SKILL.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/archive/v0.11/SKILL.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/archive/v0.12/SKILL.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/archive/v0.13/SKILL.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/archive/v0.14/SKILL.md +0 -0
- /package/{global/claude/idea-scope-brief → base/claude/idea-scope-brief/archive/v0.15}/SKILL.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/archive/v0.2/SKILL.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/archive/v0.3/SKILL.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/archive/v0.4/SKILL.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/archive/v0.5/SKILL.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/archive/v0.6/SKILL.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/archive/v0.7/SKILL.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/archive/v0.8/SKILL.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/archive/v0.9/SKILL.md +0 -0
- /package/{global → base}/claude/init-agentic-skills/archive/v0.0/SKILL.md +0 -0
- /package/{global → base}/claude/init-agentic-skills/archive/v0.1/SKILL.md +0 -0
- /package/{global → base}/claude/init-agentic-skills/archive/v0.2/SKILL.md +0 -0
- /package/{global → base}/claude/init-agentic-skills/archive/v0.3/SKILL.md +0 -0
- /package/{global → base}/claude/init-agentic-skills/archive/v0.4/SKILL.md +0 -0
- /package/{global → base}/claude/init-agentic-skills/archive/v0.5/SKILL.md +0 -0
- /package/{global → base}/claude/init-agentic-skills/archive/v0.6/SKILL.md +0 -0
- /package/{global/claude/init-agentic-skills → base/claude/init-agentic-skills/archive/v0.7}/SKILL.md +0 -0
- /package/{global → base}/claude/pack/archive/v0.0/SKILL.md +0 -0
- /package/{global → base}/claude/pack/archive/v0.1/SKILL.md +0 -0
- /package/{global → base}/claude/pack/archive/v0.2/SKILL.md +0 -0
- /package/{global → base}/claude/pack/archive/v0.3/SKILL.md +0 -0
- /package/{global → base}/claude/pack/archive/v0.4/SKILL.md +0 -0
- /package/{global → base}/claude/pack/archive/v0.5/SKILL.md +0 -0
- /package/{global → base}/claude/pack/archive/v0.6/SKILL.md +0 -0
- /package/{global/claude/pack → base/claude/pack/archive/v0.7}/SKILL.md +0 -0
- /package/{global → base}/claude/pack/scripts/pack.sh +0 -0
- /package/{global → base}/claude/provision-agentic-config/archive/v0.0/SKILL.md +0 -0
- /package/{global → base}/claude/provision-agentic-config/archive/v0.1/SKILL.md +0 -0
- /package/{global → base}/claude/provision-agentic-config/archive/v0.2/SKILL.md +0 -0
- /package/{global → base}/claude/provision-agentic-config/archive/v0.3/SKILL.md +0 -0
- /package/{global → base}/claude/provision-agentic-config/archive/v0.4/SKILL.md +0 -0
- /package/{global → base}/claude/provision-agentic-config/archive/v0.5/SKILL.md +0 -0
- /package/{global/claude/provision-agentic-config → base/claude/provision-agentic-config/archive/v0.6}/SKILL.md +0 -0
- /package/{global → base}/claude/skills/archive/v0.0/SKILL.md +0 -0
- /package/{global → base}/claude/skills/archive/v0.1/SKILL.md +0 -0
- /package/{global → base}/claude/skills/archive/v0.2/SKILL.md +0 -0
- /package/{global → base}/claude/skills/archive/v0.3/SKILL.md +0 -0
- /package/{global → base}/claude/skills/archive/v0.4/SKILL.md +0 -0
- /package/{global → base}/claude/skills/archive/v0.5/SKILL.md +0 -0
- /package/{global/claude/skills → base/claude/skills/archive/v0.6}/SKILL.md +0 -0
- /package/{global → base}/codex/afps-status/agents/openai.yaml +0 -0
- /package/{global → base}/codex/afps-status/archive/v0.0/SKILL.md +0 -0
- /package/{global → base}/codex/afps-status/archive/v0.1/SKILL.md +0 -0
- /package/{global/codex/afps-status → base/codex/afps-status/archive/v0.2}/SKILL.md +0 -0
- /package/{global → base}/codex/animation-design-planner/agents/openai.yaml +0 -0
- /package/{global/codex/animation-design-planner → base/codex/animation-design-planner/archive/v0.0}/SKILL.md +0 -0
- /package/{global → base}/codex/animation-design-planner/frameworks/css-transitions/SKILL.md +0 -0
- /package/{global → base}/codex/animation-design-planner/frameworks/gsap/SKILL.md +0 -0
- /package/{global → base}/codex/animation-design-planner/frameworks/motion-framer/SKILL.md +0 -0
- /package/{global → base}/codex/animation-design-planner/frameworks/threejs/SKILL.md +0 -0
- /package/{global → base}/codex/animation-design-planner/frameworks/web-animations-api/SKILL.md +0 -0
- /package/{global → base}/codex/codebase-status/agents/openai.yaml +0 -0
- /package/{global → base}/codex/codebase-status/archive/v0.0/SKILL.md +0 -0
- /package/{global → base}/codex/codebase-status/archive/v0.1/SKILL.md +0 -0
- /package/{global → base}/codex/codebase-status/archive/v0.2/SKILL.md +0 -0
- /package/{global → base}/codex/codebase-status/archive/v0.3/SKILL.md +0 -0
- /package/{global → base}/codex/codebase-status/archive/v0.4/SKILL.md +0 -0
- /package/{global → base}/codex/codebase-status/archive/v0.5/SKILL.md +0 -0
- /package/{global → base}/codex/codebase-status/archive/v0.6/SKILL.md +0 -0
- /package/{global/codex/codebase-status → base/codex/codebase-status/archive/v0.7}/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/agents/openai.yaml +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.0/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.1/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.10/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.11/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.12/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.13/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.14/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.15/SKILL.md +0 -0
- /package/{global/codex/idea-scope-brief → base/codex/idea-scope-brief/archive/v0.16}/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.2/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.3/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.4/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.5/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.6/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.7/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.8/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.9/SKILL.md +0 -0
- /package/{global → base}/codex/init-agentic-skills/archive/v0.0/SKILL.md +0 -0
- /package/{global → base}/codex/init-agentic-skills/archive/v0.1/SKILL.md +0 -0
- /package/{global → base}/codex/init-agentic-skills/archive/v0.2/SKILL.md +0 -0
- /package/{global → base}/codex/init-agentic-skills/archive/v0.3/SKILL.md +0 -0
- /package/{global → base}/codex/init-agentic-skills/archive/v0.4/SKILL.md +0 -0
- /package/{global → base}/codex/init-agentic-skills/archive/v0.5/SKILL.md +0 -0
- /package/{global → base}/codex/init-agentic-skills/archive/v0.6/SKILL.md +0 -0
- /package/{global/codex/init-agentic-skills → base/codex/init-agentic-skills/archive/v0.7}/SKILL.md +0 -0
- /package/{global → base}/codex/pack/archive/v0.0/SKILL.md +0 -0
- /package/{global → base}/codex/pack/archive/v0.1/SKILL.md +0 -0
- /package/{global → base}/codex/pack/archive/v0.2/SKILL.md +0 -0
- /package/{global → base}/codex/pack/archive/v0.3/SKILL.md +0 -0
- /package/{global → base}/codex/pack/archive/v0.4/SKILL.md +0 -0
- /package/{global → base}/codex/pack/archive/v0.5/SKILL.md +0 -0
- /package/{global → base}/codex/pack/archive/v0.6/SKILL.md +0 -0
- /package/{global/codex/pack → base/codex/pack/archive/v0.7}/SKILL.md +0 -0
- /package/{global → base}/codex/pack/scripts/pack.sh +0 -0
- /package/{global → base}/codex/provision-agentic-config/agents/openai.yaml +0 -0
- /package/{global → base}/codex/provision-agentic-config/archive/v0.0/SKILL.md +0 -0
- /package/{global → base}/codex/provision-agentic-config/archive/v0.1/SKILL.md +0 -0
- /package/{global → base}/codex/provision-agentic-config/archive/v0.2/SKILL.md +0 -0
- /package/{global → base}/codex/provision-agentic-config/archive/v0.3/SKILL.md +0 -0
- /package/{global → base}/codex/provision-agentic-config/archive/v0.4/SKILL.md +0 -0
- /package/{global → base}/codex/provision-agentic-config/archive/v0.5/SKILL.md +0 -0
- /package/{global/codex/provision-agentic-config → base/codex/provision-agentic-config/archive/v0.6}/SKILL.md +0 -0
- /package/{global → base}/codex/skills/archive/v0.0/SKILL.md +0 -0
- /package/{global → base}/codex/skills/archive/v0.1/SKILL.md +0 -0
- /package/{global → base}/codex/skills/archive/v0.2/SKILL.md +0 -0
- /package/{global → base}/codex/skills/archive/v0.3/SKILL.md +0 -0
- /package/{global → base}/codex/skills/archive/v0.4/SKILL.md +0 -0
- /package/{global → base}/codex/skills/archive/v0.5/SKILL.md +0 -0
- /package/{global/codex/skills → base/codex/skills/archive/v0.6}/SKILL.md +0 -0
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
name: game-workflow
|
|
3
3
|
description: Use only for video game projects; route research, validation, roadmap, metrics, and launch work through the game pack
|
|
4
4
|
type: planning
|
|
5
|
-
version: v0.
|
|
5
|
+
version: v0.3
|
|
6
6
|
invocation: orchestrator
|
|
7
|
-
|
|
7
|
+
context_intake: artifact_only
|
|
8
8
|
---
|
|
9
9
|
|
|
10
10
|
# Game Workflow
|
|
@@ -25,7 +25,7 @@ Recommend the next single game-pack skill to run and explain the missing artifac
|
|
|
25
25
|
|
|
26
26
|
## Alignment Page
|
|
27
27
|
|
|
28
|
-
|
|
28
|
+
By default, this skill reports results inline and writes only its normal durable artifacts (for example `tasks/*.md`, reports, queues, benchmark notes, status docs, or other skill-specific files). Do not build an alignment page automatically. Create `alignment/game-workflow-{topic}.html` only when the user explicitly requests an alignment page or when you explicitly identify a concrete clarification/review need that cannot be handled cleanly inline; when you create one, follow `ALIGNMENT-PAGE.md` in this skill's directory.
|
|
29
29
|
|
|
30
30
|
## Default Shipping Contract
|
|
31
31
|
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: game-workflow
|
|
3
|
+
description: Use only for video game projects; route research, validation, roadmap, metrics, and launch work through the game pack
|
|
4
|
+
type: planning
|
|
5
|
+
version: v0.2
|
|
6
|
+
invocation: orchestrator
|
|
7
|
+
interview_depth: none
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# Game Workflow
|
|
11
|
+
|
|
12
|
+
Use this skill when a project is a video game or playable entertainment product.
|
|
13
|
+
|
|
14
|
+
## Process
|
|
15
|
+
|
|
16
|
+
1. Read `.agents/project.json` and confirm `project_type` is `game`.
|
|
17
|
+
2. If the game pack is not enabled, run `scripts/pack.sh install game` from this source checkout, or `npx skillpacks install game` from the target project shell when using the published package.
|
|
18
|
+
3. Route early research through `game-audience`, `game-fantasy`, `game-genre-map`, and `game-comparables`.
|
|
19
|
+
4. Route prototype work through `game-core-loop`, `game-prototype-test`, and `game-playtest-metrics`.
|
|
20
|
+
5. Route market validation and launch work through `game-store-page-test`, `game-launch`, and `game-roadmap`.
|
|
21
|
+
|
|
22
|
+
## Output
|
|
23
|
+
|
|
24
|
+
Recommend the next single game-pack skill to run and explain the missing artifact or decision that makes it next.
|
|
25
|
+
|
|
26
|
+
## Alignment Page
|
|
27
|
+
|
|
28
|
+
When this skill produces durable deliverables (research, specs, plans, reports, prototypes, or any document output), build a full-depth HTML alignment page following `ALIGNMENT-PAGE.md` in this skill's directory. Output: `alignment/game-workflow-{topic}.html`.
|
|
29
|
+
|
|
30
|
+
## Default Shipping Contract
|
|
31
|
+
|
|
32
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|
|
@@ -9,6 +9,8 @@ When this skill produces durable deliverables (research, specs, plans, reports,
|
|
|
9
9
|
|
|
10
10
|
The tier is set per skill via `visual_tier` in SKILL.md frontmatter (or detected by the upgrade script). The bundled ALIGNMENT-PAGE.md receives tier-appropriate rendering guidance from the generator.
|
|
11
11
|
|
|
12
|
+
**Context intake.** This skill declares `context_intake: scoped` (Scoped intake). Ask only the focused questions needed to scope the research or analysis, then validate critical findings before building review artifacts.
|
|
13
|
+
|
|
12
14
|
**Alignment lifecycle.** Alignment pages have three lifecycle states. `review` is the draft/pre-approval page: it contains the complete deliverable preview, evidence, required inline gate questions, section feedback controls, local section-feedback YAML only after a section feedback choice is selected, and one bottom `Compile Responses` control. `confirmed` is the post-approval page after the agent has consumed final compiled response YAML, made any approved user-requested edits, and written or updated the approved canonical artifacts. A confirmed page is finished and current for the completed alignment cycle, but it remains amendable when later research changes or extends the conclusions. `amended` is a future revision of a confirmed page: archive the previous confirmed page first, mark what changed, preserve the prior approval record, and highlight the new evidence, decisions, or scope that changed the earlier conclusion.
|
|
13
15
|
|
|
14
16
|
**Central alignment index.** When a research-producing skill writes or updates an HTML alignment page, also maintain the repository's central alignment index. Look for `alignment/index.html` at the repository root; if the target repo documents a different central alignment-index path, use that path and report it. If the index does not exist, create it as a self-contained HTML page that works from `file://`, links to every active `alignment/*.html` page except itself, and includes the newly written page. Every index entry must include the page's alignment date in a muted meta span after the link, formatted `YYYY-MM-DD`, for example `<a href="page.html">Title</a> <span class="meta">2026-06-09</span>`. The alignment date is the review or confirmed date written inside the page itself; new pages use today's date. If the index exists, update it instead of blindly appending: preserve valid existing entries, metadata, and entry dates; remove duplicate entries for the same page path; keep links repo-relative; and include the new or updated page. When updating an existing index, add a date only to entries that are missing one, deriving it from the page's internal alignment date, or from file history when the page has no internal date. If a `new` marker is used, combine it with the date as `<span class="meta">new · YYYY-MM-DD</span>`, and remove stale `new` markers from entries that are no longer the latest addition.
|
|
@@ -57,7 +59,9 @@ The tier is set per skill via `visual_tier` in SKILL.md frontmatter (or detected
|
|
|
57
59
|
|
|
58
60
|
**Report-only research gates.** For report-only or pre-approval research skills, the first `review` alignment page must explicitly contain proposed research scope, source plan, assumptions/confidence, recommended output path, proposed file changes, and approval gates before synthesized research begins and before any working packet, canonical research, spec, or task file is created or updated.
|
|
59
61
|
|
|
60
|
-
**Staged research workflow.** Heavy report-first research uses a scope-first three-stage approval workflow. Stage 1 is minimal scope discovery only: inspect enough repository, user, and source context to propose research scope, source plan, assumptions, output paths, and approval questions. Build the `review` alignment page before synthesized research. The page must render the proposed scope, available source categories, known context, assumptions/confidence, proposed working-packet and canonical output paths,
|
|
62
|
+
**Staged research workflow.** Heavy report-first research uses a scope-first three-stage approval workflow. Stage 1 is minimal scope discovery only: inspect enough repository, user, and source context to propose research scope, source plan, assumptions, output paths, and approval questions. Build the `review` alignment page before synthesized research. The page must render the proposed scope, available source categories, known context, assumptions/confidence, proposed working-packet and canonical output paths, research-scope approval gates, and a `Stage 2 Preview / Expected Review Format` section that shows the future Stage 2 review shape before research starts. Stop for final compiled response YAML approval of the research scope. Do not synthesize findings, rank candidates, recommend a path, or create working packets, canonical research, spec, or task files in Stage 1. Stage 2 starts only after final compiled response YAML approves the research scope with no unresolved `needs-clarification`, unresolved `down` feedback, or other unresolved negative feedback. Perform the synthesized research, run required source/code checks, and write only a non-canonical working packet. Flat mode uses `research/_working/preliminary-game-audience-research.md`; product-path mode uses `research/{slug}/_working/preliminary-game-audience-research.md`. Existing raw evidence or search-log outputs may remain as supporting evidence when the skill contract already requires them, but synthesized deliverables stay in the working packet. Update the same `review` alignment page so it renders the complete working-packet substance as structured HTML review UI: purpose-built sections, tables, matrices, gates, cards, and tier-appropriate charts or diagrams that preserve every packet section, finding, caveat, and decision detail without summary loss. Raw Markdown packet text may appear only as a supplemental source view after the rendered review UI; do not make a `Full Preliminary Packet` or `Full Working Packet` raw Markdown dump, giant `<pre><code>` block, link-only view, or source-only view the primary review surface. Include the evidence matrix, assumptions/confidence register, source coverage gaps, proposed canonical file changes, and artifact approval gates. Partial compiled responses revise the working packet and review page, then remain in Stage 2. Stage 3 consumes final compiled response YAML for artifact approval only when it has `approval_status: ready-for-agent-review` and no unresolved `needs-clarification`, unresolved `down` feedback, or other unresolved negative feedback. Apply approved edits first, archive the working packet to `docs/history/archive/YYYY-MM-DD/HHMMSS/<original-working-path>`, remove the active working packet, write the approved canonical artifacts to the unchanged output paths, and convert the page to `confirmed` with the approval record preserved.
|
|
63
|
+
|
|
64
|
+
**Stage 2 review-page template.** Stage 1 scope-review pages must include a `Stage 2 Preview / Expected Review Format` section that previews the exact section sequence, table shapes, evidence treatment, visual density, and approval gates the user will see after research; make it specific enough for the user to flag preferred content formats, grouping, labels, visuals, and evidence density before the agent does heavy research. After scope approval and research, the Stage 2 review page must include these sections as structured HTML, not as raw Markdown dumps: `Research Scope Approved` status block with approved scope, source plan, output paths, and unresolved caveats; `Executive Findings` or a skill-specific top-findings section with confidence labels; `Evidence Matrix` mapping claim, evidence/source/path, inference, confidence, assumptions, and decision impact; `Working Packet Review` with the complete working-packet substance rendered as purpose-built HTML sections, lists, tables, matrices, cards, and tier-appropriate charts or diagrams; `Alternatives / Rejected or Lower-Confidence Findings`; `Source Coverage & Gaps`; `Assumptions / Confidence Register`; `Proposed Canonical Artifacts & File Changes`; a required `User Format Preferences` gate asking whether the layout, tables, grouping, visuals, labels, and evidence density match expectations; and a required `Final Artifact Approval` gate for Stage 3 readiness. Raw Markdown packet text, search logs, or source notes may appear only as supplemental source views after the rendered review UI and never replace the Stage 2 review sections.
|
|
61
65
|
|
|
62
66
|
**Research-pack translation.** For business, devtool, game, creator, and media research packs, render the claim/evidence/inference/assumption/decision-impact structure, source coverage categories appropriate to the domain, lower-confidence findings, and downstream implications before asking for approval or routing to the next skill.
|
|
63
67
|
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.5 - 2026-06-12
|
|
4
|
+
|
|
5
|
+
- Clarified staged research review pages must render complete working-packet substance as structured HTML UI, with raw Markdown packet text allowed only as a supplemental source view.
|
|
6
|
+
|
|
3
7
|
## v0.4 - 2026-06-10
|
|
4
8
|
|
|
5
9
|
- Changed report-first research flow to require alignment-page research-scope approval before synthesized findings, candidate rankings, recommendations, working packets, or canonical research writes.
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
name: game-audience
|
|
3
3
|
description: Use only for video game projects; identify player segments by taste, behavior, platform, genre affinity, and motivation
|
|
4
4
|
type: research
|
|
5
|
-
version: v0.
|
|
6
|
-
|
|
5
|
+
version: v0.5
|
|
6
|
+
context_intake: scoped
|
|
7
7
|
visual_tier: visual
|
|
8
8
|
---
|
|
9
9
|
|
|
@@ -26,7 +26,7 @@ Do not include `Recommended next skill`, `Recommended next command`, or downstre
|
|
|
26
26
|
Use this staged workflow for synthesized research or report outputs that would create or update canonical research, spec, or task files.
|
|
27
27
|
|
|
28
28
|
1. **Stage 1 - Scope discovery and approval.** Inspect only enough repository, user, and source context to propose research scope, source plan, assumptions, output paths, and approval questions. Build the `review` HTML alignment page before synthesized research. The page must render the proposed scope, available source categories, known context, assumptions/confidence, proposed working-packet and canonical output paths, and research-scope approval gates. Stop for final compiled YAML approval of the research scope. Do not perform synthesized research, rank candidates, make recommendations, or write working packets, canonical research, spec, or task files in Stage 1.
|
|
29
|
-
2. **Stage 2 - Research and artifact review.** Only after approved research-scope YAML with no unresolved `needs-clarification`, unresolved `down` feedback, or other unresolved negative feedback, perform the synthesized research, run required source/code checks, and write only a non-canonical working packet: flat mode uses `research/_working/preliminary-<skill>-research.md`; product-path mode uses `research/{slug}/_working/preliminary-<skill>-research.md`. Replace `<skill>` with this skill's `name` value. Raw evidence or search logs may remain as supporting evidence where this skill already requires them, but synthesized deliverables stay in the working packet. Update the `review` HTML alignment page
|
|
29
|
+
2. **Stage 2 - Research and artifact review.** Only after approved research-scope YAML with no unresolved `needs-clarification`, unresolved `down` feedback, or other unresolved negative feedback, perform the synthesized research, run required source/code checks, and write only a non-canonical working packet: flat mode uses `research/_working/preliminary-<skill>-research.md`; product-path mode uses `research/{slug}/_working/preliminary-<skill>-research.md`. Replace `<skill>` with this skill's `name` value. Raw evidence or search logs may remain as supporting evidence where this skill already requires them, but synthesized deliverables stay in the working packet. Update the `review` HTML alignment page so it renders the complete working-packet substance as structured HTML review UI: purpose-built sections, tables, matrices, gates, cards, and tier-appropriate charts or diagrams that preserve every packet section, finding, caveat, and decision detail without summary loss. Raw Markdown packet text may appear only as a supplemental source view after the rendered review UI; do not make a `Full Preliminary Packet` or `Full Working Packet` raw Markdown dump, giant `<pre><code>` block, link-only view, or source-only view the primary review surface. Include the evidence matrix, assumptions/confidence register, source coverage gaps, proposed canonical file changes, and artifact approval gates. Stop for either feedback-only YAML or final compiled YAML. Feedback-only YAML revises the working packet and page, then remains in Stage 2.
|
|
30
30
|
3. **Stage 3 - Finalize approved artifacts.** Consume final compiled YAML for artifact approval only when it has no unresolved `needs-clarification`, unresolved `down` feedback, or other unresolved negative feedback. Apply approved edits first, archive the working packet to `docs/history/archive/YYYY-MM-DD/HHMMSS/<original-working-path>`, remove the active working packet, write the approved canonical artifacts to the unchanged output paths below, and convert the alignment page to `confirmed` with the approval record preserved.
|
|
31
31
|
|
|
32
32
|
Canonical output paths remain unchanged. Search logs and other supporting evidence remain allowed only where this skill's output contract already requires them.
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: game-audience
|
|
3
|
+
description: Use only for video game projects; identify player segments by taste, behavior, platform, genre affinity, and motivation
|
|
4
|
+
type: research
|
|
5
|
+
version: v0.4
|
|
6
|
+
interview_depth: light
|
|
7
|
+
visual_tier: visual
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# Game Audience
|
|
11
|
+
|
|
12
|
+
Invoke as `$game-audience`.
|
|
13
|
+
|
|
14
|
+
## Report-First Approval Gate
|
|
15
|
+
|
|
16
|
+
Default to scope-first approval: before synthesized research, inspect only enough repository, user, and source context to propose research scope, source plan, assumptions, output paths, and approval questions in a `review` alignment page plus a concise conversation summary.
|
|
17
|
+
|
|
18
|
+
Do not perform synthesized research, rank candidates, make recommendations, or write working packets or canonical deliverables until final compiled YAML approves the research scope. Minimal pre-approval discovery may identify available files, source categories, and open questions; label it as scope evidence, not findings.
|
|
19
|
+
|
|
20
|
+
After approved research-scope YAML, perform the research and write only the non-canonical working packet defined in the staged workflow. Then update the `review` alignment page with findings and stop again for feedback-only YAML or final compiled YAML artifact approval before creating or updating canonical research, spec, or task files.
|
|
21
|
+
|
|
22
|
+
Do not include `Recommended next skill`, `Recommended next command`, or downstream routing language. The approval request itself is the next action. Only emit next-skill routing after the approved artifact has been written or updated.
|
|
23
|
+
|
|
24
|
+
## Staged Research Workflow
|
|
25
|
+
|
|
26
|
+
Use this staged workflow for synthesized research or report outputs that would create or update canonical research, spec, or task files.
|
|
27
|
+
|
|
28
|
+
1. **Stage 1 - Scope discovery and approval.** Inspect only enough repository, user, and source context to propose research scope, source plan, assumptions, output paths, and approval questions. Build the `review` HTML alignment page before synthesized research. The page must render the proposed scope, available source categories, known context, assumptions/confidence, proposed working-packet and canonical output paths, and research-scope approval gates. Stop for final compiled YAML approval of the research scope. Do not perform synthesized research, rank candidates, make recommendations, or write working packets, canonical research, spec, or task files in Stage 1.
|
|
29
|
+
2. **Stage 2 - Research and artifact review.** Only after approved research-scope YAML with no unresolved `needs-clarification`, unresolved `down` feedback, or other unresolved negative feedback, perform the synthesized research, run required source/code checks, and write only a non-canonical working packet: flat mode uses `research/_working/preliminary-<skill>-research.md`; product-path mode uses `research/{slug}/_working/preliminary-<skill>-research.md`. Replace `<skill>` with this skill's `name` value. Raw evidence or search logs may remain as supporting evidence where this skill already requires them, but synthesized deliverables stay in the working packet. Update the `review` HTML alignment page with the full preliminary packet, evidence matrix, assumptions/confidence register, source coverage gaps, proposed canonical file changes, and artifact approval gates. Stop for either feedback-only YAML or final compiled YAML. Feedback-only YAML revises the working packet and page, then remains in Stage 2.
|
|
30
|
+
3. **Stage 3 - Finalize approved artifacts.** Consume final compiled YAML for artifact approval only when it has no unresolved `needs-clarification`, unresolved `down` feedback, or other unresolved negative feedback. Apply approved edits first, archive the working packet to `docs/history/archive/YYYY-MM-DD/HHMMSS/<original-working-path>`, remove the active working packet, write the approved canonical artifacts to the unchanged output paths below, and convert the alignment page to `confirmed` with the approval record preserved.
|
|
31
|
+
|
|
32
|
+
Canonical output paths remain unchanged. Search logs and other supporting evidence remain allowed only where this skill's output contract already requires them.
|
|
33
|
+
|
|
34
|
+
## Evidence And Feedback Handling
|
|
35
|
+
|
|
36
|
+
Treat user feedback as input to evaluate, not as automatic ground truth.
|
|
37
|
+
|
|
38
|
+
- For factual, evidentiary, technical, or source-backed claims: verify against available evidence. If the user appears to misunderstand the evidence or states something factually incorrect, push back clearly and cite the evidence. Do not rewrite findings merely to agree.
|
|
39
|
+
- For taste, brand, positioning preference, risk appetite, prioritization, or other subjective judgment calls: weigh user feedback heavily and adapt the recommendation unless it conflicts with verified evidence.
|
|
40
|
+
- When feedback mixes facts and preference, separate them explicitly: correct the factual part, then incorporate the preference where it is a legitimate judgment call.
|
|
41
|
+
- When uncertain, say what is known, what is inferred, and what would change the conclusion.
|
|
42
|
+
|
|
43
|
+
## Output
|
|
44
|
+
|
|
45
|
+
Write or update `research/game-audience.md` with target segments, platform fit, genre familiarity, motivations, adjacent audiences, and risky assumptions to validate.
|
|
46
|
+
|
|
47
|
+
## Next-Step Routing
|
|
48
|
+
|
|
49
|
+
After writing the artifact, recommend the next contextual game-pack skill in the final response as `Recommended next skill: <command>`.
|
|
50
|
+
|
|
51
|
+
Default recommendation: `$game-fantasy`.
|
|
52
|
+
|
|
53
|
+
If prototype, playtest, or market evidence invalidates an upstream assumption, route back to the earliest affected artifact (`$game-audience`, `$game-fantasy`, `$game-genre-map`, or `$game-comparables`) and explain the evidence. Otherwise, follow the default game sequence:
|
|
54
|
+
|
|
55
|
+
`$game-audience` -> `$game-fantasy` -> `$game-genre-map` -> `$game-comparables` -> `$game-core-loop` -> `$game-prototype-test` -> `$game-playtest-metrics` -> `$game-store-page-test` -> `$game-launch` -> `$game-roadmap`
|
|
56
|
+
|
|
57
|
+
If the next artifact already exists and is current, recommend `$game-workflow` to identify the first missing or stale game-pack artifact.
|
|
58
|
+
|
|
59
|
+
## Task Classification
|
|
60
|
+
|
|
61
|
+
When this skill produces follow-up work, file it by execution semantics:
|
|
62
|
+
|
|
63
|
+
- Immediately actionable implementation or documentation work goes in `tasks/todo.md`.
|
|
64
|
+
- Human-only external actions tied to automated steps go in `tasks/manual-todo.md` with `_(blocks: Step N.X)_` or `_(after: Step N.X)_`; repo edits, SDK wiring, generated assets, local commands, tests, audits, and authenticated CLI/API work stay in `tasks/todo.md`.
|
|
65
|
+
- One-time condition-gated records, baselines, or future measurements go in `tasks/record-todo.md` with source, condition, non-blocking reason, evidence, and promotion rule.
|
|
66
|
+
- Cadence-based reviews, playtests, adoption checks, investor updates, retros, or docs-health checks go in `tasks/recurring-todo.md` with cadence, owner/agent, next due, evidence path, and escalation conditions.
|
|
67
|
+
- Do not put non-blocking records or recurring obligations in `tasks/todo.md` unless they have been explicitly promoted into current execution work.
|
|
68
|
+
|
|
69
|
+
## Alignment Page
|
|
70
|
+
|
|
71
|
+
When this skill produces durable deliverables (research, specs, plans, reports, prototypes, or any document output), build a full-depth HTML alignment page following `ALIGNMENT-PAGE.md` in this skill's directory. Output: `alignment/game-audience-{topic}.html`.
|
|
72
|
+
|
|
73
|
+
## Default Shipping Contract
|
|
74
|
+
|
|
75
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|
|
@@ -9,6 +9,8 @@ When this skill produces durable deliverables (research, specs, plans, reports,
|
|
|
9
9
|
|
|
10
10
|
The tier is set per skill via `visual_tier` in SKILL.md frontmatter (or detected by the upgrade script). The bundled ALIGNMENT-PAGE.md receives tier-appropriate rendering guidance from the generator.
|
|
11
11
|
|
|
12
|
+
**Context intake.** This skill declares `context_intake: scoped` (Scoped intake). Ask only the focused questions needed to scope the research or analysis, then validate critical findings before building review artifacts.
|
|
13
|
+
|
|
12
14
|
**Alignment lifecycle.** Alignment pages have three lifecycle states. `review` is the draft/pre-approval page: it contains the complete deliverable preview, evidence, required inline gate questions, section feedback controls, local section-feedback YAML only after a section feedback choice is selected, and one bottom `Compile Responses` control. `confirmed` is the post-approval page after the agent has consumed final compiled response YAML, made any approved user-requested edits, and written or updated the approved canonical artifacts. A confirmed page is finished and current for the completed alignment cycle, but it remains amendable when later research changes or extends the conclusions. `amended` is a future revision of a confirmed page: archive the previous confirmed page first, mark what changed, preserve the prior approval record, and highlight the new evidence, decisions, or scope that changed the earlier conclusion.
|
|
13
15
|
|
|
14
16
|
**Central alignment index.** When a research-producing skill writes or updates an HTML alignment page, also maintain the repository's central alignment index. Look for `alignment/index.html` at the repository root; if the target repo documents a different central alignment-index path, use that path and report it. If the index does not exist, create it as a self-contained HTML page that works from `file://`, links to every active `alignment/*.html` page except itself, and includes the newly written page. Every index entry must include the page's alignment date in a muted meta span after the link, formatted `YYYY-MM-DD`, for example `<a href="page.html">Title</a> <span class="meta">2026-06-09</span>`. The alignment date is the review or confirmed date written inside the page itself; new pages use today's date. If the index exists, update it instead of blindly appending: preserve valid existing entries, metadata, and entry dates; remove duplicate entries for the same page path; keep links repo-relative; and include the new or updated page. When updating an existing index, add a date only to entries that are missing one, deriving it from the page's internal alignment date, or from file history when the page has no internal date. If a `new` marker is used, combine it with the date as `<span class="meta">new · YYYY-MM-DD</span>`, and remove stale `new` markers from entries that are no longer the latest addition.
|
|
@@ -57,7 +59,9 @@ The tier is set per skill via `visual_tier` in SKILL.md frontmatter (or detected
|
|
|
57
59
|
|
|
58
60
|
**Report-only research gates.** For report-only or pre-approval research skills, the first `review` alignment page must explicitly contain proposed research scope, source plan, assumptions/confidence, recommended output path, proposed file changes, and approval gates before synthesized research begins and before any working packet, canonical research, spec, or task file is created or updated.
|
|
59
61
|
|
|
60
|
-
**Staged research workflow.** Heavy report-first research uses a scope-first three-stage approval workflow. Stage 1 is minimal scope discovery only: inspect enough repository, user, and source context to propose research scope, source plan, assumptions, output paths, and approval questions. Build the `review` alignment page before synthesized research. The page must render the proposed scope, available source categories, known context, assumptions/confidence, proposed working-packet and canonical output paths,
|
|
62
|
+
**Staged research workflow.** Heavy report-first research uses a scope-first three-stage approval workflow. Stage 1 is minimal scope discovery only: inspect enough repository, user, and source context to propose research scope, source plan, assumptions, output paths, and approval questions. Build the `review` alignment page before synthesized research. The page must render the proposed scope, available source categories, known context, assumptions/confidence, proposed working-packet and canonical output paths, research-scope approval gates, and a `Stage 2 Preview / Expected Review Format` section that shows the future Stage 2 review shape before research starts. Stop for final compiled response YAML approval of the research scope. Do not synthesize findings, rank candidates, recommend a path, or create working packets, canonical research, spec, or task files in Stage 1. Stage 2 starts only after final compiled response YAML approves the research scope with no unresolved `needs-clarification`, unresolved `down` feedback, or other unresolved negative feedback. Perform the synthesized research, run required source/code checks, and write only a non-canonical working packet. Flat mode uses `research/_working/preliminary-game-comparables-research.md`; product-path mode uses `research/{slug}/_working/preliminary-game-comparables-research.md`. Existing raw evidence or search-log outputs may remain as supporting evidence when the skill contract already requires them, but synthesized deliverables stay in the working packet. Update the same `review` alignment page so it renders the complete working-packet substance as structured HTML review UI: purpose-built sections, tables, matrices, gates, cards, and tier-appropriate charts or diagrams that preserve every packet section, finding, caveat, and decision detail without summary loss. Raw Markdown packet text may appear only as a supplemental source view after the rendered review UI; do not make a `Full Preliminary Packet` or `Full Working Packet` raw Markdown dump, giant `<pre><code>` block, link-only view, or source-only view the primary review surface. Include the evidence matrix, assumptions/confidence register, source coverage gaps, proposed canonical file changes, and artifact approval gates. Partial compiled responses revise the working packet and review page, then remain in Stage 2. Stage 3 consumes final compiled response YAML for artifact approval only when it has `approval_status: ready-for-agent-review` and no unresolved `needs-clarification`, unresolved `down` feedback, or other unresolved negative feedback. Apply approved edits first, archive the working packet to `docs/history/archive/YYYY-MM-DD/HHMMSS/<original-working-path>`, remove the active working packet, write the approved canonical artifacts to the unchanged output paths, and convert the page to `confirmed` with the approval record preserved.
|
|
63
|
+
|
|
64
|
+
**Stage 2 review-page template.** Stage 1 scope-review pages must include a `Stage 2 Preview / Expected Review Format` section that previews the exact section sequence, table shapes, evidence treatment, visual density, and approval gates the user will see after research; make it specific enough for the user to flag preferred content formats, grouping, labels, visuals, and evidence density before the agent does heavy research. After scope approval and research, the Stage 2 review page must include these sections as structured HTML, not as raw Markdown dumps: `Research Scope Approved` status block with approved scope, source plan, output paths, and unresolved caveats; `Executive Findings` or a skill-specific top-findings section with confidence labels; `Evidence Matrix` mapping claim, evidence/source/path, inference, confidence, assumptions, and decision impact; `Working Packet Review` with the complete working-packet substance rendered as purpose-built HTML sections, lists, tables, matrices, cards, and tier-appropriate charts or diagrams; `Alternatives / Rejected or Lower-Confidence Findings`; `Source Coverage & Gaps`; `Assumptions / Confidence Register`; `Proposed Canonical Artifacts & File Changes`; a required `User Format Preferences` gate asking whether the layout, tables, grouping, visuals, labels, and evidence density match expectations; and a required `Final Artifact Approval` gate for Stage 3 readiness. Raw Markdown packet text, search logs, or source notes may appear only as supplemental source views after the rendered review UI and never replace the Stage 2 review sections.
|
|
61
65
|
|
|
62
66
|
**Research-pack translation.** For business, devtool, game, creator, and media research packs, render the claim/evidence/inference/assumption/decision-impact structure, source coverage categories appropriate to the domain, lower-confidence findings, and downstream implications before asking for approval or routing to the next skill.
|
|
63
67
|
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.5 - 2026-06-12
|
|
4
|
+
|
|
5
|
+
- Clarified staged research review pages must render complete working-packet substance as structured HTML UI, with raw Markdown packet text allowed only as a supplemental source view.
|
|
6
|
+
|
|
3
7
|
## v0.4 - 2026-06-10
|
|
4
8
|
|
|
5
9
|
- Changed report-first research flow to require alignment-page research-scope approval before synthesized findings, candidate rankings, recommendations, working packets, or canonical research writes.
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
name: game-comparables
|
|
3
3
|
description: Use only for video game projects; research comparable titles, tags, prices, player signals, and positioning patterns
|
|
4
4
|
type: research
|
|
5
|
-
version: v0.
|
|
6
|
-
|
|
5
|
+
version: v0.5
|
|
6
|
+
context_intake: scoped
|
|
7
7
|
visual_tier: visual
|
|
8
8
|
---
|
|
9
9
|
|
|
@@ -26,7 +26,7 @@ Do not include `Recommended next skill`, `Recommended next command`, or downstre
|
|
|
26
26
|
Use this staged workflow for synthesized research or report outputs that would create or update canonical research, spec, or task files.
|
|
27
27
|
|
|
28
28
|
1. **Stage 1 - Scope discovery and approval.** Inspect only enough repository, user, and source context to propose research scope, source plan, assumptions, output paths, and approval questions. Build the `review` HTML alignment page before synthesized research. The page must render the proposed scope, available source categories, known context, assumptions/confidence, proposed working-packet and canonical output paths, and research-scope approval gates. Stop for final compiled YAML approval of the research scope. Do not perform synthesized research, rank candidates, make recommendations, or write working packets, canonical research, spec, or task files in Stage 1.
|
|
29
|
-
2. **Stage 2 - Research and artifact review.** Only after approved research-scope YAML with no unresolved `needs-clarification`, unresolved `down` feedback, or other unresolved negative feedback, perform the synthesized research, run required source/code checks, and write only a non-canonical working packet: flat mode uses `research/_working/preliminary-<skill>-research.md`; product-path mode uses `research/{slug}/_working/preliminary-<skill>-research.md`. Replace `<skill>` with this skill's `name` value. Raw evidence or search logs may remain as supporting evidence where this skill already requires them, but synthesized deliverables stay in the working packet. Update the `review` HTML alignment page
|
|
29
|
+
2. **Stage 2 - Research and artifact review.** Only after approved research-scope YAML with no unresolved `needs-clarification`, unresolved `down` feedback, or other unresolved negative feedback, perform the synthesized research, run required source/code checks, and write only a non-canonical working packet: flat mode uses `research/_working/preliminary-<skill>-research.md`; product-path mode uses `research/{slug}/_working/preliminary-<skill>-research.md`. Replace `<skill>` with this skill's `name` value. Raw evidence or search logs may remain as supporting evidence where this skill already requires them, but synthesized deliverables stay in the working packet. Update the `review` HTML alignment page so it renders the complete working-packet substance as structured HTML review UI: purpose-built sections, tables, matrices, gates, cards, and tier-appropriate charts or diagrams that preserve every packet section, finding, caveat, and decision detail without summary loss. Raw Markdown packet text may appear only as a supplemental source view after the rendered review UI; do not make a `Full Preliminary Packet` or `Full Working Packet` raw Markdown dump, giant `<pre><code>` block, link-only view, or source-only view the primary review surface. Include the evidence matrix, assumptions/confidence register, source coverage gaps, proposed canonical file changes, and artifact approval gates. Stop for either feedback-only YAML or final compiled YAML. Feedback-only YAML revises the working packet and page, then remains in Stage 2.
|
|
30
30
|
3. **Stage 3 - Finalize approved artifacts.** Consume final compiled YAML for artifact approval only when it has no unresolved `needs-clarification`, unresolved `down` feedback, or other unresolved negative feedback. Apply approved edits first, archive the working packet to `docs/history/archive/YYYY-MM-DD/HHMMSS/<original-working-path>`, remove the active working packet, write the approved canonical artifacts to the unchanged output paths below, and convert the alignment page to `confirmed` with the approval record preserved.
|
|
31
31
|
|
|
32
32
|
Canonical output paths remain unchanged. Search logs and other supporting evidence remain allowed only where this skill's output contract already requires them.
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: game-comparables
|
|
3
|
+
description: Use only for video game projects; research comparable titles, tags, prices, player signals, and positioning patterns
|
|
4
|
+
type: research
|
|
5
|
+
version: v0.4
|
|
6
|
+
interview_depth: light
|
|
7
|
+
visual_tier: visual
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# Game Comparables
|
|
11
|
+
|
|
12
|
+
Invoke as `$game-comparables`.
|
|
13
|
+
|
|
14
|
+
## Report-First Approval Gate
|
|
15
|
+
|
|
16
|
+
Default to scope-first approval: before synthesized research, inspect only enough repository, user, and source context to propose research scope, source plan, assumptions, output paths, and approval questions in a `review` alignment page plus a concise conversation summary.
|
|
17
|
+
|
|
18
|
+
Do not perform synthesized research, rank candidates, make recommendations, or write working packets or canonical deliverables until final compiled YAML approves the research scope. Minimal pre-approval discovery may identify available files, source categories, and open questions; label it as scope evidence, not findings.
|
|
19
|
+
|
|
20
|
+
After approved research-scope YAML, perform the research and write only the non-canonical working packet defined in the staged workflow. Then update the `review` alignment page with findings and stop again for feedback-only YAML or final compiled YAML artifact approval before creating or updating canonical research, spec, or task files.
|
|
21
|
+
|
|
22
|
+
Do not include `Recommended next skill`, `Recommended next command`, or downstream routing language. The approval request itself is the next action. Only emit next-skill routing after the approved artifact has been written or updated.
|
|
23
|
+
|
|
24
|
+
## Staged Research Workflow
|
|
25
|
+
|
|
26
|
+
Use this staged workflow for synthesized research or report outputs that would create or update canonical research, spec, or task files.
|
|
27
|
+
|
|
28
|
+
1. **Stage 1 - Scope discovery and approval.** Inspect only enough repository, user, and source context to propose research scope, source plan, assumptions, output paths, and approval questions. Build the `review` HTML alignment page before synthesized research. The page must render the proposed scope, available source categories, known context, assumptions/confidence, proposed working-packet and canonical output paths, and research-scope approval gates. Stop for final compiled YAML approval of the research scope. Do not perform synthesized research, rank candidates, make recommendations, or write working packets, canonical research, spec, or task files in Stage 1.
|
|
29
|
+
2. **Stage 2 - Research and artifact review.** Only after approved research-scope YAML with no unresolved `needs-clarification`, unresolved `down` feedback, or other unresolved negative feedback, perform the synthesized research, run required source/code checks, and write only a non-canonical working packet: flat mode uses `research/_working/preliminary-<skill>-research.md`; product-path mode uses `research/{slug}/_working/preliminary-<skill>-research.md`. Replace `<skill>` with this skill's `name` value. Raw evidence or search logs may remain as supporting evidence where this skill already requires them, but synthesized deliverables stay in the working packet. Update the `review` HTML alignment page with the full preliminary packet, evidence matrix, assumptions/confidence register, source coverage gaps, proposed canonical file changes, and artifact approval gates. Stop for either feedback-only YAML or final compiled YAML. Feedback-only YAML revises the working packet and page, then remains in Stage 2.
|
|
30
|
+
3. **Stage 3 - Finalize approved artifacts.** Consume final compiled YAML for artifact approval only when it has no unresolved `needs-clarification`, unresolved `down` feedback, or other unresolved negative feedback. Apply approved edits first, archive the working packet to `docs/history/archive/YYYY-MM-DD/HHMMSS/<original-working-path>`, remove the active working packet, write the approved canonical artifacts to the unchanged output paths below, and convert the alignment page to `confirmed` with the approval record preserved.
|
|
31
|
+
|
|
32
|
+
Canonical output paths remain unchanged. Search logs and other supporting evidence remain allowed only where this skill's output contract already requires them.
|
|
33
|
+
|
|
34
|
+
## Evidence And Feedback Handling
|
|
35
|
+
|
|
36
|
+
Treat user feedback as input to evaluate, not as automatic ground truth.
|
|
37
|
+
|
|
38
|
+
- For factual, evidentiary, technical, or source-backed claims: verify against available evidence. If the user appears to misunderstand the evidence or states something factually incorrect, push back clearly and cite the evidence. Do not rewrite findings merely to agree.
|
|
39
|
+
- For taste, brand, positioning preference, risk appetite, prioritization, or other subjective judgment calls: weigh user feedback heavily and adapt the recommendation unless it conflicts with verified evidence.
|
|
40
|
+
- When feedback mixes facts and preference, separate them explicitly: correct the factual part, then incorporate the preference where it is a legitimate judgment call.
|
|
41
|
+
- When uncertain, say what is known, what is inferred, and what would change the conclusion.
|
|
42
|
+
|
|
43
|
+
## Output
|
|
44
|
+
|
|
45
|
+
Write or update `research/game-comparables.md` with comparable titles, tags, price points, review signals, update cadence, creator traction, and the positioning frame `X meets Y, but Z`.
|
|
46
|
+
|
|
47
|
+
## Next-Step Routing
|
|
48
|
+
|
|
49
|
+
After writing the artifact, recommend the next contextual game-pack skill in the final response as `Recommended next skill: <command>`.
|
|
50
|
+
|
|
51
|
+
Default recommendation: `$game-core-loop`.
|
|
52
|
+
|
|
53
|
+
If prototype, playtest, or market evidence invalidates an upstream assumption, route back to the earliest affected artifact (`$game-audience`, `$game-fantasy`, `$game-genre-map`, or `$game-comparables`) and explain the evidence. Otherwise, follow the default game sequence:
|
|
54
|
+
|
|
55
|
+
`$game-audience` -> `$game-fantasy` -> `$game-genre-map` -> `$game-comparables` -> `$game-core-loop` -> `$game-prototype-test` -> `$game-playtest-metrics` -> `$game-store-page-test` -> `$game-launch` -> `$game-roadmap`
|
|
56
|
+
|
|
57
|
+
If the next artifact already exists and is current, recommend `$game-workflow` to identify the first missing or stale game-pack artifact.
|
|
58
|
+
|
|
59
|
+
## Task Classification
|
|
60
|
+
|
|
61
|
+
When this skill produces follow-up work, file it by execution semantics:
|
|
62
|
+
|
|
63
|
+
- Immediately actionable implementation or documentation work goes in `tasks/todo.md`.
|
|
64
|
+
- Human-only external actions tied to automated steps go in `tasks/manual-todo.md` with `_(blocks: Step N.X)_` or `_(after: Step N.X)_`; repo edits, SDK wiring, generated assets, local commands, tests, audits, and authenticated CLI/API work stay in `tasks/todo.md`.
|
|
65
|
+
- One-time condition-gated records, baselines, or future measurements go in `tasks/record-todo.md` with source, condition, non-blocking reason, evidence, and promotion rule.
|
|
66
|
+
- Cadence-based reviews, playtests, adoption checks, investor updates, retros, or docs-health checks go in `tasks/recurring-todo.md` with cadence, owner/agent, next due, evidence path, and escalation conditions.
|
|
67
|
+
- Do not put non-blocking records or recurring obligations in `tasks/todo.md` unless they have been explicitly promoted into current execution work.
|
|
68
|
+
|
|
69
|
+
## Alignment Page
|
|
70
|
+
|
|
71
|
+
When this skill produces durable deliverables (research, specs, plans, reports, prototypes, or any document output), build a full-depth HTML alignment page following `ALIGNMENT-PAGE.md` in this skill's directory. Output: `alignment/game-comparables-{topic}.html`.
|
|
72
|
+
|
|
73
|
+
## Default Shipping Contract
|
|
74
|
+
|
|
75
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|
|
@@ -9,6 +9,8 @@ When this skill produces durable deliverables (research, specs, plans, reports,
|
|
|
9
9
|
|
|
10
10
|
The tier is set per skill via `visual_tier` in SKILL.md frontmatter (or detected by the upgrade script). The bundled ALIGNMENT-PAGE.md receives tier-appropriate rendering guidance from the generator.
|
|
11
11
|
|
|
12
|
+
**Context intake.** This skill declares `context_intake: artifact_only` (Artifact-driven). Work from concrete artifacts, data, logs, or existing instructions by default; ask concise clarification questions only when the available artifacts are missing, contradictory, or unsafe to interpret.
|
|
13
|
+
|
|
12
14
|
**Alignment lifecycle.** Alignment pages have three lifecycle states. `review` is the draft/pre-approval page: it contains the complete deliverable preview, evidence, required inline gate questions, section feedback controls, local section-feedback YAML only after a section feedback choice is selected, and one bottom `Compile Responses` control. `confirmed` is the post-approval page after the agent has consumed final compiled response YAML, made any approved user-requested edits, and written or updated the approved canonical artifacts. A confirmed page is finished and current for the completed alignment cycle, but it remains amendable when later research changes or extends the conclusions. `amended` is a future revision of a confirmed page: archive the previous confirmed page first, mark what changed, preserve the prior approval record, and highlight the new evidence, decisions, or scope that changed the earlier conclusion.
|
|
13
15
|
|
|
14
16
|
**Central alignment index.** When a research-producing skill writes or updates an HTML alignment page, also maintain the repository's central alignment index. Look for `alignment/index.html` at the repository root; if the target repo documents a different central alignment-index path, use that path and report it. If the index does not exist, create it as a self-contained HTML page that works from `file://`, links to every active `alignment/*.html` page except itself, and includes the newly written page. Every index entry must include the page's alignment date in a muted meta span after the link, formatted `YYYY-MM-DD`, for example `<a href="page.html">Title</a> <span class="meta">2026-06-09</span>`. The alignment date is the review or confirmed date written inside the page itself; new pages use today's date. If the index exists, update it instead of blindly appending: preserve valid existing entries, metadata, and entry dates; remove duplicate entries for the same page path; keep links repo-relative; and include the new or updated page. When updating an existing index, add a date only to entries that are missing one, deriving it from the page's internal alignment date, or from file history when the page has no internal date. If a `new` marker is used, combine it with the date as `<span class="meta">new · YYYY-MM-DD</span>`, and remove stale `new` markers from entries that are no longer the latest addition.
|
|
@@ -57,7 +59,9 @@ The tier is set per skill via `visual_tier` in SKILL.md frontmatter (or detected
|
|
|
57
59
|
|
|
58
60
|
**Report-only research gates.** For report-only or pre-approval research skills, the first `review` alignment page must explicitly contain proposed research scope, source plan, assumptions/confidence, recommended output path, proposed file changes, and approval gates before synthesized research begins and before any working packet, canonical research, spec, or task file is created or updated.
|
|
59
61
|
|
|
60
|
-
**Staged research workflow.** Heavy report-first research uses a scope-first three-stage approval workflow. Stage 1 is minimal scope discovery only: inspect enough repository, user, and source context to propose research scope, source plan, assumptions, output paths, and approval questions. Build the `review` alignment page before synthesized research. The page must render the proposed scope, available source categories, known context, assumptions/confidence, proposed working-packet and canonical output paths,
|
|
62
|
+
**Staged research workflow.** Heavy report-first research uses a scope-first three-stage approval workflow. Stage 1 is minimal scope discovery only: inspect enough repository, user, and source context to propose research scope, source plan, assumptions, output paths, and approval questions. Build the `review` alignment page before synthesized research. The page must render the proposed scope, available source categories, known context, assumptions/confidence, proposed working-packet and canonical output paths, research-scope approval gates, and a `Stage 2 Preview / Expected Review Format` section that shows the future Stage 2 review shape before research starts. Stop for final compiled response YAML approval of the research scope. Do not synthesize findings, rank candidates, recommend a path, or create working packets, canonical research, spec, or task files in Stage 1. Stage 2 starts only after final compiled response YAML approves the research scope with no unresolved `needs-clarification`, unresolved `down` feedback, or other unresolved negative feedback. Perform the synthesized research, run required source/code checks, and write only a non-canonical working packet. Flat mode uses `research/_working/preliminary-game-core-loop-research.md`; product-path mode uses `research/{slug}/_working/preliminary-game-core-loop-research.md`. Existing raw evidence or search-log outputs may remain as supporting evidence when the skill contract already requires them, but synthesized deliverables stay in the working packet. Update the same `review` alignment page so it renders the complete working-packet substance as structured HTML review UI: purpose-built sections, tables, matrices, gates, cards, and tier-appropriate charts or diagrams that preserve every packet section, finding, caveat, and decision detail without summary loss. Raw Markdown packet text may appear only as a supplemental source view after the rendered review UI; do not make a `Full Preliminary Packet` or `Full Working Packet` raw Markdown dump, giant `<pre><code>` block, link-only view, or source-only view the primary review surface. Include the evidence matrix, assumptions/confidence register, source coverage gaps, proposed canonical file changes, and artifact approval gates. Partial compiled responses revise the working packet and review page, then remain in Stage 2. Stage 3 consumes final compiled response YAML for artifact approval only when it has `approval_status: ready-for-agent-review` and no unresolved `needs-clarification`, unresolved `down` feedback, or other unresolved negative feedback. Apply approved edits first, archive the working packet to `docs/history/archive/YYYY-MM-DD/HHMMSS/<original-working-path>`, remove the active working packet, write the approved canonical artifacts to the unchanged output paths, and convert the page to `confirmed` with the approval record preserved.
|
|
63
|
+
|
|
64
|
+
**Stage 2 review-page template.** Stage 1 scope-review pages must include a `Stage 2 Preview / Expected Review Format` section that previews the exact section sequence, table shapes, evidence treatment, visual density, and approval gates the user will see after research; make it specific enough for the user to flag preferred content formats, grouping, labels, visuals, and evidence density before the agent does heavy research. After scope approval and research, the Stage 2 review page must include these sections as structured HTML, not as raw Markdown dumps: `Research Scope Approved` status block with approved scope, source plan, output paths, and unresolved caveats; `Executive Findings` or a skill-specific top-findings section with confidence labels; `Evidence Matrix` mapping claim, evidence/source/path, inference, confidence, assumptions, and decision impact; `Working Packet Review` with the complete working-packet substance rendered as purpose-built HTML sections, lists, tables, matrices, cards, and tier-appropriate charts or diagrams; `Alternatives / Rejected or Lower-Confidence Findings`; `Source Coverage & Gaps`; `Assumptions / Confidence Register`; `Proposed Canonical Artifacts & File Changes`; a required `User Format Preferences` gate asking whether the layout, tables, grouping, visuals, labels, and evidence density match expectations; and a required `Final Artifact Approval` gate for Stage 3 readiness. Raw Markdown packet text, search logs, or source notes may appear only as supplemental source views after the rendered review UI and never replace the Stage 2 review sections.
|
|
61
65
|
|
|
62
66
|
**Visual tier rendering.** This skill's alignment page uses the `visual` tier. Inline charts and diagrams are rendered via self-contained Canvas/SVG within the HTML file. Use the alignment chart snippet library (`scripts/alignment-chart-snippets.js`) as reference — copy needed chart functions directly into the page's `<script>` block. Charts must read CSS variables (`--chart-1` through `--chart-8`) for the data visualization palette. Every chart must include a `<table>` fallback, `aria-label` on canvas/SVG, and a "View as table" toggle. Data is embedded as inline JSON — no external fetches.
|
|
63
67
|
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.2 - 2026-06-13
|
|
4
|
+
|
|
5
|
+
- Removed direct execution-loop command handoffs from non-exec routing; route through approved YAML, task, or roadmap artifacts instead.
|
|
6
|
+
- Added the alignment-page review-state rule: section-feedback YAML or final compiled YAML is the only pre-approval next action.
|
|
7
|
+
|
|
8
|
+
|
|
3
9
|
## v0.0
|
|
4
10
|
|
|
5
11
|
- Archived previous skill contract.
|
|
@@ -2,13 +2,17 @@
|
|
|
2
2
|
name: game-core-loop
|
|
3
3
|
description: Use only for video game projects; analyze moment-to-moment, session, progression, and retention loops
|
|
4
4
|
type: analysis
|
|
5
|
-
version: v0.
|
|
6
|
-
|
|
5
|
+
version: v0.2
|
|
6
|
+
context_intake: artifact_only
|
|
7
7
|
visual_tier: visual
|
|
8
8
|
---
|
|
9
9
|
|
|
10
10
|
# Game Core Loop
|
|
11
11
|
|
|
12
|
+
## Alignment-YAML Routing
|
|
13
|
+
|
|
14
|
+
While an alignment page is in `review`, the only next action is section-feedback YAML or final compiled YAML from the bottom compile controls. Do not include `Recommended next skill`, `Recommended next command`, or downstream routing language. The approval request itself is the next action. Only emit next-skill routing after the approved artifact has been written or updated.
|
|
15
|
+
|
|
12
16
|
Invoke as `$game-core-loop`.
|
|
13
17
|
|
|
14
18
|
Break the game into repeatable loops.
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: game-core-loop
|
|
3
|
+
description: Use only for video game projects; analyze moment-to-moment, session, progression, and retention loops
|
|
4
|
+
type: analysis
|
|
5
|
+
version: v0.1
|
|
6
|
+
context_intake: artifact_only
|
|
7
|
+
visual_tier: visual
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# Game Core Loop
|
|
11
|
+
|
|
12
|
+
Invoke as `$game-core-loop`.
|
|
13
|
+
|
|
14
|
+
Break the game into repeatable loops.
|
|
15
|
+
|
|
16
|
+
## Output
|
|
17
|
+
|
|
18
|
+
Write or update `research/game-core-loop.md` with the 10-second interaction loop, 1-minute action loop, 5-minute session loop, 30-minute progression loop, multi-day retention loop, reward cadence, and novelty sources.
|
|
19
|
+
|
|
20
|
+
## Next-Step Routing
|
|
21
|
+
|
|
22
|
+
After writing the artifact, recommend the next contextual game-pack skill in the final response as `Recommended next skill: <command>`.
|
|
23
|
+
|
|
24
|
+
Default recommendation: `$game-prototype-test`.
|
|
25
|
+
|
|
26
|
+
If prototype, playtest, or market evidence invalidates an upstream assumption, route back to the earliest affected artifact (`$game-audience`, `$game-fantasy`, `$game-genre-map`, or `$game-comparables`) and explain the evidence. Otherwise, follow the default game sequence:
|
|
27
|
+
|
|
28
|
+
`$game-audience` -> `$game-fantasy` -> `$game-genre-map` -> `$game-comparables` -> `$game-core-loop` -> `$game-prototype-test` -> `$game-playtest-metrics` -> `$game-store-page-test` -> `$game-launch` -> `$game-roadmap`
|
|
29
|
+
|
|
30
|
+
If the next artifact already exists and is current, recommend `$game-workflow` to identify the first missing or stale game-pack artifact.
|
|
31
|
+
|
|
32
|
+
## Task Classification
|
|
33
|
+
|
|
34
|
+
When this skill produces follow-up work, file it by execution semantics:
|
|
35
|
+
|
|
36
|
+
- Immediately actionable implementation or documentation work goes in `tasks/todo.md`.
|
|
37
|
+
- Human-only external actions tied to automated steps go in `tasks/manual-todo.md` with `_(blocks: Step N.X)_` or `_(after: Step N.X)_`; repo edits, SDK wiring, generated assets, local commands, tests, audits, and authenticated CLI/API work stay in `tasks/todo.md`.
|
|
38
|
+
- One-time condition-gated records, baselines, or future measurements go in `tasks/record-todo.md` with source, condition, non-blocking reason, evidence, and promotion rule.
|
|
39
|
+
- Cadence-based reviews, playtests, adoption checks, investor updates, retros, or docs-health checks go in `tasks/recurring-todo.md` with cadence, owner/agent, next due, evidence path, and escalation conditions.
|
|
40
|
+
- Do not put non-blocking records or recurring obligations in `tasks/todo.md` unless they have been explicitly promoted into current execution work.
|
|
41
|
+
|
|
42
|
+
## Alignment Page
|
|
43
|
+
|
|
44
|
+
When this skill produces durable deliverables (research, specs, plans, reports, prototypes, or any document output), build a full-depth HTML alignment page following `ALIGNMENT-PAGE.md` in this skill's directory. Output: `alignment/game-core-loop-{topic}.html`.
|
|
45
|
+
|
|
46
|
+
## Default Shipping Contract
|
|
47
|
+
|
|
48
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|
|
49
|
+
|
|
@@ -9,6 +9,8 @@ When this skill produces durable deliverables (research, specs, plans, reports,
|
|
|
9
9
|
|
|
10
10
|
The tier is set per skill via `visual_tier` in SKILL.md frontmatter (or detected by the upgrade script). The bundled ALIGNMENT-PAGE.md receives tier-appropriate rendering guidance from the generator.
|
|
11
11
|
|
|
12
|
+
**Context intake.** This skill declares `context_intake: scoped` (Scoped intake). Ask only the focused questions needed to scope the research or analysis, then validate critical findings before building review artifacts.
|
|
13
|
+
|
|
12
14
|
**Alignment lifecycle.** Alignment pages have three lifecycle states. `review` is the draft/pre-approval page: it contains the complete deliverable preview, evidence, required inline gate questions, section feedback controls, local section-feedback YAML only after a section feedback choice is selected, and one bottom `Compile Responses` control. `confirmed` is the post-approval page after the agent has consumed final compiled response YAML, made any approved user-requested edits, and written or updated the approved canonical artifacts. A confirmed page is finished and current for the completed alignment cycle, but it remains amendable when later research changes or extends the conclusions. `amended` is a future revision of a confirmed page: archive the previous confirmed page first, mark what changed, preserve the prior approval record, and highlight the new evidence, decisions, or scope that changed the earlier conclusion.
|
|
13
15
|
|
|
14
16
|
**Central alignment index.** When a research-producing skill writes or updates an HTML alignment page, also maintain the repository's central alignment index. Look for `alignment/index.html` at the repository root; if the target repo documents a different central alignment-index path, use that path and report it. If the index does not exist, create it as a self-contained HTML page that works from `file://`, links to every active `alignment/*.html` page except itself, and includes the newly written page. Every index entry must include the page's alignment date in a muted meta span after the link, formatted `YYYY-MM-DD`, for example `<a href="page.html">Title</a> <span class="meta">2026-06-09</span>`. The alignment date is the review or confirmed date written inside the page itself; new pages use today's date. If the index exists, update it instead of blindly appending: preserve valid existing entries, metadata, and entry dates; remove duplicate entries for the same page path; keep links repo-relative; and include the new or updated page. When updating an existing index, add a date only to entries that are missing one, deriving it from the page's internal alignment date, or from file history when the page has no internal date. If a `new` marker is used, combine it with the date as `<span class="meta">new · YYYY-MM-DD</span>`, and remove stale `new` markers from entries that are no longer the latest addition.
|
|
@@ -57,7 +59,9 @@ The tier is set per skill via `visual_tier` in SKILL.md frontmatter (or detected
|
|
|
57
59
|
|
|
58
60
|
**Report-only research gates.** For report-only or pre-approval research skills, the first `review` alignment page must explicitly contain proposed research scope, source plan, assumptions/confidence, recommended output path, proposed file changes, and approval gates before synthesized research begins and before any working packet, canonical research, spec, or task file is created or updated.
|
|
59
61
|
|
|
60
|
-
**Staged research workflow.** Heavy report-first research uses a scope-first three-stage approval workflow. Stage 1 is minimal scope discovery only: inspect enough repository, user, and source context to propose research scope, source plan, assumptions, output paths, and approval questions. Build the `review` alignment page before synthesized research. The page must render the proposed scope, available source categories, known context, assumptions/confidence, proposed working-packet and canonical output paths,
|
|
62
|
+
**Staged research workflow.** Heavy report-first research uses a scope-first three-stage approval workflow. Stage 1 is minimal scope discovery only: inspect enough repository, user, and source context to propose research scope, source plan, assumptions, output paths, and approval questions. Build the `review` alignment page before synthesized research. The page must render the proposed scope, available source categories, known context, assumptions/confidence, proposed working-packet and canonical output paths, research-scope approval gates, and a `Stage 2 Preview / Expected Review Format` section that shows the future Stage 2 review shape before research starts. Stop for final compiled response YAML approval of the research scope. Do not synthesize findings, rank candidates, recommend a path, or create working packets, canonical research, spec, or task files in Stage 1. Stage 2 starts only after final compiled response YAML approves the research scope with no unresolved `needs-clarification`, unresolved `down` feedback, or other unresolved negative feedback. Perform the synthesized research, run required source/code checks, and write only a non-canonical working packet. Flat mode uses `research/_working/preliminary-game-fantasy-research.md`; product-path mode uses `research/{slug}/_working/preliminary-game-fantasy-research.md`. Existing raw evidence or search-log outputs may remain as supporting evidence when the skill contract already requires them, but synthesized deliverables stay in the working packet. Update the same `review` alignment page so it renders the complete working-packet substance as structured HTML review UI: purpose-built sections, tables, matrices, gates, cards, and tier-appropriate charts or diagrams that preserve every packet section, finding, caveat, and decision detail without summary loss. Raw Markdown packet text may appear only as a supplemental source view after the rendered review UI; do not make a `Full Preliminary Packet` or `Full Working Packet` raw Markdown dump, giant `<pre><code>` block, link-only view, or source-only view the primary review surface. Include the evidence matrix, assumptions/confidence register, source coverage gaps, proposed canonical file changes, and artifact approval gates. Partial compiled responses revise the working packet and review page, then remain in Stage 2. Stage 3 consumes final compiled response YAML for artifact approval only when it has `approval_status: ready-for-agent-review` and no unresolved `needs-clarification`, unresolved `down` feedback, or other unresolved negative feedback. Apply approved edits first, archive the working packet to `docs/history/archive/YYYY-MM-DD/HHMMSS/<original-working-path>`, remove the active working packet, write the approved canonical artifacts to the unchanged output paths, and convert the page to `confirmed` with the approval record preserved.
|
|
63
|
+
|
|
64
|
+
**Stage 2 review-page template.** Stage 1 scope-review pages must include a `Stage 2 Preview / Expected Review Format` section that previews the exact section sequence, table shapes, evidence treatment, visual density, and approval gates the user will see after research; make it specific enough for the user to flag preferred content formats, grouping, labels, visuals, and evidence density before the agent does heavy research. After scope approval and research, the Stage 2 review page must include these sections as structured HTML, not as raw Markdown dumps: `Research Scope Approved` status block with approved scope, source plan, output paths, and unresolved caveats; `Executive Findings` or a skill-specific top-findings section with confidence labels; `Evidence Matrix` mapping claim, evidence/source/path, inference, confidence, assumptions, and decision impact; `Working Packet Review` with the complete working-packet substance rendered as purpose-built HTML sections, lists, tables, matrices, cards, and tier-appropriate charts or diagrams; `Alternatives / Rejected or Lower-Confidence Findings`; `Source Coverage & Gaps`; `Assumptions / Confidence Register`; `Proposed Canonical Artifacts & File Changes`; a required `User Format Preferences` gate asking whether the layout, tables, grouping, visuals, labels, and evidence density match expectations; and a required `Final Artifact Approval` gate for Stage 3 readiness. Raw Markdown packet text, search logs, or source notes may appear only as supplemental source views after the rendered review UI and never replace the Stage 2 review sections.
|
|
61
65
|
|
|
62
66
|
**Glossary Additions gate.** When this research introduces domain-specific terms, acronyms, or concept definitions that a reader outside the project would not know, include a `## Glossary Additions` section in the alignment page. Render a table of proposed terms with columns: Term, Definition, Source (`game-fantasy`), Category (business/tooling/workflow/technical/domain), and per-term Approve/Edit/Reject/Flag radio controls. Only user-approved terms are appended to the target glossary (`research/glossary.md` or `research/{slug}/glossary.md` for scoped paths) during the confirmed-page write step. When the skill operates in a product-path scope, ask whether each term belongs in the parent or scoped glossary; default to the scoped glossary.
|
|
63
67
|
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.5 - 2026-06-12
|
|
4
|
+
|
|
5
|
+
- Clarified staged research review pages must render complete working-packet substance as structured HTML UI, with raw Markdown packet text allowed only as a supplemental source view.
|
|
6
|
+
|
|
3
7
|
## v0.4 - 2026-06-10
|
|
4
8
|
|
|
5
9
|
- Changed report-first research flow to require alignment-page research-scope approval before synthesized findings, candidate rankings, recommendations, working packets, or canonical research writes.
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
name: game-fantasy
|
|
3
3
|
description: Use only for video game projects; define the emotional promise, player fantasy, vibe references, and hook
|
|
4
4
|
type: research
|
|
5
|
-
version: v0.
|
|
6
|
-
|
|
5
|
+
version: v0.5
|
|
6
|
+
context_intake: scoped
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# Game Fantasy
|
|
@@ -25,7 +25,7 @@ Do not include `Recommended next skill`, `Recommended next command`, or downstre
|
|
|
25
25
|
Use this staged workflow for synthesized research or report outputs that would create or update canonical research, spec, or task files.
|
|
26
26
|
|
|
27
27
|
1. **Stage 1 - Scope discovery and approval.** Inspect only enough repository, user, and source context to propose research scope, source plan, assumptions, output paths, and approval questions. Build the `review` HTML alignment page before synthesized research. The page must render the proposed scope, available source categories, known context, assumptions/confidence, proposed working-packet and canonical output paths, and research-scope approval gates. Stop for final compiled YAML approval of the research scope. Do not perform synthesized research, rank candidates, make recommendations, or write working packets, canonical research, spec, or task files in Stage 1.
|
|
28
|
-
2. **Stage 2 - Research and artifact review.** Only after approved research-scope YAML with no unresolved `needs-clarification`, unresolved `down` feedback, or other unresolved negative feedback, perform the synthesized research, run required source/code checks, and write only a non-canonical working packet: flat mode uses `research/_working/preliminary-<skill>-research.md`; product-path mode uses `research/{slug}/_working/preliminary-<skill>-research.md`. Replace `<skill>` with this skill's `name` value. Raw evidence or search logs may remain as supporting evidence where this skill already requires them, but synthesized deliverables stay in the working packet. Update the `review` HTML alignment page
|
|
28
|
+
2. **Stage 2 - Research and artifact review.** Only after approved research-scope YAML with no unresolved `needs-clarification`, unresolved `down` feedback, or other unresolved negative feedback, perform the synthesized research, run required source/code checks, and write only a non-canonical working packet: flat mode uses `research/_working/preliminary-<skill>-research.md`; product-path mode uses `research/{slug}/_working/preliminary-<skill>-research.md`. Replace `<skill>` with this skill's `name` value. Raw evidence or search logs may remain as supporting evidence where this skill already requires them, but synthesized deliverables stay in the working packet. Update the `review` HTML alignment page so it renders the complete working-packet substance as structured HTML review UI: purpose-built sections, tables, matrices, gates, cards, and tier-appropriate charts or diagrams that preserve every packet section, finding, caveat, and decision detail without summary loss. Raw Markdown packet text may appear only as a supplemental source view after the rendered review UI; do not make a `Full Preliminary Packet` or `Full Working Packet` raw Markdown dump, giant `<pre><code>` block, link-only view, or source-only view the primary review surface. Include the evidence matrix, assumptions/confidence register, source coverage gaps, proposed canonical file changes, and artifact approval gates. Stop for either feedback-only YAML or final compiled YAML. Feedback-only YAML revises the working packet and page, then remains in Stage 2.
|
|
29
29
|
3. **Stage 3 - Finalize approved artifacts.** Consume final compiled YAML for artifact approval only when it has no unresolved `needs-clarification`, unresolved `down` feedback, or other unresolved negative feedback. Apply approved edits first, archive the working packet to `docs/history/archive/YYYY-MM-DD/HHMMSS/<original-working-path>`, remove the active working packet, write the approved canonical artifacts to the unchanged output paths below, and convert the alignment page to `confirmed` with the approval record preserved.
|
|
30
30
|
|
|
31
31
|
Canonical output paths remain unchanged. Search logs and other supporting evidence remain allowed only where this skill's output contract already requires them.
|