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,148 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: feature-interview
|
|
3
|
+
description: Interview a feature idea with evidence-backed alignment, then decide whether to create/update docs, specs, roadmap, or tasks
|
|
4
|
+
type: planning
|
|
5
|
+
version: v0.4
|
|
6
|
+
argument-hint: "[feature idea or tasks/ideas.md entry]"
|
|
7
|
+
interview_depth: full
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## Pack Availability Guard
|
|
11
|
+
|
|
12
|
+
Before telling the user to run a skill from another project-local pack, check `.agents/project.json.enabled_packs`. If the target pack is not enabled, recommend `/pack install <pack>` instead of the target skill. Global skills are always valid. Skills from this same pack are valid because the current skill is already running from that pack.
|
|
13
|
+
|
|
14
|
+
# Feature Interview
|
|
15
|
+
|
|
16
|
+
Use this skill when the user has a feature idea, brainstorm suggestion, research gap, bug-shaped improvement, or implementation direction that needs evidence-backed alignment before deciding whether to write or update research docs, journey docs, specs, roadmap entries, task queues, or route directly to another planning skill. This skill is also the primary entry point for post-ship feature work, where scope determines the re-entry depth into the pipeline.
|
|
17
|
+
|
|
18
|
+
This is narrower than `/spec-interview`: it performs the same assumption surfacing and user interrogation needed for human/agent alignment, but it does not assume the output must be a full new implementation spec. It borrows `/investigate`'s evidence discipline for claims, codebase fit, and technical gotchas, but it does not fix bugs or implement the feature.
|
|
19
|
+
|
|
20
|
+
Use `/feature-interview` especially after a production spec already exists and the user wants to add, adjust, or triage a smaller feature. In post-spec use, treat existing specs as the baseline contract: prefer a scoped add-on spec or a tightly bounded update to an existing spec over re-running `/spec-interview` for the whole product. Only route to `/spec-interview` when the existing spec is absent, obsolete, or too incomplete to support the new feature decision.
|
|
21
|
+
|
|
22
|
+
## Process
|
|
23
|
+
|
|
24
|
+
### 0. Product-Path Scope Resolution
|
|
25
|
+
|
|
26
|
+
Resolve research scope by product path before using code or app structure as a hint:
|
|
27
|
+
|
|
28
|
+
1. If `$ARGUMENTS` names a non-archived `research/{slug}/` directory or a product-path ID whose `scope_path` points there, use that path. Treat `{slug}` as the product/app name, not the ICP, audience, or segment label.
|
|
29
|
+
2. If `$ARGUMENTS` names only `research/_archive/{slug}/` or a manifest entry with `status: archived` or legacy `status: abandoned`, stop and warn that the path is archived; do not write or update scoped outputs there.
|
|
30
|
+
3. Read `research/.progress.yaml` when present. Normalize legacy `active_path` to `active_paths` on read and write back `active_paths` on manifest updates. Treat legacy `abandoned` as `archived`; exclude `archived`, `abandoned`, `deferred`, `revisit_candidate`, `promoted`, and any `scope_path` under `research/_archive/` from active target selection.
|
|
31
|
+
4. If active product paths exist in the manifest, use those paths. If multiple active paths exist, ask which one to target unless this skill explicitly supports cross-path output.
|
|
32
|
+
5. If no active manifest target exists, list non-archived product directories under `research/`, excluding `research/_archive/` and dot directories. Auto-select only when exactly one exists; ask when multiple exist.
|
|
33
|
+
6. If no product directories exist, use flat `research/` single-product mode.
|
|
34
|
+
7. Detect monorepo/app/package structure only as a secondary hint. Suggest creating a missing `research/{slug}/` product path when code clearly exposes an app, but do not require code or monorepo detection before using `research/{slug}/`.
|
|
35
|
+
|
|
36
|
+
When product path `{slug}` is active, read and write research under `research/{slug}/`, specs under `specs/{slug}/`, and treat top-level `research/*.md` files as flat-mode documents or cross-path summaries.
|
|
37
|
+
|
|
38
|
+
1. Resolve the feature input:
|
|
39
|
+
- If `$ARGUMENTS` names or quotes an idea, use it as the seed.
|
|
40
|
+
- If `$ARGUMENTS` references `tasks/ideas.md`, read matching entries and ask the user to choose one when multiple entries match.
|
|
41
|
+
- If no feature is provided, read `tasks/ideas.md` and present the top unspecced candidates; ask the user which one to interview.
|
|
42
|
+
2. Gather context before asking deep questions:
|
|
43
|
+
- Read `.agents/project.json`, CLAUDE.md or AGENTS.md, README, package config, and key source files relevant to the idea.
|
|
44
|
+
- Read `research/.progress.yaml` when present. Treat product-path entries as product/app/ICP divergence state, not git branches.
|
|
45
|
+
- Read `tasks/roadmap.md`, `tasks/todo.md`, `tasks/manual-todo.md`, `tasks/record-todo.md`, `tasks/recurring-todo.md`, `tasks/history.md`, and `tasks/ideas.md` when they exist.
|
|
46
|
+
- Read existing specs from `specs/`, `spec.md`, or `docs/specifications/`, plus relevant research docs such as ICP, journey map, competitive analysis, customer feedback, metrics, and MVP gap artifacts.
|
|
47
|
+
- Read git evidence (`git log`, `git diff`, `git blame`) only where it can confirm related prior decisions, recent regressions, ownership, or why the current system shape exists.
|
|
48
|
+
- Avoid re-interviewing on facts already covered by current concept, research, journey, UX, UI, or spec docs.
|
|
49
|
+
3. Run an evidence-backed intake pass before deciding what to ask:
|
|
50
|
+
- Extract the user's explicit claims, hypotheses, constraints, and desired outcomes. Do not treat a desired outcome as a factual claim.
|
|
51
|
+
- Validate factual claims against code, docs, research, task state, and git history. Classify each as `confirmed`, `partially supported`, `not supported`, or `unknown / needs user context`.
|
|
52
|
+
- Identify likely technical gotchas: architecture fit, shared modules, data model, API/contracts, migrations, security/privacy, permissions, performance, observability, tests, rollout, external dependencies, and backwards compatibility.
|
|
53
|
+
- Identify how the feature fits into the user story, customer journey, developer workflow, game loop, or other project-specific journey artifact. If no credible journey exists for user-facing work, flag that as a planning gap.
|
|
54
|
+
- For new user-facing product, SaaS, marketplace, dashboard, internal tool, product-experience work, or substantial new feature work, add a prototype-first gate to the intake: default the first build artifact to a clickable local/static prototype with fake, fixture, or in-memory data unless the user explicitly opts into production infrastructure or the core interaction cannot be tested without it. Treat durable storage, auth, payments, analytics, deployment, admin tooling, multi-tenancy, and production observability as deferred infrastructure decisions until the prototype calibrates taste, feel, workflow density, and one accepted journey.
|
|
55
|
+
- When the feature direction is uncertain, recommend multiple route-based experiments instead of one over-specified implementation. Name the routes or route pattern, such as `/experiments/table-first`, `/experiments/board-first`, or the project's equivalent, and identify the hypothesis each route tests.
|
|
56
|
+
- If those route experiments imply materially different products, apps, ICPs, or product lines rather than alternative UX for the same product path, record them in `research/.progress.yaml` as `product_paths[]` with `id`, `label`, `source_skill: feature-interview`, `scope_path`, `status: deferred` or `status: revisit_candidate`, `reason`, `archive_reason`, `archived_at`, `promoted_at`, `evidence_refs`, `revisit_trigger`, `next_skill`, `pipeline_stage: feature-interview`, and `last_touched`.
|
|
57
|
+
- Identify whether research docs, journey docs, specs, roadmap, or task queues need a durable update if the feature proceeds.
|
|
58
|
+
4. Match the feature against existing planning artifacts:
|
|
59
|
+
- Identify whether the repo is in a post-spec state: one or more credible `specs/*.md`, `spec.md`, or `docs/specifications/*.md` files already define the product or area this feature extends.
|
|
60
|
+
- Identify whether the feature is already fully represented in an existing spec, partially represented in a spec, should become a scoped add-on spec, is only present as an idea/research gap, or is already sequenced in the roadmap.
|
|
61
|
+
- In post-spec state, default to `update existing spec` or `new smaller-scope add-on spec` as the planning destination. Do not discard the existing spec baseline or route back to full `/spec-interview` unless the existing spec is stale, contradicted, or missing the product area needed to make the decision.
|
|
62
|
+
- If it duplicates planned work, stop and recommend the existing route (`/roadmap` (requires agent-work-admin pack), `/plan-phase N` (requires agent-work-admin pack), `/exec` (requires exec-loop pack), or `/ship` (requires exec-loop pack)) with evidence.
|
|
63
|
+
5. Present a **Feature Evidence Brief + Assumptions Manifest** before probing:
|
|
64
|
+
- Evidence sources: files, docs, research artifacts, task docs, and git history consulted.
|
|
65
|
+
- Claim validation: verdict for each factual claim or hypothesis, with concise evidence.
|
|
66
|
+
- Technical gotchas: likely integration risks, operational risks, unknowns, and what would break if each assumption is wrong.
|
|
67
|
+
- Journey placement: where this feature belongs in the user story, journey map, workflow, or loop; note missing or conflicting journey evidence.
|
|
68
|
+
- Documentation destination: likely `new spec`, `update existing spec`, `update research/journey docs`, `roadmap/task update`, `interview log only`, `run another planning/research skill first`, or `no action`.
|
|
69
|
+
- Source context: idea/research/spec/roadmap inputs used.
|
|
70
|
+
- Human intent: what outcome the user appears to want and who benefits.
|
|
71
|
+
- Agent interpretation: the concrete capability or change the agent would plan from the input.
|
|
72
|
+
- Existing-system fit: code paths, specs, tasks, and research artifacts likely affected.
|
|
73
|
+
- Post-spec fit: whether the feature extends an existing spec, needs a smaller-scope add-on spec, updates research/journey docs first, or is already covered.
|
|
74
|
+
- Planning destination: likely `update existing spec`, `new smaller-scope add-on spec`, `new full spec`, `roadmap/task update`, `research/design skill first`, or `no new planning needed`.
|
|
75
|
+
- Priority hypothesis: recommended priority relative to current roadmap/todo, with dependency and risk rationale.
|
|
76
|
+
- Implementation shape: product behavior, design/UX needs, data model, APIs/contracts, migrations, tests, operations, and rollout surface as far as they can be inferred.
|
|
77
|
+
- Prototype-first gate for product and feature work: state whether the next artifact should be `multiple route experiments`, `single clickable prototype`, `production implementation`, or `research/spec only`. If there is no accepted prototype or user-approved infrastructure opt-in, recommend route experiments or a clickable prototype and explicitly defer database/storage, auth, payments, analytics, deployment, admin tooling, multi-tenancy, and production observability.
|
|
78
|
+
- Risks and unknowns: ambiguity, integration risk, user-facing risk, external dependencies, and what breaks if the assumption is wrong.
|
|
79
|
+
Tag each assumption with `[from idea]`, `[from spec]`, `[from codebase]`, `[from research]`, `[from roadmap]`, `[from git]`, or `[inferred]`.
|
|
80
|
+
6. Ask the user to confirm, correct, or flag the evidence brief, claim verdicts, assumptions, journey placement, documentation destination, and priority hypothesis before continuing. Do not proceed past this checkpoint until the user has reviewed it.
|
|
81
|
+
7. Interview in focused passes, 1 to 3 questions per turn. If the session is already in Plan mode and there are 2-3 concrete options, prefer `request_user_input`; otherwise ask concise direct questions.
|
|
82
|
+
8. Cover only the areas needed to choose and prepare the planning destination:
|
|
83
|
+
- Intent and success criteria.
|
|
84
|
+
- Target users, jobs, and journey/design implications.
|
|
85
|
+
- Feature behavior and scope boundaries.
|
|
86
|
+
- Existing spec fit: whether to create a new spec, update an existing spec, or split the work.
|
|
87
|
+
- Implementation constraints: architecture, data model, API/contract surface, migrations, security, privacy, performance, observability, test strategy, and rollout.
|
|
88
|
+
- Research and journey implications: whether canonical research, journey, UX, UI, or customer/developer docs need updates.
|
|
89
|
+
- Roadmap coupling: dependencies, phase fit, priority, ordering, parallelization, manual blockers, and the smallest useful implementation slice.
|
|
90
|
+
9. Research and recommend by default. Use codebase evidence, existing docs, and web search when the decision depends on current external facts. Present options with pros/cons, state a recommendation, and ask the user to approve, adjust, or override.
|
|
91
|
+
10. Before concluding, present a **Planning Destination + Priority Checkpoint**:
|
|
92
|
+
- Decision: update existing spec, create a new smaller-scope add-on spec, create a new full spec, update research/journey docs, update roadmap/tasks only, run another named planning/research skill first, interview log only, or no action.
|
|
93
|
+
- Target artifact path(s).
|
|
94
|
+
- Existing spec relationship: the parent spec or product-area spec this feature extends, supersedes, or leaves unchanged.
|
|
95
|
+
- Journey/workflow placement to record.
|
|
96
|
+
- Scope to include now and explicitly defer.
|
|
97
|
+
- For user-facing product or feature work, confirm the prototype-first decision: what users can click through first, whether multiple experiments should live on separate routes, what data can be fake or fixture-backed, which infrastructure is intentionally deferred, and what evidence would justify promoting one deferred infrastructure item into a later production phase.
|
|
98
|
+
- Scope triage for post-ship features:
|
|
99
|
+
- Small (config, copy, toggle) → `/spec-interview` + `/exec` directly
|
|
100
|
+
- Medium (new component, screen, workflow) → single-variation mini-prototype (`/prototype --variant 1`)
|
|
101
|
+
- Large (new product area, major redesign) → full pipeline starting at `/ux-variations`
|
|
102
|
+
- Priority decision: user-confirmed priority, dependencies, and whether the feature should interrupt, follow, or remain parked relative to current roadmap/todo work.
|
|
103
|
+
- Roadmap/task impact and recommended next command.
|
|
104
|
+
Ask: "Does this destination, priority, and scope match what you want?"
|
|
105
|
+
|
|
106
|
+
## Deliverables
|
|
107
|
+
|
|
108
|
+
After confirmation, write the minimum durable artifact needed:
|
|
109
|
+
|
|
110
|
+
- New spec: write `specs/[topic].md` using the `/spec-interview` canonical section headings.
|
|
111
|
+
- Add-on spec: write `specs/[parent-topic]-[feature-topic].md` or the repo's equivalent scoped path. State the parent spec it extends, the inherited assumptions, what is intentionally out of scope because the parent spec already owns it, and the exact integration points back to the parent.
|
|
112
|
+
- Existing spec update: archive the existing canonical spec first, then update only the relevant sections.
|
|
113
|
+
- Research or journey update: archive the existing canonical research/journey document first when replacing or substantively rewriting sections, then make the smallest scoped update. If the missing research requires a named skill, write the interview log and recommend that skill instead of inventing unsupported research.
|
|
114
|
+
- Roadmap/task-only change: update `tasks/roadmap.md`, `tasks/todo.md`, `tasks/record-todo.md`, or `tasks/manual-todo.md` only when no spec/research change is needed and the user has confirmed priority.
|
|
115
|
+
- Upstream planning/research needed: write an interview log and recommend the named skill instead of inventing a placeholder spec.
|
|
116
|
+
- No action: write an interview log explaining why the idea is already covered, duplicate, deferred, or intentionally parked.
|
|
117
|
+
- Product path divergence: update `research/.progress.yaml` with `id`, `label`, `source_skill`, `scope_path`, `status`, `reason`, `archive_reason`, `archived_at`, `promoted_at`, `evidence_refs`, `revisit_trigger`, `next_skill`, `pipeline_stage`, and `last_touched`; do not force all divergent paths through downstream research.
|
|
118
|
+
|
|
119
|
+
Always write an interview log to `specs/[topic]-feature-interview.md` (or `docs/specifications/[topic]-feature-interview.md` if that is the repo's canonical spec location). Include:
|
|
120
|
+
|
|
121
|
+
- Artifact path: the exact path of this interview log.
|
|
122
|
+
- The Feature Evidence Brief and Assumptions Manifest with user corrections.
|
|
123
|
+
- Claim validation verdicts and evidence.
|
|
124
|
+
- Technical gotchas, mitigations, and unresolved unknowns.
|
|
125
|
+
- Journey/user-story/workflow placement and any research or journey doc changes needed.
|
|
126
|
+
- Questions asked and answers received.
|
|
127
|
+
- Options and recommendations presented.
|
|
128
|
+
- Planning Destination + Priority Checkpoint and confirmed decision.
|
|
129
|
+
- Post-spec relationship: parent spec, add-on spec path, or updated spec section, including why this path is smaller and safer than re-running full `/spec-interview`.
|
|
130
|
+
- The exact next command for sequencing.
|
|
131
|
+
|
|
132
|
+
### Alignment Page
|
|
133
|
+
|
|
134
|
+
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/feature-interview-{topic}.html`.
|
|
135
|
+
|
|
136
|
+
## Constraints
|
|
137
|
+
|
|
138
|
+
- Do not default to a new spec when an existing spec should be updated.
|
|
139
|
+
- Do not route post-spec feature additions back to full `/spec-interview` by default. Use `/feature-interview` to create a scoped add-on spec or update the existing spec unless the baseline spec is missing or unfit.
|
|
140
|
+
- Do not update roadmap or task sequencing until the planning destination and priority are confirmed by the user.
|
|
141
|
+
- Do not produce a full implementation spec unless the interview proves a new or rewritten spec is the right destination.
|
|
142
|
+
- Do not route brainstorm ideas directly to `/spec-interview`; use `/feature-interview` for triage unless the user explicitly asks for a full spec.
|
|
143
|
+
- Do not implement fixes or feature code from this skill. If the evidence pass uncovers a bug, route to `/investigate` (requires code-debug pack); if it uncovers buildable planned work, route through `/roadmap` (requires agent-work-admin pack), `/plan-phase` (requires agent-work-admin pack), or `/exec` (requires exec-loop pack).
|
|
144
|
+
- When recommending a skill from another pack, verify the pack is installed via `.agents/project.json` `enabled_packs`. If not installed, prepend `/pack install <pack-name>` to the recommendation.
|
|
145
|
+
|
|
146
|
+
## Default Shipping Contract
|
|
147
|
+
|
|
148
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: feature-interview
|
|
3
|
+
description: Interview a feature idea with evidence-backed alignment, then decide whether to create/update docs, specs, roadmap, or tasks
|
|
4
|
+
type: planning
|
|
5
|
+
version: v0.0
|
|
6
|
+
argument-hint: "[feature idea or tasks/ideas.md entry]"
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Pack Availability Guard
|
|
10
|
+
|
|
11
|
+
Before telling the user to run a skill from another project-local pack, check `.agents/project.json.enabled_packs`. If the target pack is not enabled, recommend `/pack install <pack>` instead of the target skill. Global skills are always valid. Skills from this same pack are valid because the current skill is already running from that pack.
|
|
12
|
+
|
|
13
|
+
# Feature Interview
|
|
14
|
+
|
|
15
|
+
Use this skill when the user has a feature idea, brainstorm suggestion, research gap, bug-shaped improvement, or implementation direction that needs evidence-backed alignment before deciding whether to write or update research docs, journey docs, specs, roadmap entries, task queues, or route directly to another planning skill. This skill is also the primary entry point for post-ship feature work, where scope determines the re-entry depth into the pipeline.
|
|
16
|
+
|
|
17
|
+
This is narrower than `/spec-interview`: it performs the same assumption surfacing and user interrogation needed for human/agent alignment, but it does not assume the output must be a full new implementation spec. It borrows `/investigate`'s evidence discipline for claims, codebase fit, and technical gotchas, but it does not fix bugs or implement the feature.
|
|
18
|
+
|
|
19
|
+
## Workflow
|
|
20
|
+
|
|
21
|
+
1. Resolve the feature input:
|
|
22
|
+
- If `$ARGUMENTS` names or quotes an idea, use it as the seed.
|
|
23
|
+
- If `$ARGUMENTS` references `tasks/ideas.md`, read matching entries and ask the user to choose one when multiple entries match.
|
|
24
|
+
- If no feature is provided, read `tasks/ideas.md` and present the top unspecced candidates; ask the user which one to interview.
|
|
25
|
+
2. Gather context before asking deep questions:
|
|
26
|
+
- Read `.agents/project.json`, CLAUDE.md or AGENTS.md, README, package config, and key source files relevant to the idea.
|
|
27
|
+
- Read `tasks/roadmap.md`, `tasks/todo.md`, `tasks/manual-todo.md`, `tasks/record-todo.md`, `tasks/recurring-todo.md`, `tasks/history.md`, and `tasks/ideas.md` when they exist.
|
|
28
|
+
- Read existing specs from `specs/`, `spec.md`, or `docs/specifications/`, plus relevant research docs such as ICP, journey map, competitive analysis, customer feedback, metrics, and MVP gap artifacts.
|
|
29
|
+
- Read git evidence (`git log`, `git diff`, `git blame`) only where it can confirm related prior decisions, recent regressions, ownership, or why the current system shape exists.
|
|
30
|
+
- Avoid re-interviewing on facts already covered by current concept, research, journey, UX, UI, or spec docs.
|
|
31
|
+
3. Run an evidence-backed intake pass before deciding what to ask:
|
|
32
|
+
- Extract the user's explicit claims, hypotheses, constraints, and desired outcomes. Do not treat a desired outcome as a factual claim.
|
|
33
|
+
- Validate factual claims against code, docs, research, task state, and git history. Classify each as `confirmed`, `partially supported`, `not supported`, or `unknown / needs user context`.
|
|
34
|
+
- Identify likely technical gotchas: architecture fit, shared modules, data model, API/contracts, migrations, security/privacy, permissions, performance, observability, tests, rollout, external dependencies, and backwards compatibility.
|
|
35
|
+
- Identify how the feature fits into the user story, customer journey, developer workflow, game loop, or other project-specific journey artifact. If no credible journey exists for user-facing work, flag that as a planning gap.
|
|
36
|
+
- For new user-facing product, SaaS, marketplace, dashboard, internal tool, product-experience work, or substantial new feature work, add a prototype-first gate to the intake: default the first build artifact to a clickable local/static prototype with fake, fixture, or in-memory data unless the user explicitly opts into production infrastructure or the core interaction cannot be tested without it. Treat durable storage, auth, payments, analytics, deployment, admin tooling, multi-tenancy, and production observability as deferred infrastructure decisions until the prototype calibrates taste, feel, workflow density, and one accepted journey.
|
|
37
|
+
- When the feature direction is uncertain, recommend multiple route-based experiments instead of one over-specified implementation. Name the routes or route pattern, such as `/experiments/table-first`, `/experiments/board-first`, or the project's equivalent, and identify the hypothesis each route tests.
|
|
38
|
+
- Identify whether research docs, journey docs, specs, roadmap, or task queues need a durable update if the feature proceeds.
|
|
39
|
+
4. Match the feature against existing planning artifacts:
|
|
40
|
+
- Identify whether it is already fully represented in a spec, partially represented in a spec, only present as an idea/research gap, or already sequenced in the roadmap.
|
|
41
|
+
- If it duplicates planned work, stop and recommend the existing route (`/roadmap`, `/plan-phase N`, `/run`, or `/ship`) with evidence.
|
|
42
|
+
5. Present a **Feature Evidence Brief + Assumptions Manifest** before probing:
|
|
43
|
+
- Evidence sources: files, docs, research artifacts, task docs, and git history consulted.
|
|
44
|
+
- Claim validation: verdict for each factual claim or hypothesis, with concise evidence.
|
|
45
|
+
- Technical gotchas: likely integration risks, operational risks, unknowns, and what would break if each assumption is wrong.
|
|
46
|
+
- Journey placement: where this feature belongs in the user story, journey map, workflow, or loop; note missing or conflicting journey evidence.
|
|
47
|
+
- Documentation destination: likely `new spec`, `update existing spec`, `update research/journey docs`, `roadmap/task update`, `interview log only`, `run another planning/research skill first`, or `no action`.
|
|
48
|
+
- Source context: idea/research/spec/roadmap inputs used.
|
|
49
|
+
- Human intent: what outcome the user appears to want and who benefits.
|
|
50
|
+
- Agent interpretation: the concrete capability or change the agent would plan from the input.
|
|
51
|
+
- Existing-system fit: code paths, specs, tasks, and research artifacts likely affected.
|
|
52
|
+
- Planning destination: likely `new spec`, `update existing spec`, `roadmap/task update`, `research/design skill first`, or `no new planning needed`.
|
|
53
|
+
- Priority hypothesis: recommended priority relative to current roadmap/todo, with dependency and risk rationale.
|
|
54
|
+
- Implementation shape: product behavior, design/UX needs, data model, APIs/contracts, migrations, tests, operations, and rollout surface as far as they can be inferred.
|
|
55
|
+
- Prototype-first gate for product and feature work: state whether the next artifact should be `multiple route experiments`, `single clickable prototype`, `production implementation`, or `research/spec only`. If there is no accepted prototype or user-approved infrastructure opt-in, recommend route experiments or a clickable prototype and explicitly defer database/storage, auth, payments, analytics, deployment, admin tooling, multi-tenancy, and production observability.
|
|
56
|
+
- Risks and unknowns: ambiguity, integration risk, user-facing risk, external dependencies, and what breaks if the assumption is wrong.
|
|
57
|
+
Tag each assumption with `[from idea]`, `[from spec]`, `[from codebase]`, `[from research]`, `[from roadmap]`, `[from git]`, or `[inferred]`.
|
|
58
|
+
6. Ask the user to confirm, correct, or flag the evidence brief, claim verdicts, assumptions, journey placement, documentation destination, and priority hypothesis before continuing. Do not proceed past this checkpoint until the user has reviewed it.
|
|
59
|
+
7. Interview in focused passes, 1 to 3 questions per turn. If the session is already in Plan mode and there are 2-3 concrete options, prefer `request_user_input`; otherwise ask concise direct questions.
|
|
60
|
+
8. Cover only the areas needed to choose and prepare the planning destination:
|
|
61
|
+
- Intent and success criteria.
|
|
62
|
+
- Target users, jobs, and journey/design implications.
|
|
63
|
+
- Feature behavior and scope boundaries.
|
|
64
|
+
- Existing spec fit: whether to create a new spec, update an existing spec, or split the work.
|
|
65
|
+
- Implementation constraints: architecture, data model, API/contract surface, migrations, security, privacy, performance, observability, test strategy, and rollout.
|
|
66
|
+
- Research and journey implications: whether canonical research, journey, UX, UI, or customer/developer docs need updates.
|
|
67
|
+
- Roadmap coupling: dependencies, phase fit, priority, ordering, parallelization, manual blockers, and the smallest useful implementation slice.
|
|
68
|
+
9. Research and recommend by default. Use codebase evidence, existing docs, and web search when the decision depends on current external facts. Present options with pros/cons, state a recommendation, and ask the user to approve, adjust, or override.
|
|
69
|
+
10. Before concluding, present a **Planning Destination + Priority Checkpoint**:
|
|
70
|
+
- Decision: new spec, update spec, update research/journey docs, update roadmap/tasks only, run another named planning/research skill first, interview log only, or no action.
|
|
71
|
+
- Target artifact path(s).
|
|
72
|
+
- Journey/workflow placement to record.
|
|
73
|
+
- Scope to include now and explicitly defer.
|
|
74
|
+
- For user-facing product or feature work, confirm the prototype-first decision: what users can click through first, whether multiple experiments should live on separate routes, what data can be fake or fixture-backed, which infrastructure is intentionally deferred, and what evidence would justify promoting one deferred infrastructure item into a later production phase.
|
|
75
|
+
- Scope triage for post-ship features:
|
|
76
|
+
- Small (config, copy, toggle) → `/spec-interview` + `/run` directly
|
|
77
|
+
- Medium (new component, screen, workflow) → single-variation mini-prototype (`/prototype --variant 1`)
|
|
78
|
+
- Large (new product area, major redesign) → full pipeline starting at `/ux-variations`
|
|
79
|
+
- Priority decision: user-confirmed priority, dependencies, and whether the feature should interrupt, follow, or remain parked relative to current roadmap/todo work.
|
|
80
|
+
- Roadmap/task impact and recommended next command.
|
|
81
|
+
Ask: "Does this destination, priority, and scope match what you want?"
|
|
82
|
+
|
|
83
|
+
## Deliverables
|
|
84
|
+
|
|
85
|
+
After confirmation, write the minimum durable artifact needed:
|
|
86
|
+
|
|
87
|
+
- New spec: write `specs/[topic].md` using the `/spec-interview` canonical section headings.
|
|
88
|
+
- Existing spec update: archive the existing canonical spec first, then update only the relevant sections.
|
|
89
|
+
- Research or journey update: archive the existing canonical research/journey document first when replacing or substantively rewriting sections, then make the smallest scoped update. If the missing research requires a named skill, write the interview log and recommend that skill instead of inventing unsupported research.
|
|
90
|
+
- Roadmap/task-only change: update `tasks/roadmap.md`, `tasks/todo.md`, `tasks/record-todo.md`, or `tasks/manual-todo.md` only when no spec/research change is needed and the user has confirmed priority.
|
|
91
|
+
- Upstream planning/research needed: write an interview log and recommend the named skill instead of inventing a placeholder spec.
|
|
92
|
+
- No action: write an interview log explaining why the idea is already covered, duplicate, deferred, or intentionally parked.
|
|
93
|
+
|
|
94
|
+
Always write an interview log to `specs/[topic]-feature-interview.md` (or `docs/specifications/[topic]-feature-interview.md` if that is the repo's canonical spec location). Include:
|
|
95
|
+
|
|
96
|
+
- Artifact path: the exact path of this interview log.
|
|
97
|
+
- The Feature Evidence Brief and Assumptions Manifest with user corrections.
|
|
98
|
+
- Claim validation verdicts and evidence.
|
|
99
|
+
- Technical gotchas, mitigations, and unresolved unknowns.
|
|
100
|
+
- Journey/user-story/workflow placement and any research or journey doc changes needed.
|
|
101
|
+
- Questions asked and answers received.
|
|
102
|
+
- Options and recommendations presented.
|
|
103
|
+
- Planning Destination + Priority Checkpoint and confirmed decision.
|
|
104
|
+
- The exact next command for sequencing.
|
|
105
|
+
|
|
106
|
+
### Alignment Page
|
|
107
|
+
|
|
108
|
+
When this skill produces durable deliverables (research, specs, plans, reports, prototypes, or any document output), build a full-depth HTML alignment page at `alignment/feature-interview-{topic}.html`. Use a normalized topic slug derived from the app, feature, research subject, report subject, or output filename.
|
|
109
|
+
|
|
110
|
+
**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.
|
|
111
|
+
|
|
112
|
+
**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`.
|
|
113
|
+
|
|
114
|
+
**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.
|
|
115
|
+
|
|
116
|
+
**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.
|
|
117
|
+
|
|
118
|
+
**Feature-specific gates.** Render the evidence brief, claim verdicts, assumptions, planning destination, prototype-first decision, priority hypothesis, artifact destination, and proposed file changes as gates before writing or updating durable planning artifacts.
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
**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.
|
|
122
|
+
|
|
123
|
+
**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.
|
|
124
|
+
|
|
125
|
+
**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.
|
|
126
|
+
|
|
127
|
+
**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.
|
|
128
|
+
|
|
129
|
+
**Archiving.** Before replacing an existing alignment page, archive it to `docs/history/archive/YYYY-MM-DD/HHMMSS/alignment/feature-interview-{topic}.html`.
|
|
130
|
+
|
|
131
|
+
**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.
|
|
132
|
+
|
|
133
|
+
## Next-Step Routing
|
|
134
|
+
|
|
135
|
+
After writing deliverables, route tightly into the task pipeline:
|
|
136
|
+
|
|
137
|
+
- If a new or updated spec is ready for sequencing, recommend `/roadmap` so it can extend/build the roadmap and seed `/plan-phase`.
|
|
138
|
+
- If research or journey documentation changed but the spec is not ready, recommend the named research/design skill or `/feature-interview` follow-up with the remaining question.
|
|
139
|
+
- If user-facing work still lacks journey, UX variation, or UI detail, recommend `/journey-map`, `/ux-variations`, or `/ui-interview` before `/roadmap`. For these pack-based skills, apply the Pack Availability Guard — if the target skill's pack is not in `.agents/project.json` `enabled_packs`, recommend `/pack install <pack>` before the skill.
|
|
140
|
+
- If the feature is already sequenced, recommend the concrete executor (`/plan-phase N`, `/run`, `/ship`, `/prototype`, or `/guide`) rather than another interview.
|
|
141
|
+
- If research is missing, recommend the named research skill and explain what evidence it must produce before returning to `/feature-interview` or `/roadmap`.
|
|
142
|
+
- If the idea is duplicate or parked, recommend `/brainstorm` only when the user wants a different candidate; otherwise recommend the existing tracked work.
|
|
143
|
+
|
|
144
|
+
Output exactly two lines beyond the normal report:
|
|
145
|
+
|
|
146
|
+
- **Next work:** <specific planning, research, or execution task>
|
|
147
|
+
- **Recommended next command:** <one command or route>
|
|
148
|
+
|
|
149
|
+
## Constraints
|
|
150
|
+
|
|
151
|
+
- Do not default to a new spec when an existing spec should be updated.
|
|
152
|
+
- Do not update roadmap or task sequencing until the planning destination and priority are confirmed by the user.
|
|
153
|
+
- Do not produce a full implementation spec unless the interview proves a new or rewritten spec is the right destination.
|
|
154
|
+
- Do not route brainstorm ideas directly to `/spec-interview`; use `/feature-interview` for triage unless the user explicitly asks for a full spec.
|
|
155
|
+
- Do not implement fixes or feature code from this skill. If the evidence pass uncovers a bug, route to `/investigate`; if it uncovers buildable planned work, route through `/roadmap`, `/plan-phase`, or `/run`.
|
|
156
|
+
|
|
157
|
+
## Default Shipping Contract
|
|
158
|
+
|
|
159
|
+
- **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.
|
|
160
|
+
- 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.
|
|
161
|
+
- 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.
|
|
162
|
+
- 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: feature-interview
|
|
3
|
+
description: Interview a feature idea with evidence-backed alignment, then decide whether to create/update docs, specs, roadmap, or tasks
|
|
4
|
+
type: planning
|
|
5
|
+
version: v0.1
|
|
6
|
+
argument-hint: "[feature idea or tasks/ideas.md entry]"
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Pack Availability Guard
|
|
10
|
+
|
|
11
|
+
Before telling the user to run a skill from another project-local pack, check `.agents/project.json.enabled_packs`. If the target pack is not enabled, recommend `/pack install <pack>` instead of the target skill. Global skills are always valid. Skills from this same pack are valid because the current skill is already running from that pack.
|
|
12
|
+
|
|
13
|
+
# Feature Interview
|
|
14
|
+
|
|
15
|
+
Use this skill when the user has a feature idea, brainstorm suggestion, research gap, bug-shaped improvement, or implementation direction that needs evidence-backed alignment before deciding whether to write or update research docs, journey docs, specs, roadmap entries, task queues, or route directly to another planning skill. This skill is also the primary entry point for post-ship feature work, where scope determines the re-entry depth into the pipeline.
|
|
16
|
+
|
|
17
|
+
This is narrower than `/spec-interview`: it performs the same assumption surfacing and user interrogation needed for human/agent alignment, but it does not assume the output must be a full new implementation spec. It borrows `/investigate`'s evidence discipline for claims, codebase fit, and technical gotchas, but it does not fix bugs or implement the feature.
|
|
18
|
+
|
|
19
|
+
## Workflow
|
|
20
|
+
|
|
21
|
+
1. Resolve the feature input:
|
|
22
|
+
- If `$ARGUMENTS` names or quotes an idea, use it as the seed.
|
|
23
|
+
- If `$ARGUMENTS` references `tasks/ideas.md`, read matching entries and ask the user to choose one when multiple entries match.
|
|
24
|
+
- If no feature is provided, read `tasks/ideas.md` and present the top unspecced candidates; ask the user which one to interview.
|
|
25
|
+
2. Gather context before asking deep questions:
|
|
26
|
+
- Read `.agents/project.json`, CLAUDE.md or AGENTS.md, README, package config, and key source files relevant to the idea.
|
|
27
|
+
- Read `tasks/roadmap.md`, `tasks/todo.md`, `tasks/manual-todo.md`, `tasks/record-todo.md`, `tasks/recurring-todo.md`, `tasks/history.md`, and `tasks/ideas.md` when they exist.
|
|
28
|
+
- Read existing specs from `specs/`, `spec.md`, or `docs/specifications/`, plus relevant research docs such as ICP, journey map, competitive analysis, customer feedback, metrics, and MVP gap artifacts.
|
|
29
|
+
- Read git evidence (`git log`, `git diff`, `git blame`) only where it can confirm related prior decisions, recent regressions, ownership, or why the current system shape exists.
|
|
30
|
+
- Avoid re-interviewing on facts already covered by current concept, research, journey, UX, UI, or spec docs.
|
|
31
|
+
3. Run an evidence-backed intake pass before deciding what to ask:
|
|
32
|
+
- Extract the user's explicit claims, hypotheses, constraints, and desired outcomes. Do not treat a desired outcome as a factual claim.
|
|
33
|
+
- Validate factual claims against code, docs, research, task state, and git history. Classify each as `confirmed`, `partially supported`, `not supported`, or `unknown / needs user context`.
|
|
34
|
+
- Identify likely technical gotchas: architecture fit, shared modules, data model, API/contracts, migrations, security/privacy, permissions, performance, observability, tests, rollout, external dependencies, and backwards compatibility.
|
|
35
|
+
- Identify how the feature fits into the user story, customer journey, developer workflow, game loop, or other project-specific journey artifact. If no credible journey exists for user-facing work, flag that as a planning gap.
|
|
36
|
+
- For new user-facing product, SaaS, marketplace, dashboard, internal tool, product-experience work, or substantial new feature work, add a prototype-first gate to the intake: default the first build artifact to a clickable local/static prototype with fake, fixture, or in-memory data unless the user explicitly opts into production infrastructure or the core interaction cannot be tested without it. Treat durable storage, auth, payments, analytics, deployment, admin tooling, multi-tenancy, and production observability as deferred infrastructure decisions until the prototype calibrates taste, feel, workflow density, and one accepted journey.
|
|
37
|
+
- When the feature direction is uncertain, recommend multiple route-based experiments instead of one over-specified implementation. Name the routes or route pattern, such as `/experiments/table-first`, `/experiments/board-first`, or the project's equivalent, and identify the hypothesis each route tests.
|
|
38
|
+
- Identify whether research docs, journey docs, specs, roadmap, or task queues need a durable update if the feature proceeds.
|
|
39
|
+
4. Match the feature against existing planning artifacts:
|
|
40
|
+
- Identify whether it is already fully represented in a spec, partially represented in a spec, only present as an idea/research gap, or already sequenced in the roadmap.
|
|
41
|
+
- If it duplicates planned work, stop and recommend the existing route (`/roadmap` (requires agent-work-admin pack), `/plan-phase N` (requires agent-work-admin pack), `/exec` (requires exec-loop pack), or `/ship` (requires exec-loop pack)) with evidence.
|
|
42
|
+
5. Present a **Feature Evidence Brief + Assumptions Manifest** before probing:
|
|
43
|
+
- Evidence sources: files, docs, research artifacts, task docs, and git history consulted.
|
|
44
|
+
- Claim validation: verdict for each factual claim or hypothesis, with concise evidence.
|
|
45
|
+
- Technical gotchas: likely integration risks, operational risks, unknowns, and what would break if each assumption is wrong.
|
|
46
|
+
- Journey placement: where this feature belongs in the user story, journey map, workflow, or loop; note missing or conflicting journey evidence.
|
|
47
|
+
- Documentation destination: likely `new spec`, `update existing spec`, `update research/journey docs`, `roadmap/task update`, `interview log only`, `run another planning/research skill first`, or `no action`.
|
|
48
|
+
- Source context: idea/research/spec/roadmap inputs used.
|
|
49
|
+
- Human intent: what outcome the user appears to want and who benefits.
|
|
50
|
+
- Agent interpretation: the concrete capability or change the agent would plan from the input.
|
|
51
|
+
- Existing-system fit: code paths, specs, tasks, and research artifacts likely affected.
|
|
52
|
+
- Planning destination: likely `new spec`, `update existing spec`, `roadmap/task update`, `research/design skill first`, or `no new planning needed`.
|
|
53
|
+
- Priority hypothesis: recommended priority relative to current roadmap/todo, with dependency and risk rationale.
|
|
54
|
+
- Implementation shape: product behavior, design/UX needs, data model, APIs/contracts, migrations, tests, operations, and rollout surface as far as they can be inferred.
|
|
55
|
+
- Prototype-first gate for product and feature work: state whether the next artifact should be `multiple route experiments`, `single clickable prototype`, `production implementation`, or `research/spec only`. If there is no accepted prototype or user-approved infrastructure opt-in, recommend route experiments or a clickable prototype and explicitly defer database/storage, auth, payments, analytics, deployment, admin tooling, multi-tenancy, and production observability.
|
|
56
|
+
- Risks and unknowns: ambiguity, integration risk, user-facing risk, external dependencies, and what breaks if the assumption is wrong.
|
|
57
|
+
Tag each assumption with `[from idea]`, `[from spec]`, `[from codebase]`, `[from research]`, `[from roadmap]`, `[from git]`, or `[inferred]`.
|
|
58
|
+
6. Ask the user to confirm, correct, or flag the evidence brief, claim verdicts, assumptions, journey placement, documentation destination, and priority hypothesis before continuing. Do not proceed past this checkpoint until the user has reviewed it.
|
|
59
|
+
7. Interview in focused passes, 1 to 3 questions per turn. If the session is already in Plan mode and there are 2-3 concrete options, prefer `request_user_input`; otherwise ask concise direct questions.
|
|
60
|
+
8. Cover only the areas needed to choose and prepare the planning destination:
|
|
61
|
+
- Intent and success criteria.
|
|
62
|
+
- Target users, jobs, and journey/design implications.
|
|
63
|
+
- Feature behavior and scope boundaries.
|
|
64
|
+
- Existing spec fit: whether to create a new spec, update an existing spec, or split the work.
|
|
65
|
+
- Implementation constraints: architecture, data model, API/contract surface, migrations, security, privacy, performance, observability, test strategy, and rollout.
|
|
66
|
+
- Research and journey implications: whether canonical research, journey, UX, UI, or customer/developer docs need updates.
|
|
67
|
+
- Roadmap coupling: dependencies, phase fit, priority, ordering, parallelization, manual blockers, and the smallest useful implementation slice.
|
|
68
|
+
9. Research and recommend by default. Use codebase evidence, existing docs, and web search when the decision depends on current external facts. Present options with pros/cons, state a recommendation, and ask the user to approve, adjust, or override.
|
|
69
|
+
10. Before concluding, present a **Planning Destination + Priority Checkpoint**:
|
|
70
|
+
- Decision: new spec, update spec, update research/journey docs, update roadmap/tasks only, run another named planning/research skill first, interview log only, or no action.
|
|
71
|
+
- Target artifact path(s).
|
|
72
|
+
- Journey/workflow placement to record.
|
|
73
|
+
- Scope to include now and explicitly defer.
|
|
74
|
+
- For user-facing product or feature work, confirm the prototype-first decision: what users can click through first, whether multiple experiments should live on separate routes, what data can be fake or fixture-backed, which infrastructure is intentionally deferred, and what evidence would justify promoting one deferred infrastructure item into a later production phase.
|
|
75
|
+
- Scope triage for post-ship features:
|
|
76
|
+
- Small (config, copy, toggle) → `/spec-interview` + `/exec` directly
|
|
77
|
+
- Medium (new component, screen, workflow) → single-variation mini-prototype (`/prototype --variant 1`)
|
|
78
|
+
- Large (new product area, major redesign) → full pipeline starting at `/ux-variations`
|
|
79
|
+
- Priority decision: user-confirmed priority, dependencies, and whether the feature should interrupt, follow, or remain parked relative to current roadmap/todo work.
|
|
80
|
+
- Roadmap/task impact and recommended next command.
|
|
81
|
+
Ask: "Does this destination, priority, and scope match what you want?"
|
|
82
|
+
|
|
83
|
+
## Deliverables
|
|
84
|
+
|
|
85
|
+
After confirmation, write the minimum durable artifact needed:
|
|
86
|
+
|
|
87
|
+
- New spec: write `specs/[topic].md` using the `/spec-interview` canonical section headings.
|
|
88
|
+
- Existing spec update: archive the existing canonical spec first, then update only the relevant sections.
|
|
89
|
+
- Research or journey update: archive the existing canonical research/journey document first when replacing or substantively rewriting sections, then make the smallest scoped update. If the missing research requires a named skill, write the interview log and recommend that skill instead of inventing unsupported research.
|
|
90
|
+
- Roadmap/task-only change: update `tasks/roadmap.md`, `tasks/todo.md`, `tasks/record-todo.md`, or `tasks/manual-todo.md` only when no spec/research change is needed and the user has confirmed priority.
|
|
91
|
+
- Upstream planning/research needed: write an interview log and recommend the named skill instead of inventing a placeholder spec.
|
|
92
|
+
- No action: write an interview log explaining why the idea is already covered, duplicate, deferred, or intentionally parked.
|
|
93
|
+
|
|
94
|
+
Always write an interview log to `specs/[topic]-feature-interview.md` (or `docs/specifications/[topic]-feature-interview.md` if that is the repo's canonical spec location). Include:
|
|
95
|
+
|
|
96
|
+
- Artifact path: the exact path of this interview log.
|
|
97
|
+
- The Feature Evidence Brief and Assumptions Manifest with user corrections.
|
|
98
|
+
- Claim validation verdicts and evidence.
|
|
99
|
+
- Technical gotchas, mitigations, and unresolved unknowns.
|
|
100
|
+
- Journey/user-story/workflow placement and any research or journey doc changes needed.
|
|
101
|
+
- Questions asked and answers received.
|
|
102
|
+
- Options and recommendations presented.
|
|
103
|
+
- Planning Destination + Priority Checkpoint and confirmed decision.
|
|
104
|
+
- The exact next command for sequencing.
|
|
105
|
+
|
|
106
|
+
### Alignment Page
|
|
107
|
+
|
|
108
|
+
Follow the shared Alignment Page convention in CLAUDE.md. Output: `alignment/feature-interview-{topic}.html`.
|
|
109
|
+
|
|
110
|
+
## Constraints
|
|
111
|
+
|
|
112
|
+
- Do not default to a new spec when an existing spec should be updated.
|
|
113
|
+
- Do not update roadmap or task sequencing until the planning destination and priority are confirmed by the user.
|
|
114
|
+
- Do not produce a full implementation spec unless the interview proves a new or rewritten spec is the right destination.
|
|
115
|
+
- Do not route brainstorm ideas directly to `/spec-interview`; use `/feature-interview` for triage unless the user explicitly asks for a full spec.
|
|
116
|
+
- Do not implement fixes or feature code from this skill. If the evidence pass uncovers a bug, route to `/investigate` (requires code-debug pack); if it uncovers buildable planned work, route through `/roadmap` (requires agent-work-admin pack), `/plan-phase` (requires agent-work-admin pack), or `/exec` (requires exec-loop pack).
|
|
117
|
+
- When recommending a skill from another pack, verify the pack is installed via `.agents/project.json` `enabled_packs`. If not installed, prepend `/pack install <pack-name>` to the recommendation.
|
|
118
|
+
|
|
119
|
+
## Default Shipping Contract
|
|
120
|
+
|
|
121
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: feature-interview
|
|
3
|
+
description: Interview a feature idea with evidence-backed alignment, then decide whether to create/update docs, specs, roadmap, or tasks
|
|
4
|
+
type: planning
|
|
5
|
+
version: v0.2
|
|
6
|
+
argument-hint: "[feature idea or tasks/ideas.md entry]"
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Pack Availability Guard
|
|
10
|
+
|
|
11
|
+
Before telling the user to run a skill from another project-local pack, check `.agents/project.json.enabled_packs`. If the target pack is not enabled, recommend `/pack install <pack>` instead of the target skill. Global skills are always valid. Skills from this same pack are valid because the current skill is already running from that pack.
|
|
12
|
+
|
|
13
|
+
# Feature Interview
|
|
14
|
+
|
|
15
|
+
Use this skill when the user has a feature idea, brainstorm suggestion, research gap, bug-shaped improvement, or implementation direction that needs evidence-backed alignment before deciding whether to write or update research docs, journey docs, specs, roadmap entries, task queues, or route directly to another planning skill. This skill is also the primary entry point for post-ship feature work, where scope determines the re-entry depth into the pipeline.
|
|
16
|
+
|
|
17
|
+
This is narrower than `/spec-interview`: it performs the same assumption surfacing and user interrogation needed for human/agent alignment, but it does not assume the output must be a full new implementation spec. It borrows `/investigate`'s evidence discipline for claims, codebase fit, and technical gotchas, but it does not fix bugs or implement the feature.
|
|
18
|
+
|
|
19
|
+
## Workflow
|
|
20
|
+
|
|
21
|
+
1. Resolve the feature input:
|
|
22
|
+
- If `$ARGUMENTS` names or quotes an idea, use it as the seed.
|
|
23
|
+
- If `$ARGUMENTS` references `tasks/ideas.md`, read matching entries and ask the user to choose one when multiple entries match.
|
|
24
|
+
- If no feature is provided, read `tasks/ideas.md` and present the top unspecced candidates; ask the user which one to interview.
|
|
25
|
+
2. Gather context before asking deep questions:
|
|
26
|
+
- Read `.agents/project.json`, CLAUDE.md or AGENTS.md, README, package config, and key source files relevant to the idea.
|
|
27
|
+
- Read `research/.progress.yaml` when present. Treat product-path entries as product/app/ICP divergence state, not git branches.
|
|
28
|
+
- Read `tasks/roadmap.md`, `tasks/todo.md`, `tasks/manual-todo.md`, `tasks/record-todo.md`, `tasks/recurring-todo.md`, `tasks/history.md`, and `tasks/ideas.md` when they exist.
|
|
29
|
+
- Read existing specs from `specs/`, `spec.md`, or `docs/specifications/`, plus relevant research docs such as ICP, journey map, competitive analysis, customer feedback, metrics, and MVP gap artifacts.
|
|
30
|
+
- Read git evidence (`git log`, `git diff`, `git blame`) only where it can confirm related prior decisions, recent regressions, ownership, or why the current system shape exists.
|
|
31
|
+
- Avoid re-interviewing on facts already covered by current concept, research, journey, UX, UI, or spec docs.
|
|
32
|
+
3. Run an evidence-backed intake pass before deciding what to ask:
|
|
33
|
+
- Extract the user's explicit claims, hypotheses, constraints, and desired outcomes. Do not treat a desired outcome as a factual claim.
|
|
34
|
+
- Validate factual claims against code, docs, research, task state, and git history. Classify each as `confirmed`, `partially supported`, `not supported`, or `unknown / needs user context`.
|
|
35
|
+
- Identify likely technical gotchas: architecture fit, shared modules, data model, API/contracts, migrations, security/privacy, permissions, performance, observability, tests, rollout, external dependencies, and backwards compatibility.
|
|
36
|
+
- Identify how the feature fits into the user story, customer journey, developer workflow, game loop, or other project-specific journey artifact. If no credible journey exists for user-facing work, flag that as a planning gap.
|
|
37
|
+
- For new user-facing product, SaaS, marketplace, dashboard, internal tool, product-experience work, or substantial new feature work, add a prototype-first gate to the intake: default the first build artifact to a clickable local/static prototype with fake, fixture, or in-memory data unless the user explicitly opts into production infrastructure or the core interaction cannot be tested without it. Treat durable storage, auth, payments, analytics, deployment, admin tooling, multi-tenancy, and production observability as deferred infrastructure decisions until the prototype calibrates taste, feel, workflow density, and one accepted journey.
|
|
38
|
+
- When the feature direction is uncertain, recommend multiple route-based experiments instead of one over-specified implementation. Name the routes or route pattern, such as `/experiments/table-first`, `/experiments/board-first`, or the project's equivalent, and identify the hypothesis each route tests.
|
|
39
|
+
- If those route experiments imply materially different products, apps, ICPs, or product lines rather than alternative UX for the same product path, record them in `research/.progress.yaml` as `product_paths[]` with `source_skill: feature-interview`, `status: deferred` or `status: revisit_candidate`, a `revisit_trigger`, and the likely `next_skill`.
|
|
40
|
+
- Identify whether research docs, journey docs, specs, roadmap, or task queues need a durable update if the feature proceeds.
|
|
41
|
+
4. Match the feature against existing planning artifacts:
|
|
42
|
+
- Identify whether it is already fully represented in a spec, partially represented in a spec, only present as an idea/research gap, or already sequenced in the roadmap.
|
|
43
|
+
- If it duplicates planned work, stop and recommend the existing route (`/roadmap` (requires agent-work-admin pack), `/plan-phase N` (requires agent-work-admin pack), `/exec` (requires exec-loop pack), or `/ship` (requires exec-loop pack)) with evidence.
|
|
44
|
+
5. Present a **Feature Evidence Brief + Assumptions Manifest** before probing:
|
|
45
|
+
- Evidence sources: files, docs, research artifacts, task docs, and git history consulted.
|
|
46
|
+
- Claim validation: verdict for each factual claim or hypothesis, with concise evidence.
|
|
47
|
+
- Technical gotchas: likely integration risks, operational risks, unknowns, and what would break if each assumption is wrong.
|
|
48
|
+
- Journey placement: where this feature belongs in the user story, journey map, workflow, or loop; note missing or conflicting journey evidence.
|
|
49
|
+
- Documentation destination: likely `new spec`, `update existing spec`, `update research/journey docs`, `roadmap/task update`, `interview log only`, `run another planning/research skill first`, or `no action`.
|
|
50
|
+
- Source context: idea/research/spec/roadmap inputs used.
|
|
51
|
+
- Human intent: what outcome the user appears to want and who benefits.
|
|
52
|
+
- Agent interpretation: the concrete capability or change the agent would plan from the input.
|
|
53
|
+
- Existing-system fit: code paths, specs, tasks, and research artifacts likely affected.
|
|
54
|
+
- Planning destination: likely `new spec`, `update existing spec`, `roadmap/task update`, `research/design skill first`, or `no new planning needed`.
|
|
55
|
+
- Priority hypothesis: recommended priority relative to current roadmap/todo, with dependency and risk rationale.
|
|
56
|
+
- Implementation shape: product behavior, design/UX needs, data model, APIs/contracts, migrations, tests, operations, and rollout surface as far as they can be inferred.
|
|
57
|
+
- Prototype-first gate for product and feature work: state whether the next artifact should be `multiple route experiments`, `single clickable prototype`, `production implementation`, or `research/spec only`. If there is no accepted prototype or user-approved infrastructure opt-in, recommend route experiments or a clickable prototype and explicitly defer database/storage, auth, payments, analytics, deployment, admin tooling, multi-tenancy, and production observability.
|
|
58
|
+
- Risks and unknowns: ambiguity, integration risk, user-facing risk, external dependencies, and what breaks if the assumption is wrong.
|
|
59
|
+
Tag each assumption with `[from idea]`, `[from spec]`, `[from codebase]`, `[from research]`, `[from roadmap]`, `[from git]`, or `[inferred]`.
|
|
60
|
+
6. Ask the user to confirm, correct, or flag the evidence brief, claim verdicts, assumptions, journey placement, documentation destination, and priority hypothesis before continuing. Do not proceed past this checkpoint until the user has reviewed it.
|
|
61
|
+
7. Interview in focused passes, 1 to 3 questions per turn. If the session is already in Plan mode and there are 2-3 concrete options, prefer `request_user_input`; otherwise ask concise direct questions.
|
|
62
|
+
8. Cover only the areas needed to choose and prepare the planning destination:
|
|
63
|
+
- Intent and success criteria.
|
|
64
|
+
- Target users, jobs, and journey/design implications.
|
|
65
|
+
- Feature behavior and scope boundaries.
|
|
66
|
+
- Existing spec fit: whether to create a new spec, update an existing spec, or split the work.
|
|
67
|
+
- Implementation constraints: architecture, data model, API/contract surface, migrations, security, privacy, performance, observability, test strategy, and rollout.
|
|
68
|
+
- Research and journey implications: whether canonical research, journey, UX, UI, or customer/developer docs need updates.
|
|
69
|
+
- Roadmap coupling: dependencies, phase fit, priority, ordering, parallelization, manual blockers, and the smallest useful implementation slice.
|
|
70
|
+
9. Research and recommend by default. Use codebase evidence, existing docs, and web search when the decision depends on current external facts. Present options with pros/cons, state a recommendation, and ask the user to approve, adjust, or override.
|
|
71
|
+
10. Before concluding, present a **Planning Destination + Priority Checkpoint**:
|
|
72
|
+
- Decision: new spec, update spec, update research/journey docs, update roadmap/tasks only, run another named planning/research skill first, interview log only, or no action.
|
|
73
|
+
- Target artifact path(s).
|
|
74
|
+
- Journey/workflow placement to record.
|
|
75
|
+
- Scope to include now and explicitly defer.
|
|
76
|
+
- For user-facing product or feature work, confirm the prototype-first decision: what users can click through first, whether multiple experiments should live on separate routes, what data can be fake or fixture-backed, which infrastructure is intentionally deferred, and what evidence would justify promoting one deferred infrastructure item into a later production phase.
|
|
77
|
+
- Scope triage for post-ship features:
|
|
78
|
+
- Small (config, copy, toggle) → `/spec-interview` + `/exec` directly
|
|
79
|
+
- Medium (new component, screen, workflow) → single-variation mini-prototype (`/prototype --variant 1`)
|
|
80
|
+
- Large (new product area, major redesign) → full pipeline starting at `/ux-variations`
|
|
81
|
+
- Priority decision: user-confirmed priority, dependencies, and whether the feature should interrupt, follow, or remain parked relative to current roadmap/todo work.
|
|
82
|
+
- Roadmap/task impact and recommended next command.
|
|
83
|
+
Ask: "Does this destination, priority, and scope match what you want?"
|
|
84
|
+
|
|
85
|
+
## Deliverables
|
|
86
|
+
|
|
87
|
+
After confirmation, write the minimum durable artifact needed:
|
|
88
|
+
|
|
89
|
+
- New spec: write `specs/[topic].md` using the `/spec-interview` canonical section headings.
|
|
90
|
+
- Existing spec update: archive the existing canonical spec first, then update only the relevant sections.
|
|
91
|
+
- Research or journey update: archive the existing canonical research/journey document first when replacing or substantively rewriting sections, then make the smallest scoped update. If the missing research requires a named skill, write the interview log and recommend that skill instead of inventing unsupported research.
|
|
92
|
+
- Roadmap/task-only change: update `tasks/roadmap.md`, `tasks/todo.md`, `tasks/record-todo.md`, or `tasks/manual-todo.md` only when no spec/research change is needed and the user has confirmed priority.
|
|
93
|
+
- Upstream planning/research needed: write an interview log and recommend the named skill instead of inventing a placeholder spec.
|
|
94
|
+
- No action: write an interview log explaining why the idea is already covered, duplicate, deferred, or intentionally parked.
|
|
95
|
+
- Product path divergence: update `research/.progress.yaml` with `id`, `label`, `source_skill`, `scope_path`, `status`, `reason`, `evidence_refs`, `revisit_trigger`, `next_skill`, and `last_touched`; do not force all divergent paths through downstream research.
|
|
96
|
+
|
|
97
|
+
Always write an interview log to `specs/[topic]-feature-interview.md` (or `docs/specifications/[topic]-feature-interview.md` if that is the repo's canonical spec location). Include:
|
|
98
|
+
|
|
99
|
+
- Artifact path: the exact path of this interview log.
|
|
100
|
+
- The Feature Evidence Brief and Assumptions Manifest with user corrections.
|
|
101
|
+
- Claim validation verdicts and evidence.
|
|
102
|
+
- Technical gotchas, mitigations, and unresolved unknowns.
|
|
103
|
+
- Journey/user-story/workflow placement and any research or journey doc changes needed.
|
|
104
|
+
- Questions asked and answers received.
|
|
105
|
+
- Options and recommendations presented.
|
|
106
|
+
- Planning Destination + Priority Checkpoint and confirmed decision.
|
|
107
|
+
- The exact next command for sequencing.
|
|
108
|
+
|
|
109
|
+
### Alignment Page
|
|
110
|
+
|
|
111
|
+
Follow the shared Alignment Page convention in CLAUDE.md. Output: `alignment/feature-interview-{topic}.html`.
|
|
112
|
+
|
|
113
|
+
## Constraints
|
|
114
|
+
|
|
115
|
+
- Do not default to a new spec when an existing spec should be updated.
|
|
116
|
+
- Do not update roadmap or task sequencing until the planning destination and priority are confirmed by the user.
|
|
117
|
+
- Do not produce a full implementation spec unless the interview proves a new or rewritten spec is the right destination.
|
|
118
|
+
- Do not route brainstorm ideas directly to `/spec-interview`; use `/feature-interview` for triage unless the user explicitly asks for a full spec.
|
|
119
|
+
- Do not implement fixes or feature code from this skill. If the evidence pass uncovers a bug, route to `/investigate` (requires code-debug pack); if it uncovers buildable planned work, route through `/roadmap` (requires agent-work-admin pack), `/plan-phase` (requires agent-work-admin pack), or `/exec` (requires exec-loop pack).
|
|
120
|
+
- When recommending a skill from another pack, verify the pack is installed via `.agents/project.json` `enabled_packs`. If not installed, prepend `/pack install <pack-name>` to the recommendation.
|
|
121
|
+
|
|
122
|
+
## Default Shipping Contract
|
|
123
|
+
|
|
124
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|