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
|
@@ -0,0 +1,356 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: youtube-audit
|
|
3
|
+
description: Analyze a YouTube channel with evidence-first metadata, transcripts, performance fields, portfolio shape, and repeated content-quality patterns
|
|
4
|
+
type: research
|
|
5
|
+
version: v0.5
|
|
6
|
+
argument-hint: "<channel URL or handle> [--count N]"
|
|
7
|
+
interview_depth: none
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# YouTube Audit — Evidence-First Channel Analysis
|
|
11
|
+
|
|
12
|
+
Invoke as `$youtube-audit`.
|
|
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
|
+
## Prerequisites
|
|
44
|
+
|
|
45
|
+
Two CLI tools are required. Neither needs API keys.
|
|
46
|
+
|
|
47
|
+
- **yt-dlp**: Lists channel videos as JSON. Install: `brew install yt-dlp` or `pip install yt-dlp`.
|
|
48
|
+
- **youtube-transcript-api**: Fetches transcripts via Python. If the active Python is externally managed, such as Homebrew Python on macOS under PEP 668, install this package in a project-local virtual environment instead of the system Python.
|
|
49
|
+
|
|
50
|
+
Check `yt-dlp` before proceeding. The transcript dependency should be handled through a project-local `.venv` when it is missing.
|
|
51
|
+
|
|
52
|
+
## Process
|
|
53
|
+
|
|
54
|
+
### 1. Parse Arguments
|
|
55
|
+
|
|
56
|
+
- `$ARGUMENTS` must contain a YouTube channel URL or handle (e.g. `@handle`).
|
|
57
|
+
- Optional `--count N` sets how many recent videos to fetch (default 20, max 50).
|
|
58
|
+
- If no channel is provided, ask the user for one and stop.
|
|
59
|
+
- Normalize handles to channel video URLs when needed: `@handle` -> `https://www.youtube.com/@handle/videos`.
|
|
60
|
+
- Validate that `yt-dlp` is available first:
|
|
61
|
+
|
|
62
|
+
```bash
|
|
63
|
+
command -v yt-dlp
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
- Select the Python interpreter for transcript fetching. Prefer a workspace-local virtual environment when present; if one is not present, create it before checking the transcript import:
|
|
67
|
+
|
|
68
|
+
```bash
|
|
69
|
+
if [ ! -x .venv/bin/python ]; then
|
|
70
|
+
python3 -m venv .venv
|
|
71
|
+
fi
|
|
72
|
+
TRANSCRIPT_PYTHON=.venv/bin/python
|
|
73
|
+
"$TRANSCRIPT_PYTHON" -c "from youtube_transcript_api import YouTubeTranscriptApi; print('ok')"
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
- If the import check fails, install the missing package into the project-local virtual environment, then rerun the import check:
|
|
77
|
+
|
|
78
|
+
```bash
|
|
79
|
+
.venv/bin/python -m pip install youtube-transcript-api
|
|
80
|
+
"$TRANSCRIPT_PYTHON" -c "from youtube_transcript_api import YouTubeTranscriptApi; print('ok')"
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
- Store the selected interpreter path and use it for every transcript-fetching command in this audit.
|
|
84
|
+
- If package installation fails because network access is unavailable or denied, stop and report the exact safe install commands below:
|
|
85
|
+
|
|
86
|
+
```bash
|
|
87
|
+
python3 -m venv .venv
|
|
88
|
+
.venv/bin/python -m pip install youtube-transcript-api
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
Do not recommend installing `youtube-transcript-api` into Homebrew/system Python with `python3 -m pip install ...`, and do not recommend `--break-system-packages`. The local-venv path avoids PEP 668 `externally-managed-environment` failures on Homebrew Python.
|
|
92
|
+
|
|
93
|
+
### 2. Archive Previous Audit
|
|
94
|
+
|
|
95
|
+
If `research/youtube/youtube-audit-*.md` or legacy `research/youtube-audit-*.md` already exists for the same channel (check the `> Channel:` header in existing files):
|
|
96
|
+
|
|
97
|
+
1. Copy the existing file to `docs/history/archive/YYYY-MM-DD/HHMMSS/research/youtube-audit-*.md`.
|
|
98
|
+
2. Preserve the archived snapshot exactly.
|
|
99
|
+
3. Then proceed to overwrite the canonical path.
|
|
100
|
+
|
|
101
|
+
New files do not need archive snapshots.
|
|
102
|
+
|
|
103
|
+
### 3. Fetch Video List
|
|
104
|
+
|
|
105
|
+
Create:
|
|
106
|
+
|
|
107
|
+
```text
|
|
108
|
+
research/youtube/data/<slug>/
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
Run full metadata export, not flat playlist metadata:
|
|
112
|
+
|
|
113
|
+
```bash
|
|
114
|
+
yt-dlp --dump-json --playlist-end N "CHANNEL_URL/videos"
|
|
115
|
+
```
|
|
116
|
+
|
|
117
|
+
Persist the raw newline-delimited response exactly to:
|
|
118
|
+
|
|
119
|
+
```text
|
|
120
|
+
research/youtube/data/<slug>/videos-YYYY-MM-DD.jsonl
|
|
121
|
+
```
|
|
122
|
+
|
|
123
|
+
Parse each JSON object for at least:
|
|
124
|
+
|
|
125
|
+
| Field | Notes |
|
|
126
|
+
| --- | --- |
|
|
127
|
+
| `id`, `webpage_url`, `title`, `description` | Identity and audit links |
|
|
128
|
+
| `channel`, `channel_id`, `uploader`, `uploader_id` | Channel identity |
|
|
129
|
+
| `upload_date`, `timestamp` | Used for recency and views/day |
|
|
130
|
+
| `duration` | Used for views/minute |
|
|
131
|
+
| `view_count`, `like_count`, `comment_count` | Performance |
|
|
132
|
+
| `tags`, `categories`, `chapters` | Positioning and packaging signals |
|
|
133
|
+
| `thumbnail`, `thumbnails` | Packaging review signal |
|
|
134
|
+
|
|
135
|
+
Build a video table sorted by upload date (newest first). Report total videos found.
|
|
136
|
+
|
|
137
|
+
### 4. Fetch Transcripts
|
|
138
|
+
|
|
139
|
+
Use the same Python interpreter that passed the import check. If `.venv/bin/python` exists and passed the import check, run transcript fetching with `.venv/bin/python`; otherwise use the Python executable that passed the import check. Fetch transcripts sequentially and persist raw transcript JSON:
|
|
140
|
+
|
|
141
|
+
```python
|
|
142
|
+
from youtube_transcript_api import YouTubeTranscriptApi
|
|
143
|
+
from pathlib import Path
|
|
144
|
+
import json, sys, time
|
|
145
|
+
|
|
146
|
+
video_ids = json.loads(sys.argv[1])
|
|
147
|
+
out_dir = Path(sys.argv[2])
|
|
148
|
+
out_dir.mkdir(parents=True, exist_ok=True)
|
|
149
|
+
results = {}
|
|
150
|
+
errors = []
|
|
151
|
+
|
|
152
|
+
for vid in video_ids:
|
|
153
|
+
try:
|
|
154
|
+
transcript = YouTubeTranscriptApi.get_transcript(vid)
|
|
155
|
+
(out_dir / f"{vid}.json").write_text(json.dumps(transcript, ensure_ascii=False, indent=2))
|
|
156
|
+
results[vid] = " ".join(entry["text"] for entry in transcript)
|
|
157
|
+
except Exception as e:
|
|
158
|
+
errors.append({"id": vid, "reason": str(e)})
|
|
159
|
+
time.sleep(1.5)
|
|
160
|
+
|
|
161
|
+
summary = {"transcripts": results, "errors": errors}
|
|
162
|
+
(out_dir / "transcripts-summary.json").write_text(json.dumps(summary, ensure_ascii=False, indent=2))
|
|
163
|
+
json.dump(summary, sys.stdout)
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
- Fetch sequentially with 1.5s delay to avoid rate limiting.
|
|
167
|
+
- Skip videos without transcripts and log the reason.
|
|
168
|
+
- If more than 80% lack transcripts, warn the user and ask whether to proceed.
|
|
169
|
+
- Do not fabricate transcript text; transcript gaps are evidence quality limits.
|
|
170
|
+
|
|
171
|
+
### 5. Prepare Analysis Context
|
|
172
|
+
|
|
173
|
+
Build structured records per video:
|
|
174
|
+
|
|
175
|
+
| Field | Computation |
|
|
176
|
+
| --- | --- |
|
|
177
|
+
| Title, date, URL, duration, views, likes, comments | Direct from metadata |
|
|
178
|
+
| Age in days | From upload date to current date |
|
|
179
|
+
| Views/day | `view_count / max(age_days, 1)` |
|
|
180
|
+
| Views/minute | `view_count / max(duration_minutes, 1)` |
|
|
181
|
+
| Like rate | `like_count / view_count` when both exist |
|
|
182
|
+
| Transcript coverage | `yes`, `no`, or `partial` |
|
|
183
|
+
| Archetype | Format pattern such as founder update, interview, tutorial, analysis, vlog, launch, reaction, teardown |
|
|
184
|
+
| Content role | Strategic role such as acquisition, trust-building, proof, education, launch support, community retention, cleanup candidate |
|
|
185
|
+
|
|
186
|
+
If total transcript text exceeds 80,000 words, truncate each transcript to preserve:
|
|
187
|
+
- First 500 words (hook and intro)
|
|
188
|
+
- Last 300 words (outro and CTA)
|
|
189
|
+
- Trim the middle proportionally across all videos to fit the budget
|
|
190
|
+
|
|
191
|
+
### 6. Analyze Content
|
|
192
|
+
|
|
193
|
+
Analyze performance and content in one pass.
|
|
194
|
+
|
|
195
|
+
### Performance And Portfolio Fields
|
|
196
|
+
|
|
197
|
+
Include:
|
|
198
|
+
|
|
199
|
+
- Total videos analyzed, transcript coverage, total views, median views, top video, bottom video.
|
|
200
|
+
- Views/day and views/minute leaders.
|
|
201
|
+
- Top-video concentration: top 1, top 3, and top 5 share of analyzed views.
|
|
202
|
+
- Portfolio distribution by archetype and content role.
|
|
203
|
+
- Packaging signals from titles, thumbnails, tags, descriptions, and chapters.
|
|
204
|
+
- Cleanup candidates: videos with poor fit, weak performance relative to channel median, stale positioning, or inconsistent audience promise. Mark as `keep`, `refresh`, `unlist/private candidate`, or `needs human review`; do not recommend deletion as an automated action.
|
|
205
|
+
|
|
206
|
+
### Content Quality Patterns
|
|
207
|
+
|
|
208
|
+
Split into positive patterns (double down) and critical patterns (fix).
|
|
209
|
+
|
|
210
|
+
**Every finding must cite evidence from 2+ videos to qualify as a pattern.** Single-video observations are not patterns — discard them.
|
|
211
|
+
|
|
212
|
+
Analyze across these dimensions:
|
|
213
|
+
|
|
214
|
+
| Dimension | What to look for |
|
|
215
|
+
| --- | --- |
|
|
216
|
+
| Positioning | Who is this channel for? Is it consistent? Does the creator own a niche? |
|
|
217
|
+
| Hooks | First 30 seconds — do they create curiosity, state a problem, or waste time? |
|
|
218
|
+
| Interview style | If applicable — question quality, follow-ups, guest chemistry, interruptions |
|
|
219
|
+
| Credibility | Does the creator demonstrate expertise? Name-drop experiences? Show receipts? |
|
|
220
|
+
| Topic selection | Are topics timely, evergreen, niche, or scattered? Do they match the audience? |
|
|
221
|
+
| Pacing | Does the content drag or rush? Are there dead zones? |
|
|
222
|
+
| Editing signals | Verbal cues for cuts, chapters, graphics. Does the script feel edited or rambling? |
|
|
223
|
+
| Startup rigor | If startup/business content — are frameworks used? Is advice actionable or generic? |
|
|
224
|
+
| Audience trust | Does the creator build trust or erode it? Sponsorship handling, honesty, consistency |
|
|
225
|
+
| Portfolio fit | Does each video serve a clear role in the channel strategy? |
|
|
226
|
+
| Packaging | Do title, thumbnail, topic, and opening promise align? |
|
|
227
|
+
|
|
228
|
+
### 7. Write Report
|
|
229
|
+
|
|
230
|
+
Save to `research/youtube/youtube-audit-<slug>-YYYY-MM-DD.md`:
|
|
231
|
+
|
|
232
|
+
```markdown
|
|
233
|
+
# YouTube Audit — [Channel Name]
|
|
234
|
+
|
|
235
|
+
> Channel: [URL]
|
|
236
|
+
> Videos analyzed: N
|
|
237
|
+
> Transcripts available: N of M
|
|
238
|
+
> Date: YYYY-MM-DD
|
|
239
|
+
> Raw metadata: research/youtube/data/<slug>/videos-YYYY-MM-DD.jsonl
|
|
240
|
+
> Raw transcripts: research/youtube/data/<slug>/transcripts/
|
|
241
|
+
|
|
242
|
+
## Videos Analyzed
|
|
243
|
+
|
|
244
|
+
| # | Title | Date | Views | Likes | Views/day | Views/min | Duration | Archetype | Role | Transcript |
|
|
245
|
+
|---|-------|------|-------|-------|-----------|-----------|----------|-----------|------|------------|
|
|
246
|
+
| 1 | [Title](URL) | YYYY-MM-DD | N | N | N | N | Xm | [type] | [role] | Yes/No |
|
|
247
|
+
| ... | | | | | |
|
|
248
|
+
|
|
249
|
+
## Performance Snapshot
|
|
250
|
+
|
|
251
|
+
- **Total views analyzed**: N
|
|
252
|
+
- **Median views**: N
|
|
253
|
+
- **Top 1 concentration**: N%
|
|
254
|
+
- **Top 3 concentration**: N%
|
|
255
|
+
- **Views/day leader**: [video]
|
|
256
|
+
- **Views/minute leader**: [video]
|
|
257
|
+
|
|
258
|
+
## Portfolio Shape
|
|
259
|
+
|
|
260
|
+
| Archetype | Videos | View share | Notes |
|
|
261
|
+
|---|---:|---:|---|
|
|
262
|
+
| ... | | | |
|
|
263
|
+
|
|
264
|
+
| Content role | Videos | View share | Notes |
|
|
265
|
+
|---|---:|---:|---|
|
|
266
|
+
| ... | | | |
|
|
267
|
+
|
|
268
|
+
## Positive Patterns (Double Down)
|
|
269
|
+
|
|
270
|
+
### [Pattern Title]
|
|
271
|
+
- **Frequency**: Found in N of M videos
|
|
272
|
+
- **Evidence**: [Video 1 title] — "[quote or description]"; [Video 2 title] — "[quote or description]"
|
|
273
|
+
- **Recommendation**: [What to keep doing or amplify]
|
|
274
|
+
|
|
275
|
+
### ...
|
|
276
|
+
|
|
277
|
+
## Critical Patterns (Fix)
|
|
278
|
+
|
|
279
|
+
### [Pattern Title]
|
|
280
|
+
- **Severity**: High / Medium / Low
|
|
281
|
+
- **Frequency**: Found in N of M videos
|
|
282
|
+
- **Evidence**: [Video 1 title] — "[quote or description]"; [Video 2 title] — "[quote or description]"
|
|
283
|
+
- **Impact**: [Why this hurts the channel]
|
|
284
|
+
- **Recommendation**: [Specific fix]
|
|
285
|
+
|
|
286
|
+
### ...
|
|
287
|
+
|
|
288
|
+
## Cleanup Candidates
|
|
289
|
+
|
|
290
|
+
| Video | Recommendation | Evidence | Human check |
|
|
291
|
+
|---|---|---|---|
|
|
292
|
+
| [Title](URL) | Keep / Refresh / Unlist-private candidate / Needs human review | [performance + fit evidence] | [what to inspect before action] |
|
|
293
|
+
|
|
294
|
+
## Summary
|
|
295
|
+
|
|
296
|
+
### Top 3 Strengths
|
|
297
|
+
1. [Strength] — [one-line why]
|
|
298
|
+
2. [Strength] — [one-line why]
|
|
299
|
+
3. [Strength] — [one-line why]
|
|
300
|
+
|
|
301
|
+
### Top 3 Weaknesses
|
|
302
|
+
1. [Weakness] — [one-line why]
|
|
303
|
+
2. [Weakness] — [one-line why]
|
|
304
|
+
3. [Weakness] — [one-line why]
|
|
305
|
+
|
|
306
|
+
### Strategic Recommendation
|
|
307
|
+
[2-3 sentences: the single most impactful change the channel should make, grounded in the patterns found]
|
|
308
|
+
```
|
|
309
|
+
|
|
310
|
+
Create the `research/youtube/` and `research/youtube/data/<slug>/` directories if they do not exist.
|
|
311
|
+
|
|
312
|
+
### 8. Summarize In Thread
|
|
313
|
+
|
|
314
|
+
After saving the report, output: top 3 strengths, top 3 weaknesses, performance/portfolio headline, strategic recommendation, report path, and raw data paths.
|
|
315
|
+
|
|
316
|
+
## Constraints
|
|
317
|
+
|
|
318
|
+
- **Pattern-only reporting**: Every finding must have evidence from 2+ videos. No single-video observations.
|
|
319
|
+
- **Sequential fetching**: Do not parallelize transcript fetches — use 1.5s delay to avoid IP rate limiting.
|
|
320
|
+
- **No API keys**: Both tools work unauthenticated against public data. Do not ask the user for API keys.
|
|
321
|
+
- **Smart truncation**: When truncating, always preserve hooks (first 500 words) and outros (last 300 words).
|
|
322
|
+
- **Honest coverage**: If transcripts are sparse, say so. Do not fabricate transcript content or hallucinate quotes.
|
|
323
|
+
- **Raw evidence first**: Always persist raw `yt-dlp` JSONL and transcript JSON before writing analysis.
|
|
324
|
+
- **No automated destructive content advice**: Cleanup candidates are review recommendations, not instructions to delete content.
|
|
325
|
+
- **Stay in analysis mode**: Do not propose video ideas, scripts, or content calendars. The job is to audit what exists.
|
|
326
|
+
|
|
327
|
+
## Approved Artifact Handoff
|
|
328
|
+
|
|
329
|
+
After an approved synthesized write, explicit write/update mode, or any direct artifact mutation:
|
|
330
|
+
|
|
331
|
+
- List every created or updated synthesized artifact path in the final response.
|
|
332
|
+
- State the verification performed, such as readback, schema/check command, or why no executable verification applies for a Markdown-only strategy artifact.
|
|
333
|
+
- Check and report the relevant git status for intended artifacts when the project is a git repository. If intended artifacts are modified or untracked, make the next action shipping, committing, or an explicit dirty-artifact handoff before recommending downstream strategy work.
|
|
334
|
+
- Do not imply the research workflow is complete while approved artifacts remain untracked or uncommitted unless the user explicitly asked not to ship.
|
|
335
|
+
- If stopping for approval before writing, the approval request remains the next action; do not include downstream routing.
|
|
336
|
+
|
|
337
|
+
## Intent-Aware Routing
|
|
338
|
+
|
|
339
|
+
Before applying the default next-step routing, classify the user's immediate intent and route to the missing action that best serves that intent:
|
|
340
|
+
|
|
341
|
+
- Strategy refresh: recommend the missing or stale positioning, programming, portfolio, metrics, or product-media artifact.
|
|
342
|
+
- Recording prep: recommend the missing series spec, script, build proof, walkthrough guide, or validation artifact needed before recording.
|
|
343
|
+
- Upload prep: recommend packaging, title/thumbnail, description, chapters, or final metadata work before broader strategy work.
|
|
344
|
+
- Performance review: recommend metrics, cadence, portfolio, peer benchmark, or owner-analytics export work before new content planning.
|
|
345
|
+
- Owner analytics or private/manual platform evidence: route to an explicit manual/guide handoff instead of inventing unavailable metrics.
|
|
346
|
+
- Dirty intended artifacts: route to shipping/commit/handoff first, not another creator strategy skill.
|
|
347
|
+
|
|
348
|
+
Use the default next-skill sequence only when no stronger user intent, missing artifact, manual blocker, or dirty-artifact handoff applies.
|
|
349
|
+
|
|
350
|
+
## Alignment Page
|
|
351
|
+
|
|
352
|
+
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/youtube-audit-{topic}.html`.
|
|
353
|
+
|
|
354
|
+
## Default Shipping Contract
|
|
355
|
+
|
|
356
|
+
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-youtube-cadence-diagnosis-research.md`; product-path mode uses `research/{slug}/_working/preliminary-youtube-cadence-diagnosis-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,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.6 - 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
|
+
|
|
7
|
+
## v0.5 - 2026-06-12
|
|
8
|
+
|
|
9
|
+
- Standardized active pack and skill install guidance on `npx skillpacks install <pack-or-skill>` instead of agent-native `/pack install` or `$pack install` recommendations.
|
|
10
|
+
|
|
3
11
|
## v0.4 - 2026-06-10
|
|
4
12
|
|
|
5
13
|
- 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,15 +2,15 @@
|
|
|
2
2
|
name: youtube-cadence-diagnosis
|
|
3
3
|
description: Diagnose YouTube publishing cadence, gaps, streaks, and post-gap performance effects against channel and peer evidence
|
|
4
4
|
type: research
|
|
5
|
-
version: v0.
|
|
5
|
+
version: v0.6
|
|
6
6
|
argument-hint: "<channel slug or handle> [--peer <channel>...] [--count N]"
|
|
7
|
-
|
|
7
|
+
context_intake: artifact_only
|
|
8
8
|
visual_tier: visual
|
|
9
9
|
---
|
|
10
10
|
|
|
11
11
|
## Pack Availability Guard
|
|
12
12
|
|
|
13
|
-
Before telling the user to run a skill from another project-local pack, check `.agents/project.json.enabled_packs`. If the target pack is not enabled, recommend
|
|
13
|
+
Before telling the user to run a skill from another project-local pack, check `.agents/project.json.enabled_packs`. If the target pack is not enabled, recommend `npx skillpacks install <pack>` instead of the target skill. Global skills are always valid. Skills from this same pack are valid because the current skill is already running from that pack.
|
|
14
14
|
|
|
15
15
|
# YouTube Cadence Diagnosis
|
|
16
16
|
|
|
@@ -31,7 +31,7 @@ Do not include `Recommended next skill`, `Recommended next command`, or downstre
|
|
|
31
31
|
Use this staged workflow for synthesized research or report outputs that would create or update canonical research, spec, or task files.
|
|
32
32
|
|
|
33
33
|
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.
|
|
34
|
-
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
|
|
34
|
+
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.
|
|
35
35
|
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.
|
|
36
36
|
|
|
37
37
|
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,128 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: youtube-cadence-diagnosis
|
|
3
|
+
description: Diagnose YouTube publishing cadence, gaps, streaks, and post-gap performance effects against channel and peer evidence
|
|
4
|
+
type: research
|
|
5
|
+
version: v0.4
|
|
6
|
+
argument-hint: "<channel slug or handle> [--peer <channel>...] [--count N]"
|
|
7
|
+
interview_depth: none
|
|
8
|
+
visual_tier: visual
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## Pack Availability Guard
|
|
12
|
+
|
|
13
|
+
Before telling the user to run a skill from another project-local pack, check `.agents/project.json.enabled_packs`. If the target pack is not enabled, recommend `$pack install <pack>` instead of the target skill. Global skills are always valid. Skills from this same pack are valid because the current skill is already running from that pack.
|
|
14
|
+
|
|
15
|
+
# YouTube Cadence Diagnosis
|
|
16
|
+
|
|
17
|
+
Invoke as `$youtube-cadence-diagnosis`.
|
|
18
|
+
|
|
19
|
+
## Report-First Approval Gate
|
|
20
|
+
|
|
21
|
+
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.
|
|
22
|
+
|
|
23
|
+
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.
|
|
24
|
+
|
|
25
|
+
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.
|
|
26
|
+
|
|
27
|
+
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.
|
|
28
|
+
|
|
29
|
+
## Staged Research Workflow
|
|
30
|
+
|
|
31
|
+
Use this staged workflow for synthesized research or report outputs that would create or update canonical research, spec, or task files.
|
|
32
|
+
|
|
33
|
+
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.
|
|
34
|
+
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.
|
|
35
|
+
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.
|
|
36
|
+
|
|
37
|
+
Canonical output paths remain unchanged. Search logs and other supporting evidence remain allowed only where this skill's output contract already requires them.
|
|
38
|
+
|
|
39
|
+
## Evidence And Feedback Handling
|
|
40
|
+
|
|
41
|
+
Treat user feedback as input to evaluate, not as automatic ground truth.
|
|
42
|
+
|
|
43
|
+
- 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.
|
|
44
|
+
- 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.
|
|
45
|
+
- When feedback mixes facts and preference, separate them explicitly: correct the factual part, then incorporate the preference where it is a legitimate judgment call.
|
|
46
|
+
- When uncertain, say what is known, what is inferred, and what would change the conclusion.
|
|
47
|
+
|
|
48
|
+
## Inputs
|
|
49
|
+
|
|
50
|
+
- `research/youtube/channel-audit-<slug>.md`
|
|
51
|
+
- `research/youtube/data/<slug>/videos-*.jsonl`
|
|
52
|
+
- Optional `research/youtube/peer-benchmark-<slug>.md`
|
|
53
|
+
- Optional peer raw metadata under `research/youtube/data/<peer-slug>/`
|
|
54
|
+
|
|
55
|
+
## Process
|
|
56
|
+
|
|
57
|
+
1. Require a channel slug, handle, or channel audit path.
|
|
58
|
+
2. Ensure raw upload metadata exists. If not, run `$youtube-channel-audit <channel> [--count N]`.
|
|
59
|
+
3. Parse publish dates, views, views/day, content roles, and video archetypes from raw metadata.
|
|
60
|
+
4. Compute upload intervals, streaks, longest gaps, rolling 30/60/90-day publish counts, and current streak status.
|
|
61
|
+
5. Compare pre-gap and post-gap performance while controlling for topic, video age, and outlier videos where the evidence allows it.
|
|
62
|
+
6. Compare cadence against stage-matched peers when peer metadata exists.
|
|
63
|
+
7. Decide whether the data points to frequency, topic selection, packaging, or production quality as the more likely bottleneck.
|
|
64
|
+
8. Write `research/youtube/cadence-diagnosis-<slug>.md`.
|
|
65
|
+
|
|
66
|
+
Create the `research/youtube/` directory if it does not exist.
|
|
67
|
+
|
|
68
|
+
## Report Sections
|
|
69
|
+
|
|
70
|
+
- Evidence coverage: videos analyzed, date range, peer coverage, and missing fields.
|
|
71
|
+
- Upload timeline: chronological table with intervals, gaps, topics, roles, and views/day.
|
|
72
|
+
- Cadence metrics: median interval, longest gaps, streaks, rolling publish counts, and current streak.
|
|
73
|
+
- Gap analysis: pre-gap baseline, post-gap performance, outlier handling, and confidence level.
|
|
74
|
+
- Peer cadence benchmark: publish frequency and consistency compared with comparable channels.
|
|
75
|
+
- Bottleneck diagnosis: cadence vs topic vs packaging vs production constraints.
|
|
76
|
+
- Practical cadence recommendation: minimum viable cadence, stretch cadence, batching options, and warning signs.
|
|
77
|
+
- Strategic programming implication.
|
|
78
|
+
|
|
79
|
+
## Constraints
|
|
80
|
+
|
|
81
|
+
- Do not claim causation when the evidence only supports correlation.
|
|
82
|
+
- Always name confounders such as topic mix, video age, search seasonality, and packaging changes.
|
|
83
|
+
- Use exact dates and intervals.
|
|
84
|
+
- Keep recommendations realistic for solo or small-team production unless evidence shows otherwise.
|
|
85
|
+
- Route the resulting rhythm into `$content-programming`.
|
|
86
|
+
|
|
87
|
+
## Approved Artifact Handoff
|
|
88
|
+
|
|
89
|
+
After an approved synthesized write, explicit write/update mode, or any direct artifact mutation:
|
|
90
|
+
|
|
91
|
+
- List every created or updated synthesized artifact path in the final response.
|
|
92
|
+
- State the verification performed, such as readback, schema/check command, or why no executable verification applies for a Markdown-only strategy artifact.
|
|
93
|
+
- Check and report the relevant git status for intended artifacts when the project is a git repository. If intended artifacts are modified or untracked, make the next action shipping, committing, or an explicit dirty-artifact handoff before recommending downstream strategy work.
|
|
94
|
+
- Do not imply the research workflow is complete while approved artifacts remain untracked or uncommitted unless the user explicitly asked not to ship.
|
|
95
|
+
- If stopping for approval before writing, the approval request remains the next action; do not include downstream routing.
|
|
96
|
+
|
|
97
|
+
## Intent-Aware Routing
|
|
98
|
+
|
|
99
|
+
Before applying the default `## Next-Skill Routing` sequence, classify the user's immediate intent and route to the missing action that best serves that intent:
|
|
100
|
+
|
|
101
|
+
- Strategy refresh: recommend the missing or stale positioning, programming, portfolio, metrics, or product-media artifact.
|
|
102
|
+
- Recording prep: recommend the missing series spec, script, build proof, walkthrough guide, or validation artifact needed before recording.
|
|
103
|
+
- Upload prep: recommend packaging, title/thumbnail, description, chapters, or final metadata work before broader strategy work.
|
|
104
|
+
- Performance review: recommend metrics, cadence, portfolio, peer benchmark, or owner-analytics export work before new content planning.
|
|
105
|
+
- Owner analytics or private/manual platform evidence: route to an explicit manual/guide handoff instead of inventing unavailable metrics.
|
|
106
|
+
- Dirty intended artifacts: route to shipping/commit/handoff first, not another creator strategy skill.
|
|
107
|
+
|
|
108
|
+
Use the default next-skill sequence only when no stronger user intent, missing artifact, manual blocker, or dirty-artifact handoff applies.
|
|
109
|
+
|
|
110
|
+
## Next-Step Routing
|
|
111
|
+
|
|
112
|
+
After writing the artifact, recommend the next contextual creator-media skill in the final response as `Recommended next skill: <command>`.
|
|
113
|
+
|
|
114
|
+
Default recommendation: `$creator-positioning`.
|
|
115
|
+
|
|
116
|
+
If the default successor already exists and is current, recommend the first missing or stale downstream creator-media artifact in this order:
|
|
117
|
+
|
|
118
|
+
`$youtube-channel-audit` -> `$youtube-video-audit` -> `$youtube-vid-research` -> `$youtube-concept-research` -> `$youtube-competitive-research` -> `$youtube-title-thumbnail-audit` -> `$youtube-description-optimizer` -> `$youtube-portfolio` -> `$youtube-peer-benchmark` -> `$youtube-search-positioning` -> `$youtube-cadence-diagnosis` -> `$creator-positioning` -> `$content-programming` -> `$series-spec` -> `$product-led-media-map` -> `$creator-metrics-review`
|
|
119
|
+
|
|
120
|
+
If the sequence is ambiguous, multiple upstream artifacts are stale, or the recommendation depends on channel-level strategy vs programming-level changes, recommend `$creator-metrics-review` when metrics evidence exists, otherwise recommend the default successor and explain the missing artifact.
|
|
121
|
+
|
|
122
|
+
## Alignment Page
|
|
123
|
+
|
|
124
|
+
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/youtube-cadence-diagnosis-{topic}.html`.
|
|
125
|
+
|
|
126
|
+
## Default Shipping Contract
|
|
127
|
+
|
|
128
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|