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,182 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: youtube-format-research
|
|
3
|
+
description: Break down a YouTube video's format, visual system, pacing, editing grammar, motion, audio, and Remotion-ready production patterns
|
|
4
|
+
type: research
|
|
5
|
+
version: v0.5
|
|
6
|
+
argument-hint: "<video URL or ID> [--target remotion|script|style-guide] [--compare <video URL or ID...>]"
|
|
7
|
+
interview_depth: none
|
|
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>` 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
|
+
# YouTube Format Research
|
|
15
|
+
|
|
16
|
+
Invoke as `$youtube-format-research`.
|
|
17
|
+
|
|
18
|
+
## Report-First Approval Gate
|
|
19
|
+
|
|
20
|
+
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.
|
|
21
|
+
|
|
22
|
+
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.
|
|
23
|
+
|
|
24
|
+
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.
|
|
25
|
+
|
|
26
|
+
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.
|
|
27
|
+
|
|
28
|
+
## Staged Research Workflow
|
|
29
|
+
|
|
30
|
+
Use this staged workflow for synthesized research or report outputs that would create or update canonical research, spec, or task files.
|
|
31
|
+
|
|
32
|
+
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.
|
|
33
|
+
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.
|
|
34
|
+
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.
|
|
35
|
+
|
|
36
|
+
Canonical output paths remain unchanged. Search logs and other supporting evidence remain allowed only where this skill's output contract already requires them.
|
|
37
|
+
|
|
38
|
+
## Evidence And Feedback Handling
|
|
39
|
+
|
|
40
|
+
Treat user feedback as input to evaluate, not as automatic ground truth.
|
|
41
|
+
|
|
42
|
+
- For factual, evidentiary, technical, or source-backed claims: verify against available evidence. If the user appears to misunderstand the evidence or states something factually incorrect, push back clearly and cite the evidence. Do not rewrite findings merely to agree.
|
|
43
|
+
- For taste, brand, positioning preference, risk appetite, prioritization, or other subjective judgment calls: weigh user feedback heavily and adapt the recommendation unless it conflicts with verified evidence.
|
|
44
|
+
- When feedback mixes facts and preference, separate them explicitly: correct the factual part, then incorporate the preference where it is a legitimate judgment call.
|
|
45
|
+
- When uncertain, say what is known, what is inferred, and what would change the conclusion.
|
|
46
|
+
|
|
47
|
+
## Inputs
|
|
48
|
+
|
|
49
|
+
- Required: one YouTube video URL or video ID.
|
|
50
|
+
- Optional `--target remotion|script|style-guide`: default `remotion`.
|
|
51
|
+
- Optional `--compare <video URL or ID...>`: additional references to distinguish repeatable format rules from one-off choices.
|
|
52
|
+
|
|
53
|
+
## Process
|
|
54
|
+
|
|
55
|
+
1. Resolve all video targets into video IDs from watch URLs, Shorts URLs, youtu.be URLs, embed URLs, or raw 11-character IDs.
|
|
56
|
+
2. Require `yt-dlp` for public metadata:
|
|
57
|
+
|
|
58
|
+
```bash
|
|
59
|
+
command -v yt-dlp
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
3. Select a transcript Python interpreter. Prefer a workspace-local `.venv`; create it if missing. Install `youtube-transcript-api` into `.venv` only when the import check fails and network access is available.
|
|
63
|
+
4. Persist raw evidence under `research/youtube/data/<video-id>/`:
|
|
64
|
+
- `metadata-YYYY-MM-DD.json`: raw `yt-dlp --dump-json "VIDEO_URL"` output.
|
|
65
|
+
- `transcript/<video-id>.json`: raw transcript JSON when available.
|
|
66
|
+
- `transcript/transcript-summary.json`: transcript text or failure reason.
|
|
67
|
+
5. Inspect available metadata, transcript, chapters, thumbnail URLs, description, and any user-provided screenshots or notes. If visual details cannot be verified from available evidence, mark them as gaps instead of guessing.
|
|
68
|
+
6. Analyze:
|
|
69
|
+
- Scene grammar: opener, recurring segments, transitions, title cards, examples, proof moments, CTA, outro.
|
|
70
|
+
- Timing and pacing: section durations, speaking density, cut rhythm, beats, visual resets, and retention support.
|
|
71
|
+
- Visual system: typography, color, layout, framing, captions, lower thirds, callouts, charts, browser frames, code blocks, or product shots.
|
|
72
|
+
- Motion language: camera moves, zooms, wipes, kinetic text, object movement, reveal timing, and transition rules.
|
|
73
|
+
- Audio language: music bed, silence, sound effects, emphasis beats, voiceover style, and mix notes when evidence supports them.
|
|
74
|
+
- Production assets: required footage, screenshots, diagrams, logos, fonts, icons, stock, B-roll, music, SFX, and licensing checks.
|
|
75
|
+
7. Translate the reference into reusable format rules without copying copyrighted assets or pretending the exact source project is available.
|
|
76
|
+
|
|
77
|
+
## Output
|
|
78
|
+
|
|
79
|
+
Create the `research/youtube/` directory if it does not exist.
|
|
80
|
+
|
|
81
|
+
Write:
|
|
82
|
+
|
|
83
|
+
```text
|
|
84
|
+
research/youtube/format-research-<video-id>-YYYY-MM-DD.md
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
Use this structure:
|
|
88
|
+
|
|
89
|
+
```markdown
|
|
90
|
+
# YouTube Format Research - [Title]
|
|
91
|
+
|
|
92
|
+
> Video: [URL]
|
|
93
|
+
> Target: remotion / script / style-guide
|
|
94
|
+
> Date captured: YYYY-MM-DD
|
|
95
|
+
> Evidence: [raw paths used]
|
|
96
|
+
|
|
97
|
+
## Evidence Coverage
|
|
98
|
+
|
|
99
|
+
| Evidence | Status | Path or gap |
|
|
100
|
+
|---|---|---|
|
|
101
|
+
| Public metadata | Available / Missing | ... |
|
|
102
|
+
| Transcript | Available / Missing | ... |
|
|
103
|
+
| Chapters | Available / Missing | ... |
|
|
104
|
+
| Visual references | Available / Missing | ... |
|
|
105
|
+
| Audio references | Available / Missing | ... |
|
|
106
|
+
|
|
107
|
+
## Format Summary
|
|
108
|
+
|
|
109
|
+
[The repeatable format in one concise brief.]
|
|
110
|
+
|
|
111
|
+
## Scene And Timing Map
|
|
112
|
+
|
|
113
|
+
| Segment | Approx time | Purpose | Visual treatment | Audio / motion notes |
|
|
114
|
+
|---|---:|---|---|---|
|
|
115
|
+
| ... | ... | ... | ... | ... |
|
|
116
|
+
|
|
117
|
+
## Visual And Motion System
|
|
118
|
+
|
|
119
|
+
- **Typography**: ...
|
|
120
|
+
- **Color and layout**: ...
|
|
121
|
+
- **Captions / callouts**: ...
|
|
122
|
+
- **Transitions**: ...
|
|
123
|
+
- **Recurring components**: ...
|
|
124
|
+
|
|
125
|
+
## Production Grammar
|
|
126
|
+
|
|
127
|
+
[Rules for pacing, proof, examples, visual resets, CTA placement, and when to change scenes.]
|
|
128
|
+
|
|
129
|
+
## Remotion Handoff
|
|
130
|
+
|
|
131
|
+
| Component / asset | Role | Inputs | Notes |
|
|
132
|
+
|---|---|---|---|
|
|
133
|
+
| ... | ... | ... | ... |
|
|
134
|
+
|
|
135
|
+
## Adaptation Guidance
|
|
136
|
+
|
|
137
|
+
[What to copy as a pattern, what to avoid copying directly, and what to change for the user's brand or series.]
|
|
138
|
+
|
|
139
|
+
## Evidence Gaps And Human Checks
|
|
140
|
+
|
|
141
|
+
[Missing screenshots, unavailable fonts, uncertain audio details, licensing checks, or manual review needs.]
|
|
142
|
+
```
|
|
143
|
+
|
|
144
|
+
## Constraints
|
|
145
|
+
|
|
146
|
+
- Do not copy or embed copyrighted assets, music, fonts, footage, or thumbnails unless the user confirms licensing.
|
|
147
|
+
- Do not invent visual details that are not evident from metadata, transcript, screenshots, or user-provided notes.
|
|
148
|
+
- Distinguish repeatable format rules from one-off creative choices.
|
|
149
|
+
- Keep Remotion handoff at the component/spec level; actual scaffold and render planning belongs to `$video-build`.
|
|
150
|
+
- Do not bypass login walls, bot protections, access controls, or private YouTube Studio data.
|
|
151
|
+
- Archive existing canonical artifacts before replacing them under `docs/history/archive/YYYY-MM-DD/HHMMSS/<original-relative-path>`.
|
|
152
|
+
|
|
153
|
+
## Approved Artifact Handoff
|
|
154
|
+
|
|
155
|
+
After an approved synthesized write, explicit write/update mode, or any direct artifact mutation:
|
|
156
|
+
|
|
157
|
+
- List every created or updated synthesized artifact path in the final response.
|
|
158
|
+
- State the verification performed, such as readback, schema/check command, or why no executable verification applies for a Markdown-only strategy artifact.
|
|
159
|
+
- Check and report the relevant git status for intended artifacts when the project is a git repository. If intended artifacts are modified or untracked, make the next action shipping, committing, or an explicit dirty-artifact handoff before recommending downstream strategy work.
|
|
160
|
+
- Do not imply the research workflow is complete while approved artifacts remain untracked or uncommitted unless the user explicitly asked not to ship.
|
|
161
|
+
- If stopping for approval before writing, the approval request remains the next action; do not include downstream routing.
|
|
162
|
+
|
|
163
|
+
## Intent-Aware Routing
|
|
164
|
+
|
|
165
|
+
Before applying the default `## Next-Skill Routing` sequence, classify the user's immediate intent and route to the missing action that best serves that intent:
|
|
166
|
+
|
|
167
|
+
- Strategy refresh: recommend the missing or stale positioning, programming, portfolio, metrics, or product-media artifact.
|
|
168
|
+
- Recording prep: recommend the missing series spec, script, build proof, walkthrough guide, or validation artifact needed before recording.
|
|
169
|
+
- Upload prep: recommend packaging, title/thumbnail, description, chapters, or final metadata work before broader strategy work.
|
|
170
|
+
- Performance review: recommend metrics, cadence, portfolio, peer benchmark, or owner-analytics export work before new content planning.
|
|
171
|
+
- Owner analytics or private/manual platform evidence: route to an explicit manual/guide handoff instead of inventing unavailable metrics.
|
|
172
|
+
- Dirty intended artifacts: route to shipping/commit/handoff first, not another creator strategy skill.
|
|
173
|
+
|
|
174
|
+
Use the default next-skill sequence only when no stronger user intent, missing artifact, manual blocker, or dirty-artifact handoff applies.
|
|
175
|
+
|
|
176
|
+
## Alignment Page
|
|
177
|
+
|
|
178
|
+
When this skill produces durable deliverables (research, specs, plans, reports, prototypes, or any document output), build a full-depth HTML alignment page following `ALIGNMENT-PAGE.md` in this skill's directory. Output: `alignment/youtube-format-research-{topic}.html`.
|
|
179
|
+
|
|
180
|
+
## Default Shipping Contract
|
|
181
|
+
|
|
182
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# bootstrap-repo changelog (claude)
|
|
2
2
|
|
|
3
|
+
## v0.5 - 2026-06-12
|
|
4
|
+
|
|
5
|
+
- Updated product bootstrap routing to use the AFPS prototype flow tree: `/user-flow-map` -> `/ux-variations [specific-user-flow]` -> `/ui-interview [specific-ux-variation]`, with requirements-only/layout-mode as explicit bounded detours.
|
|
6
|
+
|
|
7
|
+
## v0.4 - 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.3 - 2026-06-11
|
|
4
12
|
|
|
5
13
|
- Updated product bootstrap pack checks from `business-discovery` to `business-research` after the pack rename.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: bootstrap-repo
|
|
3
3
|
description: Initialize or reset a repository README and agent workflow docs from a short project brief
|
|
4
4
|
type: execution
|
|
5
|
-
version: v0.
|
|
5
|
+
version: v0.5
|
|
6
6
|
argument-hint: "<project brief>"
|
|
7
7
|
---
|
|
8
8
|
|
|
@@ -56,14 +56,15 @@ Initialize a repository with a useful `README.md` and the standard agent workflo
|
|
|
56
56
|
|
|
57
57
|
7. **Route research-first after product bootstrap:**
|
|
58
58
|
- If this is a product, app, SaaS, dashboard, internal tool, marketplace, website, or other user-facing restart, rebuild market and lifecycle alignment from the high-level concept before UI requirements or prototypes.
|
|
59
|
-
- Check `.agents/project.json.enabled_packs` when present. If `business-research` is not enabled, recommend
|
|
60
|
-
- When required packs are available, recommend `/customer-discovery <concept>` as the next command. After `/customer-discovery`, the intended sequence is `/competitive-analysis` -> `/journey-map` -> `/positioning` -> `/user-flow-map` -> `/
|
|
59
|
+
- Check `.agents/project.json.enabled_packs` when present. If `business-research` is not enabled, recommend `npx skillpacks install business-research` from the project shell, before `/customer-discovery`. If `customer-lifecycle` is not enabled, include `npx skillpacks install customer-lifecycle` before `/journey-map`.
|
|
60
|
+
- When required packs are available, recommend `/customer-discovery <concept>` as the next command. After `/customer-discovery`, the intended sequence is `/competitive-analysis` -> `/journey-map` -> `/positioning` -> `/user-flow-map` -> `/ux-variations [specific-user-flow]` -> `/ui-interview [specific-ux-variation]` -> prototype work.
|
|
61
61
|
- If current, accepted `research/icp.md`, `research/competitive-analysis.md`, and `research/journey-map.md` already exist from the fresh reset but positioning is missing, then recommend `/positioning <topic>`.
|
|
62
62
|
- If positioning exists but a flow map is missing, recommend `/user-flow-map <topic>`.
|
|
63
|
-
- If a flow map exists but
|
|
64
|
-
- If
|
|
63
|
+
- If a flow map exists but UX variation branches are missing, recommend `/ux-variations [specific-user-flow]`.
|
|
64
|
+
- If UX variation branches exist but no branch has an approved UI direction, recommend `/ui-interview [specific-ux-variation]`.
|
|
65
|
+
- Recommend `/ui-interview --requirements-only <topic>` only when the user explicitly needs a fixed content/data/action contract before `/ux-variations --layout-mode <topic>`.
|
|
65
66
|
- Only route directly to `/roadmap` or `/exec` when the project is non-UI/non-product work or already has accepted alignment artifacts and a consolidated prototype.
|
|
66
|
-
- The intended product sequence after reset is: `/customer-discovery` -> `/competitive-analysis` -> `/journey-map` -> `/positioning` -> `/user-flow-map` -> `/
|
|
67
|
+
- The intended product sequence after reset is: `/customer-discovery` -> `/competitive-analysis` -> `/journey-map` -> `/positioning` -> `/user-flow-map` -> `/ux-variations [specific-user-flow]` -> `/ui-interview [specific-ux-variation]` -> build variants/prototypes via `/exec` or the applicable prototype-building route -> `/uat --variant-evaluation` -> `/consolidate-variations` -> `/research-roadmap --post-prototype` -> `/spec-interview` or `/roadmap`.
|
|
67
68
|
|
|
68
69
|
## Output
|
|
69
70
|
|
|
@@ -76,7 +77,7 @@ Bootstrapped repository
|
|
|
76
77
|
- AGENTS.md: [created | updated | unchanged], corresponding workflow block appears once
|
|
77
78
|
- Monorepo safety block: [included (<heuristic>) | skipped]
|
|
78
79
|
- Verification: [commands/checks run]
|
|
79
|
-
- Recommended next command: [
|
|
80
|
+
- Recommended next command: [npx skillpacks install business-research | npx skillpacks install customer-lifecycle | npx skillpacks install product-design | /customer-discovery <concept> | /positioning <topic> | /user-flow-map <topic> | /ux-variations [specific-user-flow] | /ui-interview [specific-ux-variation] | /roadmap | /exec]
|
|
80
81
|
```
|
|
81
82
|
|
|
82
83
|
## Constraints
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: bootstrap-repo
|
|
3
|
+
description: Initialize or reset a repository README and agent workflow docs from a short project brief
|
|
4
|
+
type: execution
|
|
5
|
+
version: v0.3
|
|
6
|
+
argument-hint: "<project brief>"
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Bootstrap Repo
|
|
10
|
+
|
|
11
|
+
Initialize a repository with a useful `README.md` and the standard agent workflow docs. When invoked with `--reset-existing`, first archive stale implementation and documentation files from a non-empty stuck repo so the fresh start is not built on old code or old assumptions by accident.
|
|
12
|
+
|
|
13
|
+
## Process
|
|
14
|
+
|
|
15
|
+
1. **Parse the project brief and mode** from `$ARGUMENTS`:
|
|
16
|
+
- Detect `--reset-existing`, `--in-place-reset`, or an explicit request to archive/reset the current codebase before bootstrap.
|
|
17
|
+
- Extract the project name, purpose, setup instructions, run/test commands, and any constraints.
|
|
18
|
+
- If the brief is missing or too thin to write a useful README, ask for the project name and one-sentence purpose. Ask for setup or run instructions only when the repository does not make them discoverable.
|
|
19
|
+
|
|
20
|
+
2. **Inspect the target repository:**
|
|
21
|
+
- Read existing `README.md`, `CLAUDE.md`, `AGENTS.md`, package manifests, obvious build files, and directory names.
|
|
22
|
+
- Preserve discovered commands and facts. Do not invent dependency managers, deployment targets, or product claims.
|
|
23
|
+
|
|
24
|
+
3. **Reset existing stale repo when explicitly requested:**
|
|
25
|
+
- Only perform this step when reset mode is explicit. Never archive or move files during ordinary bootstrap.
|
|
26
|
+
- Confirm the repo is non-empty and contains stale implementation, docs, research, specs, task files, design notes, or generated app structure. If it is already empty or freshly initialized, skip archival and note why.
|
|
27
|
+
- Create `archive/YYYY-MM-DD-HHMMSS/` and move stale implementation and documentation files/directories there before writing fresh bootstrap docs.
|
|
28
|
+
- Archive old docs by default, including `docs/`, `alignment/`, `research/`, `specs/`, `tasks/`, planning reports, implementation notes, design docs, old README content, and prior roadmap/todo/history files. These may remain useful as historical evidence in the archive, but they must not stay active as source-of-truth inputs.
|
|
29
|
+
- Do not archive `.git/`, `.agents/`, `archive/`, `desk-flip-report.md`, root agent config files needed for the current session, or the newly written high-level concept artifact.
|
|
30
|
+
- Preserve exactly one active concept seed, such as `concept.md` or `README.md` `## Concept`, derived from the bootstrap brief or `desk-flip-report.md`. Keep it high level: product name, target user, core problem, value proposition, non-goals, and open questions. Do not preserve old research/spec detail as active files.
|
|
31
|
+
- Preserve a manifest at `archive/YYYY-MM-DD-HHMMSS/MANIFEST.md` listing every moved path, every intentionally preserved path, and the high-level concept source that justified the reset.
|
|
32
|
+
- Prefer `git mv` for tracked paths so history remains understandable. Use ordinary moves only for untracked paths.
|
|
33
|
+
- Do not delete old files outright. If a path cannot be moved safely, stop and report the blocker instead of partially resetting further.
|
|
34
|
+
- After archival, the root should contain only the fresh-start sources of truth: git metadata, agent config, the archive directory, `desk-flip-report.md`, the high-level concept artifact, and any newly written bootstrap docs. Old docs/research/specs belong in the archive.
|
|
35
|
+
|
|
36
|
+
4. **Create or update `README.md`:**
|
|
37
|
+
- If `README.md` is absent, empty, or placeholder-like, write a concise README with:
|
|
38
|
+
- `# <Project Name>`
|
|
39
|
+
- A short purpose summary.
|
|
40
|
+
- `## Getting Started`
|
|
41
|
+
- `## Development`
|
|
42
|
+
- `## Notes`
|
|
43
|
+
- If `README.md` already has substantial content, preserve it. Ask before replacing it; otherwise add a small bootstrap section only when it improves the file.
|
|
44
|
+
- Use the project brief as the primary source and repository inspection as supporting evidence.
|
|
45
|
+
|
|
46
|
+
5. **Provision agent workflow docs:**
|
|
47
|
+
- Run `/provision-agentic-config` for the same repository.
|
|
48
|
+
- Confirm `CLAUDE.md` and `AGENTS.md` exist after provisioning.
|
|
49
|
+
- Preserve unrelated existing content in both files.
|
|
50
|
+
|
|
51
|
+
6. **Verify the result:**
|
|
52
|
+
- Check that `README.md`, `CLAUDE.md`, and `AGENTS.md` exist.
|
|
53
|
+
- Confirm the corresponding workflow orchestration block appears exactly once in each of `CLAUDE.md` and `AGENTS.md`.
|
|
54
|
+
- Report whether the monorepo safety block was included or skipped by `/provision-agentic-config`.
|
|
55
|
+
- In reset mode, check that `archive/YYYY-MM-DD-HHMMSS/MANIFEST.md` exists and lists moved and preserved paths, and verify old docs/research/specs/tasks were archived rather than left active.
|
|
56
|
+
|
|
57
|
+
7. **Route research-first after product bootstrap:**
|
|
58
|
+
- If this is a product, app, SaaS, dashboard, internal tool, marketplace, website, or other user-facing restart, rebuild market and lifecycle alignment from the high-level concept before UI requirements or prototypes.
|
|
59
|
+
- Check `.agents/project.json.enabled_packs` when present. If `business-research` is not enabled, recommend `/pack install business-research` inside Claude Code, or `npx skillpacks install business-research` from the project shell, before `/customer-discovery`. If `customer-lifecycle` is not enabled, include `/pack install customer-lifecycle` before `/journey-map`.
|
|
60
|
+
- When required packs are available, recommend `/customer-discovery <concept>` as the next command. After `/customer-discovery`, the intended sequence is `/competitive-analysis` -> `/journey-map` -> `/positioning` -> `/user-flow-map` -> `/ui-interview --requirements-only` -> `/ux-variations --layout-mode` -> prototype work.
|
|
61
|
+
- If current, accepted `research/icp.md`, `research/competitive-analysis.md`, and `research/journey-map.md` already exist from the fresh reset but positioning is missing, then recommend `/positioning <topic>`.
|
|
62
|
+
- If positioning exists but a flow map is missing, recommend `/user-flow-map <topic>`.
|
|
63
|
+
- If a flow map exists but UI requirements are missing, recommend `/ui-interview --requirements-only <topic>`.
|
|
64
|
+
- If UI requirements exist but layout variations are missing, recommend `/ux-variations --layout-mode <topic>`.
|
|
65
|
+
- Only route directly to `/roadmap` or `/exec` when the project is non-UI/non-product work or already has accepted alignment artifacts and a consolidated prototype.
|
|
66
|
+
- The intended product sequence after reset is: `/customer-discovery` -> `/competitive-analysis` -> `/journey-map` -> `/positioning` -> `/user-flow-map` -> `/ui-interview --requirements-only` -> `/ux-variations --layout-mode` -> build variants/prototypes via `/exec` or the applicable prototype-building route -> `/uat --variant-evaluation` -> `/consolidate-variations` -> `/research-roadmap --post-prototype` -> `/spec-interview` or `/roadmap`.
|
|
67
|
+
|
|
68
|
+
## Output
|
|
69
|
+
|
|
70
|
+
```markdown
|
|
71
|
+
Bootstrapped repository
|
|
72
|
+
- README.md: [created | updated | preserved], source: [arguments | prompts | existing content]
|
|
73
|
+
- Reset archive: [created archive/YYYY-MM-DD-HHMMSS | skipped (<reason>)]
|
|
74
|
+
- Active concept seed: [concept.md | README.md ## Concept | other]
|
|
75
|
+
- CLAUDE.md: [created | updated | unchanged], corresponding workflow block appears once
|
|
76
|
+
- AGENTS.md: [created | updated | unchanged], corresponding workflow block appears once
|
|
77
|
+
- Monorepo safety block: [included (<heuristic>) | skipped]
|
|
78
|
+
- Verification: [commands/checks run]
|
|
79
|
+
- Recommended next command: [/pack install business-research | /pack install customer-lifecycle | /pack install product-design | /customer-discovery <concept> | /positioning <topic> | /user-flow-map <topic> | /ui-interview --requirements-only <topic> | /ux-variations --layout-mode <topic> | /roadmap | /exec]
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
## Constraints
|
|
83
|
+
|
|
84
|
+
- Do not overwrite substantial existing `README.md` content without explicit user confirmation.
|
|
85
|
+
- Do not invent setup, test, deploy, or architecture details that are not in the brief or repository.
|
|
86
|
+
- Keep the README concise and useful for a new contributor.
|
|
87
|
+
- Do not modify files other than `README.md`, `CLAUDE.md`, and `AGENTS.md` unless the user explicitly asks or invokes reset mode.
|
|
88
|
+
- Reset mode may move stale files, including old docs/research/specs/tasks, into `archive/YYYY-MM-DD-HHMMSS/` and write that archive's `MANIFEST.md`; it may not delete files outright.
|
|
89
|
+
- In reset mode, do not preserve old docs as active files just because they were marked salvageable. Use them only as archived historical evidence; active research and requirements restart from the high-level concept.
|
|
90
|
+
- Do not create, modify, or suggest GitHub Actions workflows.
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
## Default Shipping Contract
|
|
94
|
+
|
|
95
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: bootstrap-repo
|
|
3
|
+
description: Initialize or reset a repository README and agent workflow docs from a short project brief
|
|
4
|
+
type: execution
|
|
5
|
+
version: v0.4
|
|
6
|
+
argument-hint: "<project brief>"
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Bootstrap Repo
|
|
10
|
+
|
|
11
|
+
Initialize a repository with a useful `README.md` and the standard agent workflow docs. When invoked with `--reset-existing`, first archive stale implementation and documentation files from a non-empty stuck repo so the fresh start is not built on old code or old assumptions by accident.
|
|
12
|
+
|
|
13
|
+
## Process
|
|
14
|
+
|
|
15
|
+
1. **Parse the project brief and mode** from `$ARGUMENTS`:
|
|
16
|
+
- Detect `--reset-existing`, `--in-place-reset`, or an explicit request to archive/reset the current codebase before bootstrap.
|
|
17
|
+
- Extract the project name, purpose, setup instructions, run/test commands, and any constraints.
|
|
18
|
+
- If the brief is missing or too thin to write a useful README, ask for the project name and one-sentence purpose. Ask for setup or run instructions only when the repository does not make them discoverable.
|
|
19
|
+
|
|
20
|
+
2. **Inspect the target repository:**
|
|
21
|
+
- Read existing `README.md`, `CLAUDE.md`, `AGENTS.md`, package manifests, obvious build files, and directory names.
|
|
22
|
+
- Preserve discovered commands and facts. Do not invent dependency managers, deployment targets, or product claims.
|
|
23
|
+
|
|
24
|
+
3. **Reset existing stale repo when explicitly requested:**
|
|
25
|
+
- Only perform this step when reset mode is explicit. Never archive or move files during ordinary bootstrap.
|
|
26
|
+
- Confirm the repo is non-empty and contains stale implementation, docs, research, specs, task files, design notes, or generated app structure. If it is already empty or freshly initialized, skip archival and note why.
|
|
27
|
+
- Create `archive/YYYY-MM-DD-HHMMSS/` and move stale implementation and documentation files/directories there before writing fresh bootstrap docs.
|
|
28
|
+
- Archive old docs by default, including `docs/`, `alignment/`, `research/`, `specs/`, `tasks/`, planning reports, implementation notes, design docs, old README content, and prior roadmap/todo/history files. These may remain useful as historical evidence in the archive, but they must not stay active as source-of-truth inputs.
|
|
29
|
+
- Do not archive `.git/`, `.agents/`, `archive/`, `desk-flip-report.md`, root agent config files needed for the current session, or the newly written high-level concept artifact.
|
|
30
|
+
- Preserve exactly one active concept seed, such as `concept.md` or `README.md` `## Concept`, derived from the bootstrap brief or `desk-flip-report.md`. Keep it high level: product name, target user, core problem, value proposition, non-goals, and open questions. Do not preserve old research/spec detail as active files.
|
|
31
|
+
- Preserve a manifest at `archive/YYYY-MM-DD-HHMMSS/MANIFEST.md` listing every moved path, every intentionally preserved path, and the high-level concept source that justified the reset.
|
|
32
|
+
- Prefer `git mv` for tracked paths so history remains understandable. Use ordinary moves only for untracked paths.
|
|
33
|
+
- Do not delete old files outright. If a path cannot be moved safely, stop and report the blocker instead of partially resetting further.
|
|
34
|
+
- After archival, the root should contain only the fresh-start sources of truth: git metadata, agent config, the archive directory, `desk-flip-report.md`, the high-level concept artifact, and any newly written bootstrap docs. Old docs/research/specs belong in the archive.
|
|
35
|
+
|
|
36
|
+
4. **Create or update `README.md`:**
|
|
37
|
+
- If `README.md` is absent, empty, or placeholder-like, write a concise README with:
|
|
38
|
+
- `# <Project Name>`
|
|
39
|
+
- A short purpose summary.
|
|
40
|
+
- `## Getting Started`
|
|
41
|
+
- `## Development`
|
|
42
|
+
- `## Notes`
|
|
43
|
+
- If `README.md` already has substantial content, preserve it. Ask before replacing it; otherwise add a small bootstrap section only when it improves the file.
|
|
44
|
+
- Use the project brief as the primary source and repository inspection as supporting evidence.
|
|
45
|
+
|
|
46
|
+
5. **Provision agent workflow docs:**
|
|
47
|
+
- Run `/provision-agentic-config` for the same repository.
|
|
48
|
+
- Confirm `CLAUDE.md` and `AGENTS.md` exist after provisioning.
|
|
49
|
+
- Preserve unrelated existing content in both files.
|
|
50
|
+
|
|
51
|
+
6. **Verify the result:**
|
|
52
|
+
- Check that `README.md`, `CLAUDE.md`, and `AGENTS.md` exist.
|
|
53
|
+
- Confirm the corresponding workflow orchestration block appears exactly once in each of `CLAUDE.md` and `AGENTS.md`.
|
|
54
|
+
- Report whether the monorepo safety block was included or skipped by `/provision-agentic-config`.
|
|
55
|
+
- In reset mode, check that `archive/YYYY-MM-DD-HHMMSS/MANIFEST.md` exists and lists moved and preserved paths, and verify old docs/research/specs/tasks were archived rather than left active.
|
|
56
|
+
|
|
57
|
+
7. **Route research-first after product bootstrap:**
|
|
58
|
+
- If this is a product, app, SaaS, dashboard, internal tool, marketplace, website, or other user-facing restart, rebuild market and lifecycle alignment from the high-level concept before UI requirements or prototypes.
|
|
59
|
+
- Check `.agents/project.json.enabled_packs` when present. If `business-research` is not enabled, recommend `npx skillpacks install business-research` from the project shell, before `/customer-discovery`. If `customer-lifecycle` is not enabled, include `npx skillpacks install customer-lifecycle` before `/journey-map`.
|
|
60
|
+
- When required packs are available, recommend `/customer-discovery <concept>` as the next command. After `/customer-discovery`, the intended sequence is `/competitive-analysis` -> `/journey-map` -> `/positioning` -> `/user-flow-map` -> `/ui-interview --requirements-only` -> `/ux-variations --layout-mode` -> prototype work.
|
|
61
|
+
- If current, accepted `research/icp.md`, `research/competitive-analysis.md`, and `research/journey-map.md` already exist from the fresh reset but positioning is missing, then recommend `/positioning <topic>`.
|
|
62
|
+
- If positioning exists but a flow map is missing, recommend `/user-flow-map <topic>`.
|
|
63
|
+
- If a flow map exists but UI requirements are missing, recommend `/ui-interview --requirements-only <topic>`.
|
|
64
|
+
- If UI requirements exist but layout variations are missing, recommend `/ux-variations --layout-mode <topic>`.
|
|
65
|
+
- Only route directly to `/roadmap` or `/exec` when the project is non-UI/non-product work or already has accepted alignment artifacts and a consolidated prototype.
|
|
66
|
+
- The intended product sequence after reset is: `/customer-discovery` -> `/competitive-analysis` -> `/journey-map` -> `/positioning` -> `/user-flow-map` -> `/ui-interview --requirements-only` -> `/ux-variations --layout-mode` -> build variants/prototypes via `/exec` or the applicable prototype-building route -> `/uat --variant-evaluation` -> `/consolidate-variations` -> `/research-roadmap --post-prototype` -> `/spec-interview` or `/roadmap`.
|
|
67
|
+
|
|
68
|
+
## Output
|
|
69
|
+
|
|
70
|
+
```markdown
|
|
71
|
+
Bootstrapped repository
|
|
72
|
+
- README.md: [created | updated | preserved], source: [arguments | prompts | existing content]
|
|
73
|
+
- Reset archive: [created archive/YYYY-MM-DD-HHMMSS | skipped (<reason>)]
|
|
74
|
+
- Active concept seed: [concept.md | README.md ## Concept | other]
|
|
75
|
+
- CLAUDE.md: [created | updated | unchanged], corresponding workflow block appears once
|
|
76
|
+
- AGENTS.md: [created | updated | unchanged], corresponding workflow block appears once
|
|
77
|
+
- Monorepo safety block: [included (<heuristic>) | skipped]
|
|
78
|
+
- Verification: [commands/checks run]
|
|
79
|
+
- Recommended next command: [npx skillpacks install business-research | npx skillpacks install customer-lifecycle | npx skillpacks install product-design | /customer-discovery <concept> | /positioning <topic> | /user-flow-map <topic> | /ui-interview --requirements-only <topic> | /ux-variations --layout-mode <topic> | /roadmap | /exec]
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
## Constraints
|
|
83
|
+
|
|
84
|
+
- Do not overwrite substantial existing `README.md` content without explicit user confirmation.
|
|
85
|
+
- Do not invent setup, test, deploy, or architecture details that are not in the brief or repository.
|
|
86
|
+
- Keep the README concise and useful for a new contributor.
|
|
87
|
+
- Do not modify files other than `README.md`, `CLAUDE.md`, and `AGENTS.md` unless the user explicitly asks or invokes reset mode.
|
|
88
|
+
- Reset mode may move stale files, including old docs/research/specs/tasks, into `archive/YYYY-MM-DD-HHMMSS/` and write that archive's `MANIFEST.md`; it may not delete files outright.
|
|
89
|
+
- In reset mode, do not preserve old docs as active files just because they were marked salvageable. Use them only as archived historical evidence; active research and requirements restart from the high-level concept.
|
|
90
|
+
- Do not create, modify, or suggest GitHub Actions workflows.
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
## Default Shipping Contract
|
|
94
|
+
|
|
95
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# bootstrap-repo changelog (codex)
|
|
2
2
|
|
|
3
|
+
## v0.5 - 2026-06-12
|
|
4
|
+
|
|
5
|
+
- Updated product bootstrap routing to use the AFPS prototype flow tree: `$user-flow-map` -> `$ux-variations [specific-user-flow]` -> `$ui-interview [specific-ux-variation]`, with requirements-only/layout-mode as explicit bounded detours.
|
|
6
|
+
|
|
7
|
+
## v0.4 - 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.3 - 2026-06-11
|
|
4
12
|
|
|
5
13
|
- Updated product bootstrap pack checks from `business-discovery` to `business-research` after the pack rename.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: bootstrap-repo
|
|
3
3
|
description: Initialize or reset a repository README and agent workflow docs from a short project brief
|
|
4
4
|
type: execution
|
|
5
|
-
version: v0.
|
|
5
|
+
version: v0.5
|
|
6
6
|
argument-hint: "<project brief>"
|
|
7
7
|
---
|
|
8
8
|
|
|
@@ -58,14 +58,15 @@ Initialize a repository with a useful `README.md` and the standard agent workflo
|
|
|
58
58
|
|
|
59
59
|
7. **Route research-first after product bootstrap:**
|
|
60
60
|
- If this is a product, app, SaaS, dashboard, internal tool, marketplace, website, or other user-facing restart, rebuild market and lifecycle alignment from the high-level concept before UI requirements or prototypes.
|
|
61
|
-
- Check `.agents/project.json.enabled_packs` when present. If `business-research` is not enabled, recommend
|
|
62
|
-
- When required packs are available, recommend `$customer-discovery <concept>` as the next command. After `$customer-discovery`, the intended sequence is `$competitive-analysis` -> `$journey-map` -> `$positioning` -> `$user-flow-map` -> `$
|
|
61
|
+
- Check `.agents/project.json.enabled_packs` when present. If `business-research` is not enabled, recommend `npx skillpacks install business-research` from the project shell, before `$customer-discovery`. If `customer-lifecycle` is not enabled, include `npx skillpacks install customer-lifecycle` before `$journey-map`.
|
|
62
|
+
- When required packs are available, recommend `$customer-discovery <concept>` as the next command. After `$customer-discovery`, the intended sequence is `$competitive-analysis` -> `$journey-map` -> `$positioning` -> `$user-flow-map` -> `$ux-variations [specific-user-flow]` -> `$ui-interview [specific-ux-variation]` -> prototype work.
|
|
63
63
|
- If current, accepted `research/icp.md`, `research/competitive-analysis.md`, and `research/journey-map.md` already exist from the fresh reset but positioning is missing, then recommend `$positioning <topic>`.
|
|
64
64
|
- If positioning exists but a flow map is missing, recommend `$user-flow-map <topic>`.
|
|
65
|
-
- If a flow map exists but
|
|
66
|
-
- If
|
|
65
|
+
- If a flow map exists but UX variation branches are missing, recommend `$ux-variations [specific-user-flow]`.
|
|
66
|
+
- If UX variation branches exist but no branch has an approved UI direction, recommend `$ui-interview [specific-ux-variation]`.
|
|
67
|
+
- Recommend `$ui-interview --requirements-only <topic>` only when the user explicitly needs a fixed content/data/action contract before `$ux-variations --layout-mode <topic>`.
|
|
67
68
|
- Only route directly to `$roadmap` or `$exec` when the project is non-UI/non-product work or already has accepted alignment artifacts and a consolidated prototype.
|
|
68
|
-
- The intended product sequence after reset is: `$customer-discovery` -> `$competitive-analysis` -> `$journey-map` -> `$positioning` -> `$user-flow-map` -> `$
|
|
69
|
+
- The intended product sequence after reset is: `$customer-discovery` -> `$competitive-analysis` -> `$journey-map` -> `$positioning` -> `$user-flow-map` -> `$ux-variations [specific-user-flow]` -> `$ui-interview [specific-ux-variation]` -> build variants/prototypes via `$exec` or the applicable prototype-building route -> `$uat --variant-evaluation` -> `$consolidate-variations` -> `$research-roadmap --post-prototype` -> `$spec-interview` or `$roadmap`.
|
|
69
70
|
|
|
70
71
|
## Output
|
|
71
72
|
|
|
@@ -78,7 +79,7 @@ Bootstrapped repository
|
|
|
78
79
|
- AGENTS.md: [created | updated | unchanged], corresponding workflow block appears once
|
|
79
80
|
- Monorepo safety block: [included (<heuristic>) | skipped]
|
|
80
81
|
- Verification: [commands/checks run]
|
|
81
|
-
- Recommended next command: [
|
|
82
|
+
- Recommended next command: [npx skillpacks install business-research | npx skillpacks install customer-lifecycle | npx skillpacks install product-design | $customer-discovery <concept> | $positioning <topic> | $user-flow-map <topic> | $ux-variations [specific-user-flow] | $ui-interview [specific-ux-variation] | $roadmap | $exec]
|
|
82
83
|
```
|
|
83
84
|
|
|
84
85
|
## Constraints
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: bootstrap-repo
|
|
3
|
+
description: Initialize or reset a repository README and agent workflow docs from a short project brief
|
|
4
|
+
type: execution
|
|
5
|
+
version: v0.3
|
|
6
|
+
argument-hint: "<project brief>"
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Bootstrap Repo
|
|
10
|
+
|
|
11
|
+
Invoke as `$bootstrap-repo`.
|
|
12
|
+
|
|
13
|
+
Initialize a repository with a useful `README.md` and the standard agent workflow docs. When invoked with `--reset-existing`, first archive stale implementation and documentation files from a non-empty stuck repo so the fresh start is not built on old code or old assumptions by accident.
|
|
14
|
+
|
|
15
|
+
## Process
|
|
16
|
+
|
|
17
|
+
1. **Parse the project brief and mode** from `$ARGUMENTS`:
|
|
18
|
+
- Detect `--reset-existing`, `--in-place-reset`, or an explicit request to archive/reset the current codebase before bootstrap.
|
|
19
|
+
- Extract the project name, purpose, setup instructions, run/test commands, and any constraints.
|
|
20
|
+
- If the brief is missing or too thin to write a useful README, ask for the project name and one-sentence purpose. Ask for setup or run instructions only when the repository does not make them discoverable.
|
|
21
|
+
|
|
22
|
+
2. **Inspect the target repository:**
|
|
23
|
+
- Read existing `README.md`, `CLAUDE.md`, `AGENTS.md`, package manifests, obvious build files, and directory names.
|
|
24
|
+
- Preserve discovered commands and facts. Do not invent dependency managers, deployment targets, or product claims.
|
|
25
|
+
|
|
26
|
+
3. **Reset existing stale repo when explicitly requested:**
|
|
27
|
+
- Only perform this step when reset mode is explicit. Never archive or move files during ordinary bootstrap.
|
|
28
|
+
- Confirm the repo is non-empty and contains stale implementation, docs, research, specs, task files, design notes, or generated app structure. If it is already empty or freshly initialized, skip archival and note why.
|
|
29
|
+
- Create `archive/YYYY-MM-DD-HHMMSS/` and move stale implementation and documentation files/directories there before writing fresh bootstrap docs.
|
|
30
|
+
- Archive old docs by default, including `docs/`, `alignment/`, `research/`, `specs/`, `tasks/`, planning reports, implementation notes, design docs, old README content, and prior roadmap/todo/history files. These may remain useful as historical evidence in the archive, but they must not stay active as source-of-truth inputs.
|
|
31
|
+
- Do not archive `.git/`, `.agents/`, `archive/`, `desk-flip-report.md`, root agent config files needed for the current session, or the newly written high-level concept artifact.
|
|
32
|
+
- Preserve exactly one active concept seed, such as `concept.md` or `README.md` `## Concept`, derived from the bootstrap brief or `desk-flip-report.md`. Keep it high level: product name, target user, core problem, value proposition, non-goals, and open questions. Do not preserve old research/spec detail as active files.
|
|
33
|
+
- Preserve a manifest at `archive/YYYY-MM-DD-HHMMSS/MANIFEST.md` listing every moved path, every intentionally preserved path, and the high-level concept source that justified the reset.
|
|
34
|
+
- Prefer `git mv` for tracked paths so history remains understandable. Use ordinary moves only for untracked paths.
|
|
35
|
+
- Do not delete old files outright. If a path cannot be moved safely, stop and report the blocker instead of partially resetting further.
|
|
36
|
+
- After archival, the root should contain only the fresh-start sources of truth: git metadata, agent config, the archive directory, `desk-flip-report.md`, the high-level concept artifact, and any newly written bootstrap docs. Old docs/research/specs belong in the archive.
|
|
37
|
+
|
|
38
|
+
4. **Create or update `README.md`:**
|
|
39
|
+
- If `README.md` is absent, empty, or placeholder-like, write a concise README with:
|
|
40
|
+
- `# <Project Name>`
|
|
41
|
+
- A short purpose summary.
|
|
42
|
+
- `## Getting Started`
|
|
43
|
+
- `## Development`
|
|
44
|
+
- `## Notes`
|
|
45
|
+
- If `README.md` already has substantial content, preserve it. Ask before replacing it; otherwise add a small bootstrap section only when it improves the file.
|
|
46
|
+
- Use the project brief as the primary source and repository inspection as supporting evidence.
|
|
47
|
+
|
|
48
|
+
5. **Provision agent workflow docs:**
|
|
49
|
+
- Run `$provision-agentic-config` for the same repository.
|
|
50
|
+
- Confirm `CLAUDE.md` and `AGENTS.md` exist after provisioning.
|
|
51
|
+
- Preserve unrelated existing content in both files.
|
|
52
|
+
|
|
53
|
+
6. **Verify the result:**
|
|
54
|
+
- Check that `README.md`, `CLAUDE.md`, and `AGENTS.md` exist.
|
|
55
|
+
- Confirm the corresponding workflow orchestration block appears exactly once in each of `CLAUDE.md` and `AGENTS.md`.
|
|
56
|
+
- Report whether the monorepo safety block was included or skipped by `$provision-agentic-config`.
|
|
57
|
+
- In reset mode, check that `archive/YYYY-MM-DD-HHMMSS/MANIFEST.md` exists and lists moved and preserved paths, and verify old docs/research/specs/tasks were archived rather than left active.
|
|
58
|
+
|
|
59
|
+
7. **Route research-first after product bootstrap:**
|
|
60
|
+
- If this is a product, app, SaaS, dashboard, internal tool, marketplace, website, or other user-facing restart, rebuild market and lifecycle alignment from the high-level concept before UI requirements or prototypes.
|
|
61
|
+
- Check `.agents/project.json.enabled_packs` when present. If `business-research` is not enabled, recommend `$pack install business-research` inside Codex, or `npx skillpacks install business-research` from the project shell, before `$customer-discovery`. If `customer-lifecycle` is not enabled, include `$pack install customer-lifecycle` before `$journey-map`.
|
|
62
|
+
- When required packs are available, recommend `$customer-discovery <concept>` as the next command. After `$customer-discovery`, the intended sequence is `$competitive-analysis` -> `$journey-map` -> `$positioning` -> `$user-flow-map` -> `$ui-interview --requirements-only` -> `$ux-variations --layout-mode` -> prototype work.
|
|
63
|
+
- If current, accepted `research/icp.md`, `research/competitive-analysis.md`, and `research/journey-map.md` already exist from the fresh reset but positioning is missing, then recommend `$positioning <topic>`.
|
|
64
|
+
- If positioning exists but a flow map is missing, recommend `$user-flow-map <topic>`.
|
|
65
|
+
- If a flow map exists but UI requirements are missing, recommend `$ui-interview --requirements-only <topic>`.
|
|
66
|
+
- If UI requirements exist but layout variations are missing, recommend `$ux-variations --layout-mode <topic>`.
|
|
67
|
+
- Only route directly to `$roadmap` or `$exec` when the project is non-UI/non-product work or already has accepted alignment artifacts and a consolidated prototype.
|
|
68
|
+
- The intended product sequence after reset is: `$customer-discovery` -> `$competitive-analysis` -> `$journey-map` -> `$positioning` -> `$user-flow-map` -> `$ui-interview --requirements-only` -> `$ux-variations --layout-mode` -> build variants/prototypes via `$exec` or the applicable prototype-building route -> `$uat --variant-evaluation` -> `$consolidate-variations` -> `$research-roadmap --post-prototype` -> `$spec-interview` or `$roadmap`.
|
|
69
|
+
|
|
70
|
+
## Output
|
|
71
|
+
|
|
72
|
+
```markdown
|
|
73
|
+
Bootstrapped repository
|
|
74
|
+
- README.md: [created | updated | preserved], source: [arguments | prompts | existing content]
|
|
75
|
+
- Reset archive: [created archive/YYYY-MM-DD-HHMMSS | skipped (<reason>)]
|
|
76
|
+
- Active concept seed: [concept.md | README.md ## Concept | other]
|
|
77
|
+
- CLAUDE.md: [created | updated | unchanged], corresponding workflow block appears once
|
|
78
|
+
- AGENTS.md: [created | updated | unchanged], corresponding workflow block appears once
|
|
79
|
+
- Monorepo safety block: [included (<heuristic>) | skipped]
|
|
80
|
+
- Verification: [commands/checks run]
|
|
81
|
+
- Recommended next command: [$pack install business-research | $pack install customer-lifecycle | $pack install product-design | $customer-discovery <concept> | $positioning <topic> | $user-flow-map <topic> | $ui-interview --requirements-only <topic> | $ux-variations --layout-mode <topic> | $roadmap | $exec]
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
## Constraints
|
|
85
|
+
|
|
86
|
+
- Do not overwrite substantial existing `README.md` content without explicit user confirmation.
|
|
87
|
+
- Do not invent setup, test, deploy, or architecture details that are not in the brief or repository.
|
|
88
|
+
- Keep the README concise and useful for a new contributor.
|
|
89
|
+
- Do not modify files other than `README.md`, `CLAUDE.md`, and `AGENTS.md` unless the user explicitly asks or invokes reset mode.
|
|
90
|
+
- Reset mode may move stale files, including old docs/research/specs/tasks, into `archive/YYYY-MM-DD-HHMMSS/` and write that archive's `MANIFEST.md`; it may not delete files outright.
|
|
91
|
+
- In reset mode, do not preserve old docs as active files just because they were marked salvageable. Use them only as archived historical evidence; active research and requirements restart from the high-level concept.
|
|
92
|
+
- Do not create, modify, or suggest GitHub Actions workflows.
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
## Default Shipping Contract
|
|
96
|
+
|
|
97
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|