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
|
@@ -57,7 +57,9 @@ The tier is set per skill via `visual_tier` in SKILL.md frontmatter (or detected
|
|
|
57
57
|
|
|
58
58
|
**Report-only research gates.** For report-only or pre-approval research skills, the first `review` alignment page must explicitly contain proposed research scope, source plan, assumptions/confidence, recommended output path, proposed file changes, and approval gates before synthesized research begins and before any working packet, canonical research, spec, or task file is created or updated.
|
|
59
59
|
|
|
60
|
-
**Staged research workflow.** Heavy report-first research uses a scope-first three-stage approval workflow. Stage 1 is minimal scope discovery only: inspect enough repository, user, and source context to propose research scope, source plan, assumptions, output paths, and approval questions. Build the `review` alignment page before synthesized research. The page must render the proposed scope, available source categories, known context, assumptions/confidence, proposed working-packet and canonical output paths,
|
|
60
|
+
**Staged research workflow.** Heavy report-first research uses a scope-first three-stage approval workflow. Stage 1 is minimal scope discovery only: inspect enough repository, user, and source context to propose research scope, source plan, assumptions, output paths, and approval questions. Build the `review` alignment page before synthesized research. The page must render the proposed scope, available source categories, known context, assumptions/confidence, proposed working-packet and canonical output paths, research-scope approval gates, and a `Stage 2 Preview / Expected Review Format` section that shows the future Stage 2 review shape before research starts. Stop for final compiled response YAML approval of the research scope. Do not synthesize findings, rank candidates, recommend a path, or create working packets, canonical research, spec, or task files in Stage 1. Stage 2 starts only after final compiled response YAML approves the research scope with no unresolved `needs-clarification`, unresolved `down` feedback, or other unresolved negative feedback. Perform the synthesized research, run required source/code checks, and write only a non-canonical working packet. Flat mode uses `research/_working/preliminary-ux-variations-research.md`; product-path mode uses `research/{slug}/_working/preliminary-ux-variations-research.md`. Existing raw evidence or search-log outputs may remain as supporting evidence when the skill contract already requires them, but synthesized deliverables stay in the working packet. Update the same `review` alignment page so it renders the complete working-packet substance as structured HTML review UI: purpose-built sections, tables, matrices, gates, cards, and tier-appropriate charts or diagrams that preserve every packet section, finding, caveat, and decision detail without summary loss. Raw Markdown packet text may appear only as a supplemental source view after the rendered review UI; do not make a `Full Preliminary Packet` or `Full Working Packet` raw Markdown dump, giant `<pre><code>` block, link-only view, or source-only view the primary review surface. Include the evidence matrix, assumptions/confidence register, source coverage gaps, proposed canonical file changes, and artifact approval gates. Partial compiled responses revise the working packet and review page, then remain in Stage 2. Stage 3 consumes final compiled response YAML for artifact approval only when it has `approval_status: ready-for-agent-review` and no unresolved `needs-clarification`, unresolved `down` feedback, or other unresolved negative feedback. Apply approved edits first, archive the working packet to `docs/history/archive/YYYY-MM-DD/HHMMSS/<original-working-path>`, remove the active working packet, write the approved canonical artifacts to the unchanged output paths, and convert the page to `confirmed` with the approval record preserved.
|
|
61
|
+
|
|
62
|
+
**Stage 2 review-page template.** Stage 1 scope-review pages must include a `Stage 2 Preview / Expected Review Format` section that previews the exact section sequence, table shapes, evidence treatment, visual density, and approval gates the user will see after research; make it specific enough for the user to flag preferred content formats, grouping, labels, visuals, and evidence density before the agent does heavy research. After scope approval and research, the Stage 2 review page must include these sections as structured HTML, not as raw Markdown dumps: `Research Scope Approved` status block with approved scope, source plan, output paths, and unresolved caveats; `Executive Findings` or a skill-specific top-findings section with confidence labels; `Evidence Matrix` mapping claim, evidence/source/path, inference, confidence, assumptions, and decision impact; `Working Packet Review` with the complete working-packet substance rendered as purpose-built HTML sections, lists, tables, matrices, cards, and tier-appropriate charts or diagrams; `Alternatives / Rejected or Lower-Confidence Findings`; `Source Coverage & Gaps`; `Assumptions / Confidence Register`; `Proposed Canonical Artifacts & File Changes`; a required `User Format Preferences` gate asking whether the layout, tables, grouping, visuals, labels, and evidence density match expectations; and a required `Final Artifact Approval` gate for Stage 3 readiness. Raw Markdown packet text, search logs, or source notes may appear only as supplemental source views after the rendered review UI and never replace the Stage 2 review sections.
|
|
61
63
|
|
|
62
64
|
**Variation-specific gates.** Render surfaced assumptions, variation manifest, concept selection, evaluation method, fixed-versus-variable scope, output-location/change-scope decisions, and coverage checkpoint as gates before writing final variation plans. Apply the shared artifact-destination/proposed-file-changes de-duplication rule: combine them into one visual gate when they ask only the same path-destination question, and render separate gates when destination approval differs from downstream mutation scope, timing, or allowed files.
|
|
63
65
|
|
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.19 - 2026-06-13
|
|
4
|
+
|
|
5
|
+
- Moved pre-prototype UX variation plans and interview logs from `specs/` to `design/`.
|
|
6
|
+
- Updated default and layout-mode inputs to read `design/user-flow-*`, `design/ui-requirements-*`, and scoped flow-tree manifests.
|
|
7
|
+
- Required ordinary UX branch status to live in the design flow-tree manifest, with `research/.progress.yaml` reserved for materially different product paths.
|
|
8
|
+
|
|
9
|
+
## v0.18 - 2026-06-12
|
|
10
|
+
|
|
11
|
+
- Reframed default `ux-variations` work as expanding one selected user flow into alternate progression branches before UI proposal work.
|
|
12
|
+
- Preserved `--layout-mode` as an explicit bounded mode for fixed flow/content contracts, while routing default progression branches to `/ui-interview [specific-ux-variation]`.
|
|
13
|
+
- Added branch-routing deliverable guidance covering parent flow, sibling flow/variation dependencies, and next UI-interview branch.
|
|
14
|
+
|
|
15
|
+
## v0.17 - 2026-06-12
|
|
16
|
+
|
|
17
|
+
- Standardized active pack and skill install guidance on `npx skillpacks install <pack-or-skill>` instead of agent-native `/pack install` or `$pack install` recommendations.
|
|
18
|
+
|
|
3
19
|
## v0.16 - 2026-06-11
|
|
4
20
|
|
|
5
21
|
- Added npm-aware install-route wording for product-testing and cross-pack recommendations while preserving Claude `/pack install ...` routes.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: ux-variations
|
|
3
3
|
description: Interview and plan multiple UX and UI variations for a product, page, or flow, including onboarding, typical workflows, sharing, collaboration, return use, and interface alternatives users can compare before locking a direction — and concrete visual/layout UI variations (component choices, spatial arrangements, information density)
|
|
4
4
|
type: planning
|
|
5
|
-
version: v0.
|
|
5
|
+
version: v0.19
|
|
6
6
|
argument-hint: "[optional: app, page, flow, feature, or existing UI spec]"
|
|
7
7
|
visual_tier: prototype
|
|
8
8
|
---
|
|
@@ -11,13 +11,13 @@ visual_tier: prototype
|
|
|
11
11
|
|
|
12
12
|
Invoke as `/ux-variations`.
|
|
13
13
|
|
|
14
|
-
Use this skill when the user wants to explore multiple UX/UI directions before committing to a final experience.
|
|
14
|
+
Use this skill when the user wants to explore multiple UX/UI directions before committing to a final experience. In the default product-design tree, this skill expands one specific user flow from `/user-flow-map` into alternate progression branches: different ways users can enter, advance, recover, hand off, complete, or abandon the flow. It then creates variation plans for flow progression, layout implications, navigation models, interaction patterns, component choices, content density, visual tone, and behavior so the user can compare, test, and decide which branch should move into `/ui-interview`.
|
|
15
15
|
|
|
16
|
-
In the normal AFPS product route, use `/user-flow-map` first to
|
|
16
|
+
In the normal AFPS product route, use `/user-flow-map` first to establish the wireframe-tree root and name the user-flow branches. Then run `/ux-variations [specific-user-flow]` to explore alternate ways users can progress through that selected flow. After a variation branch is ready for UI treatment, route that branch to `/ui-interview [specific-ux-variation]` for visual mockup, alignment, approval/rejection, and next-branch routing.
|
|
17
17
|
|
|
18
|
-
Use `/user-flow-map` first when the interface has no credible flow structure. Use
|
|
18
|
+
Use `/user-flow-map` first when the interface has no credible flow structure. Use this skill directly only when a user-flow map, current implementation, screenshot, prototype, explicit user prompt, or clear feature scope already identifies the flow being varied. Do not require a finalized UI requirements spec before default UX variation work; the point is to compare alternative progression paths before a single branch becomes a UI proposal.
|
|
19
19
|
|
|
20
|
-
When invoked with `--layout-mode` (or when the user says "layout mode", "layout variations", or "UI variations"), this skill operates at the concrete component/layout level — it varies HOW the same content is presented visually, not WHAT the user flow is. Layout-mode takes a fixed flow contract from `
|
|
20
|
+
When invoked with `--layout-mode` (or when the user says "layout mode", "layout variations", or "UI variations"), this skill operates at the concrete component/layout level — it varies HOW the same content is presented visually, not WHAT the user flow is. Layout-mode is an explicit bounded mode for cases where both the flow and content contract are already fixed; otherwise default to progression-path UX variations. Layout-mode takes a fixed flow contract from `design/user-flow-[topic].md` plus a fixed content contract from `design/ui-requirements-[topic].md` or equivalent and generates 2-5 concrete visual/spatial approaches: different container patterns, detail views, navigation styles, density levels, and responsive strategies. Each variation is specified well enough to build as a lightweight implementation, then evaluated through `/uat --variant-evaluation` (check `.agents/project.json.enabled_packs` for `product-testing` — if `product-testing` is not enabled, recommend `npx skillpacks install product-testing` from the project shell, first) before `/consolidate-variations`.
|
|
21
21
|
|
|
22
22
|
## Process
|
|
23
23
|
|
|
@@ -33,22 +33,33 @@ Resolve research scope by product path before using code or app structure as a h
|
|
|
33
33
|
6. If no product directories exist, use flat `research/` single-product mode.
|
|
34
34
|
7. Detect monorepo/app/package structure only as a secondary hint. Suggest creating a missing `research/{slug}/` product path when code clearly exposes an app, but do not require code or monorepo detection before using `research/{slug}/`.
|
|
35
35
|
|
|
36
|
-
When product path `{slug}` is active, read and write research under `research/{slug}/`, specs under `specs/{slug}/`, and treat top-level `research/*.md` files as flat-mode documents or cross-path summaries.
|
|
36
|
+
When product path `{slug}` is active, read and write research under `research/{slug}/`, pre-prototype design artifacts under `design/{slug}/`, finalized post-prototype implementation specs under `specs/{slug}/`, and treat top-level `research/*.md` and `design/*.md` files as flat-mode documents or cross-path summaries.
|
|
37
|
+
|
|
38
|
+
### 0b. Design Flow Tree Manifest
|
|
39
|
+
|
|
40
|
+
Use `design/flow-tree.schema.json` as the machine-readable contract for the pre-prototype product-design tree.
|
|
41
|
+
|
|
42
|
+
- Product-path mode reads and updates `design/{slug}/flow-tree-{topic}.yaml`.
|
|
43
|
+
- Flat mode reads and updates `design/flow-tree-{topic}.yaml`.
|
|
44
|
+
- Add one `ux_variations[]` entry under the selected parent user-flow branch for each proposed progression branch. Each entry must include `id`, `label`, `status`, and artifact references.
|
|
45
|
+
- Keep UX variation branch state in the design manifest. Do not write ordinary UX branch state to `research/.progress.yaml`; use that file only when a variant or route experiment creates a materially different product path or product line.
|
|
37
46
|
|
|
38
47
|
1. **Resolve context**
|
|
39
48
|
- Read `.agents/project.json` if it exists.
|
|
40
49
|
- Read `README.md`, `AGENTS.md`, `CLAUDE.md`, relevant `docs/`, `specs/`, `research/`, task files, screenshots, route files, and component implementations when present.
|
|
41
50
|
- Read `research/.progress.yaml` when present. Normalize `active_path` (singular legacy) to `active_paths` (plural list) when reading; treat legacy `abandoned` as `archived` and exclude archived/deferred/revisit/promoted paths plus `research/_archive/` scopes from active target selection. Use `active_paths` as the product/app focuses and treat deferred `product_paths[]` as parked product directions, not required UX variants.
|
|
42
|
-
- Prefer existing `
|
|
43
|
-
- Also read `
|
|
51
|
+
- Prefer existing `design/user-flow-*.md`, product-path-scoped equivalents, and `design/**/flow-tree-*.yaml` as the normal AFPS input; select one named user-flow branch as the variation surface.
|
|
52
|
+
- Also read `design/ui-*.md`, product specs, journey maps, ICP research, positioning research, finalized implementation specs, and user feedback as source evidence.
|
|
44
53
|
- If no credible flow structure exists, run or recommend `/user-flow-map` before developing variants.
|
|
45
|
-
- If
|
|
54
|
+
- If the user explicitly requests layout-mode and no credible content/data/action contract exists, run or recommend `/ui-interview --requirements-only` before developing layout-mode variants.
|
|
46
55
|
|
|
47
56
|
2. **Define the decision surface**
|
|
48
|
-
- Identify what the user is deciding:
|
|
57
|
+
- Identify what the user is deciding: the selected user flow, onboarding, activation, typical workflow, sharing flow, collaboration model, purchase flow, editor, dashboard, settings, mobile experience, page layout, or another bounded surface.
|
|
58
|
+
- Identify the parent user-flow branch, the upstream `user-flow-map` source, and any sibling user flows or prior UX/UI proposals that this variation must coordinate with.
|
|
49
59
|
- Identify which dimensions may vary: first-run onboarding, activation, core workflow sequencing, sharing, invitations, permissions, collaboration, return-use loops, notifications, reminders, status surfaces, user or device handoffs, failure recovery, information architecture, navigation, page layout, task flow order, component model, data density, visual hierarchy, motion, copy tone, and mobile behavior.
|
|
50
60
|
- Identify fixed constraints: brand, stack, design system, must-keep components, accessibility, launch scope, performance, and business requirements.
|
|
51
|
-
- **
|
|
61
|
+
- **Default progression-mode addition**: For each selected user flow, identify which parts may vary: entry route, sequencing, step granularity, user choice points, system automation, handoff points, review/edit loops, save-for-later behavior, cancellation, recovery, permissions, notifications, and completion criteria. Preserve the parent flow boundary while allowing progression branches to differ meaningfully.
|
|
62
|
+
- **Layout-mode addition**: In layout-mode, read `design/user-flow-[topic].md` as the fixed screen-flow contract and `design/ui-requirements-[topic].md` as the fixed content contract. The WHAT and flow order are locked; only the HOW varies. Layout dimensions that can vary:
|
|
52
63
|
- Container pattern: card grid, data table, list, kanban, timeline, tree, masonry
|
|
53
64
|
- Detail pattern: sidebar panel, full-page route, modal, drawer, inline expand, popover
|
|
54
65
|
- Navigation: top-nav, side-nav, tab-based, breadcrumb-driven, command-palette, hybrid
|
|
@@ -59,16 +70,16 @@ When product path `{slug}` is active, read and write research under `research/{s
|
|
|
59
70
|
3. **Surface assumptions before probing**
|
|
60
71
|
- Present a UX Variation Assumptions Manifest before deep questioning.
|
|
61
72
|
- Tag assumptions with `[from spec]`, `[from codebase]`, `[from research]`, `[from artifact]`, or `[inferred]`.
|
|
62
|
-
- Cover target users, usage context, first-run moment, activation event, "aha" threshold, typical repeat-use workflow, sharing and collaboration assumptions, permissions, return triggers, notifications, re-engagement assumptions, handoffs, pain points, locked versus open decisions, evaluation criteria, required variant breadth, prototype fidelity, implementation budget, success metrics, and selection method.
|
|
73
|
+
- Cover target users, usage context, parent user flow, selected branch scope, first-run moment, activation event, "aha" threshold, typical repeat-use workflow, sharing and collaboration assumptions, permissions, return triggers, notifications, re-engagement assumptions, handoffs, pain points, locked versus open decisions including which parent-flow moments may vary, evaluation criteria, required variant breadth, prototype fidelity, implementation budget, success metrics, and selection method.
|
|
63
74
|
- Use AskUserQuestion to ask the user to confirm, correct, or flag assumptions before proceeding.
|
|
64
75
|
- Deliver every manifest/checklist/checkpoint the user must confirm inline as the final message text of its own turn; ask the confirmation question in the next turn. AskUserQuestion option previews may mirror the content as a supplement but are never the sole channel. Never emit it only as mid-turn text in a turn that ends with a tool call — harness rendering does not guarantee mid-turn text is shown. A confirmation question must never reference content the user has not been shown.
|
|
65
76
|
|
|
66
77
|
4. **Interview for variation goals**
|
|
67
78
|
- Ask 1 to 3 focused questions per turn using AskUserQuestion.
|
|
68
79
|
- Default to maximally contrasting archetypes. Do not ask how different variants should be — assume dramatic contrast unless the user explicitly requests graduated steps.
|
|
69
|
-
- Default evaluation method is: build each variation, then run `/uat --variant-evaluation` (check `.agents/project.json.enabled_packs` for `product-testing` — if `product-testing` is not enabled, recommend
|
|
80
|
+
- Default evaluation method is: build each variation, then run `/uat --variant-evaluation` (check `.agents/project.json.enabled_packs` for `product-testing` — if `product-testing` is not enabled, recommend `npx skillpacks install product-testing` from the project shell, first) so the user has task-based evidence before consolidation. Do not ask who will judge — assume solo evaluator building and gut-checking unless the user states otherwise.
|
|
70
81
|
- When presenting a design decision with 3+ plausible answers during the interview, always include "Make this a variant axis (test all approaches)" as an option. When the user has already chosen "test all" for a prior question in the same session, default subsequent ambiguous decisions to variant axes without asking.
|
|
71
|
-
- Establish what the variants must accomplish, how a new user arrives and reaches first value, what the normal repeat workflow looks like, what users create/save/share/export/invite others into, what roles or permission levels exist, what notifications or status updates users expect, how users resume work after time away, what happens when a workflow is abandoned or blocked, which current interface parts work, which parts feel wrong or uncertain, what would make a variant unacceptable, and what evidence will decide the winner.
|
|
82
|
+
- Establish which user flow from the wireframe tree is being expanded, what the variants must accomplish, which progression moments can vary (entry, sequencing, decision points, handoffs, recovery, completion, and re-entry), how a new user arrives and reaches first value, what the normal repeat workflow looks like, what users create/save/share/export/invite others into, what roles or permission levels exist, what notifications or status updates users expect, how users resume work after time away, what happens when a workflow is abandoned or blocked, which current interface parts work, which parts feel wrong or uncertain, what would make a variant unacceptable, and what evidence will decide the winner.
|
|
72
83
|
- When the user is unsure, recommend a practical default and explain why.
|
|
73
84
|
- **Layout-mode interview additions**: When in layout-mode, also ask:
|
|
74
85
|
- What is the primary user task on this page? (scan, search, create, compare, monitor, triage)
|
|
@@ -109,7 +120,7 @@ When product path `{slug}` is active, read and write research under `research/{s
|
|
|
109
120
|
- Revise the concept set based on the answer before moving on.
|
|
110
121
|
|
|
111
122
|
7. **Specify each approved variation enough to build**
|
|
112
|
-
- For each variation, define name and thesis, target user fit, onboarding and activation model, typical workflow sequence, sharing and collaboration model, permissions model, return-use and notification model, failure recovery behavior, page and flow changes, navigation model, screen-by-screen layout, key components and controls, button and link behavior, spatial density, sizing, hierarchy, responsive behavior, visual tone, strengths, risks, failure modes, implementation complexity, prototype scope, and
|
|
123
|
+
- For each variation, define name and thesis, parent user flow and branch relationship, target user fit, onboarding and activation model, typical workflow sequence, progression model (how the user advances through the flow and how this differs from sibling variations), sharing and collaboration model, permissions model, return-use and notification model, failure recovery behavior, page and flow changes, navigation model, screen-by-screen layout, key components and controls, button and link behavior, spatial density, sizing, hierarchy, responsive behavior, visual tone, strengths, risks, failure modes, implementation complexity, prototype scope, and the user signal that would make this branch ready for `/ui-interview`.
|
|
113
124
|
- **Layout-mode variation spec additions**: In layout-mode, each variation spec must also include:
|
|
114
125
|
- Content-to-component mapping: which content requirement maps to which UI component
|
|
115
126
|
- Page regions with approximate proportions (e.g., sidebar 280px, content fluid, detail panel 400px)
|
|
@@ -128,8 +139,9 @@ When product path `{slug}` is active, read and write research under `research/{s
|
|
|
128
139
|
8. **Plan experimentation**
|
|
129
140
|
- Recommend serial full buildout of all approved variants. Do not recommend building a subset first — the user's consistent preference is to build all variants before evaluating.
|
|
130
141
|
- For prototype-stage product or feature work, prefer numerous small route-based experiments over one merged prototype when multiple workflows, layouts, densities, copy approaches, navigation models, or interaction patterns remain plausible. Name the route for each experiment, such as `/experiments/table-first`, `/experiments/command-first`, or the project's equivalent, and keep shared production infrastructure out of those routes unless explicitly approved.
|
|
131
|
-
|
|
132
|
-
-
|
|
142
|
+
- If route experiments imply materially different products, apps, ICPs, or product lines, update `research/.progress.yaml` with experiment product-path entries instead of making every divergent path a required UX variation. Include `id`, `label`, `source_skill: ux-variations`, `scope_path`, `status`, `reason`, `archive_reason`, `archived_at`, `promoted_at`, `evidence_refs`, `revisit_trigger`, `next_skill`, `pipeline_stage: ux-variations`, and `last_touched`.
|
|
143
|
+
- Product paths are not git branches; keep route-experiment product-path tracking in `research/.progress.yaml` distinct from git workflow branch terminology.
|
|
144
|
+
- After progression variants are specified, route the next selected branch to `/ui-interview [specific-ux-variation]` for visual mockup and approval/rejection. If variants are built before UI interview, recommend `/uat --variant-evaluation` (check `.agents/project.json.enabled_packs` for `product-testing` — if `product-testing` is not enabled, recommend `npx skillpacks install product-testing` from the project shell, first) before `/consolidate-variations`. Consolidation is premature until evaluation evidence exists or the user explicitly says they reviewed the variants and is ready to converge.
|
|
133
145
|
- Define comparison criteria before selecting a winner.
|
|
134
146
|
- Include a lock-in checklist so the chosen direction becomes a decision record, not a vague preference.
|
|
135
147
|
- Include a UAT handoff checklist: target task for each variant, success criteria, side-by-side comparison questions, evidence to capture, tradeoffs to notice, and readiness criteria for `/consolidate-variations`.
|
|
@@ -140,9 +152,11 @@ When product path `{slug}` is active, read and write research under `research/{s
|
|
|
140
152
|
|
|
141
153
|
## Deliverables
|
|
142
154
|
|
|
143
|
-
- Write the variation plan to `
|
|
144
|
-
- Write the interview log to `ux-variations-[topic]-interview.md
|
|
145
|
-
- Update
|
|
155
|
+
- Write the variation plan to `design/ux-variations-[topic].md` in flat mode or `design/{slug}/ux-variations-[topic].md` in product-path mode.
|
|
156
|
+
- Write the interview log to `design/ux-variations-[topic]-interview.md` in flat mode or `design/{slug}/ux-variations-[topic]-interview.md` in product-path mode.
|
|
157
|
+
- Update the scoped flow-tree manifest with UX variation branch IDs, statuses, artifact references, and the recommended next `/ui-interview [specific-ux-variation]` branch.
|
|
158
|
+
- Update `research/.progress.yaml` only when variant or route experiments create materially different product paths; downstream research remains active-path-only until a path is activated. Do not use `research/.progress.yaml` for ordinary UX branch approve/reject/retry state.
|
|
159
|
+
- Include a branch-routing section that names the parent user flow, each UX variation branch, sibling flow/variation dependencies, and the recommended next `/ui-interview [specific-ux-variation]` branch.
|
|
146
160
|
|
|
147
161
|
### Alignment Page
|
|
148
162
|
|
|
@@ -151,16 +165,19 @@ When this skill produces durable deliverables (research, specs, plans, reports,
|
|
|
151
165
|
## Constraints
|
|
152
166
|
|
|
153
167
|
- Do not present superficial variants that differ only by color palette, typography, or decorative treatment.
|
|
168
|
+
- Do not treat default UX variation work as only visual layout exploration. Default variations should compare different ways users progress through a named user flow.
|
|
154
169
|
- Do not choose a winner for the user unless the evidence clearly supports it and the user asked for a recommendation.
|
|
155
170
|
- Do not defer all decisions to testing. State a recommended variant or experiment when evidence is sufficient.
|
|
156
171
|
- Do not ignore implementation cost. A compelling variation still needs a prototype path and selection criteria.
|
|
157
|
-
- Do not route directly from built UI variants to `/consolidate-variations`; insert `/uat --variant-evaluation` (check `.agents/project.json.enabled_packs` for `product-testing` — if `product-testing` is not enabled, recommend
|
|
158
|
-
-
|
|
172
|
+
- Do not route directly from built UI variants to `/consolidate-variations`; insert `/uat --variant-evaluation` (check `.agents/project.json.enabled_packs` for `product-testing` — if `product-testing` is not enabled, recommend `npx skillpacks install product-testing` from the project shell, first) unless the user explicitly confirms they have already evaluated the variants.
|
|
173
|
+
- Do not skip `/ui-interview` for a UX variation branch that needs a proposed UI, HTML visual mockup, or approval/rejection decision.
|
|
174
|
+
- When recommending a skill from another pack, verify the pack is installed via `.agents/project.json` `enabled_packs`. If not installed, recommend `npx skillpacks install <pack-name>` from the project shell, before the target skill.
|
|
159
175
|
- Do not enforce shared design constraints across variations. Each variation independently decides layout, density, color, navigation, and component choices. Only technical stack (framework, renderer, design system tokens) is shared unless the user explicitly locks a shared constraint.
|
|
176
|
+
- Do not write pre-prototype UX variation plans to `specs/`. `design/` is the canonical home for flow maps, UX variation plans, UI branch packets, branch decisions, mockup references, and flow-tree manifests.
|
|
160
177
|
|
|
161
178
|
## Archive-First Replacement Policy
|
|
162
179
|
|
|
163
|
-
- Before replacing or substantively rewriting an existing canonical research/spec document (`research/**/*.md`, `specs/**/*.md`, or `docs/specifications/**/*.md`), copy the current file to `docs/history/archive/YYYY-MM-DD/HHMMSS/<original-relative-path>`.
|
|
180
|
+
- Before replacing or substantively rewriting an existing canonical research/design/spec document (`research/**/*.md`, `design/**/*.md`, `specs/**/*.md`, or `docs/specifications/**/*.md`), copy the current file to `docs/history/archive/YYYY-MM-DD/HHMMSS/<original-relative-path>`.
|
|
164
181
|
- Preserve the archived snapshot exactly as it existed before the change; do not edit the archived copy after creating it.
|
|
165
182
|
- After the archive snapshot exists, write the updated document to the original canonical path.
|
|
166
183
|
- Report both the archive path and the updated canonical path in the final output.
|
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ux-variations
|
|
3
|
+
description: Interview and plan multiple UX and UI variations for a product, page, or flow, including onboarding, typical workflows, sharing, collaboration, return use, and interface alternatives users can compare before locking a direction — and concrete visual/layout UI variations (component choices, spatial arrangements, information density)
|
|
4
|
+
type: planning
|
|
5
|
+
version: v0.16
|
|
6
|
+
argument-hint: "[optional: app, page, flow, feature, or existing UI spec]"
|
|
7
|
+
visual_tier: prototype
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# UX Variations
|
|
11
|
+
|
|
12
|
+
Invoke as `/ux-variations`.
|
|
13
|
+
|
|
14
|
+
Use this skill when the user wants to explore multiple UX/UI directions before committing to a final experience. This skill interrogates the full user journey: onboarding, first success, typical workflows, sharing and collaboration, return use, notifications, handoffs, failure recovery, and the interface patterns that support those moments. It then creates variation plans for flows, layouts, navigation models, interaction patterns, component choices, content density, visual tone, and behavior so the user can compare, test, and lock one direction.
|
|
15
|
+
|
|
16
|
+
In the normal AFPS product route, use `/user-flow-map` first to lock screen flow, decisions, branches, states, and low-fidelity wireframe notes, then use `/ui-interview --requirements-only` to lock the per-screen content/data/action contract, then run `/ux-variations --layout-mode`.
|
|
17
|
+
|
|
18
|
+
Use `/user-flow-map` first when the interface has no credible flow structure. Use `/ui-interview --requirements-only` first when the flow exists but the page content, actions, and states are not specified. Use this skill directly only when a user-flow map plus UI requirements, current implementation, screenshot, prototype, or clear feature scope already exists.
|
|
19
|
+
|
|
20
|
+
When invoked with `--layout-mode` (or when the user says "layout mode", "layout variations", or "UI variations"), this skill operates at the concrete component/layout level — it varies HOW the same content is presented visually, not WHAT the user flow is. Layout-mode takes a fixed flow contract from `specs/user-flow-[topic].md` plus a fixed content contract from `specs/ui-requirements-[topic].md` or equivalent and generates 2-5 concrete visual/spatial approaches: different container patterns, detail views, navigation styles, density levels, and responsive strategies. Each variation is specified well enough to build as a lightweight implementation, then evaluated through `/uat --variant-evaluation` (check `.agents/project.json.enabled_packs` for `product-testing` — if `product-testing` is not enabled, recommend `/pack install product-testing` inside Claude Code, or `npx skillpacks install product-testing` from the project shell, first) before `/consolidate-variations`.
|
|
21
|
+
|
|
22
|
+
## Process
|
|
23
|
+
|
|
24
|
+
### 0. Product-Path Scope Resolution
|
|
25
|
+
|
|
26
|
+
Resolve research scope by product path before using code or app structure as a hint:
|
|
27
|
+
|
|
28
|
+
1. If `$ARGUMENTS` names a non-archived `research/{slug}/` directory or a product-path ID whose `scope_path` points there, use that path. Treat `{slug}` as the product/app name, not the ICP, audience, or segment label.
|
|
29
|
+
2. If `$ARGUMENTS` names only `research/_archive/{slug}/` or a manifest entry with `status: archived` or legacy `status: abandoned`, stop and warn that the path is archived; do not write or update scoped outputs there.
|
|
30
|
+
3. Read `research/.progress.yaml` when present. Normalize legacy `active_path` to `active_paths` on read and write back `active_paths` on manifest updates. Treat legacy `abandoned` as `archived`; exclude `archived`, `abandoned`, `deferred`, `revisit_candidate`, `promoted`, and any `scope_path` under `research/_archive/` from active target selection.
|
|
31
|
+
4. If active product paths exist in the manifest, use those paths. If multiple active paths exist, ask which one to target unless this skill explicitly supports cross-path output.
|
|
32
|
+
5. If no active manifest target exists, list non-archived product directories under `research/`, excluding `research/_archive/` and dot directories. Auto-select only when exactly one exists; ask when multiple exist.
|
|
33
|
+
6. If no product directories exist, use flat `research/` single-product mode.
|
|
34
|
+
7. Detect monorepo/app/package structure only as a secondary hint. Suggest creating a missing `research/{slug}/` product path when code clearly exposes an app, but do not require code or monorepo detection before using `research/{slug}/`.
|
|
35
|
+
|
|
36
|
+
When product path `{slug}` is active, read and write research under `research/{slug}/`, specs under `specs/{slug}/`, and treat top-level `research/*.md` files as flat-mode documents or cross-path summaries.
|
|
37
|
+
|
|
38
|
+
1. **Resolve context**
|
|
39
|
+
- Read `.agents/project.json` if it exists.
|
|
40
|
+
- Read `README.md`, `AGENTS.md`, `CLAUDE.md`, relevant `docs/`, `specs/`, `research/`, task files, screenshots, route files, and component implementations when present.
|
|
41
|
+
- Read `research/.progress.yaml` when present. Normalize `active_path` (singular legacy) to `active_paths` (plural list) when reading; treat legacy `abandoned` as `archived` and exclude archived/deferred/revisit/promoted paths plus `research/_archive/` scopes from active target selection. Use `active_paths` as the product/app focuses and treat deferred `product_paths[]` as parked product directions, not required UX variants.
|
|
42
|
+
- Prefer existing `specs/user-flow-*.md` plus `specs/ui-requirements-*.md` as the normal AFPS layout-mode inputs.
|
|
43
|
+
- Also read `specs/ui-*.md`, product specs, journey maps, ICP research, positioning research, and user feedback as source evidence.
|
|
44
|
+
- If no credible flow structure exists, run or recommend `/user-flow-map` before developing variants.
|
|
45
|
+
- If flow exists but no credible content/data/action contract exists, run or recommend `/ui-interview --requirements-only` before developing layout-mode variants.
|
|
46
|
+
|
|
47
|
+
2. **Define the decision surface**
|
|
48
|
+
- Identify what the user is deciding: whole app experience, onboarding, activation, typical workflow, sharing flow, collaboration model, purchase flow, editor, dashboard, settings, mobile experience, page layout, or another bounded surface.
|
|
49
|
+
- Identify which dimensions may vary: first-run onboarding, activation, core workflow sequencing, sharing, invitations, permissions, collaboration, return-use loops, notifications, reminders, status surfaces, user or device handoffs, failure recovery, information architecture, navigation, page layout, task flow order, component model, data density, visual hierarchy, motion, copy tone, and mobile behavior.
|
|
50
|
+
- Identify fixed constraints: brand, stack, design system, must-keep components, accessibility, launch scope, performance, and business requirements.
|
|
51
|
+
- **Layout-mode addition**: In layout-mode, read `specs/user-flow-[topic].md` as the fixed screen-flow contract and `specs/ui-requirements-[topic].md` as the fixed content contract. The WHAT and flow order are locked; only the HOW varies. Layout dimensions that can vary:
|
|
52
|
+
- Container pattern: card grid, data table, list, kanban, timeline, tree, masonry
|
|
53
|
+
- Detail pattern: sidebar panel, full-page route, modal, drawer, inline expand, popover
|
|
54
|
+
- Navigation: top-nav, side-nav, tab-based, breadcrumb-driven, command-palette, hybrid
|
|
55
|
+
- Density: compact, comfortable, spacious
|
|
56
|
+
- Hierarchy: content-first, chrome-first, action-first
|
|
57
|
+
- Responsive strategy: reflow, collapse, separate mobile layout, progressive disclosure
|
|
58
|
+
|
|
59
|
+
3. **Surface assumptions before probing**
|
|
60
|
+
- Present a UX Variation Assumptions Manifest before deep questioning.
|
|
61
|
+
- Tag assumptions with `[from spec]`, `[from codebase]`, `[from research]`, `[from artifact]`, or `[inferred]`.
|
|
62
|
+
- Cover target users, usage context, first-run moment, activation event, "aha" threshold, typical repeat-use workflow, sharing and collaboration assumptions, permissions, return triggers, notifications, re-engagement assumptions, handoffs, pain points, locked versus open decisions, evaluation criteria, required variant breadth, prototype fidelity, implementation budget, success metrics, and selection method.
|
|
63
|
+
- Use AskUserQuestion to ask the user to confirm, correct, or flag assumptions before proceeding.
|
|
64
|
+
- Deliver every manifest/checklist/checkpoint the user must confirm inline as the final message text of its own turn; ask the confirmation question in the next turn. AskUserQuestion option previews may mirror the content as a supplement but are never the sole channel. Never emit it only as mid-turn text in a turn that ends with a tool call — harness rendering does not guarantee mid-turn text is shown. A confirmation question must never reference content the user has not been shown.
|
|
65
|
+
|
|
66
|
+
4. **Interview for variation goals**
|
|
67
|
+
- Ask 1 to 3 focused questions per turn using AskUserQuestion.
|
|
68
|
+
- Default to maximally contrasting archetypes. Do not ask how different variants should be — assume dramatic contrast unless the user explicitly requests graduated steps.
|
|
69
|
+
- Default evaluation method is: build each variation, then run `/uat --variant-evaluation` (check `.agents/project.json.enabled_packs` for `product-testing` — if `product-testing` is not enabled, recommend `/pack install product-testing` inside Claude Code, or `npx skillpacks install product-testing` from the project shell, first) so the user has task-based evidence before consolidation. Do not ask who will judge — assume solo evaluator building and gut-checking unless the user states otherwise.
|
|
70
|
+
- When presenting a design decision with 3+ plausible answers during the interview, always include "Make this a variant axis (test all approaches)" as an option. When the user has already chosen "test all" for a prior question in the same session, default subsequent ambiguous decisions to variant axes without asking.
|
|
71
|
+
- Establish what the variants must accomplish, how a new user arrives and reaches first value, what the normal repeat workflow looks like, what users create/save/share/export/invite others into, what roles or permission levels exist, what notifications or status updates users expect, how users resume work after time away, what happens when a workflow is abandoned or blocked, which current interface parts work, which parts feel wrong or uncertain, what would make a variant unacceptable, and what evidence will decide the winner.
|
|
72
|
+
- When the user is unsure, recommend a practical default and explain why.
|
|
73
|
+
- **Layout-mode interview additions**: When in layout-mode, also ask:
|
|
74
|
+
- What is the primary user task on this page? (scan, search, create, compare, monitor, triage)
|
|
75
|
+
- How much data will typically be visible? (5 items, 50 items, 500 items)
|
|
76
|
+
- Are there reference apps or pages the user admires for this type of content?
|
|
77
|
+
- Are any layout patterns explicitly off the table?
|
|
78
|
+
- What is the build budget per variation? (quick prototype, medium fidelity, production-ready)
|
|
79
|
+
- What must the user do in each built variant before they are ready to consolidate?
|
|
80
|
+
|
|
81
|
+
5. **Create distinct variation concepts**
|
|
82
|
+
- Produce 5 variations by default. Present the concepts for adjustment — do not ask the user to choose a count first.
|
|
83
|
+
- Each variation must be meaningfully different, not just a color or spacing change.
|
|
84
|
+
- At this stage, keep each concept lightweight: name, thesis, archetype, best-fit user/context, core workflow difference, major tradeoff, and rough complexity. Do not fully specify screens, controls, or implementation details yet.
|
|
85
|
+
- Useful archetypes include task-first workflow, data-dense operator console, guided step-by-step flow, onboarding-first activation path, collaboration-first workspace, sharing-first artifact flow, notification/status-driven workflow, role-based handoff workflow, visual canvas or board, command/search-first interface, mobile-first progressive disclosure, familiar SaaS dashboard, and editorial or showcase layout.
|
|
86
|
+
- Only choose archetypes that fit the product and user context.
|
|
87
|
+
- **Layout-mode archetypes** (use these instead of the UX-flow archetypes above when in layout-mode):
|
|
88
|
+
- Card grid: visual items in a responsive grid, good for browsing and scanning
|
|
89
|
+
- Data table: dense rows with sortable/filterable columns, good for operators and power users
|
|
90
|
+
- List + detail panel: master list on left, detail sidebar on right, good for email/messaging patterns
|
|
91
|
+
- Full-page detail: list view navigates to full-page item view, good for content-heavy items
|
|
92
|
+
- Kanban / board: columns representing states or categories, good for workflow and status tracking
|
|
93
|
+
- Timeline / feed: chronological stream, good for activity, logs, and social patterns
|
|
94
|
+
- Dashboard mosaic: mixed widget grid with charts, lists, and stats, good for monitoring and overview
|
|
95
|
+
- Split-pane workspace: resizable panels for parallel content, good for editors and comparison
|
|
96
|
+
- Command-first minimal: search/command bar with minimal chrome, good for keyboard-heavy power users
|
|
97
|
+
- Sidebar-driven: persistent sidebar navigation with content area, good for settings and multi-section apps
|
|
98
|
+
|
|
99
|
+
6. **Concept selection checkpoint**
|
|
100
|
+
- Before fully specifying any variant, ask the user to adjust the concept set.
|
|
101
|
+
- Use bounded wording such as: "How should I adjust these UX variants before writing the final spec?"
|
|
102
|
+
- Present clear options:
|
|
103
|
+
- Keep all concepts
|
|
104
|
+
- Make one concept bolder or more extreme
|
|
105
|
+
- Add another concept
|
|
106
|
+
- Do not ask the user to remove or merge concepts before they have been built. Pre-build narrowing is consistently rejected.
|
|
107
|
+
- Ask the user to name the affected concept and briefly describe the change when they choose anything other than keeping all concepts.
|
|
108
|
+
- Recommend a practical default when evidence supports it; do not imply that variants have already been built or committed.
|
|
109
|
+
- Revise the concept set based on the answer before moving on.
|
|
110
|
+
|
|
111
|
+
7. **Specify each approved variation enough to build**
|
|
112
|
+
- For each variation, define name and thesis, target user fit, onboarding and activation model, typical workflow sequence, sharing and collaboration model, permissions model, return-use and notification model, failure recovery behavior, page and flow changes, navigation model, screen-by-screen layout, key components and controls, button and link behavior, spatial density, sizing, hierarchy, responsive behavior, visual tone, strengths, risks, failure modes, implementation complexity, prototype scope, and winning signal.
|
|
113
|
+
- **Layout-mode variation spec additions**: In layout-mode, each variation spec must also include:
|
|
114
|
+
- Content-to-component mapping: which content requirement maps to which UI component
|
|
115
|
+
- Page regions with approximate proportions (e.g., sidebar 280px, content fluid, detail panel 400px)
|
|
116
|
+
- Primary content component (the main way items are displayed)
|
|
117
|
+
- Detail view pattern (how a single item's full details are accessed)
|
|
118
|
+
- Action placement (where create, edit, delete, and bulk actions live)
|
|
119
|
+
- Navigation pattern and placement
|
|
120
|
+
- Responsive behavior at 3 breakpoints (mobile ≤640px, tablet ≤1024px, desktop >1024px)
|
|
121
|
+
- Density approach (line-height, padding, font sizes, information per viewport)
|
|
122
|
+
- States rendering (how empty, loading, error, and partial states appear in this layout)
|
|
123
|
+
- Implementation file list (components, routes, layouts to create or modify)
|
|
124
|
+
- Estimated build time (hours)
|
|
125
|
+
- Variant evaluation task: the user task to perform in this variation before consolidation
|
|
126
|
+
- Evidence to capture: screenshots, notes, time-to-complete, friction points, and acceptance/rejection signals
|
|
127
|
+
|
|
128
|
+
8. **Plan experimentation**
|
|
129
|
+
- Recommend serial full buildout of all approved variants. Do not recommend building a subset first — the user's consistent preference is to build all variants before evaluating.
|
|
130
|
+
- For prototype-stage product or feature work, prefer numerous small route-based experiments over one merged prototype when multiple workflows, layouts, densities, copy approaches, navigation models, or interaction patterns remain plausible. Name the route for each experiment, such as `/experiments/table-first`, `/experiments/command-first`, or the project's equivalent, and keep shared production infrastructure out of those routes unless explicitly approved.
|
|
131
|
+
- If route experiments imply materially different products, apps, ICPs, or product lines, update `research/.progress.yaml` with experiment product-path entries instead of making every divergent path a required UX variation. Include `id`, `label`, `source_skill: ux-variations`, `scope_path`, `status`, `reason`, `archive_reason`, `archived_at`, `promoted_at`, `evidence_refs`, `revisit_trigger`, `next_skill`, `pipeline_stage: ux-variations`, and `last_touched`.
|
|
132
|
+
- After variants are built, recommend `/uat --variant-evaluation` (check `.agents/project.json.enabled_packs` for `product-testing` — if `product-testing` is not enabled, recommend `/pack install product-testing` inside Claude Code, or `npx skillpacks install product-testing` from the project shell, first) before `/consolidate-variations`. Consolidation is premature until evaluation evidence exists or the user explicitly says they reviewed the variants and is ready to converge.
|
|
133
|
+
- Define comparison criteria before selecting a winner.
|
|
134
|
+
- Include a lock-in checklist so the chosen direction becomes a decision record, not a vague preference.
|
|
135
|
+
- Include a UAT handoff checklist: target task for each variant, success criteria, side-by-side comparison questions, evidence to capture, tradeoffs to notice, and readiness criteria for `/consolidate-variations`.
|
|
136
|
+
|
|
137
|
+
9. **Coverage checkpoint**
|
|
138
|
+
- Before concluding, summarize the variants, decision criteria, and experiment plan inline as the final message text of its own turn.
|
|
139
|
+
- In the next turn, use AskUserQuestion to ask whether any decision criteria, risks, validation steps, or implementation constraints are missing before writing deliverables.
|
|
140
|
+
|
|
141
|
+
## Deliverables
|
|
142
|
+
|
|
143
|
+
- Write the variation plan to `specs/ux-variations-[topic].md`.
|
|
144
|
+
- Write the interview log to `ux-variations-[topic]-interview.md`.
|
|
145
|
+
- Update `research/.progress.yaml` only when variant or route experiments create materially different product paths; downstream research remains active-path-only until a path is activated.
|
|
146
|
+
|
|
147
|
+
### Alignment Page
|
|
148
|
+
|
|
149
|
+
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/ux-variations-{topic}.html`.
|
|
150
|
+
|
|
151
|
+
## Constraints
|
|
152
|
+
|
|
153
|
+
- Do not present superficial variants that differ only by color palette, typography, or decorative treatment.
|
|
154
|
+
- Do not choose a winner for the user unless the evidence clearly supports it and the user asked for a recommendation.
|
|
155
|
+
- Do not defer all decisions to testing. State a recommended variant or experiment when evidence is sufficient.
|
|
156
|
+
- Do not ignore implementation cost. A compelling variation still needs a prototype path and selection criteria.
|
|
157
|
+
- Do not route directly from built UI variants to `/consolidate-variations`; insert `/uat --variant-evaluation` (check `.agents/project.json.enabled_packs` for `product-testing` — if `product-testing` is not enabled, recommend `/pack install product-testing` inside Claude Code, or `npx skillpacks install product-testing` from the project shell, first) unless the user explicitly confirms they have already evaluated the variants.
|
|
158
|
+
- When recommending a skill from another pack, verify the pack is installed via `.agents/project.json` `enabled_packs`. If not installed, recommend `/pack install <pack-name>` inside Claude Code, or `npx skillpacks install <pack-name>` from the project shell, before the target skill.
|
|
159
|
+
- Do not enforce shared design constraints across variations. Each variation independently decides layout, density, color, navigation, and component choices. Only technical stack (framework, renderer, design system tokens) is shared unless the user explicitly locks a shared constraint.
|
|
160
|
+
|
|
161
|
+
## Archive-First Replacement Policy
|
|
162
|
+
|
|
163
|
+
- Before replacing or substantively rewriting an existing canonical research/spec document (`research/**/*.md`, `specs/**/*.md`, or `docs/specifications/**/*.md`), copy the current file to `docs/history/archive/YYYY-MM-DD/HHMMSS/<original-relative-path>`.
|
|
164
|
+
- Preserve the archived snapshot exactly as it existed before the change; do not edit the archived copy after creating it.
|
|
165
|
+
- After the archive snapshot exists, write the updated document to the original canonical path.
|
|
166
|
+
- Report both the archive path and the updated canonical path in the final output.
|
|
167
|
+
- New files do not need archive snapshots. Append-only updates do not need archive snapshots unless an existing section is regenerated or rewritten.
|
|
168
|
+
|
|
169
|
+
## Default Shipping Contract
|
|
170
|
+
|
|
171
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ux-variations
|
|
3
|
+
description: Interview and plan multiple UX and UI variations for a product, page, or flow, including onboarding, typical workflows, sharing, collaboration, return use, and interface alternatives users can compare before locking a direction — and concrete visual/layout UI variations (component choices, spatial arrangements, information density)
|
|
4
|
+
type: planning
|
|
5
|
+
version: v0.17
|
|
6
|
+
argument-hint: "[optional: app, page, flow, feature, or existing UI spec]"
|
|
7
|
+
visual_tier: prototype
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# UX Variations
|
|
11
|
+
|
|
12
|
+
Invoke as `/ux-variations`.
|
|
13
|
+
|
|
14
|
+
Use this skill when the user wants to explore multiple UX/UI directions before committing to a final experience. This skill interrogates the full user journey: onboarding, first success, typical workflows, sharing and collaboration, return use, notifications, handoffs, failure recovery, and the interface patterns that support those moments. It then creates variation plans for flows, layouts, navigation models, interaction patterns, component choices, content density, visual tone, and behavior so the user can compare, test, and lock one direction.
|
|
15
|
+
|
|
16
|
+
In the normal AFPS product route, use `/user-flow-map` first to lock screen flow, decisions, branches, states, and low-fidelity wireframe notes, then use `/ui-interview --requirements-only` to lock the per-screen content/data/action contract, then run `/ux-variations --layout-mode`.
|
|
17
|
+
|
|
18
|
+
Use `/user-flow-map` first when the interface has no credible flow structure. Use `/ui-interview --requirements-only` first when the flow exists but the page content, actions, and states are not specified. Use this skill directly only when a user-flow map plus UI requirements, current implementation, screenshot, prototype, or clear feature scope already exists.
|
|
19
|
+
|
|
20
|
+
When invoked with `--layout-mode` (or when the user says "layout mode", "layout variations", or "UI variations"), this skill operates at the concrete component/layout level — it varies HOW the same content is presented visually, not WHAT the user flow is. Layout-mode takes a fixed flow contract from `specs/user-flow-[topic].md` plus a fixed content contract from `specs/ui-requirements-[topic].md` or equivalent and generates 2-5 concrete visual/spatial approaches: different container patterns, detail views, navigation styles, density levels, and responsive strategies. Each variation is specified well enough to build as a lightweight implementation, then evaluated through `/uat --variant-evaluation` (check `.agents/project.json.enabled_packs` for `product-testing` — if `product-testing` is not enabled, recommend `npx skillpacks install product-testing` from the project shell, first) before `/consolidate-variations`.
|
|
21
|
+
|
|
22
|
+
## Process
|
|
23
|
+
|
|
24
|
+
### 0. Product-Path Scope Resolution
|
|
25
|
+
|
|
26
|
+
Resolve research scope by product path before using code or app structure as a hint:
|
|
27
|
+
|
|
28
|
+
1. If `$ARGUMENTS` names a non-archived `research/{slug}/` directory or a product-path ID whose `scope_path` points there, use that path. Treat `{slug}` as the product/app name, not the ICP, audience, or segment label.
|
|
29
|
+
2. If `$ARGUMENTS` names only `research/_archive/{slug}/` or a manifest entry with `status: archived` or legacy `status: abandoned`, stop and warn that the path is archived; do not write or update scoped outputs there.
|
|
30
|
+
3. Read `research/.progress.yaml` when present. Normalize legacy `active_path` to `active_paths` on read and write back `active_paths` on manifest updates. Treat legacy `abandoned` as `archived`; exclude `archived`, `abandoned`, `deferred`, `revisit_candidate`, `promoted`, and any `scope_path` under `research/_archive/` from active target selection.
|
|
31
|
+
4. If active product paths exist in the manifest, use those paths. If multiple active paths exist, ask which one to target unless this skill explicitly supports cross-path output.
|
|
32
|
+
5. If no active manifest target exists, list non-archived product directories under `research/`, excluding `research/_archive/` and dot directories. Auto-select only when exactly one exists; ask when multiple exist.
|
|
33
|
+
6. If no product directories exist, use flat `research/` single-product mode.
|
|
34
|
+
7. Detect monorepo/app/package structure only as a secondary hint. Suggest creating a missing `research/{slug}/` product path when code clearly exposes an app, but do not require code or monorepo detection before using `research/{slug}/`.
|
|
35
|
+
|
|
36
|
+
When product path `{slug}` is active, read and write research under `research/{slug}/`, specs under `specs/{slug}/`, and treat top-level `research/*.md` files as flat-mode documents or cross-path summaries.
|
|
37
|
+
|
|
38
|
+
1. **Resolve context**
|
|
39
|
+
- Read `.agents/project.json` if it exists.
|
|
40
|
+
- Read `README.md`, `AGENTS.md`, `CLAUDE.md`, relevant `docs/`, `specs/`, `research/`, task files, screenshots, route files, and component implementations when present.
|
|
41
|
+
- Read `research/.progress.yaml` when present. Normalize `active_path` (singular legacy) to `active_paths` (plural list) when reading; treat legacy `abandoned` as `archived` and exclude archived/deferred/revisit/promoted paths plus `research/_archive/` scopes from active target selection. Use `active_paths` as the product/app focuses and treat deferred `product_paths[]` as parked product directions, not required UX variants.
|
|
42
|
+
- Prefer existing `specs/user-flow-*.md` plus `specs/ui-requirements-*.md` as the normal AFPS layout-mode inputs.
|
|
43
|
+
- Also read `specs/ui-*.md`, product specs, journey maps, ICP research, positioning research, and user feedback as source evidence.
|
|
44
|
+
- If no credible flow structure exists, run or recommend `/user-flow-map` before developing variants.
|
|
45
|
+
- If flow exists but no credible content/data/action contract exists, run or recommend `/ui-interview --requirements-only` before developing layout-mode variants.
|
|
46
|
+
|
|
47
|
+
2. **Define the decision surface**
|
|
48
|
+
- Identify what the user is deciding: whole app experience, onboarding, activation, typical workflow, sharing flow, collaboration model, purchase flow, editor, dashboard, settings, mobile experience, page layout, or another bounded surface.
|
|
49
|
+
- Identify which dimensions may vary: first-run onboarding, activation, core workflow sequencing, sharing, invitations, permissions, collaboration, return-use loops, notifications, reminders, status surfaces, user or device handoffs, failure recovery, information architecture, navigation, page layout, task flow order, component model, data density, visual hierarchy, motion, copy tone, and mobile behavior.
|
|
50
|
+
- Identify fixed constraints: brand, stack, design system, must-keep components, accessibility, launch scope, performance, and business requirements.
|
|
51
|
+
- **Layout-mode addition**: In layout-mode, read `specs/user-flow-[topic].md` as the fixed screen-flow contract and `specs/ui-requirements-[topic].md` as the fixed content contract. The WHAT and flow order are locked; only the HOW varies. Layout dimensions that can vary:
|
|
52
|
+
- Container pattern: card grid, data table, list, kanban, timeline, tree, masonry
|
|
53
|
+
- Detail pattern: sidebar panel, full-page route, modal, drawer, inline expand, popover
|
|
54
|
+
- Navigation: top-nav, side-nav, tab-based, breadcrumb-driven, command-palette, hybrid
|
|
55
|
+
- Density: compact, comfortable, spacious
|
|
56
|
+
- Hierarchy: content-first, chrome-first, action-first
|
|
57
|
+
- Responsive strategy: reflow, collapse, separate mobile layout, progressive disclosure
|
|
58
|
+
|
|
59
|
+
3. **Surface assumptions before probing**
|
|
60
|
+
- Present a UX Variation Assumptions Manifest before deep questioning.
|
|
61
|
+
- Tag assumptions with `[from spec]`, `[from codebase]`, `[from research]`, `[from artifact]`, or `[inferred]`.
|
|
62
|
+
- Cover target users, usage context, first-run moment, activation event, "aha" threshold, typical repeat-use workflow, sharing and collaboration assumptions, permissions, return triggers, notifications, re-engagement assumptions, handoffs, pain points, locked versus open decisions, evaluation criteria, required variant breadth, prototype fidelity, implementation budget, success metrics, and selection method.
|
|
63
|
+
- Use AskUserQuestion to ask the user to confirm, correct, or flag assumptions before proceeding.
|
|
64
|
+
- Deliver every manifest/checklist/checkpoint the user must confirm inline as the final message text of its own turn; ask the confirmation question in the next turn. AskUserQuestion option previews may mirror the content as a supplement but are never the sole channel. Never emit it only as mid-turn text in a turn that ends with a tool call — harness rendering does not guarantee mid-turn text is shown. A confirmation question must never reference content the user has not been shown.
|
|
65
|
+
|
|
66
|
+
4. **Interview for variation goals**
|
|
67
|
+
- Ask 1 to 3 focused questions per turn using AskUserQuestion.
|
|
68
|
+
- Default to maximally contrasting archetypes. Do not ask how different variants should be — assume dramatic contrast unless the user explicitly requests graduated steps.
|
|
69
|
+
- Default evaluation method is: build each variation, then run `/uat --variant-evaluation` (check `.agents/project.json.enabled_packs` for `product-testing` — if `product-testing` is not enabled, recommend `npx skillpacks install product-testing` from the project shell, first) so the user has task-based evidence before consolidation. Do not ask who will judge — assume solo evaluator building and gut-checking unless the user states otherwise.
|
|
70
|
+
- When presenting a design decision with 3+ plausible answers during the interview, always include "Make this a variant axis (test all approaches)" as an option. When the user has already chosen "test all" for a prior question in the same session, default subsequent ambiguous decisions to variant axes without asking.
|
|
71
|
+
- Establish what the variants must accomplish, how a new user arrives and reaches first value, what the normal repeat workflow looks like, what users create/save/share/export/invite others into, what roles or permission levels exist, what notifications or status updates users expect, how users resume work after time away, what happens when a workflow is abandoned or blocked, which current interface parts work, which parts feel wrong or uncertain, what would make a variant unacceptable, and what evidence will decide the winner.
|
|
72
|
+
- When the user is unsure, recommend a practical default and explain why.
|
|
73
|
+
- **Layout-mode interview additions**: When in layout-mode, also ask:
|
|
74
|
+
- What is the primary user task on this page? (scan, search, create, compare, monitor, triage)
|
|
75
|
+
- How much data will typically be visible? (5 items, 50 items, 500 items)
|
|
76
|
+
- Are there reference apps or pages the user admires for this type of content?
|
|
77
|
+
- Are any layout patterns explicitly off the table?
|
|
78
|
+
- What is the build budget per variation? (quick prototype, medium fidelity, production-ready)
|
|
79
|
+
- What must the user do in each built variant before they are ready to consolidate?
|
|
80
|
+
|
|
81
|
+
5. **Create distinct variation concepts**
|
|
82
|
+
- Produce 5 variations by default. Present the concepts for adjustment — do not ask the user to choose a count first.
|
|
83
|
+
- Each variation must be meaningfully different, not just a color or spacing change.
|
|
84
|
+
- At this stage, keep each concept lightweight: name, thesis, archetype, best-fit user/context, core workflow difference, major tradeoff, and rough complexity. Do not fully specify screens, controls, or implementation details yet.
|
|
85
|
+
- Useful archetypes include task-first workflow, data-dense operator console, guided step-by-step flow, onboarding-first activation path, collaboration-first workspace, sharing-first artifact flow, notification/status-driven workflow, role-based handoff workflow, visual canvas or board, command/search-first interface, mobile-first progressive disclosure, familiar SaaS dashboard, and editorial or showcase layout.
|
|
86
|
+
- Only choose archetypes that fit the product and user context.
|
|
87
|
+
- **Layout-mode archetypes** (use these instead of the UX-flow archetypes above when in layout-mode):
|
|
88
|
+
- Card grid: visual items in a responsive grid, good for browsing and scanning
|
|
89
|
+
- Data table: dense rows with sortable/filterable columns, good for operators and power users
|
|
90
|
+
- List + detail panel: master list on left, detail sidebar on right, good for email/messaging patterns
|
|
91
|
+
- Full-page detail: list view navigates to full-page item view, good for content-heavy items
|
|
92
|
+
- Kanban / board: columns representing states or categories, good for workflow and status tracking
|
|
93
|
+
- Timeline / feed: chronological stream, good for activity, logs, and social patterns
|
|
94
|
+
- Dashboard mosaic: mixed widget grid with charts, lists, and stats, good for monitoring and overview
|
|
95
|
+
- Split-pane workspace: resizable panels for parallel content, good for editors and comparison
|
|
96
|
+
- Command-first minimal: search/command bar with minimal chrome, good for keyboard-heavy power users
|
|
97
|
+
- Sidebar-driven: persistent sidebar navigation with content area, good for settings and multi-section apps
|
|
98
|
+
|
|
99
|
+
6. **Concept selection checkpoint**
|
|
100
|
+
- Before fully specifying any variant, ask the user to adjust the concept set.
|
|
101
|
+
- Use bounded wording such as: "How should I adjust these UX variants before writing the final spec?"
|
|
102
|
+
- Present clear options:
|
|
103
|
+
- Keep all concepts
|
|
104
|
+
- Make one concept bolder or more extreme
|
|
105
|
+
- Add another concept
|
|
106
|
+
- Do not ask the user to remove or merge concepts before they have been built. Pre-build narrowing is consistently rejected.
|
|
107
|
+
- Ask the user to name the affected concept and briefly describe the change when they choose anything other than keeping all concepts.
|
|
108
|
+
- Recommend a practical default when evidence supports it; do not imply that variants have already been built or committed.
|
|
109
|
+
- Revise the concept set based on the answer before moving on.
|
|
110
|
+
|
|
111
|
+
7. **Specify each approved variation enough to build**
|
|
112
|
+
- For each variation, define name and thesis, target user fit, onboarding and activation model, typical workflow sequence, sharing and collaboration model, permissions model, return-use and notification model, failure recovery behavior, page and flow changes, navigation model, screen-by-screen layout, key components and controls, button and link behavior, spatial density, sizing, hierarchy, responsive behavior, visual tone, strengths, risks, failure modes, implementation complexity, prototype scope, and winning signal.
|
|
113
|
+
- **Layout-mode variation spec additions**: In layout-mode, each variation spec must also include:
|
|
114
|
+
- Content-to-component mapping: which content requirement maps to which UI component
|
|
115
|
+
- Page regions with approximate proportions (e.g., sidebar 280px, content fluid, detail panel 400px)
|
|
116
|
+
- Primary content component (the main way items are displayed)
|
|
117
|
+
- Detail view pattern (how a single item's full details are accessed)
|
|
118
|
+
- Action placement (where create, edit, delete, and bulk actions live)
|
|
119
|
+
- Navigation pattern and placement
|
|
120
|
+
- Responsive behavior at 3 breakpoints (mobile ≤640px, tablet ≤1024px, desktop >1024px)
|
|
121
|
+
- Density approach (line-height, padding, font sizes, information per viewport)
|
|
122
|
+
- States rendering (how empty, loading, error, and partial states appear in this layout)
|
|
123
|
+
- Implementation file list (components, routes, layouts to create or modify)
|
|
124
|
+
- Estimated build time (hours)
|
|
125
|
+
- Variant evaluation task: the user task to perform in this variation before consolidation
|
|
126
|
+
- Evidence to capture: screenshots, notes, time-to-complete, friction points, and acceptance/rejection signals
|
|
127
|
+
|
|
128
|
+
8. **Plan experimentation**
|
|
129
|
+
- Recommend serial full buildout of all approved variants. Do not recommend building a subset first — the user's consistent preference is to build all variants before evaluating.
|
|
130
|
+
- For prototype-stage product or feature work, prefer numerous small route-based experiments over one merged prototype when multiple workflows, layouts, densities, copy approaches, navigation models, or interaction patterns remain plausible. Name the route for each experiment, such as `/experiments/table-first`, `/experiments/command-first`, or the project's equivalent, and keep shared production infrastructure out of those routes unless explicitly approved.
|
|
131
|
+
- If route experiments imply materially different products, apps, ICPs, or product lines, update `research/.progress.yaml` with experiment product-path entries instead of making every divergent path a required UX variation. Include `id`, `label`, `source_skill: ux-variations`, `scope_path`, `status`, `reason`, `archive_reason`, `archived_at`, `promoted_at`, `evidence_refs`, `revisit_trigger`, `next_skill`, `pipeline_stage: ux-variations`, and `last_touched`.
|
|
132
|
+
- After variants are built, recommend `/uat --variant-evaluation` (check `.agents/project.json.enabled_packs` for `product-testing` — if `product-testing` is not enabled, recommend `npx skillpacks install product-testing` from the project shell, first) before `/consolidate-variations`. Consolidation is premature until evaluation evidence exists or the user explicitly says they reviewed the variants and is ready to converge.
|
|
133
|
+
- Define comparison criteria before selecting a winner.
|
|
134
|
+
- Include a lock-in checklist so the chosen direction becomes a decision record, not a vague preference.
|
|
135
|
+
- Include a UAT handoff checklist: target task for each variant, success criteria, side-by-side comparison questions, evidence to capture, tradeoffs to notice, and readiness criteria for `/consolidate-variations`.
|
|
136
|
+
|
|
137
|
+
9. **Coverage checkpoint**
|
|
138
|
+
- Before concluding, summarize the variants, decision criteria, and experiment plan inline as the final message text of its own turn.
|
|
139
|
+
- In the next turn, use AskUserQuestion to ask whether any decision criteria, risks, validation steps, or implementation constraints are missing before writing deliverables.
|
|
140
|
+
|
|
141
|
+
## Deliverables
|
|
142
|
+
|
|
143
|
+
- Write the variation plan to `specs/ux-variations-[topic].md`.
|
|
144
|
+
- Write the interview log to `ux-variations-[topic]-interview.md`.
|
|
145
|
+
- Update `research/.progress.yaml` only when variant or route experiments create materially different product paths; downstream research remains active-path-only until a path is activated.
|
|
146
|
+
|
|
147
|
+
### Alignment Page
|
|
148
|
+
|
|
149
|
+
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/ux-variations-{topic}.html`.
|
|
150
|
+
|
|
151
|
+
## Constraints
|
|
152
|
+
|
|
153
|
+
- Do not present superficial variants that differ only by color palette, typography, or decorative treatment.
|
|
154
|
+
- Do not choose a winner for the user unless the evidence clearly supports it and the user asked for a recommendation.
|
|
155
|
+
- Do not defer all decisions to testing. State a recommended variant or experiment when evidence is sufficient.
|
|
156
|
+
- Do not ignore implementation cost. A compelling variation still needs a prototype path and selection criteria.
|
|
157
|
+
- Do not route directly from built UI variants to `/consolidate-variations`; insert `/uat --variant-evaluation` (check `.agents/project.json.enabled_packs` for `product-testing` — if `product-testing` is not enabled, recommend `npx skillpacks install product-testing` from the project shell, first) unless the user explicitly confirms they have already evaluated the variants.
|
|
158
|
+
- When recommending a skill from another pack, verify the pack is installed via `.agents/project.json` `enabled_packs`. If not installed, recommend `npx skillpacks install <pack-name>` from the project shell, before the target skill.
|
|
159
|
+
- Do not enforce shared design constraints across variations. Each variation independently decides layout, density, color, navigation, and component choices. Only technical stack (framework, renderer, design system tokens) is shared unless the user explicitly locks a shared constraint.
|
|
160
|
+
|
|
161
|
+
## Archive-First Replacement Policy
|
|
162
|
+
|
|
163
|
+
- Before replacing or substantively rewriting an existing canonical research/spec document (`research/**/*.md`, `specs/**/*.md`, or `docs/specifications/**/*.md`), copy the current file to `docs/history/archive/YYYY-MM-DD/HHMMSS/<original-relative-path>`.
|
|
164
|
+
- Preserve the archived snapshot exactly as it existed before the change; do not edit the archived copy after creating it.
|
|
165
|
+
- After the archive snapshot exists, write the updated document to the original canonical path.
|
|
166
|
+
- Report both the archive path and the updated canonical path in the final output.
|
|
167
|
+
- New files do not need archive snapshots. Append-only updates do not need archive snapshots unless an existing section is regenerated or rewritten.
|
|
168
|
+
|
|
169
|
+
## Default Shipping Contract
|
|
170
|
+
|
|
171
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|