skillpacks 0.1.0
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 +122 -0
- package/CLAUDE.md +169 -0
- package/LICENSE +21 -0
- package/README.md +451 -0
- package/bin/skillpacks.mjs +12 -0
- package/dist/skillpacks-manifest.json +7671 -0
- package/docs/QUICKSTART.md +137 -0
- package/docs/decks.md +189 -0
- package/docs/packs.md +293 -0
- package/docs/skillpacks-npm-distribution.md +583 -0
- package/global/claude/afps-status/ALIGNMENT-PAGE.md +86 -0
- package/global/claude/afps-status/CHANGELOG.md +9 -0
- package/global/claude/afps-status/SKILL.md +110 -0
- package/global/claude/afps-status/archive/v0.0/SKILL.md +104 -0
- package/global/claude/animation-design-planner/ALIGNMENT-PAGE.md +86 -0
- package/global/claude/animation-design-planner/CHANGELOG.md +21 -0
- package/global/claude/animation-design-planner/SKILL.md +115 -0
- package/global/claude/animation-design-planner/frameworks/css-transitions/SKILL.md +48 -0
- package/global/claude/animation-design-planner/frameworks/gsap/SKILL.md +51 -0
- package/global/claude/animation-design-planner/frameworks/motion-framer/SKILL.md +47 -0
- package/global/claude/animation-design-planner/frameworks/threejs/SKILL.md +54 -0
- package/global/claude/animation-design-planner/frameworks/web-animations-api/SKILL.md +53 -0
- package/global/claude/autoresearch/CHANGELOG.md +8 -0
- package/global/claude/autoresearch/SKILL.md +185 -0
- package/global/claude/autoresearch-prep/CHANGELOG.md +5 -0
- package/global/claude/autoresearch-prep/SKILL.md +127 -0
- package/global/claude/codebase-status/CHANGELOG.md +25 -0
- package/global/claude/codebase-status/SKILL.md +112 -0
- package/global/claude/codebase-status/archive/v0.0/SKILL.md +124 -0
- package/global/claude/codebase-status/archive/v0.1/SKILL.md +104 -0
- package/global/claude/codebase-status/archive/v0.2/SKILL.md +116 -0
- package/global/claude/codebase-status/archive/v0.3/SKILL.md +112 -0
- package/global/claude/codebase-status/archive/v0.4/SKILL.md +112 -0
- package/global/claude/fork-idea-branch/ALIGNMENT-PAGE.md +86 -0
- package/global/claude/fork-idea-branch/CHANGELOG.md +5 -0
- package/global/claude/fork-idea-branch/SKILL.md +116 -0
- package/global/claude/idea-scope-brief/ALIGNMENT-PAGE.md +86 -0
- package/global/claude/idea-scope-brief/CHANGELOG.md +58 -0
- package/global/claude/idea-scope-brief/SKILL.md +156 -0
- package/global/claude/idea-scope-brief/archive/v0.0/SKILL.md +131 -0
- package/global/claude/idea-scope-brief/archive/v0.1/SKILL.md +133 -0
- package/global/claude/idea-scope-brief/archive/v0.10/SKILL.md +146 -0
- package/global/claude/idea-scope-brief/archive/v0.11/SKILL.md +156 -0
- package/global/claude/idea-scope-brief/archive/v0.2/SKILL.md +107 -0
- package/global/claude/idea-scope-brief/archive/v0.3/SKILL.md +111 -0
- package/global/claude/idea-scope-brief/archive/v0.4/SKILL.md +112 -0
- package/global/claude/idea-scope-brief/archive/v0.5/SKILL.md +126 -0
- package/global/claude/idea-scope-brief/archive/v0.6/SKILL.md +126 -0
- package/global/claude/idea-scope-brief/archive/v0.7/SKILL.md +127 -0
- package/global/claude/idea-scope-brief/archive/v0.8/SKILL.md +137 -0
- package/global/claude/idea-scope-brief/archive/v0.9/SKILL.md +137 -0
- package/global/claude/init-agentic-skills/CHANGELOG.md +36 -0
- package/global/claude/init-agentic-skills/SKILL.md +57 -0
- package/global/claude/init-agentic-skills/archive/v0.0/SKILL.md +32 -0
- package/global/claude/init-agentic-skills/archive/v0.1/SKILL.md +32 -0
- package/global/claude/init-agentic-skills/archive/v0.2/SKILL.md +32 -0
- package/global/claude/init-agentic-skills/archive/v0.3/SKILL.md +40 -0
- package/global/claude/init-agentic-skills/archive/v0.4/SKILL.md +40 -0
- package/global/claude/init-agentic-skills/archive/v0.5/SKILL.md +50 -0
- package/global/claude/init-agentic-skills/scripts/init-agentic-skills.sh +227 -0
- package/global/claude/pack/CHANGELOG.md +30 -0
- package/global/claude/pack/SKILL.md +170 -0
- package/global/claude/pack/archive/v0.0/SKILL.md +161 -0
- package/global/claude/pack/archive/v0.1/SKILL.md +163 -0
- package/global/claude/pack/archive/v0.2/SKILL.md +164 -0
- package/global/claude/pack/archive/v0.3/SKILL.md +165 -0
- package/global/claude/pack/archive/v0.4/SKILL.md +171 -0
- package/global/claude/pack/archive/v0.5/SKILL.md +170 -0
- package/global/claude/pack/scripts/pack.sh +54 -0
- package/global/claude/provision-agentic-config/CHANGELOG.md +30 -0
- package/global/claude/provision-agentic-config/SKILL.md +292 -0
- package/global/claude/provision-agentic-config/archive/v0.0/SKILL.md +208 -0
- package/global/claude/provision-agentic-config/archive/v0.1/SKILL.md +269 -0
- package/global/claude/provision-agentic-config/archive/v0.2/SKILL.md +272 -0
- package/global/claude/provision-agentic-config/archive/v0.3/SKILL.md +272 -0
- package/global/claude/provision-agentic-config/archive/v0.4/SKILL.md +290 -0
- package/global/claude/skills/CHANGELOG.md +30 -0
- package/global/claude/skills/SKILL.md +141 -0
- package/global/claude/skills/archive/v0.0/SKILL.md +131 -0
- package/global/claude/skills/archive/v0.1/SKILL.md +131 -0
- package/global/claude/skills/archive/v0.2/SKILL.md +140 -0
- package/global/claude/skills/archive/v0.3/SKILL.md +140 -0
- package/global/claude/skills/archive/v0.4/SKILL.md +141 -0
- package/global/codex/afps-status/ALIGNMENT-PAGE.md +86 -0
- package/global/codex/afps-status/CHANGELOG.md +9 -0
- package/global/codex/afps-status/SKILL.md +104 -0
- package/global/codex/afps-status/agents/openai.yaml +7 -0
- package/global/codex/afps-status/archive/v0.0/SKILL.md +104 -0
- package/global/codex/animation-design-planner/ALIGNMENT-PAGE.md +86 -0
- package/global/codex/animation-design-planner/CHANGELOG.md +21 -0
- package/global/codex/animation-design-planner/SKILL.md +117 -0
- package/global/codex/animation-design-planner/agents/openai.yaml +7 -0
- package/global/codex/animation-design-planner/frameworks/css-transitions/SKILL.md +50 -0
- package/global/codex/animation-design-planner/frameworks/gsap/SKILL.md +53 -0
- package/global/codex/animation-design-planner/frameworks/motion-framer/SKILL.md +49 -0
- package/global/codex/animation-design-planner/frameworks/threejs/SKILL.md +56 -0
- package/global/codex/animation-design-planner/frameworks/web-animations-api/SKILL.md +55 -0
- package/global/codex/codebase-status/CHANGELOG.md +25 -0
- package/global/codex/codebase-status/SKILL.md +112 -0
- package/global/codex/codebase-status/agents/openai.yaml +7 -0
- package/global/codex/codebase-status/archive/v0.0/SKILL.md +124 -0
- package/global/codex/codebase-status/archive/v0.1/SKILL.md +103 -0
- package/global/codex/codebase-status/archive/v0.2/SKILL.md +116 -0
- package/global/codex/codebase-status/archive/v0.3/SKILL.md +112 -0
- package/global/codex/codebase-status/archive/v0.4/SKILL.md +112 -0
- package/global/codex/idea-scope-brief/ALIGNMENT-PAGE.md +86 -0
- package/global/codex/idea-scope-brief/CHANGELOG.md +56 -0
- package/global/codex/idea-scope-brief/SKILL.md +158 -0
- package/global/codex/idea-scope-brief/agents/openai.yaml +7 -0
- package/global/codex/idea-scope-brief/archive/v0.0/SKILL.md +133 -0
- package/global/codex/idea-scope-brief/archive/v0.1/SKILL.md +135 -0
- package/global/codex/idea-scope-brief/archive/v0.10/SKILL.md +148 -0
- package/global/codex/idea-scope-brief/archive/v0.11/SKILL.md +158 -0
- package/global/codex/idea-scope-brief/archive/v0.2/SKILL.md +109 -0
- package/global/codex/idea-scope-brief/archive/v0.3/SKILL.md +113 -0
- package/global/codex/idea-scope-brief/archive/v0.4/SKILL.md +114 -0
- package/global/codex/idea-scope-brief/archive/v0.5/SKILL.md +128 -0
- package/global/codex/idea-scope-brief/archive/v0.6/SKILL.md +128 -0
- package/global/codex/idea-scope-brief/archive/v0.7/SKILL.md +129 -0
- package/global/codex/idea-scope-brief/archive/v0.8/SKILL.md +139 -0
- package/global/codex/idea-scope-brief/archive/v0.9/SKILL.md +139 -0
- package/global/codex/init-agentic-skills/CHANGELOG.md +36 -0
- package/global/codex/init-agentic-skills/SKILL.md +59 -0
- package/global/codex/init-agentic-skills/agents/openai.yaml +7 -0
- package/global/codex/init-agentic-skills/archive/v0.0/SKILL.md +34 -0
- package/global/codex/init-agentic-skills/archive/v0.1/SKILL.md +34 -0
- package/global/codex/init-agentic-skills/archive/v0.2/SKILL.md +34 -0
- package/global/codex/init-agentic-skills/archive/v0.3/SKILL.md +42 -0
- package/global/codex/init-agentic-skills/archive/v0.4/SKILL.md +42 -0
- package/global/codex/init-agentic-skills/archive/v0.5/SKILL.md +52 -0
- package/global/codex/init-agentic-skills/scripts/init-agentic-skills.sh +227 -0
- package/global/codex/pack/CHANGELOG.md +30 -0
- package/global/codex/pack/SKILL.md +172 -0
- package/global/codex/pack/archive/v0.0/SKILL.md +134 -0
- package/global/codex/pack/archive/v0.1/SKILL.md +165 -0
- package/global/codex/pack/archive/v0.2/SKILL.md +166 -0
- package/global/codex/pack/archive/v0.3/SKILL.md +167 -0
- package/global/codex/pack/archive/v0.4/SKILL.md +173 -0
- package/global/codex/pack/archive/v0.5/SKILL.md +172 -0
- package/global/codex/pack/scripts/pack.sh +54 -0
- package/global/codex/provision-agentic-config/CHANGELOG.md +30 -0
- package/global/codex/provision-agentic-config/SKILL.md +282 -0
- package/global/codex/provision-agentic-config/agents/openai.yaml +7 -0
- package/global/codex/provision-agentic-config/archive/v0.0/SKILL.md +194 -0
- package/global/codex/provision-agentic-config/archive/v0.1/SKILL.md +248 -0
- package/global/codex/provision-agentic-config/archive/v0.2/SKILL.md +248 -0
- package/global/codex/provision-agentic-config/archive/v0.3/SKILL.md +258 -0
- package/global/codex/provision-agentic-config/archive/v0.4/SKILL.md +276 -0
- package/global/codex/skills/CHANGELOG.md +29 -0
- package/global/codex/skills/SKILL.md +140 -0
- package/global/codex/skills/archive/v0.0/SKILL.md +129 -0
- package/global/codex/skills/archive/v0.1/SKILL.md +132 -0
- package/global/codex/skills/archive/v0.2/SKILL.md +139 -0
- package/global/codex/skills/archive/v0.3/SKILL.md +139 -0
- package/global/codex/skills/archive/v0.4/SKILL.md +140 -0
- package/init.sh +207 -0
- package/package.json +47 -0
- package/packs/agent-bridge/PACK.md +21 -0
- package/packs/agent-bridge/claude/delegate/ALIGNMENT-PAGE.md +84 -0
- package/packs/agent-bridge/claude/delegate/CHANGELOG.md +9 -0
- package/packs/agent-bridge/claude/delegate/SKILL.md +82 -0
- package/packs/agent-bridge/claude/delegate/archive/v0.0/SKILL.md +106 -0
- package/packs/agent-work-admin/PACK.md +23 -0
- package/packs/agent-work-admin/claude/plan-phase/CHANGELOG.md +11 -0
- package/packs/agent-work-admin/claude/plan-phase/SKILL.md +380 -0
- package/packs/agent-work-admin/claude/plan-phase/archive/v0.0/SKILL.md +378 -0
- package/packs/agent-work-admin/claude/roadmap/CHANGELOG.md +37 -0
- package/packs/agent-work-admin/claude/roadmap/SKILL.md +481 -0
- package/packs/agent-work-admin/claude/roadmap/archive/v0.0/SKILL.md +457 -0
- package/packs/agent-work-admin/claude/roadmap/archive/v0.1/SKILL.md +469 -0
- package/packs/agent-work-admin/claude/roadmap/archive/v0.2/SKILL.md +473 -0
- package/packs/agent-work-admin/claude/roadmap/archive/v0.3/SKILL.md +473 -0
- package/packs/agent-work-admin/claude/roadmap/archive/v0.4/SKILL.md +473 -0
- package/packs/agent-work-admin/claude/roadmap/archive/v0.5/SKILL.md +475 -0
- package/packs/agent-work-admin/claude/roadmap/archive/v0.6/SKILL.md +475 -0
- package/packs/agent-work-admin/claude/spec-drift/CHANGELOG.md +9 -0
- package/packs/agent-work-admin/claude/spec-drift/SKILL.md +202 -0
- package/packs/agent-work-admin/claude/spec-drift/archive/v0.0/SKILL.md +238 -0
- package/packs/agent-work-admin/codex/plan-phase/CHANGELOG.md +11 -0
- package/packs/agent-work-admin/codex/plan-phase/SKILL.md +387 -0
- package/packs/agent-work-admin/codex/plan-phase/agents/openai.yaml +7 -0
- package/packs/agent-work-admin/codex/plan-phase/archive/v0.0/SKILL.md +383 -0
- package/packs/agent-work-admin/codex/roadmap/CHANGELOG.md +37 -0
- package/packs/agent-work-admin/codex/roadmap/SKILL.md +424 -0
- package/packs/agent-work-admin/codex/roadmap/agents/openai.yaml +7 -0
- package/packs/agent-work-admin/codex/roadmap/archive/v0.0/SKILL.md +400 -0
- package/packs/agent-work-admin/codex/roadmap/archive/v0.1/SKILL.md +412 -0
- package/packs/agent-work-admin/codex/roadmap/archive/v0.2/SKILL.md +416 -0
- package/packs/agent-work-admin/codex/roadmap/archive/v0.3/SKILL.md +416 -0
- package/packs/agent-work-admin/codex/roadmap/archive/v0.4/SKILL.md +416 -0
- package/packs/agent-work-admin/codex/roadmap/archive/v0.5/SKILL.md +418 -0
- package/packs/agent-work-admin/codex/roadmap/archive/v0.6/SKILL.md +418 -0
- package/packs/agent-work-admin/codex/spec-drift/CHANGELOG.md +9 -0
- package/packs/agent-work-admin/codex/spec-drift/SKILL.md +81 -0
- package/packs/agent-work-admin/codex/spec-drift/archive/v0.0/SKILL.md +118 -0
- package/packs/agentic-skills-bench/PACK.md +7 -0
- package/packs/agentic-skills-bench/claude/benchmark-agent-review/ALIGNMENT-PAGE.md +86 -0
- package/packs/agentic-skills-bench/claude/benchmark-agent-review/CHANGELOG.md +9 -0
- package/packs/agentic-skills-bench/claude/benchmark-agent-review/SKILL.md +118 -0
- package/packs/agentic-skills-bench/claude/benchmark-agent-review/archive/v0.0/SKILL.md +134 -0
- package/packs/agentic-skills-bench/claude/benchmark-test-skill/ALIGNMENT-PAGE.md +84 -0
- package/packs/agentic-skills-bench/claude/benchmark-test-skill/CHANGELOG.md +9 -0
- package/packs/agentic-skills-bench/claude/benchmark-test-skill/SKILL.md +151 -0
- package/packs/agentic-skills-bench/claude/benchmark-test-skill/archive/v0.0/SKILL.md +167 -0
- package/packs/agentic-skills-bench/codex/benchmark-agent-review/ALIGNMENT-PAGE.md +86 -0
- package/packs/agentic-skills-bench/codex/benchmark-agent-review/CHANGELOG.md +9 -0
- package/packs/agentic-skills-bench/codex/benchmark-agent-review/SKILL.md +118 -0
- package/packs/agentic-skills-bench/codex/benchmark-agent-review/archive/v0.0/SKILL.md +134 -0
- package/packs/agentic-skills-bench/codex/benchmark-test-skill/ALIGNMENT-PAGE.md +84 -0
- package/packs/agentic-skills-bench/codex/benchmark-test-skill/CHANGELOG.md +9 -0
- package/packs/agentic-skills-bench/codex/benchmark-test-skill/SKILL.md +151 -0
- package/packs/agentic-skills-bench/codex/benchmark-test-skill/archive/v0.0/SKILL.md +167 -0
- package/packs/alignment-loop/PACK.md +23 -0
- package/packs/alignment-loop/claude/destination-doc/SKILL.md +68 -0
- package/packs/alignment-loop/claude/taste-calibration/CHANGELOG.md +5 -0
- package/packs/alignment-loop/claude/taste-calibration/SKILL.md +69 -0
- package/packs/alignment-loop/claude/vertical-slice-splitter/ALIGNMENT-PAGE.md +84 -0
- package/packs/alignment-loop/claude/vertical-slice-splitter/CHANGELOG.md +9 -0
- package/packs/alignment-loop/claude/vertical-slice-splitter/SKILL.md +64 -0
- package/packs/alignment-loop/claude/vertical-slice-splitter/archive/v0.0/SKILL.md +88 -0
- package/packs/alignment-loop/codex/destination-doc/SKILL.md +68 -0
- package/packs/alignment-loop/codex/taste-calibration/CHANGELOG.md +5 -0
- package/packs/alignment-loop/codex/taste-calibration/SKILL.md +72 -0
- package/packs/alignment-loop/codex/taste-calibration/agents/openai.yaml +7 -0
- package/packs/alignment-loop/codex/vertical-slice-splitter/ALIGNMENT-PAGE.md +84 -0
- package/packs/alignment-loop/codex/vertical-slice-splitter/CHANGELOG.md +9 -0
- package/packs/alignment-loop/codex/vertical-slice-splitter/SKILL.md +60 -0
- package/packs/alignment-loop/codex/vertical-slice-splitter/archive/v0.0/SKILL.md +80 -0
- package/packs/alignment-page-admin/PACK.md +22 -0
- package/packs/alignment-page-admin/claude/compile-central-alignment/CHANGELOG.md +19 -0
- package/packs/alignment-page-admin/claude/compile-central-alignment/SKILL.md +78 -0
- package/packs/alignment-page-admin/claude/compile-central-alignment/archive/v0.0/SKILL.md +61 -0
- package/packs/alignment-page-admin/claude/compile-central-alignment/archive/v0.1/SKILL.md +63 -0
- package/packs/alignment-page-admin/claude/upgrade-alignment-pages/CHANGELOG.md +11 -0
- package/packs/alignment-page-admin/claude/upgrade-alignment-pages/SKILL.md +106 -0
- package/packs/alignment-page-admin/claude/upgrade-alignment-pages/archive/v0.0/SKILL.md +89 -0
- package/packs/alignment-page-admin/codex/compile-central-alignment/CHANGELOG.md +19 -0
- package/packs/alignment-page-admin/codex/compile-central-alignment/SKILL.md +57 -0
- package/packs/alignment-page-admin/codex/compile-central-alignment/agents/openai.yaml +7 -0
- package/packs/alignment-page-admin/codex/compile-central-alignment/archive/v0.0/SKILL.md +40 -0
- package/packs/alignment-page-admin/codex/compile-central-alignment/archive/v0.1/SKILL.md +45 -0
- package/packs/alignment-page-admin/codex/upgrade-alignment-pages/CHANGELOG.md +11 -0
- package/packs/alignment-page-admin/codex/upgrade-alignment-pages/SKILL.md +106 -0
- package/packs/alignment-page-admin/codex/upgrade-alignment-pages/agents/openai.yaml +7 -0
- package/packs/alignment-page-admin/codex/upgrade-alignment-pages/archive/v0.0/SKILL.md +89 -0
- package/packs/business-app/PACK.md +18 -0
- package/packs/business-discovery/PACK.md +24 -0
- package/packs/business-discovery/claude/competitive-analysis/ALIGNMENT-PAGE.md +90 -0
- package/packs/business-discovery/claude/competitive-analysis/CHANGELOG.md +77 -0
- package/packs/business-discovery/claude/competitive-analysis/SKILL.md +376 -0
- package/packs/business-discovery/claude/competitive-analysis/archive/v0.0/SKILL.md +401 -0
- package/packs/business-discovery/claude/competitive-analysis/archive/v0.1/SKILL.md +426 -0
- package/packs/business-discovery/claude/competitive-analysis/archive/v0.10/SKILL.md +391 -0
- package/packs/business-discovery/claude/competitive-analysis/archive/v0.11/SKILL.md +400 -0
- package/packs/business-discovery/claude/competitive-analysis/archive/v0.12/SKILL.md +422 -0
- package/packs/business-discovery/claude/competitive-analysis/archive/v0.13/SKILL.md +422 -0
- package/packs/business-discovery/claude/competitive-analysis/archive/v0.14/SKILL.md +422 -0
- package/packs/business-discovery/claude/competitive-analysis/archive/v0.15/SKILL.md +376 -0
- package/packs/business-discovery/claude/competitive-analysis/archive/v0.2/SKILL.md +426 -0
- package/packs/business-discovery/claude/competitive-analysis/archive/v0.3/SKILL.md +426 -0
- package/packs/business-discovery/claude/competitive-analysis/archive/v0.4/SKILL.md +428 -0
- package/packs/business-discovery/claude/competitive-analysis/archive/v0.5/SKILL.md +391 -0
- package/packs/business-discovery/claude/competitive-analysis/archive/v0.6/SKILL.md +391 -0
- package/packs/business-discovery/claude/competitive-analysis/archive/v0.7/SKILL.md +397 -0
- package/packs/business-discovery/claude/competitive-analysis/archive/v0.8/SKILL.md +397 -0
- package/packs/business-discovery/claude/competitive-analysis/archive/v0.9/SKILL.md +390 -0
- package/packs/business-discovery/claude/competitive-analysis/frameworks/feature-pricing-matrix/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/claude/competitive-analysis/frameworks/feature-pricing-matrix/CHANGELOG.md +9 -0
- package/packs/business-discovery/claude/competitive-analysis/frameworks/feature-pricing-matrix/SKILL.md +98 -0
- package/packs/business-discovery/claude/competitive-analysis/frameworks/feature-pricing-matrix/archive/v0.0/SKILL.md +88 -0
- package/packs/business-discovery/claude/competitive-analysis/frameworks/porter-five-forces/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/claude/competitive-analysis/frameworks/porter-five-forces/CHANGELOG.md +9 -0
- package/packs/business-discovery/claude/competitive-analysis/frameworks/porter-five-forces/SKILL.md +110 -0
- package/packs/business-discovery/claude/competitive-analysis/frameworks/porter-five-forces/archive/v0.0/SKILL.md +104 -0
- package/packs/business-discovery/claude/competitive-analysis/frameworks/strategic-group-map/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/claude/competitive-analysis/frameworks/strategic-group-map/CHANGELOG.md +9 -0
- package/packs/business-discovery/claude/competitive-analysis/frameworks/strategic-group-map/SKILL.md +105 -0
- package/packs/business-discovery/claude/competitive-analysis/frameworks/strategic-group-map/archive/v0.0/SKILL.md +95 -0
- package/packs/business-discovery/claude/competitive-analysis/frameworks/swot/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/claude/competitive-analysis/frameworks/swot/CHANGELOG.md +9 -0
- package/packs/business-discovery/claude/competitive-analysis/frameworks/swot/SKILL.md +99 -0
- package/packs/business-discovery/claude/competitive-analysis/frameworks/swot/archive/v0.0/SKILL.md +91 -0
- package/packs/business-discovery/claude/customer-discovery/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-discovery/claude/customer-discovery/CHANGELOG.md +69 -0
- package/packs/business-discovery/claude/customer-discovery/SKILL.md +602 -0
- package/packs/business-discovery/claude/customer-discovery/archive/v0.0/SKILL.md +463 -0
- package/packs/business-discovery/claude/customer-discovery/archive/v0.1/SKILL.md +463 -0
- package/packs/business-discovery/claude/customer-discovery/archive/v0.10/SKILL.md +475 -0
- package/packs/business-discovery/claude/customer-discovery/archive/v0.11/SKILL.md +488 -0
- package/packs/business-discovery/claude/customer-discovery/archive/v0.2/SKILL.md +471 -0
- package/packs/business-discovery/claude/customer-discovery/archive/v0.3/SKILL.md +442 -0
- package/packs/business-discovery/claude/customer-discovery/archive/v0.4/SKILL.md +442 -0
- package/packs/business-discovery/claude/customer-discovery/archive/v0.5/SKILL.md +453 -0
- package/packs/business-discovery/claude/customer-discovery/archive/v0.6/SKILL.md +453 -0
- package/packs/business-discovery/claude/customer-discovery/archive/v0.7/SKILL.md +454 -0
- package/packs/business-discovery/claude/customer-discovery/archive/v0.8/SKILL.md +456 -0
- package/packs/business-discovery/claude/customer-discovery/archive/v0.9/SKILL.md +465 -0
- package/packs/business-discovery/claude/customer-discovery/archive/v1.0/SKILL.md +598 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/five-rings/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/five-rings/CHANGELOG.md +9 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/five-rings/SKILL.md +352 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/five-rings/archive/v0.0/SKILL.md +348 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/four-forces/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/four-forces/CHANGELOG.md +9 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/four-forces/SKILL.md +322 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/four-forces/archive/v0.0/SKILL.md +318 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/jtbd-needs/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/jtbd-needs/CHANGELOG.md +9 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/jtbd-needs/SKILL.md +234 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/jtbd-needs/archive/v0.0/SKILL.md +230 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/pmf-engine/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/pmf-engine/CHANGELOG.md +9 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/pmf-engine/SKILL.md +252 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/pmf-engine/archive/v0.0/SKILL.md +250 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/seven-dimensions/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/seven-dimensions/CHANGELOG.md +9 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/seven-dimensions/SKILL.md +385 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/seven-dimensions/archive/v0.0/SKILL.md +381 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/w3-hypothesis/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/w3-hypothesis/CHANGELOG.md +9 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/w3-hypothesis/SKILL.md +194 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/w3-hypothesis/archive/v0.0/SKILL.md +190 -0
- package/packs/business-discovery/claude/customer-feedback/ALIGNMENT-PAGE.md +90 -0
- package/packs/business-discovery/claude/customer-feedback/CHANGELOG.md +31 -0
- package/packs/business-discovery/claude/customer-feedback/SKILL.md +277 -0
- package/packs/business-discovery/claude/customer-feedback/archive/v0.0/SKILL.md +282 -0
- package/packs/business-discovery/claude/customer-feedback/archive/v0.1/SKILL.md +247 -0
- package/packs/business-discovery/claude/customer-feedback/archive/v0.2/SKILL.md +248 -0
- package/packs/business-discovery/claude/customer-feedback/archive/v0.3/SKILL.md +257 -0
- package/packs/business-discovery/claude/customer-feedback/archive/v0.4/SKILL.md +277 -0
- package/packs/business-discovery/claude/customer-feedback/archive/v0.5/SKILL.md +277 -0
- package/packs/business-discovery/claude/enterprise-icp/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-discovery/claude/enterprise-icp/CHANGELOG.md +36 -0
- package/packs/business-discovery/claude/enterprise-icp/SKILL.md +276 -0
- package/packs/business-discovery/claude/enterprise-icp/archive/v0.0/SKILL.md +273 -0
- package/packs/business-discovery/claude/enterprise-icp/archive/v0.1/SKILL.md +273 -0
- package/packs/business-discovery/claude/enterprise-icp/archive/v0.2/SKILL.md +240 -0
- package/packs/business-discovery/claude/enterprise-icp/archive/v0.3/SKILL.md +244 -0
- package/packs/business-discovery/claude/enterprise-icp/archive/v0.4/SKILL.md +245 -0
- package/packs/business-discovery/claude/enterprise-icp/archive/v0.5/SKILL.md +254 -0
- package/packs/business-discovery/claude/enterprise-icp/archive/v0.6/SKILL.md +276 -0
- package/packs/business-discovery/claude/lean-canvas/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-discovery/claude/lean-canvas/CHANGELOG.md +38 -0
- package/packs/business-discovery/claude/lean-canvas/SKILL.md +344 -0
- package/packs/business-discovery/claude/lean-canvas/archive/v0.0/SKILL.md +343 -0
- package/packs/business-discovery/claude/lean-canvas/archive/v0.1/SKILL.md +345 -0
- package/packs/business-discovery/claude/lean-canvas/archive/v0.2/SKILL.md +312 -0
- package/packs/business-discovery/claude/lean-canvas/archive/v0.3/SKILL.md +315 -0
- package/packs/business-discovery/claude/lean-canvas/archive/v0.4/SKILL.md +324 -0
- package/packs/business-discovery/claude/lean-canvas/archive/v0.5/SKILL.md +344 -0
- package/packs/business-discovery/claude/lean-canvas/archive/v0.6/SKILL.md +344 -0
- package/packs/business-discovery/claude/lean-canvas/archive/v0.7/SKILL.md +344 -0
- package/packs/business-discovery/claude/positioning/ALIGNMENT-PAGE.md +96 -0
- package/packs/business-discovery/claude/positioning/CHANGELOG.md +69 -0
- package/packs/business-discovery/claude/positioning/SKILL.md +357 -0
- package/packs/business-discovery/claude/positioning/archive/v0.0/SKILL.md +363 -0
- package/packs/business-discovery/claude/positioning/archive/v0.1/SKILL.md +366 -0
- package/packs/business-discovery/claude/positioning/archive/v0.10/SKILL.md +355 -0
- package/packs/business-discovery/claude/positioning/archive/v0.11/SKILL.md +355 -0
- package/packs/business-discovery/claude/positioning/archive/v0.12/SKILL.md +355 -0
- package/packs/business-discovery/claude/positioning/archive/v0.2/SKILL.md +333 -0
- package/packs/business-discovery/claude/positioning/archive/v0.3/SKILL.md +333 -0
- package/packs/business-discovery/claude/positioning/archive/v0.4/SKILL.md +337 -0
- package/packs/business-discovery/claude/positioning/archive/v0.5/SKILL.md +339 -0
- package/packs/business-discovery/claude/positioning/archive/v0.6/SKILL.md +338 -0
- package/packs/business-discovery/claude/positioning/archive/v0.7/SKILL.md +317 -0
- package/packs/business-discovery/claude/positioning/archive/v0.8/SKILL.md +326 -0
- package/packs/business-discovery/claude/positioning/archive/v0.9/SKILL.md +335 -0
- package/packs/business-discovery/claude/positioning/frameworks/category-design/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/claude/positioning/frameworks/category-design/CHANGELOG.md +25 -0
- package/packs/business-discovery/claude/positioning/frameworks/category-design/SKILL.md +288 -0
- package/packs/business-discovery/claude/positioning/frameworks/category-design/archive/v0.0/SKILL.md +267 -0
- package/packs/business-discovery/claude/positioning/frameworks/category-design/archive/v0.1/SKILL.md +276 -0
- package/packs/business-discovery/claude/positioning/frameworks/category-design/archive/v0.2/SKILL.md +276 -0
- package/packs/business-discovery/claude/positioning/frameworks/category-design/archive/v0.3/SKILL.md +286 -0
- package/packs/business-discovery/claude/positioning/frameworks/category-design/archive/v0.4/SKILL.md +286 -0
- package/packs/business-discovery/claude/positioning/frameworks/jtbd-positioning/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-discovery/claude/positioning/frameworks/jtbd-positioning/CHANGELOG.md +25 -0
- package/packs/business-discovery/claude/positioning/frameworks/jtbd-positioning/SKILL.md +223 -0
- package/packs/business-discovery/claude/positioning/frameworks/jtbd-positioning/archive/v0.0/SKILL.md +202 -0
- package/packs/business-discovery/claude/positioning/frameworks/jtbd-positioning/archive/v0.1/SKILL.md +211 -0
- package/packs/business-discovery/claude/positioning/frameworks/jtbd-positioning/archive/v0.2/SKILL.md +211 -0
- package/packs/business-discovery/claude/positioning/frameworks/jtbd-positioning/archive/v0.3/SKILL.md +221 -0
- package/packs/business-discovery/claude/positioning/frameworks/jtbd-positioning/archive/v0.4/SKILL.md +221 -0
- package/packs/business-discovery/claude/positioning/frameworks/moore-positioning/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-discovery/claude/positioning/frameworks/moore-positioning/CHANGELOG.md +25 -0
- package/packs/business-discovery/claude/positioning/frameworks/moore-positioning/SKILL.md +232 -0
- package/packs/business-discovery/claude/positioning/frameworks/moore-positioning/archive/v0.0/SKILL.md +211 -0
- package/packs/business-discovery/claude/positioning/frameworks/moore-positioning/archive/v0.1/SKILL.md +220 -0
- package/packs/business-discovery/claude/positioning/frameworks/moore-positioning/archive/v0.2/SKILL.md +220 -0
- package/packs/business-discovery/claude/positioning/frameworks/moore-positioning/archive/v0.3/SKILL.md +230 -0
- package/packs/business-discovery/claude/positioning/frameworks/moore-positioning/archive/v0.4/SKILL.md +230 -0
- package/packs/business-discovery/claude/positioning/frameworks/obviously-awesome/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/claude/positioning/frameworks/obviously-awesome/CHANGELOG.md +25 -0
- package/packs/business-discovery/claude/positioning/frameworks/obviously-awesome/SKILL.md +284 -0
- package/packs/business-discovery/claude/positioning/frameworks/obviously-awesome/archive/v0.0/SKILL.md +263 -0
- package/packs/business-discovery/claude/positioning/frameworks/obviously-awesome/archive/v0.1/SKILL.md +272 -0
- package/packs/business-discovery/claude/positioning/frameworks/obviously-awesome/archive/v0.2/SKILL.md +272 -0
- package/packs/business-discovery/claude/positioning/frameworks/obviously-awesome/archive/v0.3/SKILL.md +282 -0
- package/packs/business-discovery/claude/positioning/frameworks/obviously-awesome/archive/v0.4/SKILL.md +282 -0
- package/packs/business-discovery/claude/positioning/frameworks/strategic-canvas/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/claude/positioning/frameworks/strategic-canvas/CHANGELOG.md +25 -0
- package/packs/business-discovery/claude/positioning/frameworks/strategic-canvas/SKILL.md +221 -0
- package/packs/business-discovery/claude/positioning/frameworks/strategic-canvas/archive/v0.0/SKILL.md +200 -0
- package/packs/business-discovery/claude/positioning/frameworks/strategic-canvas/archive/v0.1/SKILL.md +209 -0
- package/packs/business-discovery/claude/positioning/frameworks/strategic-canvas/archive/v0.2/SKILL.md +209 -0
- package/packs/business-discovery/claude/positioning/frameworks/strategic-canvas/archive/v0.3/SKILL.md +219 -0
- package/packs/business-discovery/claude/positioning/frameworks/strategic-canvas/archive/v0.4/SKILL.md +219 -0
- package/packs/business-discovery/claude/value-prop-canvas/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-discovery/claude/value-prop-canvas/CHANGELOG.md +38 -0
- package/packs/business-discovery/claude/value-prop-canvas/SKILL.md +315 -0
- package/packs/business-discovery/claude/value-prop-canvas/archive/v0.0/SKILL.md +313 -0
- package/packs/business-discovery/claude/value-prop-canvas/archive/v0.1/SKILL.md +316 -0
- package/packs/business-discovery/claude/value-prop-canvas/archive/v0.2/SKILL.md +283 -0
- package/packs/business-discovery/claude/value-prop-canvas/archive/v0.3/SKILL.md +286 -0
- package/packs/business-discovery/claude/value-prop-canvas/archive/v0.4/SKILL.md +295 -0
- package/packs/business-discovery/claude/value-prop-canvas/archive/v0.5/SKILL.md +315 -0
- package/packs/business-discovery/claude/value-prop-canvas/archive/v0.6/SKILL.md +315 -0
- package/packs/business-discovery/claude/value-prop-canvas/archive/v0.7/SKILL.md +315 -0
- package/packs/business-discovery/codex/competitive-analysis/ALIGNMENT-PAGE.md +90 -0
- package/packs/business-discovery/codex/competitive-analysis/CHANGELOG.md +76 -0
- package/packs/business-discovery/codex/competitive-analysis/SKILL.md +237 -0
- package/packs/business-discovery/codex/competitive-analysis/agents/openai.yaml +7 -0
- package/packs/business-discovery/codex/competitive-analysis/archive/v0.0/SKILL.md +191 -0
- package/packs/business-discovery/codex/competitive-analysis/archive/v0.1/SKILL.md +193 -0
- package/packs/business-discovery/codex/competitive-analysis/archive/v0.10/SKILL.md +162 -0
- package/packs/business-discovery/codex/competitive-analysis/archive/v0.11/SKILL.md +171 -0
- package/packs/business-discovery/codex/competitive-analysis/archive/v0.12/SKILL.md +185 -0
- package/packs/business-discovery/codex/competitive-analysis/archive/v0.13/SKILL.md +185 -0
- package/packs/business-discovery/codex/competitive-analysis/archive/v0.14/SKILL.md +185 -0
- package/packs/business-discovery/codex/competitive-analysis/archive/v0.15/SKILL.md +239 -0
- package/packs/business-discovery/codex/competitive-analysis/archive/v0.2/SKILL.md +193 -0
- package/packs/business-discovery/codex/competitive-analysis/archive/v0.3/SKILL.md +193 -0
- package/packs/business-discovery/codex/competitive-analysis/archive/v0.4/SKILL.md +196 -0
- package/packs/business-discovery/codex/competitive-analysis/archive/v0.5/SKILL.md +159 -0
- package/packs/business-discovery/codex/competitive-analysis/archive/v0.6/SKILL.md +159 -0
- package/packs/business-discovery/codex/competitive-analysis/archive/v0.7/SKILL.md +163 -0
- package/packs/business-discovery/codex/competitive-analysis/archive/v0.8/SKILL.md +163 -0
- package/packs/business-discovery/codex/competitive-analysis/archive/v0.9/SKILL.md +161 -0
- package/packs/business-discovery/codex/competitive-analysis/frameworks/feature-pricing-matrix/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/codex/competitive-analysis/frameworks/feature-pricing-matrix/CHANGELOG.md +9 -0
- package/packs/business-discovery/codex/competitive-analysis/frameworks/feature-pricing-matrix/SKILL.md +98 -0
- package/packs/business-discovery/codex/competitive-analysis/frameworks/feature-pricing-matrix/archive/v0.0/SKILL.md +88 -0
- package/packs/business-discovery/codex/competitive-analysis/frameworks/porter-five-forces/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/codex/competitive-analysis/frameworks/porter-five-forces/CHANGELOG.md +9 -0
- package/packs/business-discovery/codex/competitive-analysis/frameworks/porter-five-forces/SKILL.md +110 -0
- package/packs/business-discovery/codex/competitive-analysis/frameworks/porter-five-forces/archive/v0.0/SKILL.md +104 -0
- package/packs/business-discovery/codex/competitive-analysis/frameworks/strategic-group-map/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/codex/competitive-analysis/frameworks/strategic-group-map/CHANGELOG.md +9 -0
- package/packs/business-discovery/codex/competitive-analysis/frameworks/strategic-group-map/SKILL.md +105 -0
- package/packs/business-discovery/codex/competitive-analysis/frameworks/strategic-group-map/archive/v0.0/SKILL.md +95 -0
- package/packs/business-discovery/codex/competitive-analysis/frameworks/swot/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/codex/competitive-analysis/frameworks/swot/CHANGELOG.md +9 -0
- package/packs/business-discovery/codex/competitive-analysis/frameworks/swot/SKILL.md +99 -0
- package/packs/business-discovery/codex/competitive-analysis/frameworks/swot/archive/v0.0/SKILL.md +91 -0
- package/packs/business-discovery/codex/customer-discovery/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-discovery/codex/customer-discovery/CHANGELOG.md +62 -0
- package/packs/business-discovery/codex/customer-discovery/SKILL.md +301 -0
- package/packs/business-discovery/codex/customer-discovery/agents/openai.yaml +7 -0
- package/packs/business-discovery/codex/customer-discovery/archive/v0.0/SKILL.md +139 -0
- package/packs/business-discovery/codex/customer-discovery/archive/v0.1/SKILL.md +139 -0
- package/packs/business-discovery/codex/customer-discovery/archive/v0.10/SKILL.md +147 -0
- package/packs/business-discovery/codex/customer-discovery/archive/v0.11/SKILL.md +159 -0
- package/packs/business-discovery/codex/customer-discovery/archive/v0.2/SKILL.md +147 -0
- package/packs/business-discovery/codex/customer-discovery/archive/v0.3/SKILL.md +105 -0
- package/packs/business-discovery/codex/customer-discovery/archive/v0.4/SKILL.md +105 -0
- package/packs/business-discovery/codex/customer-discovery/archive/v0.5/SKILL.md +110 -0
- package/packs/business-discovery/codex/customer-discovery/archive/v0.6/SKILL.md +110 -0
- package/packs/business-discovery/codex/customer-discovery/archive/v0.7/SKILL.md +124 -0
- package/packs/business-discovery/codex/customer-discovery/archive/v0.8/SKILL.md +133 -0
- package/packs/business-discovery/codex/customer-discovery/archive/v0.9/SKILL.md +143 -0
- package/packs/business-discovery/codex/customer-discovery/archive/v1.0/SKILL.md +297 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/five-rings/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/five-rings/CHANGELOG.md +9 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/five-rings/SKILL.md +352 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/five-rings/archive/v0.0/SKILL.md +348 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/four-forces/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/four-forces/CHANGELOG.md +9 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/four-forces/SKILL.md +322 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/four-forces/archive/v0.0/SKILL.md +318 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/jtbd-needs/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/jtbd-needs/CHANGELOG.md +9 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/jtbd-needs/SKILL.md +234 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/jtbd-needs/archive/v0.0/SKILL.md +230 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/pmf-engine/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/pmf-engine/CHANGELOG.md +9 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/pmf-engine/SKILL.md +252 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/pmf-engine/archive/v0.0/SKILL.md +250 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/seven-dimensions/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/seven-dimensions/CHANGELOG.md +9 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/seven-dimensions/SKILL.md +385 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/seven-dimensions/archive/v0.0/SKILL.md +381 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/w3-hypothesis/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/w3-hypothesis/CHANGELOG.md +9 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/w3-hypothesis/SKILL.md +194 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/w3-hypothesis/archive/v0.0/SKILL.md +190 -0
- package/packs/business-discovery/codex/customer-feedback/ALIGNMENT-PAGE.md +90 -0
- package/packs/business-discovery/codex/customer-feedback/CHANGELOG.md +31 -0
- package/packs/business-discovery/codex/customer-feedback/SKILL.md +288 -0
- package/packs/business-discovery/codex/customer-feedback/agents/openai.yaml +7 -0
- package/packs/business-discovery/codex/customer-feedback/archive/v0.0/SKILL.md +301 -0
- package/packs/business-discovery/codex/customer-feedback/archive/v0.1/SKILL.md +266 -0
- package/packs/business-discovery/codex/customer-feedback/archive/v0.2/SKILL.md +267 -0
- package/packs/business-discovery/codex/customer-feedback/archive/v0.3/SKILL.md +276 -0
- package/packs/business-discovery/codex/customer-feedback/archive/v0.4/SKILL.md +288 -0
- package/packs/business-discovery/codex/customer-feedback/archive/v0.5/SKILL.md +288 -0
- package/packs/business-discovery/codex/enterprise-icp/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-discovery/codex/enterprise-icp/CHANGELOG.md +35 -0
- package/packs/business-discovery/codex/enterprise-icp/SKILL.md +131 -0
- package/packs/business-discovery/codex/enterprise-icp/agents/openai.yaml +7 -0
- package/packs/business-discovery/codex/enterprise-icp/archive/v0.0/SKILL.md +142 -0
- package/packs/business-discovery/codex/enterprise-icp/archive/v0.1/SKILL.md +142 -0
- package/packs/business-discovery/codex/enterprise-icp/archive/v0.2/SKILL.md +109 -0
- package/packs/business-discovery/codex/enterprise-icp/archive/v0.3/SKILL.md +109 -0
- package/packs/business-discovery/codex/enterprise-icp/archive/v0.4/SKILL.md +110 -0
- package/packs/business-discovery/codex/enterprise-icp/archive/v0.5/SKILL.md +119 -0
- package/packs/business-discovery/codex/enterprise-icp/archive/v0.6/SKILL.md +131 -0
- package/packs/business-discovery/codex/lean-canvas/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-discovery/codex/lean-canvas/CHANGELOG.md +38 -0
- package/packs/business-discovery/codex/lean-canvas/SKILL.md +343 -0
- package/packs/business-discovery/codex/lean-canvas/agents/openai.yaml +7 -0
- package/packs/business-discovery/codex/lean-canvas/archive/v0.0/SKILL.md +352 -0
- package/packs/business-discovery/codex/lean-canvas/archive/v0.1/SKILL.md +354 -0
- package/packs/business-discovery/codex/lean-canvas/archive/v0.2/SKILL.md +321 -0
- package/packs/business-discovery/codex/lean-canvas/archive/v0.3/SKILL.md +324 -0
- package/packs/business-discovery/codex/lean-canvas/archive/v0.4/SKILL.md +333 -0
- package/packs/business-discovery/codex/lean-canvas/archive/v0.5/SKILL.md +345 -0
- package/packs/business-discovery/codex/lean-canvas/archive/v0.6/SKILL.md +345 -0
- package/packs/business-discovery/codex/lean-canvas/archive/v0.7/SKILL.md +345 -0
- package/packs/business-discovery/codex/positioning/ALIGNMENT-PAGE.md +96 -0
- package/packs/business-discovery/codex/positioning/CHANGELOG.md +68 -0
- package/packs/business-discovery/codex/positioning/SKILL.md +240 -0
- package/packs/business-discovery/codex/positioning/archive/v0.0/SKILL.md +375 -0
- package/packs/business-discovery/codex/positioning/archive/v0.1/SKILL.md +378 -0
- package/packs/business-discovery/codex/positioning/archive/v0.10/SKILL.md +240 -0
- package/packs/business-discovery/codex/positioning/archive/v0.11/SKILL.md +240 -0
- package/packs/business-discovery/codex/positioning/archive/v0.12/SKILL.md +240 -0
- package/packs/business-discovery/codex/positioning/archive/v0.2/SKILL.md +345 -0
- package/packs/business-discovery/codex/positioning/archive/v0.3/SKILL.md +343 -0
- package/packs/business-discovery/codex/positioning/archive/v0.4/SKILL.md +347 -0
- package/packs/business-discovery/codex/positioning/archive/v0.5/SKILL.md +346 -0
- package/packs/business-discovery/codex/positioning/archive/v0.6/SKILL.md +346 -0
- package/packs/business-discovery/codex/positioning/archive/v0.7/SKILL.md +210 -0
- package/packs/business-discovery/codex/positioning/archive/v0.8/SKILL.md +219 -0
- package/packs/business-discovery/codex/positioning/archive/v0.9/SKILL.md +228 -0
- package/packs/business-discovery/codex/positioning/frameworks/category-design/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/codex/positioning/frameworks/category-design/CHANGELOG.md +26 -0
- package/packs/business-discovery/codex/positioning/frameworks/category-design/SKILL.md +271 -0
- package/packs/business-discovery/codex/positioning/frameworks/category-design/archive/v0.0/SKILL.md +247 -0
- package/packs/business-discovery/codex/positioning/frameworks/category-design/archive/v0.1/SKILL.md +256 -0
- package/packs/business-discovery/codex/positioning/frameworks/category-design/archive/v0.2/SKILL.md +259 -0
- package/packs/business-discovery/codex/positioning/frameworks/category-design/archive/v0.3/SKILL.md +269 -0
- package/packs/business-discovery/codex/positioning/frameworks/category-design/archive/v0.4/SKILL.md +269 -0
- package/packs/business-discovery/codex/positioning/frameworks/jtbd-positioning/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-discovery/codex/positioning/frameworks/jtbd-positioning/CHANGELOG.md +26 -0
- package/packs/business-discovery/codex/positioning/frameworks/jtbd-positioning/SKILL.md +218 -0
- package/packs/business-discovery/codex/positioning/frameworks/jtbd-positioning/archive/v0.0/SKILL.md +194 -0
- package/packs/business-discovery/codex/positioning/frameworks/jtbd-positioning/archive/v0.1/SKILL.md +203 -0
- package/packs/business-discovery/codex/positioning/frameworks/jtbd-positioning/archive/v0.2/SKILL.md +206 -0
- package/packs/business-discovery/codex/positioning/frameworks/jtbd-positioning/archive/v0.3/SKILL.md +216 -0
- package/packs/business-discovery/codex/positioning/frameworks/jtbd-positioning/archive/v0.4/SKILL.md +216 -0
- package/packs/business-discovery/codex/positioning/frameworks/moore-positioning/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-discovery/codex/positioning/frameworks/moore-positioning/CHANGELOG.md +26 -0
- package/packs/business-discovery/codex/positioning/frameworks/moore-positioning/SKILL.md +224 -0
- package/packs/business-discovery/codex/positioning/frameworks/moore-positioning/archive/v0.0/SKILL.md +200 -0
- package/packs/business-discovery/codex/positioning/frameworks/moore-positioning/archive/v0.1/SKILL.md +209 -0
- package/packs/business-discovery/codex/positioning/frameworks/moore-positioning/archive/v0.2/SKILL.md +212 -0
- package/packs/business-discovery/codex/positioning/frameworks/moore-positioning/archive/v0.3/SKILL.md +222 -0
- package/packs/business-discovery/codex/positioning/frameworks/moore-positioning/archive/v0.4/SKILL.md +222 -0
- package/packs/business-discovery/codex/positioning/frameworks/obviously-awesome/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/codex/positioning/frameworks/obviously-awesome/CHANGELOG.md +26 -0
- package/packs/business-discovery/codex/positioning/frameworks/obviously-awesome/SKILL.md +300 -0
- package/packs/business-discovery/codex/positioning/frameworks/obviously-awesome/archive/v0.0/SKILL.md +276 -0
- package/packs/business-discovery/codex/positioning/frameworks/obviously-awesome/archive/v0.1/SKILL.md +285 -0
- package/packs/business-discovery/codex/positioning/frameworks/obviously-awesome/archive/v0.2/SKILL.md +288 -0
- package/packs/business-discovery/codex/positioning/frameworks/obviously-awesome/archive/v0.3/SKILL.md +298 -0
- package/packs/business-discovery/codex/positioning/frameworks/obviously-awesome/archive/v0.4/SKILL.md +298 -0
- package/packs/business-discovery/codex/positioning/frameworks/strategic-canvas/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/codex/positioning/frameworks/strategic-canvas/CHANGELOG.md +26 -0
- package/packs/business-discovery/codex/positioning/frameworks/strategic-canvas/SKILL.md +230 -0
- package/packs/business-discovery/codex/positioning/frameworks/strategic-canvas/archive/v0.0/SKILL.md +206 -0
- package/packs/business-discovery/codex/positioning/frameworks/strategic-canvas/archive/v0.1/SKILL.md +215 -0
- package/packs/business-discovery/codex/positioning/frameworks/strategic-canvas/archive/v0.2/SKILL.md +218 -0
- package/packs/business-discovery/codex/positioning/frameworks/strategic-canvas/archive/v0.3/SKILL.md +228 -0
- package/packs/business-discovery/codex/positioning/frameworks/strategic-canvas/archive/v0.4/SKILL.md +228 -0
- package/packs/business-discovery/codex/value-prop-canvas/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-discovery/codex/value-prop-canvas/CHANGELOG.md +38 -0
- package/packs/business-discovery/codex/value-prop-canvas/SKILL.md +315 -0
- package/packs/business-discovery/codex/value-prop-canvas/agents/openai.yaml +7 -0
- package/packs/business-discovery/codex/value-prop-canvas/archive/v0.0/SKILL.md +323 -0
- package/packs/business-discovery/codex/value-prop-canvas/archive/v0.1/SKILL.md +326 -0
- package/packs/business-discovery/codex/value-prop-canvas/archive/v0.2/SKILL.md +293 -0
- package/packs/business-discovery/codex/value-prop-canvas/archive/v0.3/SKILL.md +296 -0
- package/packs/business-discovery/codex/value-prop-canvas/archive/v0.4/SKILL.md +305 -0
- package/packs/business-discovery/codex/value-prop-canvas/archive/v0.5/SKILL.md +317 -0
- package/packs/business-discovery/codex/value-prop-canvas/archive/v0.6/SKILL.md +317 -0
- package/packs/business-discovery/codex/value-prop-canvas/archive/v0.7/SKILL.md +317 -0
- package/packs/business-growth/PACK.md +20 -0
- package/packs/business-growth/claude/experiment/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-growth/claude/experiment/CHANGELOG.md +25 -0
- package/packs/business-growth/claude/experiment/SKILL.md +282 -0
- package/packs/business-growth/claude/experiment/archive/v0.0/SKILL.md +301 -0
- package/packs/business-growth/claude/experiment/archive/v0.1/SKILL.md +266 -0
- package/packs/business-growth/claude/experiment/archive/v0.2/SKILL.md +270 -0
- package/packs/business-growth/claude/experiment/archive/v0.3/SKILL.md +282 -0
- package/packs/business-growth/claude/growth-model/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-growth/claude/growth-model/CHANGELOG.md +32 -0
- package/packs/business-growth/claude/growth-model/SKILL.md +356 -0
- package/packs/business-growth/claude/growth-model/archive/v0.0/SKILL.md +353 -0
- package/packs/business-growth/claude/growth-model/archive/v0.1/SKILL.md +320 -0
- package/packs/business-growth/claude/growth-model/archive/v0.2/SKILL.md +324 -0
- package/packs/business-growth/claude/growth-model/archive/v0.3/SKILL.md +327 -0
- package/packs/business-growth/claude/growth-model/archive/v0.4/SKILL.md +336 -0
- package/packs/business-growth/claude/growth-model/archive/v0.5/SKILL.md +356 -0
- package/packs/business-growth/claude/gtm/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-growth/claude/gtm/CHANGELOG.md +45 -0
- package/packs/business-growth/claude/gtm/SKILL.md +335 -0
- package/packs/business-growth/claude/gtm/archive/v0.0/SKILL.md +330 -0
- package/packs/business-growth/claude/gtm/archive/v0.1/SKILL.md +297 -0
- package/packs/business-growth/claude/gtm/archive/v0.2/SKILL.md +297 -0
- package/packs/business-growth/claude/gtm/archive/v0.3/SKILL.md +301 -0
- package/packs/business-growth/claude/gtm/archive/v0.4/SKILL.md +303 -0
- package/packs/business-growth/claude/gtm/archive/v0.5/SKILL.md +304 -0
- package/packs/business-growth/claude/gtm/archive/v0.6/SKILL.md +313 -0
- package/packs/business-growth/claude/gtm/archive/v0.7/SKILL.md +335 -0
- package/packs/business-growth/claude/gtm/archive/v0.8/SKILL.md +335 -0
- package/packs/business-growth/claude/hook-model/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-growth/claude/hook-model/CHANGELOG.md +32 -0
- package/packs/business-growth/claude/hook-model/SKILL.md +338 -0
- package/packs/business-growth/claude/hook-model/archive/v0.0/SKILL.md +335 -0
- package/packs/business-growth/claude/hook-model/archive/v0.1/SKILL.md +302 -0
- package/packs/business-growth/claude/hook-model/archive/v0.2/SKILL.md +306 -0
- package/packs/business-growth/claude/hook-model/archive/v0.3/SKILL.md +309 -0
- package/packs/business-growth/claude/hook-model/archive/v0.4/SKILL.md +318 -0
- package/packs/business-growth/claude/hook-model/archive/v0.5/SKILL.md +338 -0
- package/packs/business-growth/claude/landing-copy/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-growth/claude/landing-copy/CHANGELOG.md +32 -0
- package/packs/business-growth/claude/landing-copy/SKILL.md +488 -0
- package/packs/business-growth/claude/landing-copy/archive/v0.0/SKILL.md +483 -0
- package/packs/business-growth/claude/landing-copy/archive/v0.1/SKILL.md +450 -0
- package/packs/business-growth/claude/landing-copy/archive/v0.2/SKILL.md +454 -0
- package/packs/business-growth/claude/landing-copy/archive/v0.3/SKILL.md +457 -0
- package/packs/business-growth/claude/landing-copy/archive/v0.4/SKILL.md +466 -0
- package/packs/business-growth/claude/landing-copy/archive/v0.5/SKILL.md +488 -0
- package/packs/business-growth/claude/metrics/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-growth/claude/metrics/CHANGELOG.md +21 -0
- package/packs/business-growth/claude/metrics/SKILL.md +313 -0
- package/packs/business-growth/claude/metrics/archive/v0.0/SKILL.md +329 -0
- package/packs/business-growth/claude/metrics/archive/v0.1/SKILL.md +296 -0
- package/packs/business-growth/claude/metrics/archive/v0.2/SKILL.md +300 -0
- package/packs/business-growth/claude/monetization/ALIGNMENT-PAGE.md +90 -0
- package/packs/business-growth/claude/monetization/CHANGELOG.md +45 -0
- package/packs/business-growth/claude/monetization/SKILL.md +336 -0
- package/packs/business-growth/claude/monetization/archive/v0.0/SKILL.md +331 -0
- package/packs/business-growth/claude/monetization/archive/v0.1/SKILL.md +298 -0
- package/packs/business-growth/claude/monetization/archive/v0.2/SKILL.md +298 -0
- package/packs/business-growth/claude/monetization/archive/v0.3/SKILL.md +302 -0
- package/packs/business-growth/claude/monetization/archive/v0.4/SKILL.md +304 -0
- package/packs/business-growth/claude/monetization/archive/v0.5/SKILL.md +305 -0
- package/packs/business-growth/claude/monetization/archive/v0.6/SKILL.md +314 -0
- package/packs/business-growth/claude/monetization/archive/v0.7/SKILL.md +336 -0
- package/packs/business-growth/claude/monetization/archive/v0.8/SKILL.md +336 -0
- package/packs/business-growth/claude/pmf-assessment/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-growth/claude/pmf-assessment/CHANGELOG.md +36 -0
- package/packs/business-growth/claude/pmf-assessment/SKILL.md +406 -0
- package/packs/business-growth/claude/pmf-assessment/archive/v0.0/SKILL.md +403 -0
- package/packs/business-growth/claude/pmf-assessment/archive/v0.1/SKILL.md +370 -0
- package/packs/business-growth/claude/pmf-assessment/archive/v0.2/SKILL.md +374 -0
- package/packs/business-growth/claude/pmf-assessment/archive/v0.3/SKILL.md +377 -0
- package/packs/business-growth/claude/pmf-assessment/archive/v0.4/SKILL.md +386 -0
- package/packs/business-growth/claude/pmf-assessment/archive/v0.5/SKILL.md +406 -0
- package/packs/business-growth/claude/pmf-assessment/archive/v0.6/SKILL.md +406 -0
- package/packs/business-growth/codex/experiment/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-growth/codex/experiment/CHANGELOG.md +23 -0
- package/packs/business-growth/codex/experiment/SKILL.md +274 -0
- package/packs/business-growth/codex/experiment/archive/v0.0/SKILL.md +301 -0
- package/packs/business-growth/codex/experiment/archive/v0.1/SKILL.md +266 -0
- package/packs/business-growth/codex/experiment/archive/v0.2/SKILL.md +270 -0
- package/packs/business-growth/codex/experiment/archive/v0.3/SKILL.md +274 -0
- package/packs/business-growth/codex/growth-model/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-growth/codex/growth-model/CHANGELOG.md +31 -0
- package/packs/business-growth/codex/growth-model/SKILL.md +354 -0
- package/packs/business-growth/codex/growth-model/agents/openai.yaml +7 -0
- package/packs/business-growth/codex/growth-model/archive/v0.0/SKILL.md +361 -0
- package/packs/business-growth/codex/growth-model/archive/v0.1/SKILL.md +328 -0
- package/packs/business-growth/codex/growth-model/archive/v0.2/SKILL.md +332 -0
- package/packs/business-growth/codex/growth-model/archive/v0.3/SKILL.md +335 -0
- package/packs/business-growth/codex/growth-model/archive/v0.4/SKILL.md +344 -0
- package/packs/business-growth/codex/growth-model/archive/v0.5/SKILL.md +356 -0
- package/packs/business-growth/codex/gtm/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-growth/codex/gtm/CHANGELOG.md +43 -0
- package/packs/business-growth/codex/gtm/SKILL.md +344 -0
- package/packs/business-growth/codex/gtm/agents/openai.yaml +7 -0
- package/packs/business-growth/codex/gtm/archive/v0.0/SKILL.md +351 -0
- package/packs/business-growth/codex/gtm/archive/v0.1/SKILL.md +318 -0
- package/packs/business-growth/codex/gtm/archive/v0.2/SKILL.md +318 -0
- package/packs/business-growth/codex/gtm/archive/v0.3/SKILL.md +322 -0
- package/packs/business-growth/codex/gtm/archive/v0.4/SKILL.md +323 -0
- package/packs/business-growth/codex/gtm/archive/v0.5/SKILL.md +332 -0
- package/packs/business-growth/codex/gtm/archive/v0.6/SKILL.md +342 -0
- package/packs/business-growth/codex/gtm/archive/v0.7/SKILL.md +344 -0
- package/packs/business-growth/codex/gtm/archive/v0.8/SKILL.md +344 -0
- package/packs/business-growth/codex/hook-model/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-growth/codex/hook-model/CHANGELOG.md +31 -0
- package/packs/business-growth/codex/hook-model/SKILL.md +338 -0
- package/packs/business-growth/codex/hook-model/agents/openai.yaml +7 -0
- package/packs/business-growth/codex/hook-model/archive/v0.0/SKILL.md +345 -0
- package/packs/business-growth/codex/hook-model/archive/v0.1/SKILL.md +312 -0
- package/packs/business-growth/codex/hook-model/archive/v0.2/SKILL.md +316 -0
- package/packs/business-growth/codex/hook-model/archive/v0.3/SKILL.md +319 -0
- package/packs/business-growth/codex/hook-model/archive/v0.4/SKILL.md +328 -0
- package/packs/business-growth/codex/hook-model/archive/v0.5/SKILL.md +340 -0
- package/packs/business-growth/codex/landing-copy/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-growth/codex/landing-copy/CHANGELOG.md +31 -0
- package/packs/business-growth/codex/landing-copy/SKILL.md +496 -0
- package/packs/business-growth/codex/landing-copy/agents/openai.yaml +7 -0
- package/packs/business-growth/codex/landing-copy/archive/v0.0/SKILL.md +501 -0
- package/packs/business-growth/codex/landing-copy/archive/v0.1/SKILL.md +468 -0
- package/packs/business-growth/codex/landing-copy/archive/v0.2/SKILL.md +472 -0
- package/packs/business-growth/codex/landing-copy/archive/v0.3/SKILL.md +475 -0
- package/packs/business-growth/codex/landing-copy/archive/v0.4/SKILL.md +484 -0
- package/packs/business-growth/codex/landing-copy/archive/v0.5/SKILL.md +496 -0
- package/packs/business-growth/codex/metrics/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-growth/codex/metrics/CHANGELOG.md +19 -0
- package/packs/business-growth/codex/metrics/SKILL.md +305 -0
- package/packs/business-growth/codex/metrics/agents/openai.yaml +7 -0
- package/packs/business-growth/codex/metrics/archive/v0.0/SKILL.md +331 -0
- package/packs/business-growth/codex/metrics/archive/v0.1/SKILL.md +298 -0
- package/packs/business-growth/codex/metrics/archive/v0.2/SKILL.md +302 -0
- package/packs/business-growth/codex/monetization/ALIGNMENT-PAGE.md +90 -0
- package/packs/business-growth/codex/monetization/CHANGELOG.md +43 -0
- package/packs/business-growth/codex/monetization/SKILL.md +343 -0
- package/packs/business-growth/codex/monetization/archive/v0.0/SKILL.md +350 -0
- package/packs/business-growth/codex/monetization/archive/v0.1/SKILL.md +317 -0
- package/packs/business-growth/codex/monetization/archive/v0.2/SKILL.md +317 -0
- package/packs/business-growth/codex/monetization/archive/v0.3/SKILL.md +321 -0
- package/packs/business-growth/codex/monetization/archive/v0.4/SKILL.md +322 -0
- package/packs/business-growth/codex/monetization/archive/v0.5/SKILL.md +331 -0
- package/packs/business-growth/codex/monetization/archive/v0.6/SKILL.md +341 -0
- package/packs/business-growth/codex/monetization/archive/v0.7/SKILL.md +343 -0
- package/packs/business-growth/codex/monetization/archive/v0.8/SKILL.md +343 -0
- package/packs/business-growth/codex/pmf-assessment/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-growth/codex/pmf-assessment/CHANGELOG.md +35 -0
- package/packs/business-growth/codex/pmf-assessment/SKILL.md +414 -0
- package/packs/business-growth/codex/pmf-assessment/agents/openai.yaml +7 -0
- package/packs/business-growth/codex/pmf-assessment/archive/v0.0/SKILL.md +421 -0
- package/packs/business-growth/codex/pmf-assessment/archive/v0.1/SKILL.md +388 -0
- package/packs/business-growth/codex/pmf-assessment/archive/v0.2/SKILL.md +392 -0
- package/packs/business-growth/codex/pmf-assessment/archive/v0.3/SKILL.md +395 -0
- package/packs/business-growth/codex/pmf-assessment/archive/v0.4/SKILL.md +404 -0
- package/packs/business-growth/codex/pmf-assessment/archive/v0.5/SKILL.md +416 -0
- package/packs/business-growth/codex/pmf-assessment/archive/v0.6/SKILL.md +416 -0
- package/packs/business-ops/PACK.md +28 -0
- package/packs/business-ops/claude/assumption-tracker/ALIGNMENT-PAGE.md +90 -0
- package/packs/business-ops/claude/assumption-tracker/CHANGELOG.md +15 -0
- package/packs/business-ops/claude/assumption-tracker/SKILL.md +229 -0
- package/packs/business-ops/claude/assumption-tracker/archive/v0.0/SKILL.md +259 -0
- package/packs/business-ops/claude/assumption-tracker/archive/v0.1/SKILL.md +224 -0
- package/packs/business-ops/claude/burn-rate/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-ops/claude/burn-rate/CHANGELOG.md +19 -0
- package/packs/business-ops/claude/burn-rate/SKILL.md +341 -0
- package/packs/business-ops/claude/burn-rate/archive/v0.0/SKILL.md +362 -0
- package/packs/business-ops/claude/burn-rate/archive/v0.1/SKILL.md +329 -0
- package/packs/business-ops/claude/burn-rate/archive/v0.2/SKILL.md +329 -0
- package/packs/business-ops/claude/cohort-review/ALIGNMENT-PAGE.md +90 -0
- package/packs/business-ops/claude/cohort-review/CHANGELOG.md +15 -0
- package/packs/business-ops/claude/cohort-review/SKILL.md +263 -0
- package/packs/business-ops/claude/cohort-review/archive/v0.0/SKILL.md +293 -0
- package/packs/business-ops/claude/cohort-review/archive/v0.1/SKILL.md +258 -0
- package/packs/business-ops/claude/investor-update/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-ops/claude/investor-update/CHANGELOG.md +15 -0
- package/packs/business-ops/claude/investor-update/SKILL.md +176 -0
- package/packs/business-ops/claude/investor-update/archive/v0.0/SKILL.md +204 -0
- package/packs/business-ops/claude/investor-update/archive/v0.1/SKILL.md +171 -0
- package/packs/business-ops/claude/mvp-gap/ALIGNMENT-PAGE.md +90 -0
- package/packs/business-ops/claude/mvp-gap/CHANGELOG.md +36 -0
- package/packs/business-ops/claude/mvp-gap/SKILL.md +258 -0
- package/packs/business-ops/claude/mvp-gap/archive/v0.0/SKILL.md +269 -0
- package/packs/business-ops/claude/mvp-gap/archive/v0.1/SKILL.md +236 -0
- package/packs/business-ops/claude/mvp-gap/archive/v0.2/SKILL.md +237 -0
- package/packs/business-ops/claude/mvp-gap/archive/v0.3/SKILL.md +246 -0
- package/packs/business-ops/claude/mvp-gap/archive/v0.4/SKILL.md +258 -0
- package/packs/business-ops/claude/mvp-gap/archive/v0.5/SKILL.md +258 -0
- package/packs/business-ops/claude/mvp-gap/archive/v0.6/SKILL.md +258 -0
- package/packs/business-ops/claude/platform-strategy/ALIGNMENT-PAGE.md +90 -0
- package/packs/business-ops/claude/platform-strategy/CHANGELOG.md +40 -0
- package/packs/business-ops/claude/platform-strategy/SKILL.md +461 -0
- package/packs/business-ops/claude/platform-strategy/archive/v0.0/SKILL.md +458 -0
- package/packs/business-ops/claude/platform-strategy/archive/v0.1/SKILL.md +425 -0
- package/packs/business-ops/claude/platform-strategy/archive/v0.2/SKILL.md +432 -0
- package/packs/business-ops/claude/platform-strategy/archive/v0.3/SKILL.md +432 -0
- package/packs/business-ops/claude/platform-strategy/archive/v0.4/SKILL.md +432 -0
- package/packs/business-ops/claude/platform-strategy/archive/v0.5/SKILL.md +441 -0
- package/packs/business-ops/claude/platform-strategy/archive/v0.6/SKILL.md +461 -0
- package/packs/business-ops/claude/platform-strategy/archive/v0.7/SKILL.md +461 -0
- package/packs/business-ops/claude/product-line/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-ops/claude/product-line/CHANGELOG.md +24 -0
- package/packs/business-ops/claude/product-line/SKILL.md +193 -0
- package/packs/business-ops/claude/product-line/archive/v0.0/SKILL.md +199 -0
- package/packs/business-ops/claude/product-line/archive/v0.1/SKILL.md +191 -0
- package/packs/business-ops/claude/product-line/archive/v0.2/SKILL.md +193 -0
- package/packs/business-ops/claude/reconcile-research/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-ops/claude/reconcile-research/CHANGELOG.md +37 -0
- package/packs/business-ops/claude/reconcile-research/SKILL.md +306 -0
- package/packs/business-ops/claude/reconcile-research/archive/v0.0/SKILL.md +318 -0
- package/packs/business-ops/claude/reconcile-research/archive/v0.1/SKILL.md +285 -0
- package/packs/business-ops/claude/reconcile-research/archive/v0.2/SKILL.md +285 -0
- package/packs/business-ops/claude/reconcile-research/archive/v0.3/SKILL.md +297 -0
- package/packs/business-ops/claude/reconcile-research/archive/v0.4/SKILL.md +286 -0
- package/packs/business-ops/claude/reconcile-research/archive/v0.5/SKILL.md +295 -0
- package/packs/business-ops/claude/reconcile-research/archive/v0.6/SKILL.md +306 -0
- package/packs/business-ops/claude/repo-glossary/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-ops/claude/repo-glossary/CHANGELOG.md +27 -0
- package/packs/business-ops/claude/repo-glossary/SKILL.md +251 -0
- package/packs/business-ops/claude/repo-glossary/archive/v0.0/SKILL.md +181 -0
- package/packs/business-ops/claude/repo-glossary/archive/v0.1/SKILL.md +245 -0
- package/packs/business-ops/claude/retro/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-ops/claude/retro/CHANGELOG.md +19 -0
- package/packs/business-ops/claude/retro/SKILL.md +252 -0
- package/packs/business-ops/claude/retro/archive/v0.0/SKILL.md +275 -0
- package/packs/business-ops/claude/retro/archive/v0.1/SKILL.md +240 -0
- package/packs/business-ops/claude/retro/archive/v0.2/SKILL.md +252 -0
- package/packs/business-ops/claude/risk-register/ALIGNMENT-PAGE.md +90 -0
- package/packs/business-ops/claude/risk-register/CHANGELOG.md +15 -0
- package/packs/business-ops/claude/risk-register/SKILL.md +226 -0
- package/packs/business-ops/claude/risk-register/archive/v0.0/SKILL.md +248 -0
- package/packs/business-ops/claude/risk-register/archive/v0.1/SKILL.md +213 -0
- package/packs/business-ops/claude/runway-model/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-ops/claude/runway-model/CHANGELOG.md +15 -0
- package/packs/business-ops/claude/runway-model/SKILL.md +284 -0
- package/packs/business-ops/claude/runway-model/archive/v0.0/SKILL.md +304 -0
- package/packs/business-ops/claude/runway-model/archive/v0.1/SKILL.md +271 -0
- package/packs/business-ops/claude/scale-audit/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-ops/claude/scale-audit/CHANGELOG.md +20 -0
- package/packs/business-ops/claude/scale-audit/SKILL.md +202 -0
- package/packs/business-ops/claude/scale-audit/archive/v0.0/SKILL.md +232 -0
- package/packs/business-ops/claude/scale-audit/archive/v0.1/SKILL.md +199 -0
- package/packs/business-ops/claude/scale-audit/archive/v0.2/SKILL.md +202 -0
- package/packs/business-ops/codex/assumption-tracker/ALIGNMENT-PAGE.md +90 -0
- package/packs/business-ops/codex/assumption-tracker/CHANGELOG.md +15 -0
- package/packs/business-ops/codex/assumption-tracker/SKILL.md +231 -0
- package/packs/business-ops/codex/assumption-tracker/archive/v0.0/SKILL.md +261 -0
- package/packs/business-ops/codex/assumption-tracker/archive/v0.1/SKILL.md +226 -0
- package/packs/business-ops/codex/burn-rate/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-ops/codex/burn-rate/CHANGELOG.md +19 -0
- package/packs/business-ops/codex/burn-rate/SKILL.md +112 -0
- package/packs/business-ops/codex/burn-rate/archive/v0.0/SKILL.md +134 -0
- package/packs/business-ops/codex/burn-rate/archive/v0.1/SKILL.md +101 -0
- package/packs/business-ops/codex/burn-rate/archive/v0.2/SKILL.md +108 -0
- package/packs/business-ops/codex/cohort-review/ALIGNMENT-PAGE.md +90 -0
- package/packs/business-ops/codex/cohort-review/CHANGELOG.md +15 -0
- package/packs/business-ops/codex/cohort-review/SKILL.md +265 -0
- package/packs/business-ops/codex/cohort-review/archive/v0.0/SKILL.md +295 -0
- package/packs/business-ops/codex/cohort-review/archive/v0.1/SKILL.md +260 -0
- package/packs/business-ops/codex/investor-update/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-ops/codex/investor-update/CHANGELOG.md +15 -0
- package/packs/business-ops/codex/investor-update/SKILL.md +178 -0
- package/packs/business-ops/codex/investor-update/archive/v0.0/SKILL.md +206 -0
- package/packs/business-ops/codex/investor-update/archive/v0.1/SKILL.md +173 -0
- package/packs/business-ops/codex/mvp-gap/ALIGNMENT-PAGE.md +90 -0
- package/packs/business-ops/codex/mvp-gap/CHANGELOG.md +36 -0
- package/packs/business-ops/codex/mvp-gap/SKILL.md +130 -0
- package/packs/business-ops/codex/mvp-gap/agents/openai.yaml +7 -0
- package/packs/business-ops/codex/mvp-gap/archive/v0.0/SKILL.md +141 -0
- package/packs/business-ops/codex/mvp-gap/archive/v0.1/SKILL.md +108 -0
- package/packs/business-ops/codex/mvp-gap/archive/v0.2/SKILL.md +109 -0
- package/packs/business-ops/codex/mvp-gap/archive/v0.3/SKILL.md +118 -0
- package/packs/business-ops/codex/mvp-gap/archive/v0.4/SKILL.md +130 -0
- package/packs/business-ops/codex/mvp-gap/archive/v0.5/SKILL.md +130 -0
- package/packs/business-ops/codex/mvp-gap/archive/v0.6/SKILL.md +130 -0
- package/packs/business-ops/codex/platform-strategy/ALIGNMENT-PAGE.md +90 -0
- package/packs/business-ops/codex/platform-strategy/CHANGELOG.md +39 -0
- package/packs/business-ops/codex/platform-strategy/SKILL.md +182 -0
- package/packs/business-ops/codex/platform-strategy/archive/v0.0/SKILL.md +190 -0
- package/packs/business-ops/codex/platform-strategy/archive/v0.1/SKILL.md +157 -0
- package/packs/business-ops/codex/platform-strategy/archive/v0.2/SKILL.md +161 -0
- package/packs/business-ops/codex/platform-strategy/archive/v0.3/SKILL.md +161 -0
- package/packs/business-ops/codex/platform-strategy/archive/v0.4/SKILL.md +161 -0
- package/packs/business-ops/codex/platform-strategy/archive/v0.5/SKILL.md +170 -0
- package/packs/business-ops/codex/platform-strategy/archive/v0.6/SKILL.md +182 -0
- package/packs/business-ops/codex/platform-strategy/archive/v0.7/SKILL.md +182 -0
- package/packs/business-ops/codex/product-line/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-ops/codex/product-line/CHANGELOG.md +18 -0
- package/packs/business-ops/codex/product-line/SKILL.md +185 -0
- package/packs/business-ops/codex/product-line/archive/v0.0/SKILL.md +153 -0
- package/packs/business-ops/codex/product-line/archive/v0.1/SKILL.md +179 -0
- package/packs/business-ops/codex/product-line/archive/v0.2/SKILL.md +185 -0
- package/packs/business-ops/codex/reconcile-research/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-ops/codex/reconcile-research/CHANGELOG.md +35 -0
- package/packs/business-ops/codex/reconcile-research/SKILL.md +294 -0
- package/packs/business-ops/codex/reconcile-research/agents/openai.yaml +7 -0
- package/packs/business-ops/codex/reconcile-research/archive/v0.0/SKILL.md +304 -0
- package/packs/business-ops/codex/reconcile-research/archive/v0.1/SKILL.md +271 -0
- package/packs/business-ops/codex/reconcile-research/archive/v0.2/SKILL.md +273 -0
- package/packs/business-ops/codex/reconcile-research/archive/v0.3/SKILL.md +285 -0
- package/packs/business-ops/codex/reconcile-research/archive/v0.4/SKILL.md +274 -0
- package/packs/business-ops/codex/reconcile-research/archive/v0.5/SKILL.md +283 -0
- package/packs/business-ops/codex/reconcile-research/archive/v0.6/SKILL.md +294 -0
- package/packs/business-ops/codex/repo-glossary/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-ops/codex/repo-glossary/CHANGELOG.md +28 -0
- package/packs/business-ops/codex/repo-glossary/SKILL.md +253 -0
- package/packs/business-ops/codex/repo-glossary/agents/openai.yaml +7 -0
- package/packs/business-ops/codex/repo-glossary/archive/v0.0/SKILL.md +183 -0
- package/packs/business-ops/codex/repo-glossary/archive/v0.1/SKILL.md +247 -0
- package/packs/business-ops/codex/retro/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-ops/codex/retro/CHANGELOG.md +19 -0
- package/packs/business-ops/codex/retro/SKILL.md +246 -0
- package/packs/business-ops/codex/retro/archive/v0.0/SKILL.md +277 -0
- package/packs/business-ops/codex/retro/archive/v0.1/SKILL.md +242 -0
- package/packs/business-ops/codex/retro/archive/v0.2/SKILL.md +246 -0
- package/packs/business-ops/codex/risk-register/ALIGNMENT-PAGE.md +90 -0
- package/packs/business-ops/codex/risk-register/CHANGELOG.md +15 -0
- package/packs/business-ops/codex/risk-register/SKILL.md +220 -0
- package/packs/business-ops/codex/risk-register/archive/v0.0/SKILL.md +250 -0
- package/packs/business-ops/codex/risk-register/archive/v0.1/SKILL.md +215 -0
- package/packs/business-ops/codex/runway-model/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-ops/codex/runway-model/CHANGELOG.md +15 -0
- package/packs/business-ops/codex/runway-model/SKILL.md +278 -0
- package/packs/business-ops/codex/runway-model/archive/v0.0/SKILL.md +306 -0
- package/packs/business-ops/codex/runway-model/archive/v0.1/SKILL.md +273 -0
- package/packs/business-ops/codex/scale-audit/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-ops/codex/scale-audit/CHANGELOG.md +20 -0
- package/packs/business-ops/codex/scale-audit/SKILL.md +90 -0
- package/packs/business-ops/codex/scale-audit/agents/openai.yaml +7 -0
- package/packs/business-ops/codex/scale-audit/archive/v0.0/SKILL.md +120 -0
- package/packs/business-ops/codex/scale-audit/archive/v0.1/SKILL.md +87 -0
- package/packs/business-ops/codex/scale-audit/archive/v0.2/SKILL.md +90 -0
- package/packs/code-debug/PACK.md +23 -0
- package/packs/code-debug/claude/debug/CHANGELOG.md +9 -0
- package/packs/code-debug/claude/debug/SKILL.md +112 -0
- package/packs/code-debug/claude/debug/archive/v0.0/SKILL.md +140 -0
- package/packs/code-debug/claude/investigate/CHANGELOG.md +9 -0
- package/packs/code-debug/claude/investigate/SKILL.md +158 -0
- package/packs/code-debug/claude/investigate/archive/v0.0/SKILL.md +186 -0
- package/packs/code-debug/claude/trace/CHANGELOG.md +9 -0
- package/packs/code-debug/claude/trace/SKILL.md +110 -0
- package/packs/code-debug/claude/trace/archive/v0.0/SKILL.md +138 -0
- package/packs/code-debug/codex/debug/CHANGELOG.md +9 -0
- package/packs/code-debug/codex/debug/SKILL.md +46 -0
- package/packs/code-debug/codex/debug/agents/openai.yaml +7 -0
- package/packs/code-debug/codex/debug/archive/v0.0/SKILL.md +74 -0
- package/packs/code-debug/codex/investigate/CHANGELOG.md +9 -0
- package/packs/code-debug/codex/investigate/SKILL.md +51 -0
- package/packs/code-debug/codex/investigate/agents/openai.yaml +7 -0
- package/packs/code-debug/codex/investigate/archive/v0.0/SKILL.md +81 -0
- package/packs/code-debug/codex/trace/CHANGELOG.md +9 -0
- package/packs/code-debug/codex/trace/SKILL.md +38 -0
- package/packs/code-debug/codex/trace/agents/openai.yaml +7 -0
- package/packs/code-debug/codex/trace/archive/v0.0/SKILL.md +66 -0
- package/packs/code-maintenance/PACK.md +22 -0
- package/packs/code-maintenance/claude/migrate/ALIGNMENT-PAGE.md +84 -0
- package/packs/code-maintenance/claude/migrate/CHANGELOG.md +9 -0
- package/packs/code-maintenance/claude/migrate/SKILL.md +88 -0
- package/packs/code-maintenance/claude/migrate/archive/v0.0/SKILL.md +112 -0
- package/packs/code-maintenance/claude/update-packages/SKILL.md +105 -0
- package/packs/code-maintenance/codex/migrate/ALIGNMENT-PAGE.md +84 -0
- package/packs/code-maintenance/codex/migrate/CHANGELOG.md +9 -0
- package/packs/code-maintenance/codex/migrate/SKILL.md +42 -0
- package/packs/code-maintenance/codex/migrate/agents/openai.yaml +7 -0
- package/packs/code-maintenance/codex/migrate/archive/v0.0/SKILL.md +66 -0
- package/packs/code-maintenance/codex/update-packages/SKILL.md +107 -0
- package/packs/code-quality/PACK.md +7 -0
- package/packs/code-quality/claude/extract-shared-types/ALIGNMENT-PAGE.md +84 -0
- package/packs/code-quality/claude/extract-shared-types/CHANGELOG.md +9 -0
- package/packs/code-quality/claude/extract-shared-types/SKILL.md +71 -0
- package/packs/code-quality/claude/extract-shared-types/archive/v0.0/SKILL.md +98 -0
- package/packs/code-quality/claude/quality-sweep/ALIGNMENT-PAGE.md +84 -0
- package/packs/code-quality/claude/quality-sweep/CHANGELOG.md +9 -0
- package/packs/code-quality/claude/quality-sweep/SKILL.md +88 -0
- package/packs/code-quality/claude/quality-sweep/archive/v0.0/SKILL.md +115 -0
- package/packs/code-quality/codex/extract-shared-types/ALIGNMENT-PAGE.md +84 -0
- package/packs/code-quality/codex/extract-shared-types/CHANGELOG.md +9 -0
- package/packs/code-quality/codex/extract-shared-types/SKILL.md +73 -0
- package/packs/code-quality/codex/extract-shared-types/agents/openai.yaml +7 -0
- package/packs/code-quality/codex/extract-shared-types/archive/v0.0/SKILL.md +100 -0
- package/packs/code-quality/codex/quality-sweep/ALIGNMENT-PAGE.md +84 -0
- package/packs/code-quality/codex/quality-sweep/CHANGELOG.md +9 -0
- package/packs/code-quality/codex/quality-sweep/SKILL.md +90 -0
- package/packs/code-quality/codex/quality-sweep/agents/openai.yaml +7 -0
- package/packs/code-quality/codex/quality-sweep/archive/v0.0/SKILL.md +117 -0
- package/packs/code-review/PACK.md +24 -0
- package/packs/code-review/claude/dead-code/ALIGNMENT-PAGE.md +86 -0
- package/packs/code-review/claude/dead-code/CHANGELOG.md +9 -0
- package/packs/code-review/claude/dead-code/SKILL.md +110 -0
- package/packs/code-review/claude/dead-code/archive/v0.0/SKILL.md +134 -0
- package/packs/code-review/claude/expert-review/ALIGNMENT-PAGE.md +84 -0
- package/packs/code-review/claude/expert-review/CHANGELOG.md +9 -0
- package/packs/code-review/claude/expert-review/SKILL.md +108 -0
- package/packs/code-review/claude/expert-review/archive/v0.0/SKILL.md +132 -0
- package/packs/code-review/claude/regression-check/ALIGNMENT-PAGE.md +84 -0
- package/packs/code-review/claude/regression-check/CHANGELOG.md +9 -0
- package/packs/code-review/claude/regression-check/SKILL.md +113 -0
- package/packs/code-review/claude/regression-check/archive/v0.0/SKILL.md +137 -0
- package/packs/code-review/claude/slim-audit/ALIGNMENT-PAGE.md +86 -0
- package/packs/code-review/claude/slim-audit/CHANGELOG.md +9 -0
- package/packs/code-review/claude/slim-audit/SKILL.md +142 -0
- package/packs/code-review/claude/slim-audit/archive/v0.0/SKILL.md +166 -0
- package/packs/code-review/codex/dead-code/ALIGNMENT-PAGE.md +86 -0
- package/packs/code-review/codex/dead-code/CHANGELOG.md +9 -0
- package/packs/code-review/codex/dead-code/SKILL.md +51 -0
- package/packs/code-review/codex/dead-code/agents/openai.yaml +7 -0
- package/packs/code-review/codex/dead-code/archive/v0.0/SKILL.md +75 -0
- package/packs/code-review/codex/expert-review/ALIGNMENT-PAGE.md +84 -0
- package/packs/code-review/codex/expert-review/CHANGELOG.md +9 -0
- package/packs/code-review/codex/expert-review/SKILL.md +71 -0
- package/packs/code-review/codex/expert-review/agents/openai.yaml +7 -0
- package/packs/code-review/codex/expert-review/archive/v0.0/SKILL.md +95 -0
- package/packs/code-review/codex/regression-check/ALIGNMENT-PAGE.md +84 -0
- package/packs/code-review/codex/regression-check/CHANGELOG.md +9 -0
- package/packs/code-review/codex/regression-check/SKILL.md +46 -0
- package/packs/code-review/codex/regression-check/agents/openai.yaml +7 -0
- package/packs/code-review/codex/regression-check/archive/v0.0/SKILL.md +70 -0
- package/packs/code-review/codex/slim-audit/ALIGNMENT-PAGE.md +86 -0
- package/packs/code-review/codex/slim-audit/CHANGELOG.md +9 -0
- package/packs/code-review/codex/slim-audit/SKILL.md +58 -0
- package/packs/code-review/codex/slim-audit/agents/openai.yaml +7 -0
- package/packs/code-review/codex/slim-audit/archive/v0.0/SKILL.md +82 -0
- package/packs/context-transfer/PACK.md +21 -0
- package/packs/context-transfer/claude/handoff/ALIGNMENT-PAGE.md +84 -0
- package/packs/context-transfer/claude/handoff/CHANGELOG.md +9 -0
- package/packs/context-transfer/claude/handoff/SKILL.md +113 -0
- package/packs/context-transfer/claude/handoff/archive/v0.0/SKILL.md +137 -0
- package/packs/context-transfer/codex/handoff/ALIGNMENT-PAGE.md +84 -0
- package/packs/context-transfer/codex/handoff/CHANGELOG.md +9 -0
- package/packs/context-transfer/codex/handoff/SKILL.md +48 -0
- package/packs/context-transfer/codex/handoff/agents/openai.yaml +7 -0
- package/packs/context-transfer/codex/handoff/archive/v0.0/SKILL.md +72 -0
- package/packs/creator-foundation/PACK.md +30 -0
- package/packs/creator-foundation/claude/content-programming/ALIGNMENT-PAGE.md +86 -0
- package/packs/creator-foundation/claude/content-programming/CHANGELOG.md +21 -0
- package/packs/creator-foundation/claude/content-programming/SKILL.md +111 -0
- package/packs/creator-foundation/claude/content-programming/archive/v0.0/SKILL.md +108 -0
- package/packs/creator-foundation/claude/content-programming/archive/v0.1/SKILL.md +77 -0
- package/packs/creator-foundation/claude/content-programming/archive/v0.2/SKILL.md +86 -0
- package/packs/creator-foundation/claude/content-programming/archive/v0.3/SKILL.md +110 -0
- package/packs/creator-foundation/claude/creator-evidence-schema/ALIGNMENT-PAGE.md +86 -0
- package/packs/creator-foundation/claude/creator-evidence-schema/CHANGELOG.md +21 -0
- package/packs/creator-foundation/claude/creator-evidence-schema/SKILL.md +224 -0
- package/packs/creator-foundation/claude/creator-evidence-schema/archive/v0.0/SKILL.md +231 -0
- package/packs/creator-foundation/claude/creator-evidence-schema/archive/v0.1/SKILL.md +199 -0
- package/packs/creator-foundation/claude/creator-evidence-schema/archive/v0.2/SKILL.md +208 -0
- package/packs/creator-foundation/claude/creator-evidence-schema/archive/v0.3/SKILL.md +223 -0
- package/packs/creator-foundation/claude/creator-metrics-review/ALIGNMENT-PAGE.md +86 -0
- package/packs/creator-foundation/claude/creator-metrics-review/CHANGELOG.md +21 -0
- package/packs/creator-foundation/claude/creator-metrics-review/SKILL.md +109 -0
- package/packs/creator-foundation/claude/creator-metrics-review/archive/v0.0/SKILL.md +115 -0
- package/packs/creator-foundation/claude/creator-metrics-review/archive/v0.1/SKILL.md +84 -0
- package/packs/creator-foundation/claude/creator-metrics-review/archive/v0.2/SKILL.md +93 -0
- package/packs/creator-foundation/claude/creator-metrics-review/archive/v0.3/SKILL.md +108 -0
- package/packs/creator-foundation/claude/creator-platform-capability-matrix/ALIGNMENT-PAGE.md +88 -0
- package/packs/creator-foundation/claude/creator-platform-capability-matrix/CHANGELOG.md +21 -0
- package/packs/creator-foundation/claude/creator-platform-capability-matrix/SKILL.md +179 -0
- package/packs/creator-foundation/claude/creator-platform-capability-matrix/archive/v0.0/SKILL.md +186 -0
- package/packs/creator-foundation/claude/creator-platform-capability-matrix/archive/v0.1/SKILL.md +153 -0
- package/packs/creator-foundation/claude/creator-platform-capability-matrix/archive/v0.2/SKILL.md +162 -0
- package/packs/creator-foundation/claude/creator-platform-capability-matrix/archive/v0.3/SKILL.md +178 -0
- package/packs/creator-foundation/claude/creator-positioning/ALIGNMENT-PAGE.md +88 -0
- package/packs/creator-foundation/claude/creator-positioning/CHANGELOG.md +21 -0
- package/packs/creator-foundation/claude/creator-positioning/SKILL.md +114 -0
- package/packs/creator-foundation/claude/creator-positioning/archive/v0.0/SKILL.md +112 -0
- package/packs/creator-foundation/claude/creator-positioning/archive/v0.1/SKILL.md +81 -0
- package/packs/creator-foundation/claude/creator-positioning/archive/v0.2/SKILL.md +90 -0
- package/packs/creator-foundation/claude/creator-positioning/archive/v0.3/SKILL.md +113 -0
- package/packs/creator-foundation/claude/creator-presence-dossier/ALIGNMENT-PAGE.md +86 -0
- package/packs/creator-foundation/claude/creator-presence-dossier/CHANGELOG.md +21 -0
- package/packs/creator-foundation/claude/creator-presence-dossier/SKILL.md +224 -0
- package/packs/creator-foundation/claude/creator-presence-dossier/archive/v0.0/SKILL.md +233 -0
- package/packs/creator-foundation/claude/creator-presence-dossier/archive/v0.1/SKILL.md +199 -0
- package/packs/creator-foundation/claude/creator-presence-dossier/archive/v0.2/SKILL.md +208 -0
- package/packs/creator-foundation/claude/creator-presence-dossier/archive/v0.3/SKILL.md +223 -0
- package/packs/creator-foundation/claude/product-led-media-map/ALIGNMENT-PAGE.md +86 -0
- package/packs/creator-foundation/claude/product-led-media-map/CHANGELOG.md +21 -0
- package/packs/creator-foundation/claude/product-led-media-map/SKILL.md +109 -0
- package/packs/creator-foundation/claude/product-led-media-map/archive/v0.0/SKILL.md +106 -0
- package/packs/creator-foundation/claude/product-led-media-map/archive/v0.1/SKILL.md +75 -0
- package/packs/creator-foundation/claude/product-led-media-map/archive/v0.2/SKILL.md +84 -0
- package/packs/creator-foundation/claude/product-led-media-map/archive/v0.3/SKILL.md +108 -0
- package/packs/creator-foundation/claude/research-directory-conventions/ALIGNMENT-PAGE.md +88 -0
- package/packs/creator-foundation/claude/research-directory-conventions/CHANGELOG.md +9 -0
- package/packs/creator-foundation/claude/research-directory-conventions/SKILL.md +159 -0
- package/packs/creator-foundation/claude/research-directory-conventions/archive/v0.0/SKILL.md +174 -0
- package/packs/creator-foundation/claude/series-spec/ALIGNMENT-PAGE.md +84 -0
- package/packs/creator-foundation/claude/series-spec/CHANGELOG.md +9 -0
- package/packs/creator-foundation/claude/series-spec/SKILL.md +81 -0
- package/packs/creator-foundation/claude/series-spec/archive/v0.0/SKILL.md +97 -0
- package/packs/creator-foundation/claude/series-spec/archive/v0.1/SKILL.md +66 -0
- package/packs/creator-foundation/codex/content-programming/ALIGNMENT-PAGE.md +86 -0
- package/packs/creator-foundation/codex/content-programming/CHANGELOG.md +21 -0
- package/packs/creator-foundation/codex/content-programming/SKILL.md +103 -0
- package/packs/creator-foundation/codex/content-programming/archive/v0.0/SKILL.md +108 -0
- package/packs/creator-foundation/codex/content-programming/archive/v0.1/SKILL.md +77 -0
- package/packs/creator-foundation/codex/content-programming/archive/v0.2/SKILL.md +86 -0
- package/packs/creator-foundation/codex/content-programming/archive/v0.3/SKILL.md +102 -0
- package/packs/creator-foundation/codex/creator-evidence-schema/ALIGNMENT-PAGE.md +86 -0
- package/packs/creator-foundation/codex/creator-evidence-schema/CHANGELOG.md +21 -0
- package/packs/creator-foundation/codex/creator-evidence-schema/SKILL.md +224 -0
- package/packs/creator-foundation/codex/creator-evidence-schema/archive/v0.0/SKILL.md +231 -0
- package/packs/creator-foundation/codex/creator-evidence-schema/archive/v0.1/SKILL.md +199 -0
- package/packs/creator-foundation/codex/creator-evidence-schema/archive/v0.2/SKILL.md +208 -0
- package/packs/creator-foundation/codex/creator-evidence-schema/archive/v0.3/SKILL.md +223 -0
- package/packs/creator-foundation/codex/creator-metrics-review/ALIGNMENT-PAGE.md +86 -0
- package/packs/creator-foundation/codex/creator-metrics-review/CHANGELOG.md +21 -0
- package/packs/creator-foundation/codex/creator-metrics-review/SKILL.md +109 -0
- package/packs/creator-foundation/codex/creator-metrics-review/archive/v0.0/SKILL.md +115 -0
- package/packs/creator-foundation/codex/creator-metrics-review/archive/v0.1/SKILL.md +84 -0
- package/packs/creator-foundation/codex/creator-metrics-review/archive/v0.2/SKILL.md +93 -0
- package/packs/creator-foundation/codex/creator-metrics-review/archive/v0.3/SKILL.md +108 -0
- package/packs/creator-foundation/codex/creator-platform-capability-matrix/ALIGNMENT-PAGE.md +88 -0
- package/packs/creator-foundation/codex/creator-platform-capability-matrix/CHANGELOG.md +21 -0
- package/packs/creator-foundation/codex/creator-platform-capability-matrix/SKILL.md +179 -0
- package/packs/creator-foundation/codex/creator-platform-capability-matrix/archive/v0.0/SKILL.md +186 -0
- package/packs/creator-foundation/codex/creator-platform-capability-matrix/archive/v0.1/SKILL.md +153 -0
- package/packs/creator-foundation/codex/creator-platform-capability-matrix/archive/v0.2/SKILL.md +162 -0
- package/packs/creator-foundation/codex/creator-platform-capability-matrix/archive/v0.3/SKILL.md +178 -0
- package/packs/creator-foundation/codex/creator-positioning/ALIGNMENT-PAGE.md +88 -0
- package/packs/creator-foundation/codex/creator-positioning/CHANGELOG.md +21 -0
- package/packs/creator-foundation/codex/creator-positioning/SKILL.md +106 -0
- package/packs/creator-foundation/codex/creator-positioning/archive/v0.0/SKILL.md +112 -0
- package/packs/creator-foundation/codex/creator-positioning/archive/v0.1/SKILL.md +81 -0
- package/packs/creator-foundation/codex/creator-positioning/archive/v0.2/SKILL.md +90 -0
- package/packs/creator-foundation/codex/creator-positioning/archive/v0.3/SKILL.md +105 -0
- package/packs/creator-foundation/codex/creator-presence-dossier/ALIGNMENT-PAGE.md +86 -0
- package/packs/creator-foundation/codex/creator-presence-dossier/CHANGELOG.md +21 -0
- package/packs/creator-foundation/codex/creator-presence-dossier/SKILL.md +224 -0
- package/packs/creator-foundation/codex/creator-presence-dossier/archive/v0.0/SKILL.md +233 -0
- package/packs/creator-foundation/codex/creator-presence-dossier/archive/v0.1/SKILL.md +199 -0
- package/packs/creator-foundation/codex/creator-presence-dossier/archive/v0.2/SKILL.md +208 -0
- package/packs/creator-foundation/codex/creator-presence-dossier/archive/v0.3/SKILL.md +223 -0
- package/packs/creator-foundation/codex/product-led-media-map/ALIGNMENT-PAGE.md +86 -0
- package/packs/creator-foundation/codex/product-led-media-map/CHANGELOG.md +21 -0
- package/packs/creator-foundation/codex/product-led-media-map/SKILL.md +101 -0
- package/packs/creator-foundation/codex/product-led-media-map/archive/v0.0/SKILL.md +106 -0
- package/packs/creator-foundation/codex/product-led-media-map/archive/v0.1/SKILL.md +75 -0
- package/packs/creator-foundation/codex/product-led-media-map/archive/v0.2/SKILL.md +84 -0
- package/packs/creator-foundation/codex/product-led-media-map/archive/v0.3/SKILL.md +100 -0
- package/packs/creator-foundation/codex/research-directory-conventions/ALIGNMENT-PAGE.md +88 -0
- package/packs/creator-foundation/codex/research-directory-conventions/CHANGELOG.md +9 -0
- package/packs/creator-foundation/codex/research-directory-conventions/SKILL.md +92 -0
- package/packs/creator-foundation/codex/research-directory-conventions/archive/v0.0/SKILL.md +107 -0
- package/packs/creator-foundation/codex/series-spec/ALIGNMENT-PAGE.md +84 -0
- package/packs/creator-foundation/codex/series-spec/CHANGELOG.md +9 -0
- package/packs/creator-foundation/codex/series-spec/SKILL.md +73 -0
- package/packs/creator-foundation/codex/series-spec/archive/v0.0/SKILL.md +97 -0
- package/packs/creator-foundation/codex/series-spec/archive/v0.1/SKILL.md +66 -0
- package/packs/creator-media/PACK.md +26 -0
- package/packs/customer-lifecycle/PACK.md +25 -0
- package/packs/customer-lifecycle/claude/conversion-map/ALIGNMENT-PAGE.md +90 -0
- package/packs/customer-lifecycle/claude/conversion-map/CHANGELOG.md +20 -0
- package/packs/customer-lifecycle/claude/conversion-map/SKILL.md +86 -0
- package/packs/customer-lifecycle/claude/conversion-map/archive/v0.0/SKILL.md +77 -0
- package/packs/customer-lifecycle/claude/conversion-map/archive/v0.1/SKILL.md +54 -0
- package/packs/customer-lifecycle/claude/conversion-map/archive/v0.2/SKILL.md +55 -0
- package/packs/customer-lifecycle/claude/expansion-map/ALIGNMENT-PAGE.md +88 -0
- package/packs/customer-lifecycle/claude/expansion-map/CHANGELOG.md +20 -0
- package/packs/customer-lifecycle/claude/expansion-map/SKILL.md +86 -0
- package/packs/customer-lifecycle/claude/expansion-map/archive/v0.0/SKILL.md +75 -0
- package/packs/customer-lifecycle/claude/expansion-map/archive/v0.1/SKILL.md +54 -0
- package/packs/customer-lifecycle/claude/expansion-map/archive/v0.2/SKILL.md +55 -0
- package/packs/customer-lifecycle/claude/journey-map/ALIGNMENT-PAGE.md +90 -0
- package/packs/customer-lifecycle/claude/journey-map/CHANGELOG.md +64 -0
- package/packs/customer-lifecycle/claude/journey-map/SKILL.md +288 -0
- package/packs/customer-lifecycle/claude/journey-map/archive/v0.0/SKILL.md +91 -0
- package/packs/customer-lifecycle/claude/journey-map/archive/v0.1/SKILL.md +91 -0
- package/packs/customer-lifecycle/claude/journey-map/archive/v0.10/SKILL.md +276 -0
- package/packs/customer-lifecycle/claude/journey-map/archive/v0.2/SKILL.md +79 -0
- package/packs/customer-lifecycle/claude/journey-map/archive/v0.3/SKILL.md +77 -0
- package/packs/customer-lifecycle/claude/journey-map/archive/v0.4/SKILL.md +87 -0
- package/packs/customer-lifecycle/claude/journey-map/archive/v0.5/SKILL.md +88 -0
- package/packs/customer-lifecycle/claude/journey-map/archive/v0.6/SKILL.md +101 -0
- package/packs/customer-lifecycle/claude/journey-map/archive/v0.7/SKILL.md +126 -0
- package/packs/customer-lifecycle/claude/journey-map/archive/v0.8/SKILL.md +276 -0
- package/packs/customer-lifecycle/claude/journey-map/archive/v0.9/SKILL.md +276 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/customer-journey-canvas/ALIGNMENT-PAGE.md +86 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/customer-journey-canvas/CHANGELOG.md +13 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/customer-journey-canvas/SKILL.md +189 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/customer-journey-canvas/archive/v0.0/SKILL.md +185 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/customer-journey-canvas/archive/v0.1/SKILL.md +185 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/experience-map/ALIGNMENT-PAGE.md +86 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/experience-map/CHANGELOG.md +13 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/experience-map/SKILL.md +180 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/experience-map/archive/v0.0/SKILL.md +176 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/experience-map/archive/v0.1/SKILL.md +176 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/jtbd-timeline/ALIGNMENT-PAGE.md +86 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/jtbd-timeline/CHANGELOG.md +13 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/jtbd-timeline/SKILL.md +214 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/jtbd-timeline/archive/v0.0/SKILL.md +210 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/jtbd-timeline/archive/v0.1/SKILL.md +210 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/service-blueprint/ALIGNMENT-PAGE.md +86 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/service-blueprint/CHANGELOG.md +13 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/service-blueprint/SKILL.md +175 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/service-blueprint/archive/v0.0/SKILL.md +171 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/service-blueprint/archive/v0.1/SKILL.md +171 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/user-story-map/ALIGNMENT-PAGE.md +86 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/user-story-map/CHANGELOG.md +13 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/user-story-map/SKILL.md +195 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/user-story-map/archive/v0.0/SKILL.md +191 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/user-story-map/archive/v0.1/SKILL.md +191 -0
- package/packs/customer-lifecycle/claude/lifecycle-metrics/ALIGNMENT-PAGE.md +88 -0
- package/packs/customer-lifecycle/claude/lifecycle-metrics/CHANGELOG.md +20 -0
- package/packs/customer-lifecycle/claude/lifecycle-metrics/SKILL.md +85 -0
- package/packs/customer-lifecycle/claude/lifecycle-metrics/archive/v0.0/SKILL.md +74 -0
- package/packs/customer-lifecycle/claude/lifecycle-metrics/archive/v0.1/SKILL.md +53 -0
- package/packs/customer-lifecycle/claude/lifecycle-metrics/archive/v0.2/SKILL.md +54 -0
- package/packs/customer-lifecycle/claude/onboarding-map/ALIGNMENT-PAGE.md +88 -0
- package/packs/customer-lifecycle/claude/onboarding-map/CHANGELOG.md +20 -0
- package/packs/customer-lifecycle/claude/onboarding-map/SKILL.md +87 -0
- package/packs/customer-lifecycle/claude/onboarding-map/archive/v0.0/SKILL.md +76 -0
- package/packs/customer-lifecycle/claude/onboarding-map/archive/v0.1/SKILL.md +55 -0
- package/packs/customer-lifecycle/claude/onboarding-map/archive/v0.2/SKILL.md +56 -0
- package/packs/customer-lifecycle/claude/retention-map/ALIGNMENT-PAGE.md +90 -0
- package/packs/customer-lifecycle/claude/retention-map/CHANGELOG.md +20 -0
- package/packs/customer-lifecycle/claude/retention-map/SKILL.md +85 -0
- package/packs/customer-lifecycle/claude/retention-map/archive/v0.0/SKILL.md +76 -0
- package/packs/customer-lifecycle/claude/retention-map/archive/v0.1/SKILL.md +53 -0
- package/packs/customer-lifecycle/claude/retention-map/archive/v0.2/SKILL.md +54 -0
- package/packs/customer-lifecycle/claude/transaction-map/ALIGNMENT-PAGE.md +88 -0
- package/packs/customer-lifecycle/claude/transaction-map/CHANGELOG.md +20 -0
- package/packs/customer-lifecycle/claude/transaction-map/SKILL.md +87 -0
- package/packs/customer-lifecycle/claude/transaction-map/archive/v0.0/SKILL.md +76 -0
- package/packs/customer-lifecycle/claude/transaction-map/archive/v0.1/SKILL.md +55 -0
- package/packs/customer-lifecycle/claude/transaction-map/archive/v0.2/SKILL.md +56 -0
- package/packs/customer-lifecycle/codex/conversion-map/ALIGNMENT-PAGE.md +90 -0
- package/packs/customer-lifecycle/codex/conversion-map/CHANGELOG.md +19 -0
- package/packs/customer-lifecycle/codex/conversion-map/SKILL.md +76 -0
- package/packs/customer-lifecycle/codex/conversion-map/archive/v0.0/SKILL.md +77 -0
- package/packs/customer-lifecycle/codex/conversion-map/archive/v0.1/SKILL.md +54 -0
- package/packs/customer-lifecycle/codex/conversion-map/archive/v0.2/SKILL.md +55 -0
- package/packs/customer-lifecycle/codex/expansion-map/ALIGNMENT-PAGE.md +88 -0
- package/packs/customer-lifecycle/codex/expansion-map/CHANGELOG.md +19 -0
- package/packs/customer-lifecycle/codex/expansion-map/SKILL.md +76 -0
- package/packs/customer-lifecycle/codex/expansion-map/archive/v0.0/SKILL.md +75 -0
- package/packs/customer-lifecycle/codex/expansion-map/archive/v0.1/SKILL.md +54 -0
- package/packs/customer-lifecycle/codex/expansion-map/archive/v0.2/SKILL.md +55 -0
- package/packs/customer-lifecycle/codex/journey-map/ALIGNMENT-PAGE.md +90 -0
- package/packs/customer-lifecycle/codex/journey-map/CHANGELOG.md +61 -0
- package/packs/customer-lifecycle/codex/journey-map/SKILL.md +288 -0
- package/packs/customer-lifecycle/codex/journey-map/archive/v0.0/SKILL.md +91 -0
- package/packs/customer-lifecycle/codex/journey-map/archive/v0.1/SKILL.md +91 -0
- package/packs/customer-lifecycle/codex/journey-map/archive/v0.10/SKILL.md +276 -0
- package/packs/customer-lifecycle/codex/journey-map/archive/v0.2/SKILL.md +79 -0
- package/packs/customer-lifecycle/codex/journey-map/archive/v0.3/SKILL.md +77 -0
- package/packs/customer-lifecycle/codex/journey-map/archive/v0.4/SKILL.md +89 -0
- package/packs/customer-lifecycle/codex/journey-map/archive/v0.5/SKILL.md +90 -0
- package/packs/customer-lifecycle/codex/journey-map/archive/v0.6/SKILL.md +103 -0
- package/packs/customer-lifecycle/codex/journey-map/archive/v0.7/SKILL.md +128 -0
- package/packs/customer-lifecycle/codex/journey-map/archive/v0.8/SKILL.md +276 -0
- package/packs/customer-lifecycle/codex/journey-map/archive/v0.9/SKILL.md +276 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/customer-journey-canvas/ALIGNMENT-PAGE.md +86 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/customer-journey-canvas/CHANGELOG.md +13 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/customer-journey-canvas/SKILL.md +189 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/customer-journey-canvas/archive/v0.0/SKILL.md +185 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/customer-journey-canvas/archive/v0.1/SKILL.md +185 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/experience-map/ALIGNMENT-PAGE.md +86 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/experience-map/CHANGELOG.md +13 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/experience-map/SKILL.md +180 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/experience-map/archive/v0.0/SKILL.md +176 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/experience-map/archive/v0.1/SKILL.md +176 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/jtbd-timeline/ALIGNMENT-PAGE.md +86 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/jtbd-timeline/CHANGELOG.md +13 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/jtbd-timeline/SKILL.md +214 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/jtbd-timeline/archive/v0.0/SKILL.md +210 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/jtbd-timeline/archive/v0.1/SKILL.md +210 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/service-blueprint/ALIGNMENT-PAGE.md +86 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/service-blueprint/CHANGELOG.md +13 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/service-blueprint/SKILL.md +175 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/service-blueprint/archive/v0.0/SKILL.md +171 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/service-blueprint/archive/v0.1/SKILL.md +171 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/user-story-map/ALIGNMENT-PAGE.md +86 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/user-story-map/CHANGELOG.md +13 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/user-story-map/SKILL.md +195 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/user-story-map/archive/v0.0/SKILL.md +191 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/user-story-map/archive/v0.1/SKILL.md +191 -0
- package/packs/customer-lifecycle/codex/lifecycle-metrics/ALIGNMENT-PAGE.md +88 -0
- package/packs/customer-lifecycle/codex/lifecycle-metrics/CHANGELOG.md +19 -0
- package/packs/customer-lifecycle/codex/lifecycle-metrics/SKILL.md +75 -0
- package/packs/customer-lifecycle/codex/lifecycle-metrics/archive/v0.0/SKILL.md +74 -0
- package/packs/customer-lifecycle/codex/lifecycle-metrics/archive/v0.1/SKILL.md +53 -0
- package/packs/customer-lifecycle/codex/lifecycle-metrics/archive/v0.2/SKILL.md +54 -0
- package/packs/customer-lifecycle/codex/onboarding-map/ALIGNMENT-PAGE.md +88 -0
- package/packs/customer-lifecycle/codex/onboarding-map/CHANGELOG.md +19 -0
- package/packs/customer-lifecycle/codex/onboarding-map/SKILL.md +77 -0
- package/packs/customer-lifecycle/codex/onboarding-map/archive/v0.0/SKILL.md +76 -0
- package/packs/customer-lifecycle/codex/onboarding-map/archive/v0.1/SKILL.md +55 -0
- package/packs/customer-lifecycle/codex/onboarding-map/archive/v0.2/SKILL.md +56 -0
- package/packs/customer-lifecycle/codex/retention-map/ALIGNMENT-PAGE.md +90 -0
- package/packs/customer-lifecycle/codex/retention-map/CHANGELOG.md +19 -0
- package/packs/customer-lifecycle/codex/retention-map/SKILL.md +75 -0
- package/packs/customer-lifecycle/codex/retention-map/archive/v0.0/SKILL.md +76 -0
- package/packs/customer-lifecycle/codex/retention-map/archive/v0.1/SKILL.md +53 -0
- package/packs/customer-lifecycle/codex/retention-map/archive/v0.2/SKILL.md +54 -0
- package/packs/customer-lifecycle/codex/transaction-map/ALIGNMENT-PAGE.md +88 -0
- package/packs/customer-lifecycle/codex/transaction-map/CHANGELOG.md +19 -0
- package/packs/customer-lifecycle/codex/transaction-map/SKILL.md +77 -0
- package/packs/customer-lifecycle/codex/transaction-map/archive/v0.0/SKILL.md +76 -0
- package/packs/customer-lifecycle/codex/transaction-map/archive/v0.1/SKILL.md +55 -0
- package/packs/customer-lifecycle/codex/transaction-map/archive/v0.2/SKILL.md +56 -0
- package/packs/devtool/claude/devtool-adoption/ALIGNMENT-PAGE.md +90 -0
- package/packs/devtool/claude/devtool-adoption/CHANGELOG.md +25 -0
- package/packs/devtool/claude/devtool-adoption/SKILL.md +78 -0
- package/packs/devtool/claude/devtool-adoption/archive/v0.0/SKILL.md +74 -0
- package/packs/devtool/claude/devtool-adoption/archive/v0.1/SKILL.md +45 -0
- package/packs/devtool/claude/devtool-adoption/archive/v0.2/SKILL.md +44 -0
- package/packs/devtool/claude/devtool-adoption/archive/v0.3/SKILL.md +53 -0
- package/packs/devtool/claude/devtool-adoption/archive/v0.4/SKILL.md +77 -0
- package/packs/devtool/claude/devtool-docs-audit/ALIGNMENT-PAGE.md +84 -0
- package/packs/devtool/claude/devtool-docs-audit/CHANGELOG.md +9 -0
- package/packs/devtool/claude/devtool-docs-audit/SKILL.md +24 -0
- package/packs/devtool/claude/devtool-docs-audit/archive/v0.0/SKILL.md +47 -0
- package/packs/devtool/claude/devtool-dx-journey/ALIGNMENT-PAGE.md +88 -0
- package/packs/devtool/claude/devtool-dx-journey/CHANGELOG.md +13 -0
- package/packs/devtool/claude/devtool-dx-journey/SKILL.md +43 -0
- package/packs/devtool/claude/devtool-dx-journey/archive/v0.0/SKILL.md +66 -0
- package/packs/devtool/claude/devtool-dx-journey/archive/v0.1/SKILL.md +37 -0
- package/packs/devtool/claude/devtool-integration-map/ALIGNMENT-PAGE.md +88 -0
- package/packs/devtool/claude/devtool-integration-map/CHANGELOG.md +13 -0
- package/packs/devtool/claude/devtool-integration-map/SKILL.md +43 -0
- package/packs/devtool/claude/devtool-integration-map/archive/v0.0/SKILL.md +66 -0
- package/packs/devtool/claude/devtool-integration-map/archive/v0.1/SKILL.md +37 -0
- package/packs/devtool/claude/devtool-monetization/ALIGNMENT-PAGE.md +90 -0
- package/packs/devtool/claude/devtool-monetization/CHANGELOG.md +25 -0
- package/packs/devtool/claude/devtool-monetization/SKILL.md +78 -0
- package/packs/devtool/claude/devtool-monetization/archive/v0.0/SKILL.md +74 -0
- package/packs/devtool/claude/devtool-monetization/archive/v0.1/SKILL.md +45 -0
- package/packs/devtool/claude/devtool-monetization/archive/v0.2/SKILL.md +44 -0
- package/packs/devtool/claude/devtool-monetization/archive/v0.3/SKILL.md +53 -0
- package/packs/devtool/claude/devtool-monetization/archive/v0.4/SKILL.md +77 -0
- package/packs/devtool/claude/devtool-positioning/ALIGNMENT-PAGE.md +90 -0
- package/packs/devtool/claude/devtool-positioning/CHANGELOG.md +25 -0
- package/packs/devtool/claude/devtool-positioning/SKILL.md +78 -0
- package/packs/devtool/claude/devtool-positioning/archive/v0.0/SKILL.md +74 -0
- package/packs/devtool/claude/devtool-positioning/archive/v0.1/SKILL.md +45 -0
- package/packs/devtool/claude/devtool-positioning/archive/v0.2/SKILL.md +44 -0
- package/packs/devtool/claude/devtool-positioning/archive/v0.3/SKILL.md +53 -0
- package/packs/devtool/claude/devtool-positioning/archive/v0.4/SKILL.md +77 -0
- package/packs/devtool/claude/devtool-user-map/ALIGNMENT-PAGE.md +90 -0
- package/packs/devtool/claude/devtool-user-map/CHANGELOG.md +25 -0
- package/packs/devtool/claude/devtool-user-map/SKILL.md +78 -0
- package/packs/devtool/claude/devtool-user-map/archive/v0.0/SKILL.md +74 -0
- package/packs/devtool/claude/devtool-user-map/archive/v0.1/SKILL.md +45 -0
- package/packs/devtool/claude/devtool-user-map/archive/v0.2/SKILL.md +44 -0
- package/packs/devtool/claude/devtool-user-map/archive/v0.3/SKILL.md +53 -0
- package/packs/devtool/claude/devtool-user-map/archive/v0.4/SKILL.md +77 -0
- package/packs/devtool/claude/devtool-workflow/ALIGNMENT-PAGE.md +86 -0
- package/packs/devtool/claude/devtool-workflow/CHANGELOG.md +9 -0
- package/packs/devtool/claude/devtool-workflow/SKILL.md +32 -0
- package/packs/devtool/claude/devtool-workflow/archive/v0.0/SKILL.md +51 -0
- package/packs/devtool/codex/devtool-adoption/ALIGNMENT-PAGE.md +90 -0
- package/packs/devtool/codex/devtool-adoption/CHANGELOG.md +25 -0
- package/packs/devtool/codex/devtool-adoption/SKILL.md +72 -0
- package/packs/devtool/codex/devtool-adoption/archive/v0.0/SKILL.md +76 -0
- package/packs/devtool/codex/devtool-adoption/archive/v0.1/SKILL.md +47 -0
- package/packs/devtool/codex/devtool-adoption/archive/v0.2/SKILL.md +46 -0
- package/packs/devtool/codex/devtool-adoption/archive/v0.3/SKILL.md +55 -0
- package/packs/devtool/codex/devtool-adoption/archive/v0.4/SKILL.md +71 -0
- package/packs/devtool/codex/devtool-docs-audit/ALIGNMENT-PAGE.md +84 -0
- package/packs/devtool/codex/devtool-docs-audit/CHANGELOG.md +9 -0
- package/packs/devtool/codex/devtool-docs-audit/SKILL.md +26 -0
- package/packs/devtool/codex/devtool-docs-audit/archive/v0.0/SKILL.md +49 -0
- package/packs/devtool/codex/devtool-dx-journey/ALIGNMENT-PAGE.md +88 -0
- package/packs/devtool/codex/devtool-dx-journey/CHANGELOG.md +13 -0
- package/packs/devtool/codex/devtool-dx-journey/SKILL.md +45 -0
- package/packs/devtool/codex/devtool-dx-journey/archive/v0.0/SKILL.md +68 -0
- package/packs/devtool/codex/devtool-dx-journey/archive/v0.1/SKILL.md +39 -0
- package/packs/devtool/codex/devtool-integration-map/ALIGNMENT-PAGE.md +88 -0
- package/packs/devtool/codex/devtool-integration-map/CHANGELOG.md +13 -0
- package/packs/devtool/codex/devtool-integration-map/SKILL.md +45 -0
- package/packs/devtool/codex/devtool-integration-map/archive/v0.0/SKILL.md +68 -0
- package/packs/devtool/codex/devtool-integration-map/archive/v0.1/SKILL.md +39 -0
- package/packs/devtool/codex/devtool-monetization/ALIGNMENT-PAGE.md +90 -0
- package/packs/devtool/codex/devtool-monetization/CHANGELOG.md +25 -0
- package/packs/devtool/codex/devtool-monetization/SKILL.md +72 -0
- package/packs/devtool/codex/devtool-monetization/archive/v0.0/SKILL.md +76 -0
- package/packs/devtool/codex/devtool-monetization/archive/v0.1/SKILL.md +47 -0
- package/packs/devtool/codex/devtool-monetization/archive/v0.2/SKILL.md +46 -0
- package/packs/devtool/codex/devtool-monetization/archive/v0.3/SKILL.md +55 -0
- package/packs/devtool/codex/devtool-monetization/archive/v0.4/SKILL.md +71 -0
- package/packs/devtool/codex/devtool-positioning/ALIGNMENT-PAGE.md +90 -0
- package/packs/devtool/codex/devtool-positioning/CHANGELOG.md +25 -0
- package/packs/devtool/codex/devtool-positioning/SKILL.md +72 -0
- package/packs/devtool/codex/devtool-positioning/archive/v0.0/SKILL.md +76 -0
- package/packs/devtool/codex/devtool-positioning/archive/v0.1/SKILL.md +47 -0
- package/packs/devtool/codex/devtool-positioning/archive/v0.2/SKILL.md +46 -0
- package/packs/devtool/codex/devtool-positioning/archive/v0.3/SKILL.md +55 -0
- package/packs/devtool/codex/devtool-positioning/archive/v0.4/SKILL.md +71 -0
- package/packs/devtool/codex/devtool-user-map/ALIGNMENT-PAGE.md +90 -0
- package/packs/devtool/codex/devtool-user-map/CHANGELOG.md +25 -0
- package/packs/devtool/codex/devtool-user-map/SKILL.md +72 -0
- package/packs/devtool/codex/devtool-user-map/archive/v0.0/SKILL.md +76 -0
- package/packs/devtool/codex/devtool-user-map/archive/v0.1/SKILL.md +47 -0
- package/packs/devtool/codex/devtool-user-map/archive/v0.2/SKILL.md +46 -0
- package/packs/devtool/codex/devtool-user-map/archive/v0.3/SKILL.md +55 -0
- package/packs/devtool/codex/devtool-user-map/archive/v0.4/SKILL.md +71 -0
- package/packs/devtool/codex/devtool-workflow/ALIGNMENT-PAGE.md +86 -0
- package/packs/devtool/codex/devtool-workflow/CHANGELOG.md +9 -0
- package/packs/devtool/codex/devtool-workflow/SKILL.md +34 -0
- package/packs/devtool/codex/devtool-workflow/archive/v0.0/SKILL.md +53 -0
- package/packs/docs-health/PACK.md +22 -0
- package/packs/docs-health/claude/hygiene/SKILL.md +224 -0
- package/packs/docs-health/claude/hygiene/references/documentation-templates.md +247 -0
- package/packs/docs-health/claude/reconcile-dev-docs/ALIGNMENT-PAGE.md +86 -0
- package/packs/docs-health/claude/reconcile-dev-docs/CHANGELOG.md +9 -0
- package/packs/docs-health/claude/reconcile-dev-docs/SKILL.md +149 -0
- package/packs/docs-health/claude/reconcile-dev-docs/archive/v0.0/SKILL.md +182 -0
- package/packs/docs-health/codex/hygiene/SKILL.md +225 -0
- package/packs/docs-health/codex/hygiene/references/documentation-templates.md +248 -0
- package/packs/docs-health/codex/reconcile-dev-docs/ALIGNMENT-PAGE.md +86 -0
- package/packs/docs-health/codex/reconcile-dev-docs/CHANGELOG.md +9 -0
- package/packs/docs-health/codex/reconcile-dev-docs/SKILL.md +151 -0
- package/packs/docs-health/codex/reconcile-dev-docs/agents/openai.yaml +7 -0
- package/packs/docs-health/codex/reconcile-dev-docs/archive/v0.0/SKILL.md +184 -0
- package/packs/exec-loop/PACK.md +23 -0
- package/packs/exec-loop/claude/exec/CHANGELOG.md +18 -0
- package/packs/exec-loop/claude/exec/SKILL.md +180 -0
- package/packs/exec-loop/claude/exec/archive/v0.0/SKILL.md +179 -0
- package/packs/exec-loop/claude/exec/archive/v0.1/SKILL.md +180 -0
- package/packs/exec-loop/claude/exec/archive/v0.2/SKILL.md +180 -0
- package/packs/exec-loop/claude/ship/CHANGELOG.md +27 -0
- package/packs/exec-loop/claude/ship/SKILL.md +193 -0
- package/packs/exec-loop/claude/ship/archive/v0.0/SKILL.md +178 -0
- package/packs/exec-loop/claude/ship/archive/v0.1/SKILL.md +178 -0
- package/packs/exec-loop/claude/ship/archive/v0.2/SKILL.md +179 -0
- package/packs/exec-loop/claude/ship/archive/v0.3/SKILL.md +187 -0
- package/packs/exec-loop/claude/ship/archive/v0.4/SKILL.md +193 -0
- package/packs/exec-loop/claude/ship-end/CHANGELOG.md +15 -0
- package/packs/exec-loop/claude/ship-end/SKILL.md +108 -0
- package/packs/exec-loop/claude/ship-end/archive/v0.0/SKILL.md +103 -0
- package/packs/exec-loop/claude/ship-end/archive/v0.1/SKILL.md +103 -0
- package/packs/exec-loop/codex/exec/CHANGELOG.md +18 -0
- package/packs/exec-loop/codex/exec/SKILL.md +180 -0
- package/packs/exec-loop/codex/exec/agents/openai.yaml +7 -0
- package/packs/exec-loop/codex/exec/archive/v0.0/SKILL.md +180 -0
- package/packs/exec-loop/codex/exec/archive/v0.1/SKILL.md +181 -0
- package/packs/exec-loop/codex/exec/archive/v0.2/SKILL.md +180 -0
- package/packs/exec-loop/codex/ship/CHANGELOG.md +27 -0
- package/packs/exec-loop/codex/ship/SKILL.md +128 -0
- package/packs/exec-loop/codex/ship/agents/openai.yaml +7 -0
- package/packs/exec-loop/codex/ship/archive/v0.0/SKILL.md +122 -0
- package/packs/exec-loop/codex/ship/archive/v0.1/SKILL.md +123 -0
- package/packs/exec-loop/codex/ship/archive/v0.2/SKILL.md +123 -0
- package/packs/exec-loop/codex/ship/archive/v0.3/SKILL.md +124 -0
- package/packs/exec-loop/codex/ship/archive/v0.4/SKILL.md +128 -0
- package/packs/exec-loop/codex/ship-end/CHANGELOG.md +15 -0
- package/packs/exec-loop/codex/ship-end/SKILL.md +99 -0
- package/packs/exec-loop/codex/ship-end/agents/openai.yaml +7 -0
- package/packs/exec-loop/codex/ship-end/archive/v0.0/SKILL.md +94 -0
- package/packs/exec-loop/codex/ship-end/archive/v0.1/SKILL.md +96 -0
- package/packs/exec-profile/PACK.md +21 -0
- package/packs/exec-profile/claude/patch-exec-profile/SKILL.md +66 -0
- package/packs/game/claude/game-audience/ALIGNMENT-PAGE.md +90 -0
- package/packs/game/claude/game-audience/CHANGELOG.md +21 -0
- package/packs/game/claude/game-audience/SKILL.md +82 -0
- package/packs/game/claude/game-audience/archive/v0.0/SKILL.md +78 -0
- package/packs/game/claude/game-audience/archive/v0.1/SKILL.md +48 -0
- package/packs/game/claude/game-audience/archive/v0.2/SKILL.md +57 -0
- package/packs/game/claude/game-audience/archive/v0.3/SKILL.md +81 -0
- package/packs/game/claude/game-comparables/ALIGNMENT-PAGE.md +90 -0
- package/packs/game/claude/game-comparables/CHANGELOG.md +21 -0
- package/packs/game/claude/game-comparables/SKILL.md +82 -0
- package/packs/game/claude/game-comparables/archive/v0.0/SKILL.md +78 -0
- package/packs/game/claude/game-comparables/archive/v0.1/SKILL.md +48 -0
- package/packs/game/claude/game-comparables/archive/v0.2/SKILL.md +57 -0
- package/packs/game/claude/game-comparables/archive/v0.3/SKILL.md +81 -0
- package/packs/game/claude/game-core-loop/ALIGNMENT-PAGE.md +88 -0
- package/packs/game/claude/game-core-loop/CHANGELOG.md +9 -0
- package/packs/game/claude/game-core-loop/SKILL.md +47 -0
- package/packs/game/claude/game-core-loop/archive/v0.0/SKILL.md +70 -0
- package/packs/game/claude/game-fantasy/ALIGNMENT-PAGE.md +86 -0
- package/packs/game/claude/game-fantasy/CHANGELOG.md +21 -0
- package/packs/game/claude/game-fantasy/SKILL.md +81 -0
- package/packs/game/claude/game-fantasy/archive/v0.0/SKILL.md +78 -0
- package/packs/game/claude/game-fantasy/archive/v0.1/SKILL.md +48 -0
- package/packs/game/claude/game-fantasy/archive/v0.2/SKILL.md +57 -0
- package/packs/game/claude/game-fantasy/archive/v0.3/SKILL.md +80 -0
- package/packs/game/claude/game-genre-map/ALIGNMENT-PAGE.md +90 -0
- package/packs/game/claude/game-genre-map/CHANGELOG.md +21 -0
- package/packs/game/claude/game-genre-map/SKILL.md +82 -0
- package/packs/game/claude/game-genre-map/archive/v0.0/SKILL.md +78 -0
- package/packs/game/claude/game-genre-map/archive/v0.1/SKILL.md +48 -0
- package/packs/game/claude/game-genre-map/archive/v0.2/SKILL.md +57 -0
- package/packs/game/claude/game-genre-map/archive/v0.3/SKILL.md +81 -0
- package/packs/game/claude/game-launch/ALIGNMENT-PAGE.md +88 -0
- package/packs/game/claude/game-launch/CHANGELOG.md +21 -0
- package/packs/game/claude/game-launch/SKILL.md +82 -0
- package/packs/game/claude/game-launch/archive/v0.0/SKILL.md +78 -0
- package/packs/game/claude/game-launch/archive/v0.1/SKILL.md +48 -0
- package/packs/game/claude/game-launch/archive/v0.2/SKILL.md +57 -0
- package/packs/game/claude/game-launch/archive/v0.3/SKILL.md +81 -0
- package/packs/game/claude/game-playtest-metrics/ALIGNMENT-PAGE.md +90 -0
- package/packs/game/claude/game-playtest-metrics/CHANGELOG.md +9 -0
- package/packs/game/claude/game-playtest-metrics/SKILL.md +47 -0
- package/packs/game/claude/game-playtest-metrics/archive/v0.0/SKILL.md +70 -0
- package/packs/game/claude/game-prototype-test/ALIGNMENT-PAGE.md +86 -0
- package/packs/game/claude/game-prototype-test/CHANGELOG.md +9 -0
- package/packs/game/claude/game-prototype-test/SKILL.md +55 -0
- package/packs/game/claude/game-prototype-test/archive/v0.0/SKILL.md +70 -0
- package/packs/game/claude/game-roadmap/ALIGNMENT-PAGE.md +86 -0
- package/packs/game/claude/game-roadmap/CHANGELOG.md +9 -0
- package/packs/game/claude/game-roadmap/SKILL.md +25 -0
- package/packs/game/claude/game-roadmap/archive/v0.0/SKILL.md +51 -0
- package/packs/game/claude/game-store-page-test/ALIGNMENT-PAGE.md +90 -0
- package/packs/game/claude/game-store-page-test/CHANGELOG.md +21 -0
- package/packs/game/claude/game-store-page-test/SKILL.md +82 -0
- package/packs/game/claude/game-store-page-test/archive/v0.0/SKILL.md +78 -0
- package/packs/game/claude/game-store-page-test/archive/v0.1/SKILL.md +48 -0
- package/packs/game/claude/game-store-page-test/archive/v0.2/SKILL.md +57 -0
- package/packs/game/claude/game-store-page-test/archive/v0.3/SKILL.md +81 -0
- package/packs/game/claude/game-workflow/ALIGNMENT-PAGE.md +84 -0
- package/packs/game/claude/game-workflow/CHANGELOG.md +9 -0
- package/packs/game/claude/game-workflow/SKILL.md +33 -0
- package/packs/game/claude/game-workflow/archive/v0.0/SKILL.md +55 -0
- package/packs/game/codex/game-audience/ALIGNMENT-PAGE.md +90 -0
- package/packs/game/codex/game-audience/CHANGELOG.md +21 -0
- package/packs/game/codex/game-audience/SKILL.md +76 -0
- package/packs/game/codex/game-audience/archive/v0.0/SKILL.md +80 -0
- package/packs/game/codex/game-audience/archive/v0.1/SKILL.md +50 -0
- package/packs/game/codex/game-audience/archive/v0.2/SKILL.md +59 -0
- package/packs/game/codex/game-audience/archive/v0.3/SKILL.md +75 -0
- package/packs/game/codex/game-comparables/ALIGNMENT-PAGE.md +90 -0
- package/packs/game/codex/game-comparables/CHANGELOG.md +21 -0
- package/packs/game/codex/game-comparables/SKILL.md +76 -0
- package/packs/game/codex/game-comparables/archive/v0.0/SKILL.md +80 -0
- package/packs/game/codex/game-comparables/archive/v0.1/SKILL.md +50 -0
- package/packs/game/codex/game-comparables/archive/v0.2/SKILL.md +59 -0
- package/packs/game/codex/game-comparables/archive/v0.3/SKILL.md +75 -0
- package/packs/game/codex/game-core-loop/ALIGNMENT-PAGE.md +88 -0
- package/packs/game/codex/game-core-loop/CHANGELOG.md +9 -0
- package/packs/game/codex/game-core-loop/SKILL.md +49 -0
- package/packs/game/codex/game-core-loop/archive/v0.0/SKILL.md +72 -0
- package/packs/game/codex/game-fantasy/ALIGNMENT-PAGE.md +86 -0
- package/packs/game/codex/game-fantasy/CHANGELOG.md +21 -0
- package/packs/game/codex/game-fantasy/SKILL.md +75 -0
- package/packs/game/codex/game-fantasy/archive/v0.0/SKILL.md +80 -0
- package/packs/game/codex/game-fantasy/archive/v0.1/SKILL.md +50 -0
- package/packs/game/codex/game-fantasy/archive/v0.2/SKILL.md +59 -0
- package/packs/game/codex/game-fantasy/archive/v0.3/SKILL.md +74 -0
- package/packs/game/codex/game-genre-map/ALIGNMENT-PAGE.md +90 -0
- package/packs/game/codex/game-genre-map/CHANGELOG.md +21 -0
- package/packs/game/codex/game-genre-map/SKILL.md +76 -0
- package/packs/game/codex/game-genre-map/archive/v0.0/SKILL.md +80 -0
- package/packs/game/codex/game-genre-map/archive/v0.1/SKILL.md +50 -0
- package/packs/game/codex/game-genre-map/archive/v0.2/SKILL.md +59 -0
- package/packs/game/codex/game-genre-map/archive/v0.3/SKILL.md +75 -0
- package/packs/game/codex/game-launch/ALIGNMENT-PAGE.md +88 -0
- package/packs/game/codex/game-launch/CHANGELOG.md +21 -0
- package/packs/game/codex/game-launch/SKILL.md +76 -0
- package/packs/game/codex/game-launch/archive/v0.0/SKILL.md +80 -0
- package/packs/game/codex/game-launch/archive/v0.1/SKILL.md +50 -0
- package/packs/game/codex/game-launch/archive/v0.2/SKILL.md +59 -0
- package/packs/game/codex/game-launch/archive/v0.3/SKILL.md +75 -0
- package/packs/game/codex/game-playtest-metrics/ALIGNMENT-PAGE.md +90 -0
- package/packs/game/codex/game-playtest-metrics/CHANGELOG.md +9 -0
- package/packs/game/codex/game-playtest-metrics/SKILL.md +49 -0
- package/packs/game/codex/game-playtest-metrics/archive/v0.0/SKILL.md +72 -0
- package/packs/game/codex/game-prototype-test/ALIGNMENT-PAGE.md +86 -0
- package/packs/game/codex/game-prototype-test/CHANGELOG.md +9 -0
- package/packs/game/codex/game-prototype-test/SKILL.md +49 -0
- package/packs/game/codex/game-prototype-test/archive/v0.0/SKILL.md +72 -0
- package/packs/game/codex/game-roadmap/ALIGNMENT-PAGE.md +86 -0
- package/packs/game/codex/game-roadmap/CHANGELOG.md +9 -0
- package/packs/game/codex/game-roadmap/SKILL.md +27 -0
- package/packs/game/codex/game-roadmap/archive/v0.0/SKILL.md +53 -0
- package/packs/game/codex/game-store-page-test/ALIGNMENT-PAGE.md +90 -0
- package/packs/game/codex/game-store-page-test/CHANGELOG.md +21 -0
- package/packs/game/codex/game-store-page-test/SKILL.md +76 -0
- package/packs/game/codex/game-store-page-test/archive/v0.0/SKILL.md +80 -0
- package/packs/game/codex/game-store-page-test/archive/v0.1/SKILL.md +50 -0
- package/packs/game/codex/game-store-page-test/archive/v0.2/SKILL.md +59 -0
- package/packs/game/codex/game-store-page-test/archive/v0.3/SKILL.md +75 -0
- package/packs/game/codex/game-workflow/ALIGNMENT-PAGE.md +84 -0
- package/packs/game/codex/game-workflow/CHANGELOG.md +9 -0
- package/packs/game/codex/game-workflow/SKILL.md +35 -0
- package/packs/game/codex/game-workflow/archive/v0.0/SKILL.md +57 -0
- package/packs/gitops/PACK.md +22 -0
- package/packs/gitops/claude/commit-and-push-by-feature/CHANGELOG.md +9 -0
- package/packs/gitops/claude/commit-and-push-by-feature/SKILL.md +69 -0
- package/packs/gitops/claude/commit-and-push-by-feature/archive/v0.0/SKILL.md +68 -0
- package/packs/gitops/claude/sync/CHANGELOG.md +27 -0
- package/packs/gitops/claude/sync/SKILL.md +175 -0
- package/packs/gitops/claude/sync/archive/v0.0/SKILL.md +118 -0
- package/packs/gitops/claude/sync/archive/v0.1/SKILL.md +125 -0
- package/packs/gitops/claude/sync/archive/v0.2/SKILL.md +137 -0
- package/packs/gitops/claude/sync/archive/v0.3/SKILL.md +167 -0
- package/packs/gitops/codex/commit-and-push-by-feature/CHANGELOG.md +9 -0
- package/packs/gitops/codex/commit-and-push-by-feature/SKILL.md +56 -0
- package/packs/gitops/codex/commit-and-push-by-feature/agents/openai.yaml +7 -0
- package/packs/gitops/codex/commit-and-push-by-feature/archive/v0.0/SKILL.md +55 -0
- package/packs/gitops/codex/sync/CHANGELOG.md +27 -0
- package/packs/gitops/codex/sync/SKILL.md +149 -0
- package/packs/gitops/codex/sync/agents/openai.yaml +7 -0
- package/packs/gitops/codex/sync/archive/v0.0/SKILL.md +96 -0
- package/packs/gitops/codex/sync/archive/v0.1/SKILL.md +102 -0
- package/packs/gitops/codex/sync/archive/v0.2/SKILL.md +114 -0
- package/packs/gitops/codex/sync/archive/v0.3/SKILL.md +142 -0
- package/packs/guided-walkthrough/PACK.md +22 -0
- package/packs/guided-walkthrough/claude/guide/CHANGELOG.md +9 -0
- package/packs/guided-walkthrough/claude/guide/SKILL.md +110 -0
- package/packs/guided-walkthrough/claude/guide/archive/v0.0/SKILL.md +130 -0
- package/packs/guided-walkthrough/claude/uat-guide/ALIGNMENT-PAGE.md +88 -0
- package/packs/guided-walkthrough/claude/uat-guide/CHANGELOG.md +18 -0
- package/packs/guided-walkthrough/claude/uat-guide/SKILL.md +141 -0
- package/packs/guided-walkthrough/claude/uat-guide/archive/v0.0/SKILL.md +152 -0
- package/packs/guided-walkthrough/claude/uat-guide/archive/v0.1/SKILL.md +136 -0
- package/packs/guided-walkthrough/claude/uat-guide/archive/v0.2/SKILL.md +141 -0
- package/packs/guided-walkthrough/codex/guide/CHANGELOG.md +9 -0
- package/packs/guided-walkthrough/codex/guide/SKILL.md +70 -0
- package/packs/guided-walkthrough/codex/guide/agents/openai.yaml +7 -0
- package/packs/guided-walkthrough/codex/guide/archive/v0.0/SKILL.md +90 -0
- package/packs/guided-walkthrough/codex/uat-guide/ALIGNMENT-PAGE.md +88 -0
- package/packs/guided-walkthrough/codex/uat-guide/CHANGELOG.md +18 -0
- package/packs/guided-walkthrough/codex/uat-guide/SKILL.md +142 -0
- package/packs/guided-walkthrough/codex/uat-guide/agents/openai.yaml +7 -0
- package/packs/guided-walkthrough/codex/uat-guide/archive/v0.0/SKILL.md +131 -0
- package/packs/guided-walkthrough/codex/uat-guide/archive/v0.1/SKILL.md +141 -0
- package/packs/guided-walkthrough/codex/uat-guide/archive/v0.2/SKILL.md +142 -0
- package/packs/knowledge-check/PACK.md +21 -0
- package/packs/knowledge-check/claude/quiz-me/CHANGELOG.md +5 -0
- package/packs/knowledge-check/claude/quiz-me/SKILL.md +107 -0
- package/packs/knowledge-check/codex/quiz-me/CHANGELOG.md +5 -0
- package/packs/knowledge-check/codex/quiz-me/SKILL.md +109 -0
- package/packs/knowledge-check/codex/quiz-me/agents/openai.yaml +7 -0
- package/packs/monorepo/PACK.md +95 -0
- package/packs/monorepo/claude/affected/CHANGELOG.md +9 -0
- package/packs/monorepo/claude/affected/SKILL.md +67 -0
- package/packs/monorepo/claude/affected/archive/v0.0/SKILL.md +95 -0
- package/packs/monorepo/claude/mono-detect/CHANGELOG.md +9 -0
- package/packs/monorepo/claude/mono-detect/SKILL.md +69 -0
- package/packs/monorepo/claude/mono-detect/archive/v0.0/SKILL.md +95 -0
- package/packs/monorepo/claude/mono-exec/CHANGELOG.md +9 -0
- package/packs/monorepo/claude/mono-exec/SKILL.md +115 -0
- package/packs/monorepo/claude/mono-exec/archive/v0.0/SKILL.md +114 -0
- package/packs/monorepo/claude/mono-guard/CHANGELOG.md +9 -0
- package/packs/monorepo/claude/mono-guard/SKILL.md +131 -0
- package/packs/monorepo/claude/mono-guard/archive/v0.0/SKILL.md +159 -0
- package/packs/monorepo/claude/mono-plan/ALIGNMENT-PAGE.md +84 -0
- package/packs/monorepo/claude/mono-plan/CHANGELOG.md +9 -0
- package/packs/monorepo/claude/mono-plan/SKILL.md +156 -0
- package/packs/monorepo/claude/mono-plan/archive/v0.0/SKILL.md +172 -0
- package/packs/monorepo/claude/mono-ship/SKILL.md +121 -0
- package/packs/monorepo/claude/scaffold/CHANGELOG.md +9 -0
- package/packs/monorepo/claude/scaffold/SKILL.md +95 -0
- package/packs/monorepo/claude/scaffold/archive/v0.0/SKILL.md +95 -0
- package/packs/monorepo/codex/affected/CHANGELOG.md +9 -0
- package/packs/monorepo/codex/affected/SKILL.md +38 -0
- package/packs/monorepo/codex/affected/agents/openai.yaml +7 -0
- package/packs/monorepo/codex/affected/archive/v0.0/SKILL.md +66 -0
- package/packs/monorepo/codex/mono-detect/CHANGELOG.md +9 -0
- package/packs/monorepo/codex/mono-detect/SKILL.md +71 -0
- package/packs/monorepo/codex/mono-detect/agents/openai.yaml +7 -0
- package/packs/monorepo/codex/mono-detect/archive/v0.0/SKILL.md +97 -0
- package/packs/monorepo/codex/mono-exec/CHANGELOG.md +9 -0
- package/packs/monorepo/codex/mono-exec/SKILL.md +117 -0
- package/packs/monorepo/codex/mono-exec/agents/openai.yaml +7 -0
- package/packs/monorepo/codex/mono-exec/archive/v0.0/SKILL.md +116 -0
- package/packs/monorepo/codex/mono-guard/CHANGELOG.md +9 -0
- package/packs/monorepo/codex/mono-guard/SKILL.md +133 -0
- package/packs/monorepo/codex/mono-guard/agents/openai.yaml +7 -0
- package/packs/monorepo/codex/mono-guard/archive/v0.0/SKILL.md +161 -0
- package/packs/monorepo/codex/mono-plan/ALIGNMENT-PAGE.md +84 -0
- package/packs/monorepo/codex/mono-plan/CHANGELOG.md +9 -0
- package/packs/monorepo/codex/mono-plan/SKILL.md +52 -0
- package/packs/monorepo/codex/mono-plan/agents/openai.yaml +7 -0
- package/packs/monorepo/codex/mono-plan/archive/v0.0/SKILL.md +76 -0
- package/packs/monorepo/codex/mono-ship/SKILL.md +121 -0
- package/packs/monorepo/codex/mono-ship/agents/openai.yaml +7 -0
- package/packs/monorepo/codex/scaffold/CHANGELOG.md +9 -0
- package/packs/monorepo/codex/scaffold/SKILL.md +50 -0
- package/packs/monorepo/codex/scaffold/agents/openai.yaml +7 -0
- package/packs/monorepo/codex/scaffold/archive/v0.0/SKILL.md +50 -0
- package/packs/monorepo/scripts/lane-spec-validate.sh +253 -0
- package/packs/monorepo/scripts/mono-detect.sh +270 -0
- package/packs/monorepo/scripts/monorepo-validate.sh +278 -0
- package/packs/ord/PACK.md +33 -0
- package/packs/ord/claude/ord-align/SKILL.md +57 -0
- package/packs/ord/claude/ord-scan/SKILL.md +57 -0
- package/packs/ord/claude/ord-ship/CHANGELOG.md +9 -0
- package/packs/ord/claude/ord-ship/SKILL.md +67 -0
- package/packs/ord/claude/ord-ship/archive/v0.0/SKILL.md +67 -0
- package/packs/ord/codex/ord-align/SKILL.md +57 -0
- package/packs/ord/codex/ord-scan/SKILL.md +57 -0
- package/packs/ord/codex/ord-ship/CHANGELOG.md +10 -0
- package/packs/ord/codex/ord-ship/SKILL.md +67 -0
- package/packs/ord/codex/ord-ship/archive/v0.0/SKILL.md +67 -0
- package/packs/product-design/PACK.md +29 -0
- package/packs/product-design/claude/brainstorm/ALIGNMENT-PAGE.md +86 -0
- package/packs/product-design/claude/brainstorm/CHANGELOG.md +15 -0
- package/packs/product-design/claude/brainstorm/SKILL.md +98 -0
- package/packs/product-design/claude/brainstorm/archive/v0.0/SKILL.md +111 -0
- package/packs/product-design/claude/brainstorm/archive/v0.1/SKILL.md +87 -0
- package/packs/product-design/claude/consolidate-variations/ALIGNMENT-PAGE.md +88 -0
- package/packs/product-design/claude/consolidate-variations/CHANGELOG.md +50 -0
- package/packs/product-design/claude/consolidate-variations/SKILL.md +131 -0
- package/packs/product-design/claude/consolidate-variations/archive/v0.0/SKILL.md +141 -0
- package/packs/product-design/claude/consolidate-variations/archive/v0.1/SKILL.md +116 -0
- package/packs/product-design/claude/consolidate-variations/archive/v0.2/SKILL.md +116 -0
- package/packs/product-design/claude/consolidate-variations/archive/v0.3/SKILL.md +124 -0
- package/packs/product-design/claude/consolidate-variations/archive/v0.4/SKILL.md +138 -0
- package/packs/product-design/claude/consolidate-variations/archive/v0.5/SKILL.md +142 -0
- package/packs/product-design/claude/consolidate-variations/archive/v0.6/SKILL.md +142 -0
- package/packs/product-design/claude/consolidate-variations/archive/v0.7/SKILL.md +142 -0
- package/packs/product-design/claude/consolidate-variations/archive/v0.8/SKILL.md +144 -0
- package/packs/product-design/claude/consolidate-variations/archive/v0.9/SKILL.md +145 -0
- package/packs/product-design/claude/design-system/ALIGNMENT-PAGE.md +86 -0
- package/packs/product-design/claude/design-system/CHANGELOG.md +9 -0
- package/packs/product-design/claude/design-system/SKILL.md +156 -0
- package/packs/product-design/claude/design-system/archive/v0.0/SKILL.md +187 -0
- package/packs/product-design/claude/feature-interview/ALIGNMENT-PAGE.md +86 -0
- package/packs/product-design/claude/feature-interview/CHANGELOG.md +23 -0
- package/packs/product-design/claude/feature-interview/SKILL.md +148 -0
- package/packs/product-design/claude/feature-interview/archive/v0.0/SKILL.md +162 -0
- package/packs/product-design/claude/feature-interview/archive/v0.1/SKILL.md +121 -0
- package/packs/product-design/claude/feature-interview/archive/v0.2/SKILL.md +124 -0
- package/packs/product-design/claude/feature-interview/archive/v0.3/SKILL.md +133 -0
- package/packs/product-design/claude/prototype/ALIGNMENT-PAGE.md +88 -0
- package/packs/product-design/claude/prototype/CHANGELOG.md +55 -0
- package/packs/product-design/claude/prototype/SKILL.md +196 -0
- package/packs/product-design/claude/prototype/archive/v0.0/SKILL.md +208 -0
- package/packs/product-design/claude/prototype/archive/v0.1/SKILL.md +175 -0
- package/packs/product-design/claude/prototype/archive/v0.10/SKILL.md +208 -0
- package/packs/product-design/claude/prototype/archive/v0.2/SKILL.md +175 -0
- package/packs/product-design/claude/prototype/archive/v0.3/SKILL.md +183 -0
- package/packs/product-design/claude/prototype/archive/v0.4/SKILL.md +197 -0
- package/packs/product-design/claude/prototype/archive/v0.5/SKILL.md +201 -0
- package/packs/product-design/claude/prototype/archive/v0.6/SKILL.md +201 -0
- package/packs/product-design/claude/prototype/archive/v0.7/SKILL.md +201 -0
- package/packs/product-design/claude/prototype/archive/v0.8/SKILL.md +203 -0
- package/packs/product-design/claude/prototype/archive/v0.9/SKILL.md +204 -0
- package/packs/product-design/claude/spec-interview/ALIGNMENT-PAGE.md +86 -0
- package/packs/product-design/claude/spec-interview/CHANGELOG.md +51 -0
- package/packs/product-design/claude/spec-interview/SKILL.md +156 -0
- package/packs/product-design/claude/spec-interview/archive/v0.0/SKILL.md +187 -0
- package/packs/product-design/claude/spec-interview/archive/v0.1/SKILL.md +139 -0
- package/packs/product-design/claude/spec-interview/archive/v0.2/SKILL.md +147 -0
- package/packs/product-design/claude/spec-interview/archive/v0.3/SKILL.md +161 -0
- package/packs/product-design/claude/spec-interview/archive/v0.4/SKILL.md +165 -0
- package/packs/product-design/claude/spec-interview/archive/v0.5/SKILL.md +165 -0
- package/packs/product-design/claude/spec-interview/archive/v0.6/SKILL.md +165 -0
- package/packs/product-design/claude/spec-interview/archive/v0.7/SKILL.md +167 -0
- package/packs/product-design/claude/spec-interview/archive/v0.8/SKILL.md +168 -0
- package/packs/product-design/claude/spec-interview/archive/v0.9/SKILL.md +170 -0
- package/packs/product-design/claude/ui-interview/ALIGNMENT-PAGE.md +88 -0
- package/packs/product-design/claude/ui-interview/CHANGELOG.md +59 -0
- package/packs/product-design/claude/ui-interview/SKILL.md +138 -0
- package/packs/product-design/claude/ui-interview/archive/v0.0/SKILL.md +140 -0
- package/packs/product-design/claude/ui-interview/archive/v0.1/SKILL.md +115 -0
- package/packs/product-design/claude/ui-interview/archive/v0.10/SKILL.md +147 -0
- package/packs/product-design/claude/ui-interview/archive/v0.11/SKILL.md +152 -0
- package/packs/product-design/claude/ui-interview/archive/v0.2/SKILL.md +115 -0
- package/packs/product-design/claude/ui-interview/archive/v0.3/SKILL.md +123 -0
- package/packs/product-design/claude/ui-interview/archive/v0.4/SKILL.md +125 -0
- package/packs/product-design/claude/ui-interview/archive/v0.5/SKILL.md +139 -0
- package/packs/product-design/claude/ui-interview/archive/v0.6/SKILL.md +143 -0
- package/packs/product-design/claude/ui-interview/archive/v0.7/SKILL.md +143 -0
- package/packs/product-design/claude/ui-interview/archive/v0.8/SKILL.md +143 -0
- package/packs/product-design/claude/ui-interview/archive/v0.9/SKILL.md +145 -0
- package/packs/product-design/claude/user-flow-map/ALIGNMENT-PAGE.md +88 -0
- package/packs/product-design/claude/user-flow-map/CHANGELOG.md +5 -0
- package/packs/product-design/claude/user-flow-map/SKILL.md +160 -0
- package/packs/product-design/claude/user-flow-map/agents/openai.yaml +7 -0
- package/packs/product-design/claude/ux-variations/ALIGNMENT-PAGE.md +88 -0
- package/packs/product-design/claude/ux-variations/CHANGELOG.md +67 -0
- package/packs/product-design/claude/ux-variations/SKILL.md +170 -0
- package/packs/product-design/claude/ux-variations/archive/v0.0/SKILL.md +233 -0
- package/packs/product-design/claude/ux-variations/archive/v0.1/SKILL.md +148 -0
- package/packs/product-design/claude/ux-variations/archive/v0.10/SKILL.md +179 -0
- package/packs/product-design/claude/ux-variations/archive/v0.11/SKILL.md +179 -0
- package/packs/product-design/claude/ux-variations/archive/v0.12/SKILL.md +180 -0
- package/packs/product-design/claude/ux-variations/archive/v0.13/SKILL.md +184 -0
- package/packs/product-design/claude/ux-variations/archive/v0.2/SKILL.md +148 -0
- package/packs/product-design/claude/ux-variations/archive/v0.3/SKILL.md +156 -0
- package/packs/product-design/claude/ux-variations/archive/v0.4/SKILL.md +159 -0
- package/packs/product-design/claude/ux-variations/archive/v0.5/SKILL.md +159 -0
- package/packs/product-design/claude/ux-variations/archive/v0.6/SKILL.md +173 -0
- package/packs/product-design/claude/ux-variations/archive/v0.7/SKILL.md +177 -0
- package/packs/product-design/claude/ux-variations/archive/v0.8/SKILL.md +177 -0
- package/packs/product-design/claude/ux-variations/archive/v0.9/SKILL.md +177 -0
- package/packs/product-design/codex/brainstorm/ALIGNMENT-PAGE.md +86 -0
- package/packs/product-design/codex/brainstorm/CHANGELOG.md +15 -0
- package/packs/product-design/codex/brainstorm/SKILL.md +85 -0
- package/packs/product-design/codex/brainstorm/agents/openai.yaml +7 -0
- package/packs/product-design/codex/brainstorm/archive/v0.0/SKILL.md +106 -0
- package/packs/product-design/codex/brainstorm/archive/v0.1/SKILL.md +82 -0
- package/packs/product-design/codex/consolidate-variations/ALIGNMENT-PAGE.md +88 -0
- package/packs/product-design/codex/consolidate-variations/CHANGELOG.md +50 -0
- package/packs/product-design/codex/consolidate-variations/SKILL.md +126 -0
- package/packs/product-design/codex/consolidate-variations/agents/openai.yaml +7 -0
- package/packs/product-design/codex/consolidate-variations/archive/v0.0/SKILL.md +137 -0
- package/packs/product-design/codex/consolidate-variations/archive/v0.1/SKILL.md +111 -0
- package/packs/product-design/codex/consolidate-variations/archive/v0.2/SKILL.md +111 -0
- package/packs/product-design/codex/consolidate-variations/archive/v0.3/SKILL.md +119 -0
- package/packs/product-design/codex/consolidate-variations/archive/v0.4/SKILL.md +133 -0
- package/packs/product-design/codex/consolidate-variations/archive/v0.5/SKILL.md +137 -0
- package/packs/product-design/codex/consolidate-variations/archive/v0.6/SKILL.md +137 -0
- package/packs/product-design/codex/consolidate-variations/archive/v0.7/SKILL.md +137 -0
- package/packs/product-design/codex/consolidate-variations/archive/v0.8/SKILL.md +139 -0
- package/packs/product-design/codex/consolidate-variations/archive/v0.9/SKILL.md +140 -0
- package/packs/product-design/codex/design-system/ALIGNMENT-PAGE.md +86 -0
- package/packs/product-design/codex/design-system/CHANGELOG.md +9 -0
- package/packs/product-design/codex/design-system/SKILL.md +156 -0
- package/packs/product-design/codex/design-system/agents/openai.yaml +7 -0
- package/packs/product-design/codex/design-system/archive/v0.0/SKILL.md +188 -0
- package/packs/product-design/codex/feature-interview/ALIGNMENT-PAGE.md +86 -0
- package/packs/product-design/codex/feature-interview/CHANGELOG.md +25 -0
- package/packs/product-design/codex/feature-interview/SKILL.md +151 -0
- package/packs/product-design/codex/feature-interview/agents/openai.yaml +7 -0
- package/packs/product-design/codex/feature-interview/archive/v0.0/SKILL.md +162 -0
- package/packs/product-design/codex/feature-interview/archive/v0.1/SKILL.md +172 -0
- package/packs/product-design/codex/feature-interview/archive/v0.2/SKILL.md +129 -0
- package/packs/product-design/codex/feature-interview/archive/v0.3/SKILL.md +136 -0
- package/packs/product-design/codex/prototype/ALIGNMENT-PAGE.md +88 -0
- package/packs/product-design/codex/prototype/CHANGELOG.md +55 -0
- package/packs/product-design/codex/prototype/SKILL.md +195 -0
- package/packs/product-design/codex/prototype/agents/openai.yaml +7 -0
- package/packs/product-design/codex/prototype/archive/v0.0/SKILL.md +208 -0
- package/packs/product-design/codex/prototype/archive/v0.1/SKILL.md +174 -0
- package/packs/product-design/codex/prototype/archive/v0.10/SKILL.md +207 -0
- package/packs/product-design/codex/prototype/archive/v0.2/SKILL.md +174 -0
- package/packs/product-design/codex/prototype/archive/v0.3/SKILL.md +182 -0
- package/packs/product-design/codex/prototype/archive/v0.4/SKILL.md +196 -0
- package/packs/product-design/codex/prototype/archive/v0.5/SKILL.md +200 -0
- package/packs/product-design/codex/prototype/archive/v0.6/SKILL.md +200 -0
- package/packs/product-design/codex/prototype/archive/v0.7/SKILL.md +200 -0
- package/packs/product-design/codex/prototype/archive/v0.8/SKILL.md +202 -0
- package/packs/product-design/codex/prototype/archive/v0.9/SKILL.md +203 -0
- package/packs/product-design/codex/spec-interview/ALIGNMENT-PAGE.md +86 -0
- package/packs/product-design/codex/spec-interview/CHANGELOG.md +51 -0
- package/packs/product-design/codex/spec-interview/SKILL.md +159 -0
- package/packs/product-design/codex/spec-interview/agents/openai.yaml +7 -0
- package/packs/product-design/codex/spec-interview/archive/v0.0/SKILL.md +191 -0
- package/packs/product-design/codex/spec-interview/archive/v0.1/SKILL.md +142 -0
- package/packs/product-design/codex/spec-interview/archive/v0.2/SKILL.md +150 -0
- package/packs/product-design/codex/spec-interview/archive/v0.3/SKILL.md +164 -0
- package/packs/product-design/codex/spec-interview/archive/v0.4/SKILL.md +168 -0
- package/packs/product-design/codex/spec-interview/archive/v0.5/SKILL.md +168 -0
- package/packs/product-design/codex/spec-interview/archive/v0.6/SKILL.md +168 -0
- package/packs/product-design/codex/spec-interview/archive/v0.7/SKILL.md +170 -0
- package/packs/product-design/codex/spec-interview/archive/v0.8/SKILL.md +171 -0
- package/packs/product-design/codex/spec-interview/archive/v0.9/SKILL.md +173 -0
- package/packs/product-design/codex/ui-interview/ALIGNMENT-PAGE.md +88 -0
- package/packs/product-design/codex/ui-interview/CHANGELOG.md +61 -0
- package/packs/product-design/codex/ui-interview/SKILL.md +179 -0
- package/packs/product-design/codex/ui-interview/agents/openai.yaml +7 -0
- package/packs/product-design/codex/ui-interview/archive/v0.0/SKILL.md +179 -0
- package/packs/product-design/codex/ui-interview/archive/v0.1/SKILL.md +153 -0
- package/packs/product-design/codex/ui-interview/archive/v0.10/SKILL.md +188 -0
- package/packs/product-design/codex/ui-interview/archive/v0.11/SKILL.md +193 -0
- package/packs/product-design/codex/ui-interview/archive/v0.2/SKILL.md +156 -0
- package/packs/product-design/codex/ui-interview/archive/v0.3/SKILL.md +164 -0
- package/packs/product-design/codex/ui-interview/archive/v0.4/SKILL.md +166 -0
- package/packs/product-design/codex/ui-interview/archive/v0.5/SKILL.md +180 -0
- package/packs/product-design/codex/ui-interview/archive/v0.6/SKILL.md +184 -0
- package/packs/product-design/codex/ui-interview/archive/v0.7/SKILL.md +184 -0
- package/packs/product-design/codex/ui-interview/archive/v0.8/SKILL.md +184 -0
- package/packs/product-design/codex/ui-interview/archive/v0.9/SKILL.md +186 -0
- package/packs/product-design/codex/user-flow-map/ALIGNMENT-PAGE.md +88 -0
- package/packs/product-design/codex/user-flow-map/CHANGELOG.md +5 -0
- package/packs/product-design/codex/user-flow-map/SKILL.md +160 -0
- package/packs/product-design/codex/user-flow-map/agents/openai.yaml +7 -0
- package/packs/product-design/codex/ux-variations/ALIGNMENT-PAGE.md +88 -0
- package/packs/product-design/codex/ux-variations/CHANGELOG.md +67 -0
- package/packs/product-design/codex/ux-variations/SKILL.md +256 -0
- package/packs/product-design/codex/ux-variations/agents/openai.yaml +7 -0
- package/packs/product-design/codex/ux-variations/archive/v0.0/SKILL.md +318 -0
- package/packs/product-design/codex/ux-variations/archive/v0.1/SKILL.md +234 -0
- package/packs/product-design/codex/ux-variations/archive/v0.10/SKILL.md +263 -0
- package/packs/product-design/codex/ux-variations/archive/v0.11/SKILL.md +265 -0
- package/packs/product-design/codex/ux-variations/archive/v0.12/SKILL.md +266 -0
- package/packs/product-design/codex/ux-variations/archive/v0.13/SKILL.md +270 -0
- package/packs/product-design/codex/ux-variations/archive/v0.2/SKILL.md +234 -0
- package/packs/product-design/codex/ux-variations/archive/v0.3/SKILL.md +242 -0
- package/packs/product-design/codex/ux-variations/archive/v0.4/SKILL.md +245 -0
- package/packs/product-design/codex/ux-variations/archive/v0.5/SKILL.md +245 -0
- package/packs/product-design/codex/ux-variations/archive/v0.6/SKILL.md +245 -0
- package/packs/product-design/codex/ux-variations/archive/v0.7/SKILL.md +259 -0
- package/packs/product-design/codex/ux-variations/archive/v0.8/SKILL.md +263 -0
- package/packs/product-design/codex/ux-variations/archive/v0.9/SKILL.md +263 -0
- package/packs/product-testing/PACK.md +22 -0
- package/packs/product-testing/claude/dogfood/ALIGNMENT-PAGE.md +86 -0
- package/packs/product-testing/claude/dogfood/CHANGELOG.md +19 -0
- package/packs/product-testing/claude/dogfood/SKILL.md +157 -0
- package/packs/product-testing/claude/dogfood/archive/v0.0/SKILL.md +173 -0
- package/packs/product-testing/claude/dogfood/archive/v0.1/SKILL.md +142 -0
- package/packs/product-testing/claude/dogfood/archive/v0.2/SKILL.md +157 -0
- package/packs/product-testing/claude/uat/ALIGNMENT-PAGE.md +88 -0
- package/packs/product-testing/claude/uat/CHANGELOG.md +51 -0
- package/packs/product-testing/claude/uat/SKILL.md +223 -0
- package/packs/product-testing/claude/uat/archive/v0.0/SKILL.md +241 -0
- package/packs/product-testing/claude/uat/archive/v0.1/SKILL.md +208 -0
- package/packs/product-testing/claude/uat/archive/v0.2/SKILL.md +216 -0
- package/packs/product-testing/claude/uat/archive/v0.3/SKILL.md +230 -0
- package/packs/product-testing/claude/uat/archive/v0.4/SKILL.md +234 -0
- package/packs/product-testing/claude/uat/archive/v0.5/SKILL.md +234 -0
- package/packs/product-testing/claude/uat/archive/v0.6/SKILL.md +234 -0
- package/packs/product-testing/claude/uat/archive/v0.7/SKILL.md +236 -0
- package/packs/product-testing/claude/uat/archive/v0.8/SKILL.md +237 -0
- package/packs/product-testing/claude/uat/archive/v0.9/SKILL.md +237 -0
- package/packs/product-testing/codex/dogfood/ALIGNMENT-PAGE.md +86 -0
- package/packs/product-testing/codex/dogfood/CHANGELOG.md +19 -0
- package/packs/product-testing/codex/dogfood/SKILL.md +156 -0
- package/packs/product-testing/codex/dogfood/archive/v0.0/SKILL.md +173 -0
- package/packs/product-testing/codex/dogfood/archive/v0.1/SKILL.md +141 -0
- package/packs/product-testing/codex/dogfood/archive/v0.2/SKILL.md +156 -0
- package/packs/product-testing/codex/uat/ALIGNMENT-PAGE.md +88 -0
- package/packs/product-testing/codex/uat/CHANGELOG.md +51 -0
- package/packs/product-testing/codex/uat/SKILL.md +221 -0
- package/packs/product-testing/codex/uat/archive/v0.0/SKILL.md +240 -0
- package/packs/product-testing/codex/uat/archive/v0.1/SKILL.md +206 -0
- package/packs/product-testing/codex/uat/archive/v0.2/SKILL.md +214 -0
- package/packs/product-testing/codex/uat/archive/v0.3/SKILL.md +228 -0
- package/packs/product-testing/codex/uat/archive/v0.4/SKILL.md +232 -0
- package/packs/product-testing/codex/uat/archive/v0.5/SKILL.md +232 -0
- package/packs/product-testing/codex/uat/archive/v0.6/SKILL.md +232 -0
- package/packs/product-testing/codex/uat/archive/v0.7/SKILL.md +234 -0
- package/packs/product-testing/codex/uat/archive/v0.8/SKILL.md +235 -0
- package/packs/product-testing/codex/uat/archive/v0.9/SKILL.md +235 -0
- package/packs/project-fleet/PACK.md +19 -0
- package/packs/project-fleet/claude/clone-spec-store/ALIGNMENT-PAGE.md +84 -0
- package/packs/project-fleet/claude/clone-spec-store/CHANGELOG.md +9 -0
- package/packs/project-fleet/claude/clone-spec-store/SKILL.md +245 -0
- package/packs/project-fleet/claude/clone-spec-store/archive/v0.0/SKILL.md +262 -0
- package/packs/project-fleet/claude/skill-inventory/ALIGNMENT-PAGE.md +84 -0
- package/packs/project-fleet/claude/skill-inventory/CHANGELOG.md +5 -0
- package/packs/project-fleet/claude/skill-inventory/SKILL.md +86 -0
- package/packs/project-fleet/claude/skill-inventory/scripts/skill-inventory.sh +527 -0
- package/packs/project-fleet/codex/clone-spec-store/ALIGNMENT-PAGE.md +84 -0
- package/packs/project-fleet/codex/clone-spec-store/CHANGELOG.md +9 -0
- package/packs/project-fleet/codex/clone-spec-store/SKILL.md +259 -0
- package/packs/project-fleet/codex/clone-spec-store/archive/v0.0/SKILL.md +276 -0
- package/packs/project-fleet/codex/project-fleet/ALIGNMENT-PAGE.md +84 -0
- package/packs/project-fleet/codex/project-fleet/CHANGELOG.md +9 -0
- package/packs/project-fleet/codex/project-fleet/SKILL.md +206 -0
- package/packs/project-fleet/codex/project-fleet/agents/openai.yaml +3 -0
- package/packs/project-fleet/codex/project-fleet/archive/v0.0/SKILL.md +227 -0
- package/packs/project-fleet/codex/skill-inventory/ALIGNMENT-PAGE.md +84 -0
- package/packs/project-fleet/codex/skill-inventory/CHANGELOG.md +5 -0
- package/packs/project-fleet/codex/skill-inventory/SKILL.md +86 -0
- package/packs/project-fleet/codex/skill-inventory/agents/openai.yaml +7 -0
- package/packs/project-fleet/codex/skill-inventory/scripts/skill-inventory.sh +527 -0
- package/packs/project-fleet/codex/spin-off/ALIGNMENT-PAGE.md +84 -0
- package/packs/project-fleet/codex/spin-off/CHANGELOG.md +9 -0
- package/packs/project-fleet/codex/spin-off/SKILL.md +141 -0
- package/packs/project-fleet/codex/spin-off/archive/v0.0/SKILL.md +157 -0
- package/packs/release-ops/PACK.md +23 -0
- package/packs/release-ops/claude/branch-lifecycle/ALIGNMENT-PAGE.md +84 -0
- package/packs/release-ops/claude/branch-lifecycle/CHANGELOG.md +9 -0
- package/packs/release-ops/claude/branch-lifecycle/SKILL.md +158 -0
- package/packs/release-ops/claude/branch-lifecycle/archive/v0.0/SKILL.md +182 -0
- package/packs/release-ops/claude/deploy/SKILL.md +152 -0
- package/packs/release-ops/claude/release/ALIGNMENT-PAGE.md +84 -0
- package/packs/release-ops/claude/release/CHANGELOG.md +9 -0
- package/packs/release-ops/claude/release/SKILL.md +95 -0
- package/packs/release-ops/claude/release/archive/v0.0/SKILL.md +119 -0
- package/packs/release-ops/codex/branch-lifecycle/ALIGNMENT-PAGE.md +84 -0
- package/packs/release-ops/codex/branch-lifecycle/CHANGELOG.md +9 -0
- package/packs/release-ops/codex/branch-lifecycle/SKILL.md +160 -0
- package/packs/release-ops/codex/branch-lifecycle/archive/v0.0/SKILL.md +184 -0
- package/packs/release-ops/codex/deploy/SKILL.md +70 -0
- package/packs/release-ops/codex/deploy/agents/openai.yaml +7 -0
- package/packs/release-ops/codex/release/ALIGNMENT-PAGE.md +84 -0
- package/packs/release-ops/codex/release/CHANGELOG.md +9 -0
- package/packs/release-ops/codex/release/SKILL.md +49 -0
- package/packs/release-ops/codex/release/agents/openai.yaml +7 -0
- package/packs/release-ops/codex/release/archive/v0.0/SKILL.md +73 -0
- package/packs/remotion/PACK.md +21 -0
- package/packs/remotion/claude/video-build/ALIGNMENT-PAGE.md +84 -0
- package/packs/remotion/claude/video-build/CHANGELOG.md +9 -0
- package/packs/remotion/claude/video-build/SKILL.md +121 -0
- package/packs/remotion/claude/video-build/archive/v0.0/SKILL.md +149 -0
- package/packs/remotion/claude/video-script/ALIGNMENT-PAGE.md +84 -0
- package/packs/remotion/claude/video-script/CHANGELOG.md +9 -0
- package/packs/remotion/claude/video-script/SKILL.md +117 -0
- package/packs/remotion/claude/video-script/archive/v0.0/SKILL.md +145 -0
- package/packs/remotion/claude/youtube-format-research/ALIGNMENT-PAGE.md +88 -0
- package/packs/remotion/claude/youtube-format-research/CHANGELOG.md +21 -0
- package/packs/remotion/claude/youtube-format-research/SKILL.md +183 -0
- package/packs/remotion/claude/youtube-format-research/archive/v0.0/SKILL.md +189 -0
- package/packs/remotion/claude/youtube-format-research/archive/v0.1/SKILL.md +158 -0
- package/packs/remotion/claude/youtube-format-research/archive/v0.2/SKILL.md +167 -0
- package/packs/remotion/claude/youtube-format-research/archive/v0.3/SKILL.md +182 -0
- package/packs/remotion/codex/video-build/ALIGNMENT-PAGE.md +84 -0
- package/packs/remotion/codex/video-build/CHANGELOG.md +9 -0
- package/packs/remotion/codex/video-build/SKILL.md +121 -0
- package/packs/remotion/codex/video-build/archive/v0.0/SKILL.md +149 -0
- package/packs/remotion/codex/video-script/ALIGNMENT-PAGE.md +84 -0
- package/packs/remotion/codex/video-script/CHANGELOG.md +9 -0
- package/packs/remotion/codex/video-script/SKILL.md +117 -0
- package/packs/remotion/codex/video-script/archive/v0.0/SKILL.md +145 -0
- package/packs/remotion/codex/youtube-format-research/ALIGNMENT-PAGE.md +88 -0
- package/packs/remotion/codex/youtube-format-research/CHANGELOG.md +21 -0
- package/packs/remotion/codex/youtube-format-research/SKILL.md +183 -0
- package/packs/remotion/codex/youtube-format-research/archive/v0.0/SKILL.md +189 -0
- package/packs/remotion/codex/youtube-format-research/archive/v0.1/SKILL.md +158 -0
- package/packs/remotion/codex/youtube-format-research/archive/v0.2/SKILL.md +167 -0
- package/packs/remotion/codex/youtube-format-research/archive/v0.3/SKILL.md +182 -0
- package/packs/repo-maintenance/PACK.md +22 -0
- package/packs/repo-maintenance/claude/bootstrap-repo/CHANGELOG.md +13 -0
- package/packs/repo-maintenance/claude/bootstrap-repo/SKILL.md +95 -0
- package/packs/repo-maintenance/claude/bootstrap-repo/archive/v0.0/SKILL.md +93 -0
- package/packs/repo-maintenance/claude/bootstrap-repo/archive/v0.1/SKILL.md +95 -0
- package/packs/repo-maintenance/claude/env-setup/CHANGELOG.md +5 -0
- package/packs/repo-maintenance/claude/env-setup/SKILL.md +69 -0
- package/packs/repo-maintenance/codex/bootstrap-repo/CHANGELOG.md +13 -0
- package/packs/repo-maintenance/codex/bootstrap-repo/SKILL.md +97 -0
- package/packs/repo-maintenance/codex/bootstrap-repo/agents/openai.yaml +7 -0
- package/packs/repo-maintenance/codex/bootstrap-repo/archive/v0.0/SKILL.md +95 -0
- package/packs/repo-maintenance/codex/bootstrap-repo/archive/v0.1/SKILL.md +97 -0
- package/packs/repo-maintenance/codex/env-setup/CHANGELOG.md +5 -0
- package/packs/repo-maintenance/codex/env-setup/SKILL.md +71 -0
- package/packs/repo-maintenance/codex/env-setup/agents/openai.yaml +7 -0
- package/packs/report-gen/PACK.md +21 -0
- package/packs/report-gen/claude/report-website/ALIGNMENT-PAGE.md +84 -0
- package/packs/report-gen/claude/report-website/CHANGELOG.md +9 -0
- package/packs/report-gen/claude/report-website/SKILL.md +116 -0
- package/packs/report-gen/claude/report-website/archive/v0.0/SKILL.md +137 -0
- package/packs/report-gen/codex/report-website/ALIGNMENT-PAGE.md +84 -0
- package/packs/report-gen/codex/report-website/CHANGELOG.md +9 -0
- package/packs/report-gen/codex/report-website/SKILL.md +116 -0
- package/packs/report-gen/codex/report-website/archive/v0.0/SKILL.md +137 -0
- package/packs/research-admin/PACK.md +21 -0
- package/packs/research-admin/claude/research-roadmap/ALIGNMENT-PAGE.md +86 -0
- package/packs/research-admin/claude/research-roadmap/CHANGELOG.md +77 -0
- package/packs/research-admin/claude/research-roadmap/SKILL.md +445 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.0/SKILL.md +444 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.1/SKILL.md +446 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.10/SKILL.md +462 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.11/SKILL.md +464 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.12/SKILL.md +464 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.13/SKILL.md +471 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.14/SKILL.md +471 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.15/SKILL.md +471 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.2/SKILL.md +413 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.3/SKILL.md +433 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.4/SKILL.md +437 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.5/SKILL.md +439 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.6/SKILL.md +453 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.7/SKILL.md +457 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.8/SKILL.md +457 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.9/SKILL.md +457 -0
- package/packs/research-admin/codex/research-roadmap/ALIGNMENT-PAGE.md +86 -0
- package/packs/research-admin/codex/research-roadmap/CHANGELOG.md +74 -0
- package/packs/research-admin/codex/research-roadmap/SKILL.md +466 -0
- package/packs/research-admin/codex/research-roadmap/agents/openai.yaml +7 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.0/SKILL.md +463 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.1/SKILL.md +465 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.10/SKILL.md +481 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.11/SKILL.md +485 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.12/SKILL.md +485 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.13/SKILL.md +492 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.14/SKILL.md +492 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.15/SKILL.md +492 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.2/SKILL.md +432 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.3/SKILL.md +452 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.4/SKILL.md +456 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.5/SKILL.md +458 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.6/SKILL.md +472 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.7/SKILL.md +476 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.8/SKILL.md +476 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.9/SKILL.md +476 -0
- package/packs/session-analytics/PACK.md +23 -0
- package/packs/session-analytics/claude/analyze-sessions/ALIGNMENT-PAGE.md +88 -0
- package/packs/session-analytics/claude/analyze-sessions/CHANGELOG.md +13 -0
- package/packs/session-analytics/claude/analyze-sessions/SKILL.md +130 -0
- package/packs/session-analytics/claude/analyze-sessions/archive/v0.0/SKILL.md +131 -0
- package/packs/session-analytics/claude/analyze-sessions/archive/v0.1/SKILL.md +108 -0
- package/packs/session-analytics/claude/prompt-history-backfill/ALIGNMENT-PAGE.md +86 -0
- package/packs/session-analytics/claude/prompt-history-backfill/CHANGELOG.md +12 -0
- package/packs/session-analytics/claude/prompt-history-backfill/SKILL.md +110 -0
- package/packs/session-analytics/claude/prompt-history-backfill/archive/v0.0/SKILL.md +100 -0
- package/packs/session-analytics/claude/session-triage/CHANGELOG.md +9 -0
- package/packs/session-analytics/claude/session-triage/SKILL.md +92 -0
- package/packs/session-analytics/claude/session-triage/archive/v0.0/SKILL.md +119 -0
- package/packs/session-analytics/codex/analyze-sessions/ALIGNMENT-PAGE.md +88 -0
- package/packs/session-analytics/codex/analyze-sessions/CHANGELOG.md +13 -0
- package/packs/session-analytics/codex/analyze-sessions/SKILL.md +130 -0
- package/packs/session-analytics/codex/analyze-sessions/agents/openai.yaml +7 -0
- package/packs/session-analytics/codex/analyze-sessions/archive/v0.0/SKILL.md +132 -0
- package/packs/session-analytics/codex/analyze-sessions/archive/v0.1/SKILL.md +108 -0
- package/packs/session-analytics/codex/prompt-history-backfill/ALIGNMENT-PAGE.md +86 -0
- package/packs/session-analytics/codex/prompt-history-backfill/CHANGELOG.md +12 -0
- package/packs/session-analytics/codex/prompt-history-backfill/SKILL.md +110 -0
- package/packs/session-analytics/codex/prompt-history-backfill/agents/openai.yaml +7 -0
- package/packs/session-analytics/codex/prompt-history-backfill/archive/v0.0/SKILL.md +100 -0
- package/packs/session-analytics/codex/session-triage/CHANGELOG.md +9 -0
- package/packs/session-analytics/codex/session-triage/SKILL.md +93 -0
- package/packs/session-analytics/codex/session-triage/agents/openai.yaml +7 -0
- package/packs/session-analytics/codex/session-triage/archive/v0.0/SKILL.md +121 -0
- package/packs/skill-dev/PACK.md +24 -0
- package/packs/skill-dev/claude/create-agentic-skill/CHANGELOG.md +9 -0
- package/packs/skill-dev/claude/create-agentic-skill/SKILL.md +91 -0
- package/packs/skill-dev/claude/create-agentic-skill/archive/v0.0/SKILL.md +91 -0
- package/packs/skill-dev/claude/create-local-skill/CHANGELOG.md +9 -0
- package/packs/skill-dev/claude/create-local-skill/SKILL.md +91 -0
- package/packs/skill-dev/claude/create-local-skill/archive/v0.0/SKILL.md +86 -0
- package/packs/skill-dev/claude/skill-interview/ALIGNMENT-PAGE.md +84 -0
- package/packs/skill-dev/claude/skill-interview/CHANGELOG.md +9 -0
- package/packs/skill-dev/claude/skill-interview/SKILL.md +118 -0
- package/packs/skill-dev/claude/skill-interview/archive/v0.0/SKILL.md +133 -0
- package/packs/skill-dev/claude/targeted-skill-builder/ALIGNMENT-PAGE.md +84 -0
- package/packs/skill-dev/claude/targeted-skill-builder/CHANGELOG.md +17 -0
- package/packs/skill-dev/claude/targeted-skill-builder/SKILL.md +116 -0
- package/packs/skill-dev/claude/targeted-skill-builder/archive/v0.0/SKILL.md +140 -0
- package/packs/skill-dev/claude/targeted-skill-builder/archive/v0.1/SKILL.md +116 -0
- package/packs/skill-dev/claude/targeted-skill-builder/archive/v0.2/SKILL.md +116 -0
- package/packs/skill-dev/codex/create-agentic-skill/CHANGELOG.md +9 -0
- package/packs/skill-dev/codex/create-agentic-skill/SKILL.md +93 -0
- package/packs/skill-dev/codex/create-agentic-skill/archive/v0.0/SKILL.md +93 -0
- package/packs/skill-dev/codex/create-local-skill/CHANGELOG.md +9 -0
- package/packs/skill-dev/codex/create-local-skill/SKILL.md +80 -0
- package/packs/skill-dev/codex/create-local-skill/archive/v0.0/SKILL.md +75 -0
- package/packs/skill-dev/codex/skill-interview/ALIGNMENT-PAGE.md +84 -0
- package/packs/skill-dev/codex/skill-interview/CHANGELOG.md +9 -0
- package/packs/skill-dev/codex/skill-interview/SKILL.md +119 -0
- package/packs/skill-dev/codex/skill-interview/archive/v0.0/SKILL.md +134 -0
- package/packs/skill-dev/codex/targeted-skill-builder/ALIGNMENT-PAGE.md +84 -0
- package/packs/skill-dev/codex/targeted-skill-builder/CHANGELOG.md +17 -0
- package/packs/skill-dev/codex/targeted-skill-builder/SKILL.md +118 -0
- package/packs/skill-dev/codex/targeted-skill-builder/agents/openai.yaml +7 -0
- package/packs/skill-dev/codex/targeted-skill-builder/archive/v0.0/SKILL.md +142 -0
- package/packs/skill-dev/codex/targeted-skill-builder/archive/v0.1/SKILL.md +118 -0
- package/packs/skill-dev/codex/targeted-skill-builder/archive/v0.2/SKILL.md +118 -0
- package/packs/teardown/PACK.md +22 -0
- package/packs/teardown/claude/decommission/ALIGNMENT-PAGE.md +84 -0
- package/packs/teardown/claude/decommission/CHANGELOG.md +9 -0
- package/packs/teardown/claude/decommission/SKILL.md +90 -0
- package/packs/teardown/claude/decommission/archive/v0.0/SKILL.md +114 -0
- package/packs/teardown/claude/desk-flip/ALIGNMENT-PAGE.md +84 -0
- package/packs/teardown/claude/desk-flip/CHANGELOG.md +17 -0
- package/packs/teardown/claude/desk-flip/SKILL.md +103 -0
- package/packs/teardown/claude/desk-flip/archive/v0.0/SKILL.md +123 -0
- package/packs/teardown/claude/desk-flip/archive/v0.1/SKILL.md +103 -0
- package/packs/teardown/claude/desk-flip/archive/v0.2/SKILL.md +103 -0
- package/packs/teardown/codex/decommission/ALIGNMENT-PAGE.md +84 -0
- package/packs/teardown/codex/decommission/CHANGELOG.md +9 -0
- package/packs/teardown/codex/decommission/SKILL.md +42 -0
- package/packs/teardown/codex/decommission/agents/openai.yaml +7 -0
- package/packs/teardown/codex/decommission/archive/v0.0/SKILL.md +66 -0
- package/packs/teardown/codex/desk-flip/ALIGNMENT-PAGE.md +84 -0
- package/packs/teardown/codex/desk-flip/CHANGELOG.md +17 -0
- package/packs/teardown/codex/desk-flip/SKILL.md +103 -0
- package/packs/teardown/codex/desk-flip/archive/v0.0/SKILL.md +124 -0
- package/packs/teardown/codex/desk-flip/archive/v0.1/SKILL.md +103 -0
- package/packs/teardown/codex/desk-flip/archive/v0.2/SKILL.md +103 -0
- package/packs/vard/PACK.md +33 -0
- package/packs/vard/claude/vard-align/SKILL.md +57 -0
- package/packs/vard/claude/vard-scan/SKILL.md +56 -0
- package/packs/vard/claude/vard-ship/SKILL.md +63 -0
- package/packs/vard/codex/vard-align/SKILL.md +57 -0
- package/packs/vard/codex/vard-scan/SKILL.md +56 -0
- package/packs/vard/codex/vard-ship/SKILL.md +63 -0
- package/packs/website-polish/PACK.md +21 -0
- package/packs/website-polish/claude/icon-handler/ALIGNMENT-PAGE.md +84 -0
- package/packs/website-polish/claude/icon-handler/CHANGELOG.md +9 -0
- package/packs/website-polish/claude/icon-handler/SKILL.md +152 -0
- package/packs/website-polish/claude/icon-handler/archive/v0.0/SKILL.md +173 -0
- package/packs/website-polish/codex/icon-handler/ALIGNMENT-PAGE.md +84 -0
- package/packs/website-polish/codex/icon-handler/CHANGELOG.md +9 -0
- package/packs/website-polish/codex/icon-handler/SKILL.md +152 -0
- package/packs/website-polish/codex/icon-handler/agents/openai.yaml +7 -0
- package/packs/website-polish/codex/icon-handler/archive/v0.0/SKILL.md +173 -0
- package/packs/youtube-ops/PACK.md +28 -0
- package/packs/youtube-ops/claude/youtube/CHANGELOG.md +19 -0
- package/packs/youtube-ops/claude/youtube/SKILL.md +142 -0
- package/packs/youtube-ops/claude/youtube/archive/v0.0/SKILL.md +111 -0
- package/packs/youtube-ops/claude/youtube-audit/ALIGNMENT-PAGE.md +86 -0
- package/packs/youtube-ops/claude/youtube-audit/CHANGELOG.md +25 -0
- package/packs/youtube-ops/claude/youtube-audit/SKILL.md +354 -0
- package/packs/youtube-ops/claude/youtube-audit/archive/v0.0/SKILL.md +367 -0
- package/packs/youtube-ops/claude/youtube-audit/archive/v0.1/SKILL.md +311 -0
- package/packs/youtube-ops/claude/youtube-audit/archive/v0.2/SKILL.md +334 -0
- package/packs/youtube-ops/claude/youtube-audit/archive/v0.3/SKILL.md +343 -0
- package/packs/youtube-ops/claude/youtube-audit/archive/v0.4/SKILL.md +354 -0
- package/packs/youtube-ops/claude/youtube-cadence-diagnosis/ALIGNMENT-PAGE.md +88 -0
- package/packs/youtube-ops/claude/youtube-cadence-diagnosis/CHANGELOG.md +21 -0
- package/packs/youtube-ops/claude/youtube-cadence-diagnosis/SKILL.md +129 -0
- package/packs/youtube-ops/claude/youtube-cadence-diagnosis/archive/v0.0/SKILL.md +126 -0
- package/packs/youtube-ops/claude/youtube-cadence-diagnosis/archive/v0.1/SKILL.md +103 -0
- package/packs/youtube-ops/claude/youtube-cadence-diagnosis/archive/v0.2/SKILL.md +112 -0
- package/packs/youtube-ops/claude/youtube-cadence-diagnosis/archive/v0.3/SKILL.md +128 -0
- package/packs/youtube-ops/claude/youtube-channel-audit/ALIGNMENT-PAGE.md +86 -0
- package/packs/youtube-ops/claude/youtube-channel-audit/CHANGELOG.md +21 -0
- package/packs/youtube-ops/claude/youtube-channel-audit/SKILL.md +119 -0
- package/packs/youtube-ops/claude/youtube-channel-audit/archive/v0.0/SKILL.md +117 -0
- package/packs/youtube-ops/claude/youtube-channel-audit/archive/v0.1/SKILL.md +94 -0
- package/packs/youtube-ops/claude/youtube-channel-audit/archive/v0.2/SKILL.md +103 -0
- package/packs/youtube-ops/claude/youtube-channel-audit/archive/v0.3/SKILL.md +118 -0
- package/packs/youtube-ops/claude/youtube-competitive-research/ALIGNMENT-PAGE.md +88 -0
- package/packs/youtube-ops/claude/youtube-competitive-research/CHANGELOG.md +21 -0
- package/packs/youtube-ops/claude/youtube-competitive-research/SKILL.md +185 -0
- package/packs/youtube-ops/claude/youtube-competitive-research/archive/v0.0/SKILL.md +191 -0
- package/packs/youtube-ops/claude/youtube-competitive-research/archive/v0.1/SKILL.md +160 -0
- package/packs/youtube-ops/claude/youtube-competitive-research/archive/v0.2/SKILL.md +169 -0
- package/packs/youtube-ops/claude/youtube-competitive-research/archive/v0.3/SKILL.md +184 -0
- package/packs/youtube-ops/claude/youtube-concept-research/ALIGNMENT-PAGE.md +88 -0
- package/packs/youtube-ops/claude/youtube-concept-research/CHANGELOG.md +21 -0
- package/packs/youtube-ops/claude/youtube-concept-research/SKILL.md +244 -0
- package/packs/youtube-ops/claude/youtube-concept-research/archive/v0.0/SKILL.md +242 -0
- package/packs/youtube-ops/claude/youtube-concept-research/archive/v0.1/SKILL.md +211 -0
- package/packs/youtube-ops/claude/youtube-concept-research/archive/v0.2/SKILL.md +220 -0
- package/packs/youtube-ops/claude/youtube-concept-research/archive/v0.3/SKILL.md +243 -0
- package/packs/youtube-ops/claude/youtube-description-optimizer/ALIGNMENT-PAGE.md +86 -0
- package/packs/youtube-ops/claude/youtube-description-optimizer/CHANGELOG.md +21 -0
- package/packs/youtube-ops/claude/youtube-description-optimizer/SKILL.md +176 -0
- package/packs/youtube-ops/claude/youtube-description-optimizer/archive/v0.0/SKILL.md +182 -0
- package/packs/youtube-ops/claude/youtube-description-optimizer/archive/v0.1/SKILL.md +151 -0
- package/packs/youtube-ops/claude/youtube-description-optimizer/archive/v0.2/SKILL.md +160 -0
- package/packs/youtube-ops/claude/youtube-description-optimizer/archive/v0.3/SKILL.md +175 -0
- package/packs/youtube-ops/claude/youtube-peer-benchmark/ALIGNMENT-PAGE.md +88 -0
- package/packs/youtube-ops/claude/youtube-peer-benchmark/CHANGELOG.md +21 -0
- package/packs/youtube-ops/claude/youtube-peer-benchmark/SKILL.md +384 -0
- package/packs/youtube-ops/claude/youtube-peer-benchmark/archive/v0.0/SKILL.md +391 -0
- package/packs/youtube-ops/claude/youtube-peer-benchmark/archive/v0.1/SKILL.md +365 -0
- package/packs/youtube-ops/claude/youtube-peer-benchmark/archive/v0.2/SKILL.md +374 -0
- package/packs/youtube-ops/claude/youtube-peer-benchmark/archive/v0.3/SKILL.md +386 -0
- package/packs/youtube-ops/claude/youtube-portfolio/ALIGNMENT-PAGE.md +86 -0
- package/packs/youtube-ops/claude/youtube-portfolio/CHANGELOG.md +21 -0
- package/packs/youtube-ops/claude/youtube-portfolio/SKILL.md +103 -0
- package/packs/youtube-ops/claude/youtube-portfolio/archive/v0.0/SKILL.md +109 -0
- package/packs/youtube-ops/claude/youtube-portfolio/archive/v0.1/SKILL.md +78 -0
- package/packs/youtube-ops/claude/youtube-portfolio/archive/v0.2/SKILL.md +87 -0
- package/packs/youtube-ops/claude/youtube-portfolio/archive/v0.3/SKILL.md +102 -0
- package/packs/youtube-ops/claude/youtube-search-positioning/ALIGNMENT-PAGE.md +88 -0
- package/packs/youtube-ops/claude/youtube-search-positioning/CHANGELOG.md +21 -0
- package/packs/youtube-ops/claude/youtube-search-positioning/SKILL.md +127 -0
- package/packs/youtube-ops/claude/youtube-search-positioning/archive/v0.0/SKILL.md +125 -0
- package/packs/youtube-ops/claude/youtube-search-positioning/archive/v0.1/SKILL.md +102 -0
- package/packs/youtube-ops/claude/youtube-search-positioning/archive/v0.2/SKILL.md +111 -0
- package/packs/youtube-ops/claude/youtube-search-positioning/archive/v0.3/SKILL.md +126 -0
- package/packs/youtube-ops/claude/youtube-title-thumbnail-audit/ALIGNMENT-PAGE.md +86 -0
- package/packs/youtube-ops/claude/youtube-title-thumbnail-audit/CHANGELOG.md +21 -0
- package/packs/youtube-ops/claude/youtube-title-thumbnail-audit/SKILL.md +130 -0
- package/packs/youtube-ops/claude/youtube-title-thumbnail-audit/archive/v0.0/SKILL.md +128 -0
- package/packs/youtube-ops/claude/youtube-title-thumbnail-audit/archive/v0.1/SKILL.md +105 -0
- package/packs/youtube-ops/claude/youtube-title-thumbnail-audit/archive/v0.2/SKILL.md +114 -0
- package/packs/youtube-ops/claude/youtube-title-thumbnail-audit/archive/v0.3/SKILL.md +129 -0
- package/packs/youtube-ops/claude/youtube-vid-research/ALIGNMENT-PAGE.md +88 -0
- package/packs/youtube-ops/claude/youtube-vid-research/CHANGELOG.md +21 -0
- package/packs/youtube-ops/claude/youtube-vid-research/SKILL.md +171 -0
- package/packs/youtube-ops/claude/youtube-vid-research/archive/v0.0/SKILL.md +177 -0
- package/packs/youtube-ops/claude/youtube-vid-research/archive/v0.1/SKILL.md +146 -0
- package/packs/youtube-ops/claude/youtube-vid-research/archive/v0.2/SKILL.md +155 -0
- package/packs/youtube-ops/claude/youtube-vid-research/archive/v0.3/SKILL.md +170 -0
- package/packs/youtube-ops/claude/youtube-video-audit/ALIGNMENT-PAGE.md +86 -0
- package/packs/youtube-ops/claude/youtube-video-audit/CHANGELOG.md +21 -0
- package/packs/youtube-ops/claude/youtube-video-audit/SKILL.md +277 -0
- package/packs/youtube-ops/claude/youtube-video-audit/archive/v0.0/SKILL.md +275 -0
- package/packs/youtube-ops/claude/youtube-video-audit/archive/v0.1/SKILL.md +252 -0
- package/packs/youtube-ops/claude/youtube-video-audit/archive/v0.2/SKILL.md +261 -0
- package/packs/youtube-ops/claude/youtube-video-audit/archive/v0.3/SKILL.md +276 -0
- package/packs/youtube-ops/claude/youtube-video-prelaunch-audit/ALIGNMENT-PAGE.md +86 -0
- package/packs/youtube-ops/claude/youtube-video-prelaunch-audit/CHANGELOG.md +9 -0
- package/packs/youtube-ops/claude/youtube-video-prelaunch-audit/SKILL.md +272 -0
- package/packs/youtube-ops/claude/youtube-video-prelaunch-audit/archive/v0.0/SKILL.md +272 -0
- package/packs/youtube-ops/codex/youtube/CHANGELOG.md +19 -0
- package/packs/youtube-ops/codex/youtube/SKILL.md +142 -0
- package/packs/youtube-ops/codex/youtube/archive/v0.0/SKILL.md +111 -0
- package/packs/youtube-ops/codex/youtube-audit/ALIGNMENT-PAGE.md +86 -0
- package/packs/youtube-ops/codex/youtube-audit/CHANGELOG.md +25 -0
- package/packs/youtube-ops/codex/youtube-audit/SKILL.md +356 -0
- package/packs/youtube-ops/codex/youtube-audit/archive/v0.0/SKILL.md +369 -0
- package/packs/youtube-ops/codex/youtube-audit/archive/v0.1/SKILL.md +313 -0
- package/packs/youtube-ops/codex/youtube-audit/archive/v0.2/SKILL.md +336 -0
- package/packs/youtube-ops/codex/youtube-audit/archive/v0.3/SKILL.md +345 -0
- package/packs/youtube-ops/codex/youtube-audit/archive/v0.4/SKILL.md +356 -0
- package/packs/youtube-ops/codex/youtube-cadence-diagnosis/ALIGNMENT-PAGE.md +88 -0
- package/packs/youtube-ops/codex/youtube-cadence-diagnosis/CHANGELOG.md +21 -0
- package/packs/youtube-ops/codex/youtube-cadence-diagnosis/SKILL.md +129 -0
- package/packs/youtube-ops/codex/youtube-cadence-diagnosis/archive/v0.0/SKILL.md +126 -0
- package/packs/youtube-ops/codex/youtube-cadence-diagnosis/archive/v0.1/SKILL.md +103 -0
- package/packs/youtube-ops/codex/youtube-cadence-diagnosis/archive/v0.2/SKILL.md +112 -0
- package/packs/youtube-ops/codex/youtube-cadence-diagnosis/archive/v0.3/SKILL.md +128 -0
- package/packs/youtube-ops/codex/youtube-channel-audit/ALIGNMENT-PAGE.md +86 -0
- package/packs/youtube-ops/codex/youtube-channel-audit/CHANGELOG.md +21 -0
- package/packs/youtube-ops/codex/youtube-channel-audit/SKILL.md +119 -0
- package/packs/youtube-ops/codex/youtube-channel-audit/archive/v0.0/SKILL.md +117 -0
- package/packs/youtube-ops/codex/youtube-channel-audit/archive/v0.1/SKILL.md +94 -0
- package/packs/youtube-ops/codex/youtube-channel-audit/archive/v0.2/SKILL.md +103 -0
- package/packs/youtube-ops/codex/youtube-channel-audit/archive/v0.3/SKILL.md +118 -0
- package/packs/youtube-ops/codex/youtube-competitive-research/ALIGNMENT-PAGE.md +88 -0
- package/packs/youtube-ops/codex/youtube-competitive-research/CHANGELOG.md +21 -0
- package/packs/youtube-ops/codex/youtube-competitive-research/SKILL.md +185 -0
- package/packs/youtube-ops/codex/youtube-competitive-research/archive/v0.0/SKILL.md +191 -0
- package/packs/youtube-ops/codex/youtube-competitive-research/archive/v0.1/SKILL.md +160 -0
- package/packs/youtube-ops/codex/youtube-competitive-research/archive/v0.2/SKILL.md +169 -0
- package/packs/youtube-ops/codex/youtube-competitive-research/archive/v0.3/SKILL.md +184 -0
- package/packs/youtube-ops/codex/youtube-concept-research/ALIGNMENT-PAGE.md +88 -0
- package/packs/youtube-ops/codex/youtube-concept-research/CHANGELOG.md +21 -0
- package/packs/youtube-ops/codex/youtube-concept-research/SKILL.md +236 -0
- package/packs/youtube-ops/codex/youtube-concept-research/archive/v0.0/SKILL.md +242 -0
- package/packs/youtube-ops/codex/youtube-concept-research/archive/v0.1/SKILL.md +211 -0
- package/packs/youtube-ops/codex/youtube-concept-research/archive/v0.2/SKILL.md +220 -0
- package/packs/youtube-ops/codex/youtube-concept-research/archive/v0.3/SKILL.md +235 -0
- package/packs/youtube-ops/codex/youtube-description-optimizer/ALIGNMENT-PAGE.md +86 -0
- package/packs/youtube-ops/codex/youtube-description-optimizer/CHANGELOG.md +21 -0
- package/packs/youtube-ops/codex/youtube-description-optimizer/SKILL.md +176 -0
- package/packs/youtube-ops/codex/youtube-description-optimizer/archive/v0.0/SKILL.md +182 -0
- package/packs/youtube-ops/codex/youtube-description-optimizer/archive/v0.1/SKILL.md +151 -0
- package/packs/youtube-ops/codex/youtube-description-optimizer/archive/v0.2/SKILL.md +160 -0
- package/packs/youtube-ops/codex/youtube-description-optimizer/archive/v0.3/SKILL.md +175 -0
- package/packs/youtube-ops/codex/youtube-peer-benchmark/ALIGNMENT-PAGE.md +88 -0
- package/packs/youtube-ops/codex/youtube-peer-benchmark/CHANGELOG.md +21 -0
- package/packs/youtube-ops/codex/youtube-peer-benchmark/SKILL.md +103 -0
- package/packs/youtube-ops/codex/youtube-peer-benchmark/archive/v0.0/SKILL.md +108 -0
- package/packs/youtube-ops/codex/youtube-peer-benchmark/archive/v0.1/SKILL.md +77 -0
- package/packs/youtube-ops/codex/youtube-peer-benchmark/archive/v0.2/SKILL.md +86 -0
- package/packs/youtube-ops/codex/youtube-peer-benchmark/archive/v0.3/SKILL.md +102 -0
- package/packs/youtube-ops/codex/youtube-portfolio/ALIGNMENT-PAGE.md +86 -0
- package/packs/youtube-ops/codex/youtube-portfolio/CHANGELOG.md +21 -0
- package/packs/youtube-ops/codex/youtube-portfolio/SKILL.md +103 -0
- package/packs/youtube-ops/codex/youtube-portfolio/archive/v0.0/SKILL.md +109 -0
- package/packs/youtube-ops/codex/youtube-portfolio/archive/v0.1/SKILL.md +78 -0
- package/packs/youtube-ops/codex/youtube-portfolio/archive/v0.2/SKILL.md +87 -0
- package/packs/youtube-ops/codex/youtube-portfolio/archive/v0.3/SKILL.md +102 -0
- package/packs/youtube-ops/codex/youtube-search-positioning/ALIGNMENT-PAGE.md +88 -0
- package/packs/youtube-ops/codex/youtube-search-positioning/CHANGELOG.md +21 -0
- package/packs/youtube-ops/codex/youtube-search-positioning/SKILL.md +127 -0
- package/packs/youtube-ops/codex/youtube-search-positioning/archive/v0.0/SKILL.md +125 -0
- package/packs/youtube-ops/codex/youtube-search-positioning/archive/v0.1/SKILL.md +102 -0
- package/packs/youtube-ops/codex/youtube-search-positioning/archive/v0.2/SKILL.md +111 -0
- package/packs/youtube-ops/codex/youtube-search-positioning/archive/v0.3/SKILL.md +126 -0
- package/packs/youtube-ops/codex/youtube-title-thumbnail-audit/ALIGNMENT-PAGE.md +86 -0
- package/packs/youtube-ops/codex/youtube-title-thumbnail-audit/CHANGELOG.md +21 -0
- package/packs/youtube-ops/codex/youtube-title-thumbnail-audit/SKILL.md +130 -0
- package/packs/youtube-ops/codex/youtube-title-thumbnail-audit/archive/v0.0/SKILL.md +128 -0
- package/packs/youtube-ops/codex/youtube-title-thumbnail-audit/archive/v0.1/SKILL.md +105 -0
- package/packs/youtube-ops/codex/youtube-title-thumbnail-audit/archive/v0.2/SKILL.md +114 -0
- package/packs/youtube-ops/codex/youtube-title-thumbnail-audit/archive/v0.3/SKILL.md +129 -0
- package/packs/youtube-ops/codex/youtube-vid-research/ALIGNMENT-PAGE.md +88 -0
- package/packs/youtube-ops/codex/youtube-vid-research/CHANGELOG.md +21 -0
- package/packs/youtube-ops/codex/youtube-vid-research/SKILL.md +171 -0
- package/packs/youtube-ops/codex/youtube-vid-research/archive/v0.0/SKILL.md +177 -0
- package/packs/youtube-ops/codex/youtube-vid-research/archive/v0.1/SKILL.md +146 -0
- package/packs/youtube-ops/codex/youtube-vid-research/archive/v0.2/SKILL.md +155 -0
- package/packs/youtube-ops/codex/youtube-vid-research/archive/v0.3/SKILL.md +170 -0
- package/packs/youtube-ops/codex/youtube-video-audit/ALIGNMENT-PAGE.md +86 -0
- package/packs/youtube-ops/codex/youtube-video-audit/CHANGELOG.md +21 -0
- package/packs/youtube-ops/codex/youtube-video-audit/SKILL.md +277 -0
- package/packs/youtube-ops/codex/youtube-video-audit/archive/v0.0/SKILL.md +275 -0
- package/packs/youtube-ops/codex/youtube-video-audit/archive/v0.1/SKILL.md +252 -0
- package/packs/youtube-ops/codex/youtube-video-audit/archive/v0.2/SKILL.md +261 -0
- package/packs/youtube-ops/codex/youtube-video-audit/archive/v0.3/SKILL.md +276 -0
- package/packs/youtube-ops/codex/youtube-video-prelaunch-audit/ALIGNMENT-PAGE.md +86 -0
- package/packs/youtube-ops/codex/youtube-video-prelaunch-audit/CHANGELOG.md +9 -0
- package/packs/youtube-ops/codex/youtube-video-prelaunch-audit/SKILL.md +272 -0
- package/packs/youtube-ops/codex/youtube-video-prelaunch-audit/archive/v0.0/SKILL.md +272 -0
- package/scripts/pack.sh +1170 -0
- package/scripts/skill-links.sh +214 -0
- package/src/cli/lifecycle.mjs +925 -0
- package/src/cli/pack-normalization.mjs +488 -0
- package/src/cli/project-config.mjs +313 -0
- package/src/cli/run-pack-script.mjs +323 -0
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: mono-plan
|
|
3
|
+
description: Detect monorepo structure, identify shared chokepoints, and generate safe parallel lane specs aligned to package boundaries
|
|
4
|
+
type: planning
|
|
5
|
+
version: v0.1
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Mono Plan
|
|
9
|
+
|
|
10
|
+
Invoke as `$mono-plan`.
|
|
11
|
+
|
|
12
|
+
Use this skill when the user needs to plan safe parallel work across a monorepo. Generates lane specs aligned to package boundaries with lockfile and root config safety built in.
|
|
13
|
+
|
|
14
|
+
Run after `/roadmap` sets `agent-team` or `implementation-safe` on a phase, before `/plan-phase` decomposes it.
|
|
15
|
+
|
|
16
|
+
## Process
|
|
17
|
+
|
|
18
|
+
1. Detect monorepo structure (`pnpm-workspace.yaml`, `turbo.json`, `lerna.json`, `package.json` workspaces). Stop if not a monorepo.
|
|
19
|
+
2. Enumerate packages, read each `package.json`, build internal dependency graph.
|
|
20
|
+
3. Identify shared chokepoints: lockfiles (`pnpm-lock.yaml`, `package-lock.json`, `yarn.lock`, `bun.lockb`), root configs (`tsconfig.base.json`, `turbo.json`, etc.), high-fan-out shared packages (3+ dependents).
|
|
21
|
+
4. Read the target phase from `tasks/roadmap.md`, map scope to specific packages.
|
|
22
|
+
5. Classify packages: independent, dependent, or shared.
|
|
23
|
+
6. Recommend strategy: `agent-team` (independent packages with branch-backed lanes), `serial` (linear chain), or mixed with dependency edges.
|
|
24
|
+
7. Generate lane specs in execution profile format:
|
|
25
|
+
- **Lane 0 (deps):** serial lane owning lockfiles if any lane needs dependency installs. All write lanes depend on it.
|
|
26
|
+
- **Package lanes:** one per package, `Owns` scoped to package dir, `Must not edit` includes all lockfiles + root configs + other lanes' paths, and `Branch` uses `agent-team/phase-N-<package-or-lane>`. Scope text includes "Do NOT run pnpm install or any lockfile-modifying command."
|
|
27
|
+
- **Consolidation/PR review:** add a final review lane or implementation step that reviews every package lane branch/PR before integration.
|
|
28
|
+
8. Validate: disjoint Owns, all lockfiles excluded from write lanes, valid DAG, unique non-primary branches, and a consolidation/PR review gate.
|
|
29
|
+
|
|
30
|
+
## Output
|
|
31
|
+
|
|
32
|
+
- **Monorepo tool and package count**
|
|
33
|
+
- **Shared Chokepoints**: lockfiles, root configs, high-fan-out packages
|
|
34
|
+
- **Package Dependency Graph**: in-scope packages with dependency edges
|
|
35
|
+
- **Recommended Strategy**: parallel mode and rationale
|
|
36
|
+
- **Lane Specifications**: in execution profile format (Agent, Role, Mode, Scope, Owns, Must not edit, Branch, Depends on, Deliverable)
|
|
37
|
+
- **Consolidation/PR Review**: required final gate for `agent-team` package lanes, including branch/PR review and boundary checks before integration
|
|
38
|
+
|
|
39
|
+
## Constraints
|
|
40
|
+
|
|
41
|
+
- Do not modify task files — output is advisory only.
|
|
42
|
+
- Do not run package manager install/add commands.
|
|
43
|
+
- Maximum 12 parallel write lanes — group if more packages are in scope.
|
|
44
|
+
- Do not recommend `agent-team` if the project cannot push lane branches to GitHub and review PRs; use `implementation-safe`, `research-only`, or `serial` instead.
|
|
45
|
+
|
|
46
|
+
## Alignment Page
|
|
47
|
+
|
|
48
|
+
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/mono-plan-{topic}.html`.
|
|
49
|
+
|
|
50
|
+
## Default Shipping Contract
|
|
51
|
+
|
|
52
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
interface:
|
|
2
|
+
display_name: "Mono Plan"
|
|
3
|
+
short_description: "Generate branch-backed monorepo parallel lane specs"
|
|
4
|
+
default_prompt: "Use $mono-plan to generate safe branch-backed parallel lane specs for this monorepo phase."
|
|
5
|
+
|
|
6
|
+
policy:
|
|
7
|
+
allow_implicit_invocation: true
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: mono-plan
|
|
3
|
+
description: Detect monorepo structure, identify shared chokepoints, and generate safe parallel lane specs aligned to package boundaries
|
|
4
|
+
type: planning
|
|
5
|
+
version: v0.0
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Mono Plan
|
|
9
|
+
|
|
10
|
+
Invoke as `$mono-plan`.
|
|
11
|
+
|
|
12
|
+
Use this skill when the user needs to plan safe parallel work across a monorepo. Generates lane specs aligned to package boundaries with lockfile and root config safety built in.
|
|
13
|
+
|
|
14
|
+
Run after `/roadmap` sets `agent-team` or `implementation-safe` on a phase, before `/plan-phase` decomposes it.
|
|
15
|
+
|
|
16
|
+
## Workflow
|
|
17
|
+
|
|
18
|
+
1. Detect monorepo structure (`pnpm-workspace.yaml`, `turbo.json`, `lerna.json`, `package.json` workspaces). Stop if not a monorepo.
|
|
19
|
+
2. Enumerate packages, read each `package.json`, build internal dependency graph.
|
|
20
|
+
3. Identify shared chokepoints: lockfiles (`pnpm-lock.yaml`, `package-lock.json`, `yarn.lock`, `bun.lockb`), root configs (`tsconfig.base.json`, `turbo.json`, etc.), high-fan-out shared packages (3+ dependents).
|
|
21
|
+
4. Read the target phase from `tasks/roadmap.md`, map scope to specific packages.
|
|
22
|
+
5. Classify packages: independent, dependent, or shared.
|
|
23
|
+
6. Recommend strategy: `agent-team` (independent packages with branch-backed lanes), `serial` (linear chain), or mixed with dependency edges.
|
|
24
|
+
7. Generate lane specs in execution profile format:
|
|
25
|
+
- **Lane 0 (deps):** serial lane owning lockfiles if any lane needs dependency installs. All write lanes depend on it.
|
|
26
|
+
- **Package lanes:** one per package, `Owns` scoped to package dir, `Must not edit` includes all lockfiles + root configs + other lanes' paths, and `Branch` uses `agent-team/phase-N-<package-or-lane>`. Scope text includes "Do NOT run pnpm install or any lockfile-modifying command."
|
|
27
|
+
- **Consolidation/PR review:** add a final review lane or implementation step that reviews every package lane branch/PR before integration.
|
|
28
|
+
8. Validate: disjoint Owns, all lockfiles excluded from write lanes, valid DAG, unique non-primary branches, and a consolidation/PR review gate.
|
|
29
|
+
|
|
30
|
+
## Output Format
|
|
31
|
+
|
|
32
|
+
- **Monorepo tool and package count**
|
|
33
|
+
- **Shared Chokepoints**: lockfiles, root configs, high-fan-out packages
|
|
34
|
+
- **Package Dependency Graph**: in-scope packages with dependency edges
|
|
35
|
+
- **Recommended Strategy**: parallel mode and rationale
|
|
36
|
+
- **Lane Specifications**: in execution profile format (Agent, Role, Mode, Scope, Owns, Must not edit, Branch, Depends on, Deliverable)
|
|
37
|
+
- **Consolidation/PR Review**: required final gate for `agent-team` package lanes, including branch/PR review and boundary checks before integration
|
|
38
|
+
|
|
39
|
+
## Constraints
|
|
40
|
+
|
|
41
|
+
- Do not modify task files — output is advisory only.
|
|
42
|
+
- Do not run package manager install/add commands.
|
|
43
|
+
- Maximum 12 parallel write lanes — group if more packages are in scope.
|
|
44
|
+
- Do not recommend `agent-team` if the project cannot push lane branches to GitHub and review PRs; use `implementation-safe`, `research-only`, or `serial` instead.
|
|
45
|
+
|
|
46
|
+
## Alignment Page
|
|
47
|
+
|
|
48
|
+
When this skill produces durable deliverables (research, specs, plans, reports, prototypes, or any document output), build a full-depth HTML alignment page at `alignment/mono-plan-{topic}.html`. Use a normalized topic slug derived from the app, feature, research subject, report subject, or output filename.
|
|
49
|
+
|
|
50
|
+
**Full content requirement.** The alignment page must contain the complete content of every proposed markdown deliverable -- every section, every finding, every detail, every list item. It is a thorough interactive review document, not a summary. Render the full deliverable content in clean, readable HTML with appropriate hierarchy, styling, and navigation. If the skill writes multiple scoped deliverables in one run, build one alignment page that contains all deliverables with anchor-linked navigation. Durable tracker artifacts, such as `research/assumption-tracker.md`, remain canonical markdown outputs but must also be fully rendered into the alignment page before approval.
|
|
51
|
+
|
|
52
|
+
**Dark-mode styling.** Use a dark color scheme by default. Base CSS variables: `--bg: #0d1117; --surface: #161b22; --border: #30363d; --text: #c9d1d9; --text-muted: #8b949e; --accent: #58a6ff; --green: #3fb950; --red: #f85149; --orange: #d29922; --purple: #bc8cff;`. Apply `background: var(--bg); color: var(--text);` on body. Use `--surface` for cards, nav, and table headers. Use `--border` for all borders. Use `--purple` for question blocks and gate headings. Use `--accent` for links and section headings. Keep headings `color: #fff` or `var(--accent)` for hierarchy. Question block backgrounds should use `#1c2333`.
|
|
53
|
+
|
|
54
|
+
**Alignment gates.** Treat gates as explicit review sections inside the HTML page. A gate blocks finalization until its required inline questions are answered and compiled into YAML. Include every gate that applies to the skill output, and include these gate types whenever relevant: evidence coverage, assumptions/confidence, scope/non-goals, candidate/verdict decisions, artifact destination, proposed file changes, coverage checkpoint, and post-approval route.
|
|
55
|
+
|
|
56
|
+
**Report-only research gates.** For report-only or pre-approval research skills, the alignment page must explicitly contain evidence coverage, assumptions/confidence, recommended path, proposed file changes, and approval gates before any canonical research, spec, or task file is created or updated.
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
**Required inline questions.** Each gate must contain at least one required inline question placed directly under the content it governs, inside a visually distinct question block. Each question must use radio-button inputs and include two standing options after the skill-generated choices: "Other / None of the above" backed by a multi-line text box for free-form input, and "Need clarification" backed by an optional notes box where the user can explain what is unclear. When any radio option other than "Other" or "Need clarification" is selected, show an optional "Additional notes" text box beneath it so the user can qualify their choice. Generate questions based on what genuinely needs user input -- do not add filler questions. Do not create a separate bottom "Decisions & Clarifications" section.
|
|
60
|
+
|
|
61
|
+
**Gate YAML contract.** At the bottom of the page, include a "Compile Answers" button that aggregates answers from all inline gate questions throughout the page, including free-text notes. The button remains disabled until every required question has a selection, shows a count of remaining unanswered questions, and scrolls to the first unanswered question if clicked early. When every question is answered, generate a structured YAML block with one item per gate answer using this stable shape: `section`, `gate_type`, `status` (`answered`, `other`, or `needs-clarification`), `answer`, optional `notes`, and optional `target_artifact` or `target_path` when the gate controls file output. After successful compilation, automatically attempt to copy the YAML to the clipboard with the Clipboard API, display copy status, and display the YAML in a read-only textarea with an explicit "Copy YAML" button. The copy button must retry clipboard copy when supported and fall back to selecting the textarea contents when clipboard access is unavailable or blocked.
|
|
62
|
+
|
|
63
|
+
**Pre-approval stop.** Before user approval, the next action is review of the HTML alignment page, not downstream routing. Ask the user to review the page and provide the compiled YAML answers. Do not include `Recommended next skill`, `Recommended next command`, or downstream routing language until after compiled YAML has been provided and the approved artifacts have been written or updated.
|
|
64
|
+
|
|
65
|
+
**Diff highlighting on updates.** When the agent updates an existing alignment page after receiving compiled answers, highlight what changed since the previous version. The agent chooses inline annotation or side-by-side layout per situation.
|
|
66
|
+
|
|
67
|
+
**Archiving.** Before replacing an existing alignment page, archive it to `docs/history/archive/YYYY-MM-DD/HHMMSS/alignment/mono-plan-{topic}.html`.
|
|
68
|
+
|
|
69
|
+
**Browser open.** Attempt to open the resulting HTML page in the browser and report whether the open succeeded or was blocked. A blocked browser-open attempt does not make the skill fail when the files were written correctly.
|
|
70
|
+
|
|
71
|
+
## Default Shipping Contract
|
|
72
|
+
|
|
73
|
+
- **Default next-step routing:** when reporting completion, include either `Recommended next skill: <command>` or the two-line pair `**Next work:** <specific task or "none">` and `**Recommended next command:** <one command or route>` so the next operator has a concrete handoff.
|
|
74
|
+
- If this skill creates or modifies tracked repository files, finish by committing and pushing all intended changes to the repository primary branch (`main` when present, otherwise `master`) before stopping, even if the user did not explicitly ask for commit/push.
|
|
75
|
+
- Do not leave tracked changes or unpushed commits behind. If unrelated tracked work is already present, either include it in sensible commits too or stop and explain the blocker.
|
|
76
|
+
- This contract does not override stricter safety rules about secrets, destructive history changes, release publication/tag confirmation, or production deploy confirmation.
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: mono-ship
|
|
3
|
+
description: Augment the standard ship lifecycle with monorepo package-scoped and transitive-dependent validation
|
|
4
|
+
type: shipping
|
|
5
|
+
version: v0.0
|
|
6
|
+
argument-hint: "[--pipeline]"
|
|
7
|
+
invocation: orchestrator
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# Mono Ship
|
|
11
|
+
|
|
12
|
+
Invoke as `$mono-ship`.
|
|
13
|
+
|
|
14
|
+
Use this skill to ship completed work in a pnpm workspace monorepo only after package-scoped and transitive-dependent validation has passed. `mono-ship` does not replace `$ship`; it injects monorepo-aware validation before standard shipping and lane-spec status updates after standard shipping.
|
|
15
|
+
|
|
16
|
+
## Augmentation Injection Pattern
|
|
17
|
+
|
|
18
|
+
`mono-ship` adds these stages around normal ship execution:
|
|
19
|
+
|
|
20
|
+
1. **Pre-ship:** run `mono-detect` when needed, read `.agents/lane-specs.json` and `.agents/monorepo.json`, confirm branch-backed lane work has passed consolidation/PR review, identify modified packages, run package-scoped test/lint/build, and run transitive-dependent validation from the dependency graph.
|
|
21
|
+
2. **Ship:** delegate to the standard `$ship` contract after validation passes.
|
|
22
|
+
3. **Post-ship:** update `tasks/lane-specs.md` with shipping status, lifecycle notes, and the next routed command.
|
|
23
|
+
|
|
24
|
+
The global `$ship` skill remains the source of truth for final validation policy, task docs, history updates, commit/push, deploy handling, and next-step routing.
|
|
25
|
+
|
|
26
|
+
## Inputs
|
|
27
|
+
|
|
28
|
+
- `.agents/monorepo.json`: generated by `mono-detect`; contains workspace packages, package paths, build orchestrator, scripts, and `dependency_graph`.
|
|
29
|
+
- `.agents/lane-specs.json`: generated by `mono-exec`; contains lane lifecycle and package ownership for modified work.
|
|
30
|
+
- `tasks/lane-specs.md`: committed human-readable mirror of lane status and shipping status.
|
|
31
|
+
- Git diff: used to identify changed package paths when lane specs are absent, stale, or incomplete.
|
|
32
|
+
|
|
33
|
+
If `.agents/monorepo.json` is missing or stale, run `mono-detect` first. If the project is not a detected pnpm workspace monorepo, delegate directly to `$ship`.
|
|
34
|
+
|
|
35
|
+
## Pre-Ship Workflow
|
|
36
|
+
|
|
37
|
+
1. Run `mono-detect`.
|
|
38
|
+
- If `turbo.json` is present, prefer `turbo run` for package validation.
|
|
39
|
+
- If Turborepo is absent, fall back to `pnpm --filter`.
|
|
40
|
+
- If detection fails because this is not a pnpm workspace monorepo, delegate directly to `$ship`.
|
|
41
|
+
2. Read `.agents/monorepo.json`.
|
|
42
|
+
- Use `packages` to map changed paths to package names.
|
|
43
|
+
- Use `.agents/monorepo.json.dependency_graph` to find internal package dependents.
|
|
44
|
+
3. Read `.agents/lane-specs.json` when present.
|
|
45
|
+
- Treat lanes with lifecycle `integrated` as the preferred source for modified packages.
|
|
46
|
+
- If lane specs are missing or do not identify all changed package paths, supplement with `git diff --name-only`.
|
|
47
|
+
- If lane specs contain branch-backed `agent-team` lanes, confirm consolidation/PR review evidence exists before shipping; otherwise stop and rerun `$mono-guard --post-integration`.
|
|
48
|
+
4. Determine the package validation set.
|
|
49
|
+
- Include every package modified by the current shipping boundary.
|
|
50
|
+
- Include every transitive dependent of each modified package by walking reverse edges from `dependency_graph`.
|
|
51
|
+
- Include directly changed shared packages even if no lane owns them.
|
|
52
|
+
5. Run package-scoped validation for each modified package:
|
|
53
|
+
- Test: `turbo run test --filter=<package>` when Turborepo is available; otherwise `pnpm --filter <package> run test`.
|
|
54
|
+
- Lint: `turbo run lint --filter=<package>` when Turborepo is available; otherwise `pnpm --filter <package> run lint`.
|
|
55
|
+
- Build: `turbo run build --filter=<package>` when Turborepo is available; otherwise `pnpm --filter <package> run build`.
|
|
56
|
+
- Skip a task only when the package lacks that script or the repo's validation contract explicitly says it is not applicable; record the skip with rationale.
|
|
57
|
+
6. Run transitive-dependent validation.
|
|
58
|
+
- For packages that depend on modified packages, run their available test, lint, and build scripts using the same Turbo-first preference.
|
|
59
|
+
- With Turborepo, prefer `turbo run <task> --filter=<dependent>` to let Turbo include relevant dependency ordering and cache behavior.
|
|
60
|
+
- Without Turborepo, order dependent validation from nearest dependent outward using the dependency graph.
|
|
61
|
+
7. Stop and report on any validation failure before shipping.
|
|
62
|
+
- Do not delegate to `$ship`.
|
|
63
|
+
- Do not update lifecycle to shipped.
|
|
64
|
+
- Report failed command, package, task, and the smallest recommended fix path.
|
|
65
|
+
|
|
66
|
+
## Ship Workflow
|
|
67
|
+
|
|
68
|
+
After pre-ship validation passes, delegate to `$ship`.
|
|
69
|
+
|
|
70
|
+
`mono-ship` must not bypass or duplicate standard `$ship` responsibilities. `$ship` owns commit grouping, push target, deploy contract handling, final task/history updates, quality manifest requirements, and final next-step routing.
|
|
71
|
+
|
|
72
|
+
## Post-Ship Workflow
|
|
73
|
+
|
|
74
|
+
After `$ship` completes successfully:
|
|
75
|
+
|
|
76
|
+
1. Update `tasks/lane-specs.md` if it exists.
|
|
77
|
+
- Record shipping status as shipped.
|
|
78
|
+
- Record validation packages and transitive dependents that were checked.
|
|
79
|
+
- Record the final commit or push summary when available.
|
|
80
|
+
- Preserve lane history instead of rewriting prior failure or integration notes.
|
|
81
|
+
2. If `.agents/lane-specs.json` is still part of the project workflow, update its lifecycle only through the same lane-spec artifact contract used by `mono-exec`.
|
|
82
|
+
3. If `--pipeline` was used, plan the next phase or next step using the command reported by `$ship`.
|
|
83
|
+
|
|
84
|
+
## Validation Command Preference
|
|
85
|
+
|
|
86
|
+
- With `turbo.json`: prefer `turbo run <task> --filter=<package>` for test, lint, build, and dependent validation.
|
|
87
|
+
- Without `turbo.json`: prefer `pnpm --filter <package> run <task>`.
|
|
88
|
+
- Use `.agents/monorepo.json.dependency_graph` to compute transitive dependents and validation order when Turborepo is absent.
|
|
89
|
+
|
|
90
|
+
## Output
|
|
91
|
+
|
|
92
|
+
- **Detection:** monorepo detected or delegated to `$ship`.
|
|
93
|
+
- **Modified packages:** package names and source used to identify them.
|
|
94
|
+
- **Transitive dependents:** dependent packages selected from `dependency_graph`.
|
|
95
|
+
- **Validation:** commands run, skipped scripts with rationale, failures or warnings.
|
|
96
|
+
- **Ship result:** delegated `$ship` status.
|
|
97
|
+
- **Lane specs:** lane-spec mirror status update, when applicable.
|
|
98
|
+
- **Next work:** concrete follow-up.
|
|
99
|
+
- **Recommended next command:** one command.
|
|
100
|
+
|
|
101
|
+
## Constraints
|
|
102
|
+
|
|
103
|
+
- Do not run package manager install/add commands.
|
|
104
|
+
- Do not modify lockfiles as part of shipping validation.
|
|
105
|
+
- Do not proceed to `$ship` if package-scoped or transitive-dependent validation fails.
|
|
106
|
+
- Do not hide package warnings; fix them, accept them with rationale, or report them as unresolved blockers.
|
|
107
|
+
- Do not bypass standard `$ship` task docs, history, commit/push, deploy, quality gate, or next-step routing responsibilities.
|
|
108
|
+
- Do not use GitHub Actions.
|
|
109
|
+
|
|
110
|
+
## Next-Step Routing
|
|
111
|
+
|
|
112
|
+
- Non-monorepo project: `$ship`.
|
|
113
|
+
- Missing or stale `.agents/monorepo.json`: `$mono-detect`.
|
|
114
|
+
- Validation failure before shipping: fix the package failure, then rerun `$mono-ship`.
|
|
115
|
+
- Successful pre-ship validation: delegate to `$ship`.
|
|
116
|
+
- Successful pipeline ship: follow the next command reported by `$ship`, usually `$exec`.
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
## Default Shipping Contract
|
|
120
|
+
|
|
121
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
interface:
|
|
2
|
+
display_name: "Mono Ship"
|
|
3
|
+
short_description: "Run PR-reviewed package validation before shipping"
|
|
4
|
+
default_prompt: "Use $mono-ship to confirm branch-backed lane review and run monorepo-aware package validation before delegating to $ship."
|
|
5
|
+
|
|
6
|
+
policy:
|
|
7
|
+
allow_implicit_invocation: true
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: scaffold
|
|
3
|
+
description: Generate a new package or app in the monorepo following established project conventions
|
|
4
|
+
type: execution
|
|
5
|
+
version: v0.1
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Scaffold
|
|
9
|
+
|
|
10
|
+
Invoke as `$scaffold`.
|
|
11
|
+
|
|
12
|
+
Use this skill when the user wants to create a new package or app in their monorepo.
|
|
13
|
+
|
|
14
|
+
For product/app workflows, `$scaffold` is normally downstream of research, prototype consolidation, production specification, roadmap, and phase planning. Use it when `$roadmap`/`$plan-phase` identifies that the next implementation step needs a new app/package root. Do not route from `$idea-scope-brief`, `$bootstrap-repo`, `$customer-discovery`, `$competitive-analysis`, `$journey-map`, `$ux-variations`, or `$ui-interview` directly to `$scaffold` unless the user explicitly asks to create a minimal shell first.
|
|
15
|
+
|
|
16
|
+
## Process
|
|
17
|
+
|
|
18
|
+
1. Parse the type (package/app) and name from arguments.
|
|
19
|
+
2. Check `.agents/project.json`. If it is missing, run or recommend `$pack recommend` and include the likely project type in the scaffold plan.
|
|
20
|
+
3. If the scaffold creates a new project root, include `.agents/project.json` and install the matching local pack with `scripts/pack.sh install <pack>` after the root exists.
|
|
21
|
+
4. Learn conventions from CLAUDE.md, AGENTS.md, `.agents/project.json`, and monorepo config.
|
|
22
|
+
5. Find the most recently created package/app as a template.
|
|
23
|
+
6. Present the scaffold plan and wait for approval. Use `update_plan` to track the work; use `request_user_input` only if the session is already in Plan mode and a structured choice would help.
|
|
24
|
+
7. Generate files, adapting the template with the new name.
|
|
25
|
+
8. Run install and type-check to verify.
|
|
26
|
+
|
|
27
|
+
## Output
|
|
28
|
+
|
|
29
|
+
- **Scaffolded**: type, name, location
|
|
30
|
+
- **Files Created**: list of generated files
|
|
31
|
+
- **Next Steps**: what to do after scaffolding
|
|
32
|
+
|
|
33
|
+
## Next-Step Routing
|
|
34
|
+
|
|
35
|
+
- If the scaffold was created as part of an active roadmap/phase, recommend `$exec` to continue the current implementation step.
|
|
36
|
+
- If the user explicitly requested an early shell before research, keep the next route on the research-first product workflow: `$customer-discovery` when the concept is ready and business-discovery is enabled, otherwise `$pack install business-discovery`.
|
|
37
|
+
- If the scaffold is for a non-product package with no pending roadmap item, recommend `$roadmap` or `$plan-phase` only when implementation sequencing is missing.
|
|
38
|
+
|
|
39
|
+
## Constraints
|
|
40
|
+
|
|
41
|
+
- Always use an existing package as the reference template.
|
|
42
|
+
- Do not install domain packs globally; use project-local pack skill roots.
|
|
43
|
+
- Present the plan and get approval before creating files. Do not assume a Claude-style `EnterPlanMode` or clear-context accept flow exists.
|
|
44
|
+
- Keep the scaffold minimal — no unnecessary boilerplate.
|
|
45
|
+
- Do not treat scaffolding as product validation. It creates structure only; ICP, market, journey, UX, UI, and prototype decisions belong to their upstream skills.
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
## Default Shipping Contract
|
|
49
|
+
|
|
50
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: scaffold
|
|
3
|
+
description: Generate a new package or app in the monorepo following established project conventions
|
|
4
|
+
type: execution
|
|
5
|
+
version: v0.0
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Scaffold
|
|
9
|
+
|
|
10
|
+
Invoke as `$scaffold`.
|
|
11
|
+
|
|
12
|
+
Use this skill when the user wants to create a new package or app in their monorepo.
|
|
13
|
+
|
|
14
|
+
For product/app workflows, `$scaffold` is normally downstream of research, prototype consolidation, production specification, roadmap, and phase planning. Use it when `$roadmap`/`$plan-phase` identifies that the next implementation step needs a new app/package root. Do not route from `$idea-scope-brief`, `$bootstrap-repo`, `$icp`, `$competitive-analysis`, `$journey-map`, `$ux-variations`, or `$ui-interview` directly to `$scaffold` unless the user explicitly asks to create a minimal shell first.
|
|
15
|
+
|
|
16
|
+
## Process
|
|
17
|
+
|
|
18
|
+
1. Parse the type (package/app) and name from arguments.
|
|
19
|
+
2. Check `.agents/project.json`. If it is missing, run or recommend `$pack recommend` and include the likely project type in the scaffold plan.
|
|
20
|
+
3. If the scaffold creates a new project root, include `.agents/project.json` and install the matching local pack with `scripts/pack.sh install <pack>` after the root exists.
|
|
21
|
+
4. Learn conventions from CLAUDE.md, AGENTS.md, `.agents/project.json`, and monorepo config.
|
|
22
|
+
5. Find the most recently created package/app as a template.
|
|
23
|
+
6. Present the scaffold plan and wait for approval. Use `update_plan` to track the work; use `request_user_input` only if the session is already in Plan mode and a structured choice would help.
|
|
24
|
+
7. Generate files, adapting the template with the new name.
|
|
25
|
+
8. Run install and type-check to verify.
|
|
26
|
+
|
|
27
|
+
## Output
|
|
28
|
+
|
|
29
|
+
- **Scaffolded**: type, name, location
|
|
30
|
+
- **Files Created**: list of generated files
|
|
31
|
+
- **Next Steps**: what to do after scaffolding
|
|
32
|
+
|
|
33
|
+
## Next-Step Routing
|
|
34
|
+
|
|
35
|
+
- If the scaffold was created as part of an active roadmap/phase, recommend `$exec` to continue the current implementation step.
|
|
36
|
+
- If the user explicitly requested an early shell before research, keep the next route on the research-first product workflow: `$icp` when the concept is ready and business-discovery is enabled, otherwise `$pack install business-discovery`.
|
|
37
|
+
- If the scaffold is for a non-product package with no pending roadmap item, recommend `$roadmap` or `$plan-phase` only when implementation sequencing is missing.
|
|
38
|
+
|
|
39
|
+
## Constraints
|
|
40
|
+
|
|
41
|
+
- Always use an existing package as the reference template.
|
|
42
|
+
- Do not install domain packs globally; use project-local pack skill roots.
|
|
43
|
+
- Present the plan and get approval before creating files. Do not assume a Claude-style `EnterPlanMode` or clear-context accept flow exists.
|
|
44
|
+
- Keep the scaffold minimal — no unnecessary boilerplate.
|
|
45
|
+
- Do not treat scaffolding as product validation. It creates structure only; ICP, market, journey, UX, UI, and prototype decisions belong to their upstream skills.
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
## Default Shipping Contract
|
|
49
|
+
|
|
50
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|
|
@@ -0,0 +1,253 @@
|
|
|
1
|
+
#!/usr/bin/env bash
|
|
2
|
+
set -euo pipefail
|
|
3
|
+
|
|
4
|
+
usage() {
|
|
5
|
+
cat <<'EOF'
|
|
6
|
+
Usage: lane-spec-validate.sh [lane-specs.json]
|
|
7
|
+
|
|
8
|
+
Validate a monorepo lane-spec artifact.
|
|
9
|
+
|
|
10
|
+
Arguments:
|
|
11
|
+
lane-specs.json Lane-spec file to validate. Defaults to .agents/lane-specs.json.
|
|
12
|
+
|
|
13
|
+
Checks:
|
|
14
|
+
- Required top-level fields and lane fields are present.
|
|
15
|
+
- Lifecycle is one of draft, approved, dispatched, integrated, failed.
|
|
16
|
+
- Lane owns paths are disjoint.
|
|
17
|
+
- Every lane must_not_edit includes lockfile and root config paths.
|
|
18
|
+
- Lane depends_on references resolve to known step IDs.
|
|
19
|
+
- Every lane has a unique non-primary branch name for PR review.
|
|
20
|
+
EOF
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
SPEC_FILE=".agents/lane-specs.json"
|
|
24
|
+
|
|
25
|
+
while [[ $# -gt 0 ]]; do
|
|
26
|
+
case "$1" in
|
|
27
|
+
-h|--help)
|
|
28
|
+
usage
|
|
29
|
+
exit 0
|
|
30
|
+
;;
|
|
31
|
+
*)
|
|
32
|
+
if [[ "$SPEC_FILE" != ".agents/lane-specs.json" ]]; then
|
|
33
|
+
echo "ERROR: unexpected argument: $1" >&2
|
|
34
|
+
usage >&2
|
|
35
|
+
exit 2
|
|
36
|
+
fi
|
|
37
|
+
SPEC_FILE="$1"
|
|
38
|
+
shift
|
|
39
|
+
;;
|
|
40
|
+
esac
|
|
41
|
+
done
|
|
42
|
+
|
|
43
|
+
node - "$SPEC_FILE" <<'NODE'
|
|
44
|
+
const fs = require("fs");
|
|
45
|
+
const path = require("path");
|
|
46
|
+
|
|
47
|
+
const specFile = process.argv[2];
|
|
48
|
+
const validLifecycles = new Set(["draft", "approved", "dispatched", "integrated", "failed"]);
|
|
49
|
+
const requiredRootMustNotEdit = ["pnpm-lock.yaml", "package.json", "pnpm-workspace.yaml", "turbo.json"];
|
|
50
|
+
const topLevelFields = ["phase", "source_roadmap_hash", "lifecycle", "cross_cutting_steps", "lanes"];
|
|
51
|
+
const laneFields = ["id", "step", "packages", "owns", "must_not_edit", "depends_on", "mode", "branch"];
|
|
52
|
+
|
|
53
|
+
function fail(message, code = 1) {
|
|
54
|
+
console.error(`ERROR: ${message}`);
|
|
55
|
+
process.exit(code);
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
function readJson(file) {
|
|
59
|
+
try {
|
|
60
|
+
return JSON.parse(fs.readFileSync(file, "utf8"));
|
|
61
|
+
} catch (error) {
|
|
62
|
+
fail(`failed to parse JSON at ${file}: ${error.message}`);
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
function isPlainObject(value) {
|
|
67
|
+
return value !== null && typeof value === "object" && !Array.isArray(value);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
function describeLane(lane, index) {
|
|
71
|
+
return isPlainObject(lane) && typeof lane.id === "string" && lane.id.trim()
|
|
72
|
+
? `lane ${lane.id}`
|
|
73
|
+
: `lane at index ${index}`;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
function normalizePath(value) {
|
|
77
|
+
if (typeof value !== "string") return null;
|
|
78
|
+
let normalized = value.trim().replace(/\\/g, "/").replace(/^\.\//, "");
|
|
79
|
+
normalized = path.posix.normalize(normalized);
|
|
80
|
+
if (normalized === ".") normalized = "";
|
|
81
|
+
normalized = normalized.replace(/^\/+/, "");
|
|
82
|
+
return normalized;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
function normalizeBoundary(value) {
|
|
86
|
+
const normalized = normalizePath(value);
|
|
87
|
+
if (normalized === null || normalized === "") return normalized;
|
|
88
|
+
return value.endsWith("/") && !normalized.endsWith("/") ? `${normalized}/` : normalized;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
function pathContains(parent, child) {
|
|
92
|
+
const parentDir = parent.endsWith("/") ? parent : `${parent}/`;
|
|
93
|
+
return child === parent || child.startsWith(parentDir);
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
function hasBoundary(list, required) {
|
|
97
|
+
const normalizedRequired = normalizePath(required);
|
|
98
|
+
return list.some((entry) => {
|
|
99
|
+
const normalizedEntry = normalizePath(entry);
|
|
100
|
+
return normalizedEntry === normalizedRequired;
|
|
101
|
+
});
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
function assertString(value, field) {
|
|
105
|
+
if (typeof value !== "string" || !value.trim()) {
|
|
106
|
+
fail(`${field} must be a non-empty string`);
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
function assertStringArray(value, field, { allowEmpty = true } = {}) {
|
|
111
|
+
if (!Array.isArray(value)) {
|
|
112
|
+
fail(`${field} must be an array`);
|
|
113
|
+
}
|
|
114
|
+
if (!allowEmpty && value.length === 0) {
|
|
115
|
+
fail(`${field} must not be empty`);
|
|
116
|
+
}
|
|
117
|
+
for (const [index, item] of value.entries()) {
|
|
118
|
+
if (typeof item !== "string" || !item.trim()) {
|
|
119
|
+
fail(`${field}[${index}] must be a non-empty string`);
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
if (!fs.existsSync(specFile)) {
|
|
125
|
+
fail(`lane-spec file not found: ${specFile}`);
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
const spec = readJson(specFile);
|
|
129
|
+
if (!isPlainObject(spec)) {
|
|
130
|
+
fail("lane-spec root must be a JSON object");
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
for (const field of topLevelFields) {
|
|
134
|
+
if (!(field in spec)) {
|
|
135
|
+
fail(`missing required top-level field: ${field}`);
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
assertString(spec.phase, "phase");
|
|
140
|
+
assertString(spec.source_roadmap_hash, "source_roadmap_hash");
|
|
141
|
+
assertString(spec.lifecycle, "lifecycle");
|
|
142
|
+
|
|
143
|
+
if (!validLifecycles.has(spec.lifecycle)) {
|
|
144
|
+
fail(`invalid lifecycle: ${spec.lifecycle}`);
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
if (!Array.isArray(spec.cross_cutting_steps)) {
|
|
148
|
+
fail("cross_cutting_steps must be an array");
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
if (!Array.isArray(spec.lanes) || spec.lanes.length === 0) {
|
|
152
|
+
fail("lanes must be a non-empty array");
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
const knownSteps = new Set();
|
|
156
|
+
for (const [index, step] of spec.cross_cutting_steps.entries()) {
|
|
157
|
+
if (!isPlainObject(step)) {
|
|
158
|
+
fail(`cross_cutting_steps[${index}] must be an object`);
|
|
159
|
+
}
|
|
160
|
+
assertString(step.step, `cross_cutting_steps[${index}].step`);
|
|
161
|
+
if (knownSteps.has(step.step)) {
|
|
162
|
+
fail(`duplicate step id: ${step.step}`);
|
|
163
|
+
}
|
|
164
|
+
knownSteps.add(step.step);
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
const laneIds = new Set();
|
|
168
|
+
const branchNames = new Set();
|
|
169
|
+
const owns = [];
|
|
170
|
+
|
|
171
|
+
for (const [index, lane] of spec.lanes.entries()) {
|
|
172
|
+
const label = describeLane(lane, index);
|
|
173
|
+
if (!isPlainObject(lane)) {
|
|
174
|
+
fail(`${label} must be an object`);
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
for (const field of laneFields) {
|
|
178
|
+
if (!(field in lane)) {
|
|
179
|
+
fail(`${label} missing required field: ${field}`);
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
assertString(lane.id, `${label}.id`);
|
|
184
|
+
assertString(lane.step, `${label}.step`);
|
|
185
|
+
assertString(lane.mode, `${label}.mode`);
|
|
186
|
+
assertString(lane.branch, `${label}.branch`);
|
|
187
|
+
assertStringArray(lane.packages, `${label}.packages`, { allowEmpty: false });
|
|
188
|
+
assertStringArray(lane.owns, `${label}.owns`, { allowEmpty: false });
|
|
189
|
+
assertStringArray(lane.must_not_edit, `${label}.must_not_edit`, { allowEmpty: false });
|
|
190
|
+
assertStringArray(lane.depends_on, `${label}.depends_on`);
|
|
191
|
+
|
|
192
|
+
if (laneIds.has(lane.id)) {
|
|
193
|
+
fail(`duplicate lane id: ${lane.id}`);
|
|
194
|
+
}
|
|
195
|
+
laneIds.add(lane.id);
|
|
196
|
+
|
|
197
|
+
const branch = lane.branch.trim();
|
|
198
|
+
if (branch === "main" || branch === "master") {
|
|
199
|
+
fail(`${label}.branch must not be the primary branch: ${branch}`);
|
|
200
|
+
}
|
|
201
|
+
if (!/^[A-Za-z0-9._/-]+$/.test(branch)) {
|
|
202
|
+
fail(`${label}.branch contains unsupported characters: ${branch}`);
|
|
203
|
+
}
|
|
204
|
+
if (branchNames.has(branch)) {
|
|
205
|
+
fail(`duplicate branch name: ${branch}`);
|
|
206
|
+
}
|
|
207
|
+
branchNames.add(branch);
|
|
208
|
+
|
|
209
|
+
if (knownSteps.has(lane.step)) {
|
|
210
|
+
fail(`duplicate step id: ${lane.step}`);
|
|
211
|
+
}
|
|
212
|
+
knownSteps.add(lane.step);
|
|
213
|
+
|
|
214
|
+
for (const required of requiredRootMustNotEdit) {
|
|
215
|
+
if (!hasBoundary(lane.must_not_edit, required)) {
|
|
216
|
+
fail(`${label}.must_not_edit missing required root boundary: ${required}`);
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
for (const ownerPath of lane.owns) {
|
|
221
|
+
const normalized = normalizeBoundary(ownerPath);
|
|
222
|
+
if (!normalized) {
|
|
223
|
+
fail(`${label}.owns contains an empty path`);
|
|
224
|
+
}
|
|
225
|
+
owns.push({ lane: lane.id, path: normalized });
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
for (const [index, lane] of spec.lanes.entries()) {
|
|
230
|
+
const label = describeLane(lane, index);
|
|
231
|
+
for (const dependency of lane.depends_on) {
|
|
232
|
+
if (!knownSteps.has(dependency)) {
|
|
233
|
+
fail(`${label}.depends_on references unknown step: ${dependency}`);
|
|
234
|
+
}
|
|
235
|
+
if (dependency === lane.step) {
|
|
236
|
+
fail(`${label}.depends_on references its own step: ${dependency}`);
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
for (let leftIndex = 0; leftIndex < owns.length; leftIndex += 1) {
|
|
242
|
+
for (let rightIndex = leftIndex + 1; rightIndex < owns.length; rightIndex += 1) {
|
|
243
|
+
const left = owns[leftIndex];
|
|
244
|
+
const right = owns[rightIndex];
|
|
245
|
+
if (left.lane === right.lane) continue;
|
|
246
|
+
if (pathContains(left.path, right.path) || pathContains(right.path, left.path)) {
|
|
247
|
+
fail(`owns paths overlap between lanes ${left.lane} and ${right.lane}: ${left.path} <-> ${right.path}`);
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
console.log(`valid: ${specFile}`);
|
|
253
|
+
NODE
|