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,110 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: porter-five-forces
|
|
3
|
+
description: Porter's Five Forces competitive analysis - industry structure, rivalry, substitutes, entrants, buyer power, and supplier power
|
|
4
|
+
type: research
|
|
5
|
+
version: v0.2
|
|
6
|
+
invocation: sub-skill
|
|
7
|
+
parent: competitive-analysis
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## Pack Availability Guard
|
|
11
|
+
|
|
12
|
+
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>` inside Codex, or `npx skillpacks install <pack>` from the project shell, 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.
|
|
13
|
+
|
|
14
|
+
# Porter's Five Forces - Competitive Structure Analysis
|
|
15
|
+
|
|
16
|
+
Invoke from the parent queue as `$competitive-analysis/frameworks/porter-five-forces`.
|
|
17
|
+
|
|
18
|
+
This is a framework subskill for `$competitive-analysis`. It analyzes industry structure and competitive pressure. It produces an intermediate artifact for parent synthesis and must not emit downstream next-step routing.
|
|
19
|
+
|
|
20
|
+
## Report-First Approval Gate
|
|
21
|
+
|
|
22
|
+
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.
|
|
23
|
+
|
|
24
|
+
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.
|
|
25
|
+
|
|
26
|
+
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.
|
|
27
|
+
|
|
28
|
+
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.
|
|
29
|
+
|
|
30
|
+
## Staged Research Workflow
|
|
31
|
+
|
|
32
|
+
Use this staged workflow for synthesized research or report outputs that would create or update canonical research, spec, or task files.
|
|
33
|
+
|
|
34
|
+
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.
|
|
35
|
+
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.
|
|
36
|
+
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.
|
|
37
|
+
|
|
38
|
+
Canonical output paths remain unchanged. Search logs and other supporting evidence remain allowed only where this skill's output contract already requires them.
|
|
39
|
+
|
|
40
|
+
## Prerequisites
|
|
41
|
+
|
|
42
|
+
- **Hard**: Parent context from `research/_working/preliminary-competitive-analysis-research.md` or `research/{slug}/_working/preliminary-competitive-analysis-research.md`. If absent, read `research/icp.md` or `research/{slug}/icp.md` plus repo context; if neither exists, tell the user to run `$competitive-analysis` first and stop.
|
|
43
|
+
- **Soft**: Existing `research/competitive-analysis-*.md`, `research/customer-feedback.md`, `research/journey-map.md`, specs, and codebase context.
|
|
44
|
+
|
|
45
|
+
## Product-Path Scope Resolution
|
|
46
|
+
|
|
47
|
+
Use the parent `competitive-analysis` product-path scope when present. Otherwise resolve scope by reading `research/.progress.yaml`, selecting active non-archived product paths, and writing under `research/{slug}/` only when that path is active or explicitly named.
|
|
48
|
+
|
|
49
|
+
## Process
|
|
50
|
+
|
|
51
|
+
1. Load parent context and identify the relevant category, buyer/customer frame, seeded competitors, and source gaps.
|
|
52
|
+
2. Use web search to validate the market boundary and identify evidence for each force.
|
|
53
|
+
3. Assess:
|
|
54
|
+
- competitive rivalry
|
|
55
|
+
- threat of new entrants
|
|
56
|
+
- threat of substitutes and DIY alternatives
|
|
57
|
+
- buyer/customer power
|
|
58
|
+
- supplier/platform/channel power
|
|
59
|
+
4. Score each force as low, moderate, or high pressure with evidence and confidence.
|
|
60
|
+
5. Identify the structural constraints, exploitable gaps, and risks that the parent synthesis should carry forward.
|
|
61
|
+
6. Present findings before writing and incorporate factual corrections.
|
|
62
|
+
|
|
63
|
+
## Output
|
|
64
|
+
|
|
65
|
+
### `research/competitive-analysis-porter-five-forces.md` (or `research/{slug}/competitive-analysis-porter-five-forces.md`)
|
|
66
|
+
|
|
67
|
+
```markdown
|
|
68
|
+
# Porter's Five Forces Analysis
|
|
69
|
+
|
|
70
|
+
> Based on: [parent context, sources]
|
|
71
|
+
> Date: [current date]
|
|
72
|
+
> Methodology: Porter's Five Forces
|
|
73
|
+
|
|
74
|
+
## Market Boundary
|
|
75
|
+
[Category, buyer frame, and competitors included/excluded]
|
|
76
|
+
|
|
77
|
+
## Force Assessment
|
|
78
|
+
| Force | Pressure | Evidence | Confidence | Implication |
|
|
79
|
+
|-------|----------|----------|------------|-------------|
|
|
80
|
+
| Rivalry | Low/Moderate/High | [sources] | High/Medium/Low | [what synthesis should consider] |
|
|
81
|
+
| New Entrants | Low/Moderate/High | [sources] | High/Medium/Low | [implication] |
|
|
82
|
+
| Substitutes | Low/Moderate/High | [sources] | High/Medium/Low | [implication] |
|
|
83
|
+
| Buyer Power | Low/Moderate/High | [sources] | High/Medium/Low | [implication] |
|
|
84
|
+
| Supplier Power | Low/Moderate/High | [sources] | High/Medium/Low | [implication] |
|
|
85
|
+
|
|
86
|
+
## Structural Opportunities
|
|
87
|
+
[White-space openings created by force dynamics]
|
|
88
|
+
|
|
89
|
+
## Structural Risks
|
|
90
|
+
[Forces that could undermine the product or category thesis]
|
|
91
|
+
|
|
92
|
+
## Evidence Matrix
|
|
93
|
+
| Claim | Source | Evidence Type | Confidence |
|
|
94
|
+
|-------|--------|---------------|------------|
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
## Constraints
|
|
98
|
+
|
|
99
|
+
- Every competitor or market fact must be source-backed.
|
|
100
|
+
- Prefer recent sources from the last 12 months and flag older evidence.
|
|
101
|
+
- Do not recommend product features, positioning, architecture, or downstream skills.
|
|
102
|
+
- This is a sub-skill; do not emit `Recommended next skill` or `Recommended next command`.
|
|
103
|
+
|
|
104
|
+
## Alignment Page
|
|
105
|
+
|
|
106
|
+
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/porter-five-forces-{topic}.html`.
|
|
107
|
+
|
|
108
|
+
## Default Shipping Contract
|
|
109
|
+
|
|
110
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: porter-five-forces
|
|
3
|
+
description: Porter's Five Forces competitive analysis - industry structure, rivalry, substitutes, entrants, buyer power, and supplier power
|
|
4
|
+
type: research
|
|
5
|
+
version: v0.3
|
|
6
|
+
invocation: sub-skill
|
|
7
|
+
parent: competitive-analysis
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## Pack Availability Guard
|
|
11
|
+
|
|
12
|
+
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>` from the project shell, 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.
|
|
13
|
+
|
|
14
|
+
# Porter's Five Forces - Competitive Structure Analysis
|
|
15
|
+
|
|
16
|
+
Invoke from the parent queue as `$competitive-analysis/frameworks/porter-five-forces`.
|
|
17
|
+
|
|
18
|
+
This is a framework subskill for `$competitive-analysis`. It analyzes industry structure and competitive pressure. It produces an intermediate artifact for parent synthesis and must not emit downstream next-step routing.
|
|
19
|
+
|
|
20
|
+
## Report-First Approval Gate
|
|
21
|
+
|
|
22
|
+
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.
|
|
23
|
+
|
|
24
|
+
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.
|
|
25
|
+
|
|
26
|
+
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.
|
|
27
|
+
|
|
28
|
+
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.
|
|
29
|
+
|
|
30
|
+
## Staged Research Workflow
|
|
31
|
+
|
|
32
|
+
Use this staged workflow for synthesized research or report outputs that would create or update canonical research, spec, or task files.
|
|
33
|
+
|
|
34
|
+
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.
|
|
35
|
+
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.
|
|
36
|
+
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.
|
|
37
|
+
|
|
38
|
+
Canonical output paths remain unchanged. Search logs and other supporting evidence remain allowed only where this skill's output contract already requires them.
|
|
39
|
+
|
|
40
|
+
## Prerequisites
|
|
41
|
+
|
|
42
|
+
- **Hard**: Parent context from `research/_working/preliminary-competitive-analysis-research.md` or `research/{slug}/_working/preliminary-competitive-analysis-research.md`. If absent, read `research/icp.md` or `research/{slug}/icp.md` plus repo context; if neither exists, tell the user to run `$competitive-analysis` first and stop.
|
|
43
|
+
- **Soft**: Existing `research/competitive-analysis-*.md`, `research/customer-feedback.md`, `research/journey-map.md`, specs, and codebase context.
|
|
44
|
+
|
|
45
|
+
## Product-Path Scope Resolution
|
|
46
|
+
|
|
47
|
+
Use the parent `competitive-analysis` product-path scope when present. Otherwise resolve scope by reading `research/.progress.yaml`, selecting active non-archived product paths, and writing under `research/{slug}/` only when that path is active or explicitly named.
|
|
48
|
+
|
|
49
|
+
## Process
|
|
50
|
+
|
|
51
|
+
1. Load parent context and identify the relevant category, buyer/customer frame, seeded competitors, and source gaps.
|
|
52
|
+
2. Use web search to validate the market boundary and identify evidence for each force.
|
|
53
|
+
3. Assess:
|
|
54
|
+
- competitive rivalry
|
|
55
|
+
- threat of new entrants
|
|
56
|
+
- threat of substitutes and DIY alternatives
|
|
57
|
+
- buyer/customer power
|
|
58
|
+
- supplier/platform/channel power
|
|
59
|
+
4. Score each force as low, moderate, or high pressure with evidence and confidence.
|
|
60
|
+
5. Identify the structural constraints, exploitable gaps, and risks that the parent synthesis should carry forward.
|
|
61
|
+
6. Present findings before writing and incorporate factual corrections.
|
|
62
|
+
|
|
63
|
+
## Output
|
|
64
|
+
|
|
65
|
+
### `research/competitive-analysis-porter-five-forces.md` (or `research/{slug}/competitive-analysis-porter-five-forces.md`)
|
|
66
|
+
|
|
67
|
+
```markdown
|
|
68
|
+
# Porter's Five Forces Analysis
|
|
69
|
+
|
|
70
|
+
> Based on: [parent context, sources]
|
|
71
|
+
> Date: [current date]
|
|
72
|
+
> Methodology: Porter's Five Forces
|
|
73
|
+
|
|
74
|
+
## Market Boundary
|
|
75
|
+
[Category, buyer frame, and competitors included/excluded]
|
|
76
|
+
|
|
77
|
+
## Force Assessment
|
|
78
|
+
| Force | Pressure | Evidence | Confidence | Implication |
|
|
79
|
+
|-------|----------|----------|------------|-------------|
|
|
80
|
+
| Rivalry | Low/Moderate/High | [sources] | High/Medium/Low | [what synthesis should consider] |
|
|
81
|
+
| New Entrants | Low/Moderate/High | [sources] | High/Medium/Low | [implication] |
|
|
82
|
+
| Substitutes | Low/Moderate/High | [sources] | High/Medium/Low | [implication] |
|
|
83
|
+
| Buyer Power | Low/Moderate/High | [sources] | High/Medium/Low | [implication] |
|
|
84
|
+
| Supplier Power | Low/Moderate/High | [sources] | High/Medium/Low | [implication] |
|
|
85
|
+
|
|
86
|
+
## Structural Opportunities
|
|
87
|
+
[White-space openings created by force dynamics]
|
|
88
|
+
|
|
89
|
+
## Structural Risks
|
|
90
|
+
[Forces that could undermine the product or category thesis]
|
|
91
|
+
|
|
92
|
+
## Evidence Matrix
|
|
93
|
+
| Claim | Source | Evidence Type | Confidence |
|
|
94
|
+
|-------|--------|---------------|------------|
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
## Constraints
|
|
98
|
+
|
|
99
|
+
- Every competitor or market fact must be source-backed.
|
|
100
|
+
- Prefer recent sources from the last 12 months and flag older evidence.
|
|
101
|
+
- Do not recommend product features, positioning, architecture, or downstream skills.
|
|
102
|
+
- This is a sub-skill; do not emit `Recommended next skill` or `Recommended next command`.
|
|
103
|
+
|
|
104
|
+
## Alignment Page
|
|
105
|
+
|
|
106
|
+
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/porter-five-forces-{topic}.html`.
|
|
107
|
+
|
|
108
|
+
## Default Shipping Contract
|
|
109
|
+
|
|
110
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|
|
@@ -57,7 +57,13 @@ The tier is set per skill via `visual_tier` in SKILL.md frontmatter (or detected
|
|
|
57
57
|
|
|
58
58
|
**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
59
|
|
|
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,
|
|
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, 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-strategic-group-map-research.md`; product-path mode uses `research/{slug}/_working/preliminary-strategic-group-map-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.
|
|
61
|
+
|
|
62
|
+
**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.
|
|
63
|
+
|
|
64
|
+
**Strategic group map translation.** Research focus: Gather evidence for competitor positioning, axis selection, strategic dimensions, and cluster membership. Separate factual competitor attributes from inferred placements, axis assumptions, confidence, and decision impact. Review/documentation format: Render a two-axis strategic map or scatter plot with cluster labels, axis definitions, competitor placement rationale, confidence by placement, and a table of alternatives considered for axes. Suggested user feedback: Ask reviewers to confirm axis choices, competitor set, cluster names, placement confidence, outliers, missing competitors, and which whitespace or crowding patterns should matter to parent synthesis. Apply the shared artifact-destination/proposed-file-changes de-duplication rule: combine them into one visual gate when they ask only the same path-destination question, and render separate gates when destination approval differs from downstream mutation scope, timing, or allowed files.
|
|
65
|
+
|
|
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.
|
|
61
67
|
|
|
62
68
|
**Glossary Additions gate.** When this research introduces domain-specific terms, acronyms, or concept definitions that a reader outside the project would not know, include a `## Glossary Additions` section in the alignment page. Render a table of proposed terms with columns: Term, Definition, Source (`strategic-group-map`), Category (business/tooling/workflow/technical/domain), and per-term Approve/Edit/Reject/Flag radio controls. Only user-approved terms are appended to the target glossary (`research/glossary.md` or `research/{slug}/glossary.md` for scoped paths) during the confirmed-page write step. When the skill operates in a product-path scope, ask whether each term belongs in the parent or scoped glossary; default to the scoped glossary.
|
|
63
69
|
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.4 - 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.3 - 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.2 - 2026-06-10
|
|
4
12
|
|
|
5
13
|
- Added npm-aware `npx skillpacks install <pack>` wording to the Pack Availability Guard while preserving runner-specific in-agent pack install routes.
|
package/packs/business-research/codex/competitive-analysis/frameworks/strategic-group-map/SKILL.md
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
name: strategic-group-map
|
|
3
3
|
description: Strategic group map competitive analysis - cluster competitors by market axes and identify segment whitespace
|
|
4
4
|
type: research
|
|
5
|
-
version: v0.
|
|
5
|
+
version: v0.4
|
|
6
6
|
invocation: sub-skill
|
|
7
7
|
parent: competitive-analysis
|
|
8
8
|
---
|
|
9
9
|
|
|
10
10
|
## Pack Availability Guard
|
|
11
11
|
|
|
12
|
-
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
|
|
12
|
+
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>` from the project shell, 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.
|
|
13
13
|
|
|
14
14
|
# Strategic Group Map - Competitive Cluster Analysis
|
|
15
15
|
|
|
@@ -32,7 +32,7 @@ Do not include `Recommended next skill`, `Recommended next command`, or downstre
|
|
|
32
32
|
Use this staged workflow for synthesized research or report outputs that would create or update canonical research, spec, or task files.
|
|
33
33
|
|
|
34
34
|
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.
|
|
35
|
-
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
|
|
35
|
+
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.
|
|
36
36
|
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.
|
|
37
37
|
|
|
38
38
|
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,105 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: strategic-group-map
|
|
3
|
+
description: Strategic group map competitive analysis - cluster competitors by market axes and identify segment whitespace
|
|
4
|
+
type: research
|
|
5
|
+
version: v0.2
|
|
6
|
+
invocation: sub-skill
|
|
7
|
+
parent: competitive-analysis
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## Pack Availability Guard
|
|
11
|
+
|
|
12
|
+
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>` inside Codex, or `npx skillpacks install <pack>` from the project shell, 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.
|
|
13
|
+
|
|
14
|
+
# Strategic Group Map - Competitive Cluster Analysis
|
|
15
|
+
|
|
16
|
+
Invoke from the parent queue as `$competitive-analysis/frameworks/strategic-group-map`.
|
|
17
|
+
|
|
18
|
+
This is a framework subskill for `$competitive-analysis`. It maps competitors into strategic groups using evidence-backed axes so the parent synthesis can reason about clusters, crowded zones, and whitespace. It must not emit downstream next-step routing.
|
|
19
|
+
|
|
20
|
+
## Report-First Approval Gate
|
|
21
|
+
|
|
22
|
+
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.
|
|
23
|
+
|
|
24
|
+
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.
|
|
25
|
+
|
|
26
|
+
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.
|
|
27
|
+
|
|
28
|
+
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.
|
|
29
|
+
|
|
30
|
+
## Staged Research Workflow
|
|
31
|
+
|
|
32
|
+
Use this staged workflow for synthesized research or report outputs that would create or update canonical research, spec, or task files.
|
|
33
|
+
|
|
34
|
+
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.
|
|
35
|
+
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.
|
|
36
|
+
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.
|
|
37
|
+
|
|
38
|
+
Canonical output paths remain unchanged. Search logs and other supporting evidence remain allowed only where this skill's output contract already requires them.
|
|
39
|
+
|
|
40
|
+
## Prerequisites
|
|
41
|
+
|
|
42
|
+
- **Hard**: Parent context from `research/_working/preliminary-competitive-analysis-research.md` or product-path equivalent. If absent, read `research/icp.md` or product-path equivalent plus repo context; if neither exists, tell the user to run `$competitive-analysis` first and stop.
|
|
43
|
+
- **Soft**: Existing competitive framework outputs, positioning research, journey research, customer feedback, and specs.
|
|
44
|
+
|
|
45
|
+
## Product-Path Scope Resolution
|
|
46
|
+
|
|
47
|
+
Use the parent `competitive-analysis` product-path scope when present. Otherwise resolve scope from `research/.progress.yaml` and active non-archived paths before writing under `research/{slug}/`.
|
|
48
|
+
|
|
49
|
+
## Process
|
|
50
|
+
|
|
51
|
+
1. Load seeded competitors and use web search to broaden the competitor list enough for meaningful clustering.
|
|
52
|
+
2. Select 2-3 evidence-backed axes, such as:
|
|
53
|
+
- enterprise vs SMB
|
|
54
|
+
- high-service vs self-serve
|
|
55
|
+
- broad platform vs focused workflow
|
|
56
|
+
- premium vs low-cost
|
|
57
|
+
- incumbent suite vs specialist tool
|
|
58
|
+
3. Place competitors on the map only when evidence supports their position.
|
|
59
|
+
4. Identify clusters, crowded zones, underserved segments, and competitors that blur categories.
|
|
60
|
+
5. Record axis uncertainty and alternative maps when the market does not fit one clean 2x2.
|
|
61
|
+
6. Present findings before writing and incorporate factual corrections.
|
|
62
|
+
|
|
63
|
+
## Output
|
|
64
|
+
|
|
65
|
+
### `research/competitive-analysis-strategic-group-map.md` (or `research/{slug}/competitive-analysis-strategic-group-map.md`)
|
|
66
|
+
|
|
67
|
+
```markdown
|
|
68
|
+
# Strategic Group Map
|
|
69
|
+
|
|
70
|
+
> Based on: [parent context, sources]
|
|
71
|
+
> Date: [current date]
|
|
72
|
+
> Methodology: Strategic Group Mapping
|
|
73
|
+
|
|
74
|
+
## Axis Selection
|
|
75
|
+
| Axis | Why It Matters | Evidence | Confidence |
|
|
76
|
+
|------|----------------|----------|------------|
|
|
77
|
+
|
|
78
|
+
## Competitor Placement
|
|
79
|
+
| Competitor | Axis 1 Position | Axis 2 Position | Group | Evidence | Confidence |
|
|
80
|
+
|------------|-----------------|-----------------|-------|----------|------------|
|
|
81
|
+
|
|
82
|
+
## Strategic Groups
|
|
83
|
+
[Named clusters, shared traits, and how they compete]
|
|
84
|
+
|
|
85
|
+
## Whitespace And Crowded Zones
|
|
86
|
+
[Underserved spaces and over-served clusters]
|
|
87
|
+
|
|
88
|
+
## Evidence Matrix
|
|
89
|
+
| Claim | Source | Evidence Type | Confidence |
|
|
90
|
+
|-------|--------|---------------|------------|
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
## Constraints
|
|
94
|
+
|
|
95
|
+
- Do not force a 2x2 when the market needs a table or multiple maps; explain the limitation.
|
|
96
|
+
- Competitor placement must cite evidence.
|
|
97
|
+
- This is a sub-skill; do not emit `Recommended next skill` or `Recommended next command`.
|
|
98
|
+
|
|
99
|
+
## Alignment Page
|
|
100
|
+
|
|
101
|
+
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/strategic-group-map-{topic}.html`.
|
|
102
|
+
|
|
103
|
+
## Default Shipping Contract
|
|
104
|
+
|
|
105
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: strategic-group-map
|
|
3
|
+
description: Strategic group map competitive analysis - cluster competitors by market axes and identify segment whitespace
|
|
4
|
+
type: research
|
|
5
|
+
version: v0.3
|
|
6
|
+
invocation: sub-skill
|
|
7
|
+
parent: competitive-analysis
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## Pack Availability Guard
|
|
11
|
+
|
|
12
|
+
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>` from the project shell, 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.
|
|
13
|
+
|
|
14
|
+
# Strategic Group Map - Competitive Cluster Analysis
|
|
15
|
+
|
|
16
|
+
Invoke from the parent queue as `$competitive-analysis/frameworks/strategic-group-map`.
|
|
17
|
+
|
|
18
|
+
This is a framework subskill for `$competitive-analysis`. It maps competitors into strategic groups using evidence-backed axes so the parent synthesis can reason about clusters, crowded zones, and whitespace. It must not emit downstream next-step routing.
|
|
19
|
+
|
|
20
|
+
## Report-First Approval Gate
|
|
21
|
+
|
|
22
|
+
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.
|
|
23
|
+
|
|
24
|
+
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.
|
|
25
|
+
|
|
26
|
+
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.
|
|
27
|
+
|
|
28
|
+
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.
|
|
29
|
+
|
|
30
|
+
## Staged Research Workflow
|
|
31
|
+
|
|
32
|
+
Use this staged workflow for synthesized research or report outputs that would create or update canonical research, spec, or task files.
|
|
33
|
+
|
|
34
|
+
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.
|
|
35
|
+
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.
|
|
36
|
+
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.
|
|
37
|
+
|
|
38
|
+
Canonical output paths remain unchanged. Search logs and other supporting evidence remain allowed only where this skill's output contract already requires them.
|
|
39
|
+
|
|
40
|
+
## Prerequisites
|
|
41
|
+
|
|
42
|
+
- **Hard**: Parent context from `research/_working/preliminary-competitive-analysis-research.md` or product-path equivalent. If absent, read `research/icp.md` or product-path equivalent plus repo context; if neither exists, tell the user to run `$competitive-analysis` first and stop.
|
|
43
|
+
- **Soft**: Existing competitive framework outputs, positioning research, journey research, customer feedback, and specs.
|
|
44
|
+
|
|
45
|
+
## Product-Path Scope Resolution
|
|
46
|
+
|
|
47
|
+
Use the parent `competitive-analysis` product-path scope when present. Otherwise resolve scope from `research/.progress.yaml` and active non-archived paths before writing under `research/{slug}/`.
|
|
48
|
+
|
|
49
|
+
## Process
|
|
50
|
+
|
|
51
|
+
1. Load seeded competitors and use web search to broaden the competitor list enough for meaningful clustering.
|
|
52
|
+
2. Select 2-3 evidence-backed axes, such as:
|
|
53
|
+
- enterprise vs SMB
|
|
54
|
+
- high-service vs self-serve
|
|
55
|
+
- broad platform vs focused workflow
|
|
56
|
+
- premium vs low-cost
|
|
57
|
+
- incumbent suite vs specialist tool
|
|
58
|
+
3. Place competitors on the map only when evidence supports their position.
|
|
59
|
+
4. Identify clusters, crowded zones, underserved segments, and competitors that blur categories.
|
|
60
|
+
5. Record axis uncertainty and alternative maps when the market does not fit one clean 2x2.
|
|
61
|
+
6. Present findings before writing and incorporate factual corrections.
|
|
62
|
+
|
|
63
|
+
## Output
|
|
64
|
+
|
|
65
|
+
### `research/competitive-analysis-strategic-group-map.md` (or `research/{slug}/competitive-analysis-strategic-group-map.md`)
|
|
66
|
+
|
|
67
|
+
```markdown
|
|
68
|
+
# Strategic Group Map
|
|
69
|
+
|
|
70
|
+
> Based on: [parent context, sources]
|
|
71
|
+
> Date: [current date]
|
|
72
|
+
> Methodology: Strategic Group Mapping
|
|
73
|
+
|
|
74
|
+
## Axis Selection
|
|
75
|
+
| Axis | Why It Matters | Evidence | Confidence |
|
|
76
|
+
|------|----------------|----------|------------|
|
|
77
|
+
|
|
78
|
+
## Competitor Placement
|
|
79
|
+
| Competitor | Axis 1 Position | Axis 2 Position | Group | Evidence | Confidence |
|
|
80
|
+
|------------|-----------------|-----------------|-------|----------|------------|
|
|
81
|
+
|
|
82
|
+
## Strategic Groups
|
|
83
|
+
[Named clusters, shared traits, and how they compete]
|
|
84
|
+
|
|
85
|
+
## Whitespace And Crowded Zones
|
|
86
|
+
[Underserved spaces and over-served clusters]
|
|
87
|
+
|
|
88
|
+
## Evidence Matrix
|
|
89
|
+
| Claim | Source | Evidence Type | Confidence |
|
|
90
|
+
|-------|--------|---------------|------------|
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
## Constraints
|
|
94
|
+
|
|
95
|
+
- Do not force a 2x2 when the market needs a table or multiple maps; explain the limitation.
|
|
96
|
+
- Competitor placement must cite evidence.
|
|
97
|
+
- This is a sub-skill; do not emit `Recommended next skill` or `Recommended next command`.
|
|
98
|
+
|
|
99
|
+
## Alignment Page
|
|
100
|
+
|
|
101
|
+
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/strategic-group-map-{topic}.html`.
|
|
102
|
+
|
|
103
|
+
## Default Shipping Contract
|
|
104
|
+
|
|
105
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|
package/packs/business-research/codex/competitive-analysis/frameworks/swot/ALIGNMENT-PAGE.md
CHANGED
|
@@ -57,7 +57,13 @@ The tier is set per skill via `visual_tier` in SKILL.md frontmatter (or detected
|
|
|
57
57
|
|
|
58
58
|
**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
59
|
|
|
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,
|
|
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, 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-swot-research.md`; product-path mode uses `research/{slug}/_working/preliminary-swot-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.
|
|
61
|
+
|
|
62
|
+
**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.
|
|
63
|
+
|
|
64
|
+
**SWOT translation.** Research focus: Classify strengths, weaknesses, opportunities, and threats with evidence for each item. Separate internal facts from external market signals, inference from assumption, confidence level, and decision impact. Review/documentation format: Render four SWOT quadrants plus a prioritized evidence table that maps each item to source, confidence, owner scope, time horizon, and recommended action or watch item. Suggested user feedback: Ask reviewers to confirm quadrant placement, priority, evidence sufficiency, stale or missing sources, overclaimed strengths, understated threats, and implications for the parent competitive recommendation. Apply the shared artifact-destination/proposed-file-changes de-duplication rule: combine them into one visual gate when they ask only the same path-destination question, and render separate gates when destination approval differs from downstream mutation scope, timing, or allowed files.
|
|
65
|
+
|
|
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.
|
|
61
67
|
|
|
62
68
|
**Glossary Additions gate.** When this research introduces domain-specific terms, acronyms, or concept definitions that a reader outside the project would not know, include a `## Glossary Additions` section in the alignment page. Render a table of proposed terms with columns: Term, Definition, Source (`swot`), Category (business/tooling/workflow/technical/domain), and per-term Approve/Edit/Reject/Flag radio controls. Only user-approved terms are appended to the target glossary (`research/glossary.md` or `research/{slug}/glossary.md` for scoped paths) during the confirmed-page write step. When the skill operates in a product-path scope, ask whether each term belongs in the parent or scoped glossary; default to the scoped glossary.
|
|
63
69
|
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.4 - 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.3 - 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.2 - 2026-06-10
|
|
4
12
|
|
|
5
13
|
- Added npm-aware `npx skillpacks install <pack>` wording to the Pack Availability Guard while preserving runner-specific in-agent pack install routes.
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
name: swot
|
|
3
3
|
description: SWOT competitive analysis - strengths, weaknesses, opportunities, and threats grounded in market evidence
|
|
4
4
|
type: research
|
|
5
|
-
version: v0.
|
|
5
|
+
version: v0.4
|
|
6
6
|
invocation: sub-skill
|
|
7
7
|
parent: competitive-analysis
|
|
8
8
|
---
|
|
9
9
|
|
|
10
10
|
## Pack Availability Guard
|
|
11
11
|
|
|
12
|
-
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
|
|
12
|
+
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>` from the project shell, 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.
|
|
13
13
|
|
|
14
14
|
# SWOT - Competitive Evidence Analysis
|
|
15
15
|
|
|
@@ -32,7 +32,7 @@ Do not include `Recommended next skill`, `Recommended next command`, or downstre
|
|
|
32
32
|
Use this staged workflow for synthesized research or report outputs that would create or update canonical research, spec, or task files.
|
|
33
33
|
|
|
34
34
|
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.
|
|
35
|
-
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
|
|
35
|
+
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.
|
|
36
36
|
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.
|
|
37
37
|
|
|
38
38
|
Canonical output paths remain unchanged. Search logs and other supporting evidence remain allowed only where this skill's output contract already requires them.
|