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,84 @@
|
|
|
1
|
+
# Alignment Page — video-script
|
|
2
|
+
|
|
3
|
+
When this skill produces durable deliverables (research, specs, plans, reports, prototypes, or any document output), build a full-depth HTML alignment page at `alignment/video-script-{topic}.html`. Use a normalized topic slug derived from the app, feature, research subject, report subject, or output filename.
|
|
4
|
+
|
|
5
|
+
**Visual rendering tier.** Each alignment page declares a rendering tier:
|
|
6
|
+
- `document` (default) — text, tables, approval gates. No charts or interactive elements.
|
|
7
|
+
- `visual` — adds inline charts, diagrams, and spatial layouts rendered via self-contained Canvas/SVG. Data is embedded as inline JSON. No external fetches.
|
|
8
|
+
- `prototype` — adds functional interactive components (clickable flows, live CSS previews, drag interactions). Prototypes are ephemeral previews, not production code.
|
|
9
|
+
|
|
10
|
+
The tier is set per skill via `visual_tier` in SKILL.md frontmatter (or detected by the upgrade script). The bundled ALIGNMENT-PAGE.md receives tier-appropriate rendering guidance from the generator.
|
|
11
|
+
|
|
12
|
+
**Alignment lifecycle.** Alignment pages have three lifecycle states. `review` is the draft/pre-approval page: it contains the complete deliverable preview, evidence, required inline gate questions, section feedback controls, feedback-only YAML, and final compile controls. `confirmed` is the post-approval page after the agent has consumed final compiled YAML, made any approved user-requested edits, and written or updated the approved canonical artifacts. A confirmed page is finished and current for the completed alignment cycle, but it remains amendable when later research changes or extends the conclusions. `amended` is a future revision of a confirmed page: archive the previous confirmed page first, mark what changed, preserve the prior approval record, and highlight the new evidence, decisions, or scope that changed the earlier conclusion.
|
|
13
|
+
|
|
14
|
+
**Central alignment index.** When a research-producing skill writes or updates an HTML alignment page, also maintain the repository's central alignment index. Look for `alignment/index.html` at the repository root; if the target repo documents a different central alignment-index path, use that path and report it. If the index does not exist, create it as a self-contained HTML page that works from `file://`, links to every active `alignment/*.html` page except itself, and includes the newly written page. Every index entry must include the page's alignment date in a muted meta span after the link, formatted `YYYY-MM-DD`, for example `<a href="page.html">Title</a> <span class="meta">2026-06-09</span>`. The alignment date is the review or confirmed date written inside the page itself; new pages use today's date. If the index exists, update it instead of blindly appending: preserve valid existing entries, metadata, and entry dates; remove duplicate entries for the same page path; keep links repo-relative; and include the new or updated page. When updating an existing index, add a date only to entries that are missing one, deriving it from the page's internal alignment date, or from file history when the page has no internal date. If a `new` marker is used, combine it with the date as `<span class="meta">new · YYYY-MM-DD</span>`, and remove stale `new` markers from entries that are no longer the latest addition.
|
|
15
|
+
|
|
16
|
+
**Alignment index categories.** The index groups alignment pages into five categories. Each alignment page belongs to exactly one category. When writing or updating the index, assign each page to a category and render the index grouped by category in the order listed below.
|
|
17
|
+
|
|
18
|
+
1. **Research** (`research`) — market research, competitive analysis, investigative reports. Skill prefixes: `devtool-positioning`, `devtool-adoption`, `devtool-monetization`, `devtool-user-map`, `devtool-workflow`, `devtool-dx-journey`, `devtool-integration-map`, `deep-research`, `repo-glossary`.
|
|
19
|
+
2. **Product Design & Spec** (`product-design`) — product scoping, idea briefs, design plans, specifications. Skill prefixes: `idea-scope-brief`, `fork-idea-branch`, `animation-design-planner`, `skills-showcase`, `skills-inventory`.
|
|
20
|
+
3. **Utility & Maintenance** (`utility`) — diagnostics, triage, incident investigation, infrastructure maintenance. Skill prefixes: `investigate`, `session-triage`, `prompt-history-backfill`.
|
|
21
|
+
4. **QA & Meta-Skill Improvement** (`qa-meta`) — code review, benchmarking, skill building/fixing, expert review. Skill prefixes: `expert-review`, `benchmark`, `targeted-skill-builder`, `devtool-docs-audit`.
|
|
22
|
+
5. **Ops & Session Analysis** (`ops-analysis`) — operational intelligence, session history analysis, cost/token/workflow analysis. Skill prefixes: `analyze-sessions`, `canonical-workflow`, `run-batch`.
|
|
23
|
+
|
|
24
|
+
**Category assignment rule.** Match the skill name that produced the alignment page against the prefix lists above; use the first matching category. When no prefix matches, read the page title and summary to assign the best-fit category. When the category is ambiguous, default to **Research**.
|
|
25
|
+
|
|
26
|
+
**Visual tier badge.** When writing or updating the alignment index, display a visual tier badge next to each linked page: `[doc]` for document tier, `[visual]` for visual tier (pages with charts/diagrams), `[proto]` for prototype tier (interactive pages). Read the tier from the alignment page's `data-visual-tier` attribute on the `<html>` element. When the attribute is missing, default to `[doc]`.
|
|
27
|
+
|
|
28
|
+
**Category data attribute.** Set `data-alignment-category` on the `<html>` element of each alignment page with the category slug (`research`, `product-design`, `utility`, `qa-meta`, or `ops-analysis`). Also set `data-visual-tier` on the `<html>` element with the rendering tier (`document`, `visual`, or `prototype`). When an existing alignment page lacks the attribute, infer the category from the skill-name prefix or page content and add it on the next update. The index should read this attribute when available; when it is missing, apply the prefix-matching rule to assign a category for display.
|
|
29
|
+
|
|
30
|
+
**Category and product-path grouping.** In product-line or product-path repositories, identify product from `research/.progress.yaml` `product_paths[]`, active `research/{slug}/` or `specs/{slug}/` scopes, page metadata, page title, or the alignment page path. Group index entries by category first, then by product/product path within each category, with the repo's existing secondary sort preserved when clear. In flat repositories, group by category, then preserve the existing index organization within each category or use a clear newest-first or title order when creating a new index.
|
|
31
|
+
|
|
32
|
+
**Research quality contract.** For research-producing outputs, do not synthesize research findings, recommendations, candidate rankings, or working packets until the user approves the research scope from the `review` alignment page's final compiled YAML. Before scope approval, do only minimal discovery needed to propose the research scope, source plan, assumptions, output paths, and approval questions; label any observed files or source availability as scope evidence, not findings. After scope approval, perform the synthesized research and separate and label `claims` (what the report concludes), `evidence` (source, repo artifact or file path, quote or observation, date, and confidence), `inference` (why that evidence supports the claim), `assumptions` (what remains unproven), and `decision impact` (what the user should approve, reject, or correct). Do not collapse evidence and inference into unsupported summary prose.
|
|
33
|
+
|
|
34
|
+
**Embed prohibition.** Do not use `<object>`, `<iframe>`, `<embed>`, or "open working packet" / "view full document" links as the primary rendering of any proposed deliverable, evidence matrix, interview log, or manifest entry. The alignment page HTML must contain the rendered content directly. Embedded or linked external documents are permitted only as supplemental references alongside the fully rendered content already present in the page. **Exception:** Self-contained inline `<canvas>` and `<svg>` elements are permitted for charts and diagrams within the same HTML file.
|
|
35
|
+
|
|
36
|
+
**Visual accessibility contract.** Every chart or diagram in a `visual` or `prototype` tier alignment page must include: (1) a `<table>` or text fallback rendering the same data, (2) an `aria-label` attribute on every `<canvas>` and `<svg>` element describing the chart type and data summary, and (3) a "View as table" toggle button that swaps between the chart and its table fallback. The toggle must default to showing the chart, with the table hidden via a `hidden` attribute that is toggled by the button.
|
|
37
|
+
|
|
38
|
+
**Inline chart contract.** Visual and prototype tier pages must inline all chart rendering code as a `<script>` block within the HTML file. No external CDN references, relative file imports, or `<script src="...">` tags for chart libraries. Use the alignment chart snippet library (`scripts/alignment-chart-snippets.js`) as the reference implementation — copy the needed functions directly into the page's `<script>` block. Charts must read CSS variables (`--chart-1` through `--chart-8`) for colors and adapt to the dark-mode palette.
|
|
39
|
+
|
|
40
|
+
**No context loss rule.** The alignment page must contain the complete content of every proposed markdown deliverable -- every section, every finding, every detail, every list item -- plus the decision-relevant substance from search logs, interview logs, source notes, repo scans, and approval notes. If a fact, source, caveat, uncertainty, alternative, rejected or lower-confidence finding, or decision rationale appears in a proposed deliverable or research log, it must either appear in the HTML page or be explicitly linked from the exact section that depends on it. The page 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.
|
|
41
|
+
|
|
42
|
+
**Page layout contract.** After the page title and short summary, include a top-of-page "Table of Contents" section with anchor links to the major review sections and the bottom compile section. Keep the Table of Contents in normal document flow. Do not use a sidebar, side rail, drawer, split-shell layout, or sticky navigation for the Table of Contents unless the user explicitly asks for that layout. Do not place compile, copy, feedback, or answer controls in a sticky or fixed bottom banner/footer. Bottom compile controls must appear as ordinary content in a bottom compile section, so they scroll with the page and do not cover content at high zoom.
|
|
43
|
+
|
|
44
|
+
**Research translation requirements.** For research outputs, the HTML page must include an evidence matrix, confidence/assumption register, alternatives considered, rejected or lower-confidence findings, source coverage gaps, and downstream implications. The evidence matrix must map each major claim to source or repo evidence, inference, confidence, assumption status, and decision impact. The confidence/assumption register must show which conclusions are evidence-backed, which are provisional, and what evidence would change them.
|
|
45
|
+
|
|
46
|
+
**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;`. Data visualization palette (for `visual` and `prototype` tier pages): `--chart-1: #58a6ff; --chart-2: #3fb950; --chart-3: #d29922; --chart-4: #bc8cff; --chart-5: #f85149; --chart-6: #79c0ff; --chart-7: #f0883e; --chart-8: #a5d6ff;`. Apply `background: var(--bg); color: var(--text);` on body. Use `--surface` for cards, the top Table of Contents, 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`.
|
|
47
|
+
|
|
48
|
+
**Responsive layout.** Include `<meta name="viewport" content="width=device-width, initial-scale=1">` in the head. Use at most two breakpoints: `@media (max-width: 860px)` for tablet and `@media (max-width: 560px)` for phone. Wrap every `<table>` in a `<div style="overflow-x: auto">` so tables scroll horizontally instead of breaking layout. All interactive elements (buttons, radio labels, feedback controls) must have a minimum touch target of `44px` height and at least `10px 16px` padding. Use `rem` for font sizes and respect the user's base font size — do not set a fixed `font-size` on `html` or `body`. Flex containers that place a heading beside controls (`display: flex; justify-content: space-between`) must include `flex-wrap: wrap; gap: 8px` so controls drop below the heading on narrow screens. Grid layouts must use `minmax(min(210px, 100%), 1fr)` instead of bare `minmax(210px, 1fr)` to prevent horizontal overflow when the viewport is narrower than the minimum. Set `max-width: 100%; overflow-wrap: break-word;` on `main` and any fixed-width container so no element forces a horizontal scrollbar at any zoom level.
|
|
49
|
+
|
|
50
|
+
**Alignment gates.** In `review` pages, treat gates as explicit review sections inside the HTML page. A gate blocks finalization only while the page is in `review`, 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. In `confirmed` pages, preserve the gate decisions as read-only approval records instead of active approval controls.
|
|
51
|
+
|
|
52
|
+
**Output gate semantics and de-duplication.** The `artifact destination` gate approves the durable or review artifact location, such as the alignment page, working packet, report, spec, plan, prototype, or document path. The `proposed file changes` gate approves downstream mutation scope, timing, and the allowed file set after review. Keep these as separate approval concepts. If both gate concepts ask only the same path-destination question, render one combined visual section such as `Artifact Destination & Proposed File Changes` instead of duplicating path-only sections. If the decisions differ, render separate gates. Do not duplicate YAML entries solely because one visual section title names both concepts: emit separate YAML items only when the page asked separate decisions, and keep each item's `gate_type` equal to the decision it controls (`artifact destination` or `proposed file changes`).
|
|
53
|
+
|
|
54
|
+
**Research completeness gate.** For research outputs, include a research completeness gate with inline questions asking whether the evidence is sufficient for the recommendation, which claims need more support, and whether missing context could change the recommendation. Place these questions directly under the evidence matrix or recommendation section they govern.
|
|
55
|
+
|
|
56
|
+
**Source coverage expectations.** For web research, organize source coverage by category rather than citation list alone; use categories such as competitors, pricing, user sentiment, positioning, integrations, and recent activity when relevant to the topic. For repo or codebase research, include file/path evidence and clearly distinguish observed code facts from inferred product, workflow, or user conclusions.
|
|
57
|
+
|
|
58
|
+
**Report-only research gates.** For report-only or pre-approval research skills, the first `review` alignment page must explicitly contain proposed research scope, source plan, assumptions/confidence, recommended output path, proposed file changes, and approval gates before synthesized research begins and before any working packet, canonical research, spec, or task file is created or updated.
|
|
59
|
+
|
|
60
|
+
**Staged research workflow.** Heavy report-first research uses a scope-first three-stage approval workflow. Stage 1 is minimal scope discovery only: inspect enough repository, user, and source context to propose research scope, source plan, assumptions, output paths, and approval questions. Build the `review` alignment page before synthesized research. The page must render the proposed scope, available source categories, known context, assumptions/confidence, proposed working-packet and canonical output paths, and research-scope approval gates. Stop for final compiled YAML approval of the research scope. Do not synthesize findings, rank candidates, recommend a path, or create working packets, canonical research, spec, or task files in Stage 1. Stage 2 starts only after final compiled YAML approves the research scope with no unresolved `needs-clarification`, unresolved `down` feedback, or other unresolved negative feedback. Perform the synthesized research, run required source/code checks, and write only a non-canonical working packet. Flat mode uses `research/_working/preliminary-video-script-research.md`; product-path mode uses `research/{slug}/_working/preliminary-video-script-research.md`. Existing raw evidence or search-log outputs may remain as supporting evidence when the skill contract already requires them, but synthesized deliverables stay in the working packet. Update the same `review` alignment page so it renders the full preliminary packet, evidence matrix, assumptions/confidence register, source coverage gaps, proposed canonical file changes, and artifact approval gates. Feedback-only YAML revises the working packet and review page, then remains in Stage 2. Stage 3 consumes final compiled YAML for artifact approval only when it has no unresolved `needs-clarification`, unresolved `down` feedback, or other unresolved negative feedback. Apply approved edits first, archive the working packet to `docs/history/archive/YYYY-MM-DD/HHMMSS/<original-working-path>`, remove the active working packet, write the approved canonical artifacts to the unchanged output paths, and convert the page to `confirmed` with the approval record preserved.
|
|
61
|
+
|
|
62
|
+
**Required inline questions.** In `review` pages, 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. Confirmed pages must not keep these as required input controls; render the answered decisions as read-only records.
|
|
63
|
+
|
|
64
|
+
**Section feedback controls.** Every major section of the page (each deliverable section, evidence matrix, confidence register, gate, and any anchor-linked top-level heading) carries a lightweight section-feedback control near its heading: three mutually exclusive choices -- "emphasize" (add more weight to this section or to the point named in the notes), thumbs down (reject or flag a concern), and "clarification needed". Selecting any one reveals a multi-line section-feedback textarea placed directly under or beside that section's emphasize/down/clarify controls; deselecting hides the textarea and any local feedback YAML output for that section. This textarea is separate from required gate-question text inputs: even when the same section has gate questions with their own text boxes, selecting emphasize/down/clarify must still reveal the section-feedback textarea near the feedback controls. Use `--green` for active "emphasize", `--red` for the active thumbs-down, and `--orange` for active "clarification needed", with muted/inactive states otherwise. These controls are optional for final approval and do not replace required gate questions. They also power the separate feedback-only YAML path so the user can send emphasis requests, concerns, or clarification requests before answering every required gate question. When a section contains nested subsections (h3 or deeper), duplicate the section-feedback control at the bottom of the section, just before the closing `</section>` tag. The bottom copy mirrors the top copy — same `data-section`, same id with a `-bottom` suffix, same button set. Sections without nested subsections keep only the top control. Pair top and bottom controls by matching `data-section` attribute. When a feedback button is clicked on one copy, mirror the active state, `has-feedback` class, and `dataset.feedback` value to the paired copy. Textarea content should sync on compile — whichever textarea has content takes precedence (prefer the one the user last typed in). Both copies' local compile/copy buttons produce the same YAML. Use the top copy's `id` (without `-bottom`) as the canonical feedback id for YAML output.
|
|
65
|
+
|
|
66
|
+
**Feedback-only YAML contract.** Provide feedback-only YAML in two places: locally under each selected section-feedback textarea, and globally in the bottom compile section. When a section-feedback control is selected, show local "Compile Feedback YAML" and "Copy YAML" controls plus a read-only YAML textarea directly under that section's feedback textarea. The local feedback compile generates YAML with `alignment_page: alignment/video-script-{topic}.html`, `feedback_status: revision-request`, `approval_status: not-approved`, `unanswered_required_questions`, and a `section_feedback` list containing the single selected section-feedback entry for that local control. The bottom "Compile Feedback YAML" control generates the same YAML shape but aggregates every selected section-feedback entry on the page. Enable both local and bottom feedback compile controls as soon as at least one section-feedback control is set, even if required inline gate questions are unanswered. Populate `alignment_page` from the known repo-relative output path used to write the HTML page, not from the page title, browser URL, window location, or any display label. Each feedback entry uses the shape `section`, `feedback` (`emphasize`, `down`, or `needs-clarification`), optional `notes` from that section's feedback textarea, and `requested_agent_action` (`add-weight-to-section`, `investigate-and-revise`, or `clarify-before-approval`). For `emphasize` feedback, the YAML must make clear that the agent should add more weight, prominence, evidence, detail, or recommendation emphasis to that section or to the specific point named in the notes; this is a revision request, not approval of the section as-is. For `down` and `needs-clarification` feedback, the YAML must make clear that the agent should evaluate the feedback, investigate further when needed, and contextually amend the HTML alignment page before asking again for final approval answers. Automatically attempt to copy feedback YAML to the clipboard, display local or bottom copy status, display it in the matching read-only textarea, and provide a "Copy YAML" button with the same retry and fallback behavior as final gate YAML. Do not render the bottom feedback compile controls as a sticky or fixed banner.
|
|
67
|
+
|
|
68
|
+
**Gate YAML contract.** In `review` pages, at the bottom of the page, include an ordinary in-flow compile section with a "Compile Feedback YAML" button for selected section feedback and a separate "Compile Answers" button for final approval answers. The bottom compile section must not be sticky, fixed, floating, or styled as a persistent banner. The "Compile Answers" button aggregates answers from all inline gate questions throughout the page, including free-text notes. The final approval 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 `alignment_page: alignment/video-script-{topic}.html`, `approval_status: ready-for-agent-review`, 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. Populate `alignment_page` from the known repo-relative output path used to write the HTML page, not from the page title, browser URL, window location, or any display label. The same final compiled output also includes any section-feedback controls that the user set, using the `section_feedback` shape from the feedback-only YAML contract. 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.
|
|
69
|
+
|
|
70
|
+
**Confirmed page contract.** After final approval has been applied, convert the active alignment page from `review` to `confirmed`. Include a visible status block with `alignment_status: confirmed`, confirmation date, confirmed artifact paths, approval source summary, and explicit finished but amendable language: the page is current for the completed alignment cycle, and later research can amend it only by archiving the prior confirmed page and highlighting the amendment. Remove required gate-question controls, the final "Compile Answers" button, unanswered-question counters, disabled approval buttons, and approval-blocking language. Preserve the full research and approval record: answered decisions, user requests, evidence matrix, assumptions/confidence register, source gaps, proposed file changes, final compiled YAML or faithful approval summary, and what changed during confirmation. Keep research caveats visible; `confirmed` means approved/current, not immutable or permanently true.
|
|
71
|
+
|
|
72
|
+
**Pre-approval stop.** While an alignment page is in `review`, the next action is review of the HTML alignment page, not downstream routing. Ask the user to review the page and provide either local or bottom feedback-only YAML for emphasis requests, concerns, or clarification, or final compiled YAML answers when ready. Do not require the user to answer every gate before sending emphasis requests, negative feedback, or clarification needs. When feedback-only YAML is provided, treat it as a revision request: evaluate the feedback, investigate further when needed, archive and amend the HTML page contextually, highlight the changes, and ask again for review. Do not include `Recommended next skill`, `Recommended next command`, or downstream routing language until after final compiled YAML has been provided and the approved artifacts have been written or updated.
|
|
73
|
+
|
|
74
|
+
**After approval handling.** When final compiled YAML is provided, inspect it before confirming the page. If it contains approvals plus user-requested edits, first update the page, research, and proposed canonical artifacts to satisfy the request; then write or update the approved canonical artifacts and confirm the page. If it contains `needs-clarification`, unresolved `down` feedback, or any unresolved negative feedback, revise the page and return it to `review` instead of marking it `confirmed`. Before replacing any existing alignment page, archive it to `docs/history/archive/YYYY-MM-DD/HHMMSS/alignment/video-script-{topic}.html`. Future amendments to confirmed pages follow the same archive-first rule and must show what changed from the prior confirmed record.
|
|
75
|
+
|
|
76
|
+
**Diff highlighting on updates.** When the agent updates an existing alignment page after receiving feedback, compiled answers, confirmation edits, or later amendment evidence, the rendered HTML must visibly indicate what changed since the previous version. Highlight changed sections or blocks in-place with a `Changed`/`Updated` badge, distinct border or background, `<ins>`/`<del>` markup, or a side-by-side before/after comparison when that is clearer. A top-level change summary is useful but not sufficient by itself unless the changed content is also visibly marked where the reader reviews it. Remove or refresh stale change markers on later updates so the highlights describe the current revision only.
|
|
77
|
+
|
|
78
|
+
**Archiving.** Before replacing an existing alignment page, archive it to `docs/history/archive/YYYY-MM-DD/HHMMSS/alignment/video-script-{topic}.html`.
|
|
79
|
+
|
|
80
|
+
**Brief Me (text-to-speech).** Every alignment page must include a `<script src="../scripts/alignment-tts-kokoro.js"></script>` tag before `</body>`. The script adds a "Brief Me" button that reads the page aloud section-by-section using Kokoro TTS (an 82M-parameter model running client-side via WebGPU/WASM from `kokoro-js`). The transport bar includes play/pause/stop/skip controls, a voice selector (persisted in localStorage), and speed selection. On first click the voice model downloads (~92MB quantized on WASM; ~326MB fp32 on WebGPU). Weights persist between visits via Cache API origin storage, and this works on `file://` origins in Chrome — including `file://wsl.localhost` UNC paths (verified 2026-06-09 with an instrumented probe in Windows Chrome: `caches` is available, entries survive reloads and browser restarts, and Chrome shares a single `file://` origin across all local pages, so one download serves every alignment page). Repeat visits pay model initialization only, not re-download. If `caches` is undefined (non-Chromium or locked-down browsers), the model re-downloads each visit; serving pages from a local HTTP origin (e.g. `node scripts/serve-alignment.mjs` in the repo root, then `http://localhost:8907/alignment/<page>.html`) guarantees caching there — note `http://localhost` is a separate origin from `file://`, so the first localhost visit downloads once even when the `file://` cache is already warm. After the first successful load on a machine, the script preloads the model during browser idle time on later page loads (gated by a `tts-kokoro-used` localStorage flag, so users who never click pay nothing). Text is prepared for speech before synthesis: block boundaries (headings, paragraphs, list items, table cells) get sentence punctuation so the model does not read them as run-ons, and speech-hostile symbols are normalized (`~92MB` reads as "approximately 92MB", `v0.3` as "version 0.3", em-dashes as comma pauses, `e.g.`/`i.e.`/`vs.` expanded). Synthesis is pipelined with small chunks: the first audio chunk is kept short (~250 chars) for fast time-to-first-audio, later chunks stay small (~300 chars, cut at sentence or clause boundaries) with up to two chunks synthesizing ahead during playback, and the next section's opening chunk is prefetched while the current section's last chunk plays, so chunk and section boundaries are gapless. If Kokoro fails to load (old browser, network error), it falls back to the Web Speech API automatically. It skips gate controls, compile UI, feedback textareas, and stat grids. Charts and tables use narrative summaries instead of raw data: containers with a `data-tts-narrative` attribute have the narrative read aloud; containers without the attribute are silently skipped. To inject TTS into existing pages, run `node scripts/inject-tts.mjs` (idempotent). Use `--force` to replace the existing TTS block with an updated version. Do not inline the TTS script; always use the `src` tag. Do not use `type="module"` — module scripts are blocked by CORS on `file://` URLs.
|
|
81
|
+
|
|
82
|
+
**TTS narrative contract.** Every `.chart-container` and `.table-wrap` element should carry a `data-tts-narrative` attribute with a 1-3 sentence human-readable summary of what the chart or table shows. Chart functions in `scripts/alignment-chart-snippets.js` auto-generate a baseline narrative from their data; author-provided `data-tts-narrative` attributes take precedence. When authoring alignment pages manually, add `data-tts-narrative` to chart containers and table wrappers so that Brief Me reads a meaningful summary instead of skipping the element.
|
|
83
|
+
|
|
84
|
+
**Browser open.** After writing the resulting HTML page, run `node scripts/open-html-page.mjs alignment/video-script-{topic}.html --browser auto` from the repository root, replacing the path with the actual page path when needed. Report the script status (`focused`, `opened`, `fallback-opened`, `blocked`, or `failed`) in the handoff. Continue when opening is `blocked` if the files were written and verified correctly; a blocked browser-open attempt does not make the skill fail.
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## v0.0
|
|
4
|
+
|
|
5
|
+
- Archived previous skill contract.
|
|
6
|
+
|
|
7
|
+
## v0.1 - 2026-05-25
|
|
8
|
+
|
|
9
|
+
- Added research-quality alignment requirements covering claim/evidence/inference separation, no-context-loss HTML translation, evidence matrices, confidence/assumption registers, source coverage, and research completeness gates.
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: video-script
|
|
3
|
+
description: Draft a scene-by-scene video script with timing, visual direction, narration, and source attribution from upstream creator-media artifacts
|
|
4
|
+
type: planning
|
|
5
|
+
version: v0.1
|
|
6
|
+
argument-hint: "<topic or slug> [--type launch|explainer|demo|testimonial] [--duration short|medium|long] [--series <series-slug>]"
|
|
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
|
+
# Video Script
|
|
14
|
+
|
|
15
|
+
Invoke as `$video-script`.
|
|
16
|
+
|
|
17
|
+
Read upstream research and spec artifacts, interview on video goal and audience, then produce a scene-by-scene script with narration text, visual direction, timing, and source attribution.
|
|
18
|
+
|
|
19
|
+
## Prerequisites
|
|
20
|
+
|
|
21
|
+
At least one of these artifacts must exist:
|
|
22
|
+
|
|
23
|
+
- `research/youtube/product-led-media-map-<slug>.md`
|
|
24
|
+
- `specs/youtube/series-<slug>.md`
|
|
25
|
+
- `research/youtube/creator-positioning-<slug>.md`
|
|
26
|
+
|
|
27
|
+
Enhancement tiers based on available artifacts:
|
|
28
|
+
|
|
29
|
+
- **Tier 1:** Creator positioning only — voice but thin proof.
|
|
30
|
+
- **Tier 2:** + product-led-media-map — product-grounded claims.
|
|
31
|
+
- **Tier 3:** + series-spec — format-consistent episode.
|
|
32
|
+
- **Tier 4:** + journey-map + gtm — full-funnel narrative with aha moments and GTM messaging.
|
|
33
|
+
|
|
34
|
+
## Inputs
|
|
35
|
+
|
|
36
|
+
- `research/youtube/product-led-media-map-<slug>.md`
|
|
37
|
+
- `specs/youtube/series-<slug>.md`
|
|
38
|
+
- `research/youtube/creator-positioning-<slug>.md`
|
|
39
|
+
- `research/youtube/content-programming-<slug>.md`
|
|
40
|
+
- `research/journey-map.md` (or `research/{app}/journey-map.md`)
|
|
41
|
+
- `research/gtm.md` (or `research/{app}/gtm.md`)
|
|
42
|
+
|
|
43
|
+
## Process
|
|
44
|
+
|
|
45
|
+
0. Resolve arguments: topic/slug, video type (`launch`, `explainer`, `demo`, `testimonial`), duration (`short`, `medium`, `long`), optional series slug.
|
|
46
|
+
1. Load all available upstream artifacts. Determine enhancement tier.
|
|
47
|
+
2. Text-based checkpoint: confirm video goal, target audience, narrative approach, tone, production constraints with the user before proceeding.
|
|
48
|
+
3. Draft narrative arc using the type-specific template. Present for approval before proceeding.
|
|
49
|
+
4. Write scene-by-scene script: narration text, visual direction, on-screen text, music cues, timing, source attribution.
|
|
50
|
+
5. Text-based checkpoint: present complete script with duration estimate, asset requirements, and ungrounded claims. Validate with user.
|
|
51
|
+
6. Write output only after user confirmation.
|
|
52
|
+
|
|
53
|
+
### Narrative Arc Templates
|
|
54
|
+
|
|
55
|
+
- **Launch:** Hook → Context → Reveal → Proof/Demo → Transformation (aha moment) → CTA → Outro
|
|
56
|
+
- **Explainer:** Hook → Problem → Concept → Application → Summary → CTA → Outro
|
|
57
|
+
- **Demo:** End result first → Setup → Walkthrough → Result → CTA → Outro
|
|
58
|
+
- **Testimonial:** Strongest quote → Problem framing → Discovery → Experience → Results → CTA → Outro
|
|
59
|
+
|
|
60
|
+
## Output
|
|
61
|
+
|
|
62
|
+
Create the `specs/youtube/` directory if it does not exist.
|
|
63
|
+
|
|
64
|
+
Write `specs/youtube/video-script-<slug>.md` with:
|
|
65
|
+
|
|
66
|
+
- **Video Brief:** type, audience, goal, duration target, series context, enhancement tier.
|
|
67
|
+
- **Narrative Arc:** high-level structure with per-section timing.
|
|
68
|
+
- **Scene Breakdown:** per scene — narration text, visual direction, on-screen text/graphics, music/mood, duration, source attribution via `<!-- Source: path — claim -->` comments.
|
|
69
|
+
- **CTA Strategy:** primary CTA, placement timing, end-screen plan.
|
|
70
|
+
- **Asset Requirements:** footage, screen recordings, graphics, music, b-roll — checklist with status.
|
|
71
|
+
- **Source Attribution Summary:** table mapping claim → upstream artifact → section.
|
|
72
|
+
- **Ungrounded Claims:** claims without research backing, marked `<!-- UNGROUNDED -->`.
|
|
73
|
+
- **Next Steps.**
|
|
74
|
+
|
|
75
|
+
Write `specs/youtube/video-script-<slug>-interview.md` with the interview log.
|
|
76
|
+
|
|
77
|
+
## Approved Artifact Handoff
|
|
78
|
+
|
|
79
|
+
After an approved synthesized write, explicit write/update mode, or any direct artifact mutation:
|
|
80
|
+
|
|
81
|
+
- List every created or updated synthesized artifact path in the final response.
|
|
82
|
+
- State the verification performed, such as readback, schema/check command, or why no executable verification applies for a Markdown-only strategy artifact.
|
|
83
|
+
- Check and report the relevant git status for intended artifacts when the project is a git repository. If intended artifacts are modified or untracked, make the next action shipping, committing, or an explicit dirty-artifact handoff before recommending downstream strategy work.
|
|
84
|
+
- Do not imply the research workflow is complete while approved artifacts remain untracked or uncommitted unless the user explicitly asked not to ship.
|
|
85
|
+
- If stopping for approval before writing, the approval request remains the next action; do not include downstream routing.
|
|
86
|
+
|
|
87
|
+
## Intent-Aware Routing
|
|
88
|
+
|
|
89
|
+
Before applying the default `## Next-Skill Routing` sequence, classify the user's immediate intent and route to the missing action that best serves that intent:
|
|
90
|
+
|
|
91
|
+
- Strategy refresh: recommend the missing or stale positioning, programming, portfolio, metrics, or product-media artifact.
|
|
92
|
+
- Recording prep: recommend the missing series spec, script, build proof, walkthrough guide, or validation artifact needed before recording.
|
|
93
|
+
- Upload prep: recommend packaging, title/thumbnail, description, chapters, or final metadata work before broader strategy work.
|
|
94
|
+
- Performance review: recommend metrics, cadence, portfolio, peer benchmark, or owner-analytics export work before new content planning.
|
|
95
|
+
- Owner analytics or private/manual platform evidence: route to an explicit manual/guide handoff instead of inventing unavailable metrics.
|
|
96
|
+
- Dirty intended artifacts: route to shipping/commit/handoff first, not another creator strategy skill.
|
|
97
|
+
|
|
98
|
+
Use the default next-skill sequence only when no stronger user intent, missing artifact, manual blocker, or dirty-artifact handoff applies.
|
|
99
|
+
|
|
100
|
+
## Alignment Page
|
|
101
|
+
|
|
102
|
+
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/video-script-{topic}.html`.
|
|
103
|
+
|
|
104
|
+
## Constraints
|
|
105
|
+
|
|
106
|
+
- Source-attribute every factual claim with inline `<!-- Source: path — claim -->` comments.
|
|
107
|
+
- Mark ungrounded claims with `<!-- UNGROUNDED -->`.
|
|
108
|
+
- Respect series format when `--series` is provided.
|
|
109
|
+
- Respect anti-positioning from creator-positioning.
|
|
110
|
+
- Present the script before writing — never write until the user confirms.
|
|
111
|
+
- Do not prescribe thumbnail design or editing cuts.
|
|
112
|
+
- Do not expose secrets, private customer data, or unreleased commitments.
|
|
113
|
+
|
|
114
|
+
## Default Shipping Contract
|
|
115
|
+
|
|
116
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|
|
117
|
+
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: video-script
|
|
3
|
+
description: Draft a scene-by-scene video script with timing, visual direction, narration, and source attribution from upstream creator-media artifacts
|
|
4
|
+
type: planning
|
|
5
|
+
version: v0.0
|
|
6
|
+
argument-hint: "<topic or slug> [--type launch|explainer|demo|testimonial] [--duration short|medium|long] [--series <series-slug>]"
|
|
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
|
+
# Video Script
|
|
14
|
+
|
|
15
|
+
Invoke as `$video-script`.
|
|
16
|
+
|
|
17
|
+
Read upstream research and spec artifacts, interview on video goal and audience, then produce a scene-by-scene script with narration text, visual direction, timing, and source attribution.
|
|
18
|
+
|
|
19
|
+
## Prerequisites
|
|
20
|
+
|
|
21
|
+
At least one of these artifacts must exist:
|
|
22
|
+
|
|
23
|
+
- `research/youtube/product-led-media-map-<slug>.md`
|
|
24
|
+
- `specs/youtube/series-<slug>.md`
|
|
25
|
+
- `research/youtube/creator-positioning-<slug>.md`
|
|
26
|
+
|
|
27
|
+
Enhancement tiers based on available artifacts:
|
|
28
|
+
|
|
29
|
+
- **Tier 1:** Creator positioning only — voice but thin proof.
|
|
30
|
+
- **Tier 2:** + product-led-media-map — product-grounded claims.
|
|
31
|
+
- **Tier 3:** + series-spec — format-consistent episode.
|
|
32
|
+
- **Tier 4:** + journey-map + gtm — full-funnel narrative with aha moments and GTM messaging.
|
|
33
|
+
|
|
34
|
+
## Inputs
|
|
35
|
+
|
|
36
|
+
- `research/youtube/product-led-media-map-<slug>.md`
|
|
37
|
+
- `specs/youtube/series-<slug>.md`
|
|
38
|
+
- `research/youtube/creator-positioning-<slug>.md`
|
|
39
|
+
- `research/youtube/content-programming-<slug>.md`
|
|
40
|
+
- `research/journey-map.md` (or `research/{app}/journey-map.md`)
|
|
41
|
+
- `research/gtm.md` (or `research/{app}/gtm.md`)
|
|
42
|
+
|
|
43
|
+
## Process
|
|
44
|
+
|
|
45
|
+
0. Resolve arguments: topic/slug, video type (`launch`, `explainer`, `demo`, `testimonial`), duration (`short`, `medium`, `long`), optional series slug.
|
|
46
|
+
1. Load all available upstream artifacts. Determine enhancement tier.
|
|
47
|
+
2. Text-based checkpoint: confirm video goal, target audience, narrative approach, tone, production constraints with the user before proceeding.
|
|
48
|
+
3. Draft narrative arc using the type-specific template. Present for approval before proceeding.
|
|
49
|
+
4. Write scene-by-scene script: narration text, visual direction, on-screen text, music cues, timing, source attribution.
|
|
50
|
+
5. Text-based checkpoint: present complete script with duration estimate, asset requirements, and ungrounded claims. Validate with user.
|
|
51
|
+
6. Write output only after user confirmation.
|
|
52
|
+
|
|
53
|
+
### Narrative Arc Templates
|
|
54
|
+
|
|
55
|
+
- **Launch:** Hook → Context → Reveal → Proof/Demo → Transformation (aha moment) → CTA → Outro
|
|
56
|
+
- **Explainer:** Hook → Problem → Concept → Application → Summary → CTA → Outro
|
|
57
|
+
- **Demo:** End result first → Setup → Walkthrough → Result → CTA → Outro
|
|
58
|
+
- **Testimonial:** Strongest quote → Problem framing → Discovery → Experience → Results → CTA → Outro
|
|
59
|
+
|
|
60
|
+
## Output
|
|
61
|
+
|
|
62
|
+
Write `specs/youtube/video-script-<slug>.md` with:
|
|
63
|
+
|
|
64
|
+
- **Video Brief:** type, audience, goal, duration target, series context, enhancement tier.
|
|
65
|
+
- **Narrative Arc:** high-level structure with per-section timing.
|
|
66
|
+
- **Scene Breakdown:** per scene — narration text, visual direction, on-screen text/graphics, music/mood, duration, source attribution via `<!-- Source: path — claim -->` comments.
|
|
67
|
+
- **CTA Strategy:** primary CTA, placement timing, end-screen plan.
|
|
68
|
+
- **Asset Requirements:** footage, screen recordings, graphics, music, b-roll — checklist with status.
|
|
69
|
+
- **Source Attribution Summary:** table mapping claim → upstream artifact → section.
|
|
70
|
+
- **Ungrounded Claims:** claims without research backing, marked `<!-- UNGROUNDED -->`.
|
|
71
|
+
- **Next Steps.**
|
|
72
|
+
|
|
73
|
+
Write `specs/youtube/video-script-<slug>-interview.md` with the interview log.
|
|
74
|
+
|
|
75
|
+
## Approved Artifact Handoff
|
|
76
|
+
|
|
77
|
+
After an approved synthesized write, explicit write/update mode, or any direct artifact mutation:
|
|
78
|
+
|
|
79
|
+
- List every created or updated synthesized artifact path in the final response.
|
|
80
|
+
- State the verification performed, such as readback, schema/check command, or why no executable verification applies for a Markdown-only strategy artifact.
|
|
81
|
+
- Check and report the relevant git status for intended artifacts when the project is a git repository. If intended artifacts are modified or untracked, make the next action shipping, committing, or an explicit dirty-artifact handoff before recommending downstream strategy work.
|
|
82
|
+
- Do not imply the research workflow is complete while approved artifacts remain untracked or uncommitted unless the user explicitly asked not to ship.
|
|
83
|
+
- If stopping for approval before writing, the approval request remains the next action; do not include downstream routing.
|
|
84
|
+
|
|
85
|
+
## Intent-Aware Routing
|
|
86
|
+
|
|
87
|
+
Before applying the default `## Next-Skill Routing` sequence, classify the user's immediate intent and route to the missing action that best serves that intent:
|
|
88
|
+
|
|
89
|
+
- Strategy refresh: recommend the missing or stale positioning, programming, portfolio, metrics, or product-media artifact.
|
|
90
|
+
- Recording prep: recommend the missing series spec, script, build proof, walkthrough guide, or validation artifact needed before recording.
|
|
91
|
+
- Upload prep: recommend packaging, title/thumbnail, description, chapters, or final metadata work before broader strategy work.
|
|
92
|
+
- Performance review: recommend metrics, cadence, portfolio, peer benchmark, or owner-analytics export work before new content planning.
|
|
93
|
+
- Owner analytics or private/manual platform evidence: route to an explicit manual/guide handoff instead of inventing unavailable metrics.
|
|
94
|
+
- Dirty intended artifacts: route to shipping/commit/handoff first, not another creator strategy skill.
|
|
95
|
+
|
|
96
|
+
Use the default next-skill sequence only when no stronger user intent, missing artifact, manual blocker, or dirty-artifact handoff applies.
|
|
97
|
+
|
|
98
|
+
## Alignment Page
|
|
99
|
+
|
|
100
|
+
When this skill produces durable deliverables (research, specs, plans, reports, prototypes, or any document output), build a full-depth HTML alignment page at `alignment/video-script-{topic}.html`. Use a normalized topic slug derived from the app, feature, research subject, report subject, or output filename.
|
|
101
|
+
|
|
102
|
+
**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.
|
|
103
|
+
|
|
104
|
+
**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`.
|
|
105
|
+
|
|
106
|
+
**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.
|
|
107
|
+
|
|
108
|
+
**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.
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
**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.
|
|
112
|
+
|
|
113
|
+
**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.
|
|
114
|
+
|
|
115
|
+
**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.
|
|
116
|
+
|
|
117
|
+
**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.
|
|
118
|
+
|
|
119
|
+
**Archiving.** Before replacing an existing alignment page, archive it to `docs/history/archive/YYYY-MM-DD/HHMMSS/alignment/video-script-{topic}.html`.
|
|
120
|
+
|
|
121
|
+
**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.
|
|
122
|
+
|
|
123
|
+
## Next-Skill Routing
|
|
124
|
+
|
|
125
|
+
After writing the artifact, recommend the next contextual Remotion or creator-media skill in the final response as `Recommended next skill: <command>`.
|
|
126
|
+
|
|
127
|
+
Default recommendation: `$video-build`.
|
|
128
|
+
|
|
129
|
+
If the user declined the script or no upstream artifacts exist, do not recommend `$video-build`. When no artifacts exist, recommend the first missing prerequisite (`$creator-positioning`, `$product-led-media-map`, or `$series-spec`).
|
|
130
|
+
|
|
131
|
+
If the default successor already exists and is current, recommend the first missing or stale downstream Remotion or creator-media artifact in this order:
|
|
132
|
+
|
|
133
|
+
`$creator-presence-dossier` -> `$youtube-channel-audit` -> `$youtube-video-audit` -> `$youtube-vid-research` -> `$youtube-format-research` -> `$youtube-competitive-research` -> `$youtube-title-thumbnail-audit` -> `$youtube-description-optimizer` -> `$youtube-portfolio` -> `$youtube-peer-benchmark` -> `$youtube-search-positioning` -> `$youtube-cadence-diagnosis` -> `$creator-positioning` -> `$content-programming` -> `$series-spec` -> `$product-led-media-map` -> `$video-script` -> `$video-build` -> `$creator-metrics-review`
|
|
134
|
+
|
|
135
|
+
If the sequence is ambiguous, multiple upstream artifacts are stale, or the recommendation depends on channel-level strategy vs programming-level changes, recommend `$creator-metrics-review` when metrics evidence exists, otherwise recommend the default successor and explain the missing artifact.
|
|
136
|
+
|
|
137
|
+
## Constraints
|
|
138
|
+
|
|
139
|
+
- Source-attribute every factual claim with inline `<!-- Source: path — claim -->` comments.
|
|
140
|
+
- Mark ungrounded claims with `<!-- UNGROUNDED -->`.
|
|
141
|
+
- Respect series format when `--series` is provided.
|
|
142
|
+
- Respect anti-positioning from creator-positioning.
|
|
143
|
+
- Present the script before writing — never write until the user confirms.
|
|
144
|
+
- Do not prescribe thumbnail design or editing cuts.
|
|
145
|
+
- Do not expose secrets, private customer data, or unreleased commitments.
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
# Alignment Page — youtube-format-research
|
|
2
|
+
|
|
3
|
+
When this skill produces durable deliverables (research, specs, plans, reports, prototypes, or any document output), build a full-depth HTML alignment page at `alignment/youtube-format-research-{topic}.html`. Use a normalized topic slug derived from the app, feature, research subject, report subject, or output filename.
|
|
4
|
+
|
|
5
|
+
**Visual rendering tier.** Each alignment page declares a rendering tier:
|
|
6
|
+
- `document` (default) — text, tables, approval gates. No charts or interactive elements.
|
|
7
|
+
- `visual` — adds inline charts, diagrams, and spatial layouts rendered via self-contained Canvas/SVG. Data is embedded as inline JSON. No external fetches.
|
|
8
|
+
- `prototype` — adds functional interactive components (clickable flows, live CSS previews, drag interactions). Prototypes are ephemeral previews, not production code.
|
|
9
|
+
|
|
10
|
+
The tier is set per skill via `visual_tier` in SKILL.md frontmatter (or detected by the upgrade script). The bundled ALIGNMENT-PAGE.md receives tier-appropriate rendering guidance from the generator.
|
|
11
|
+
|
|
12
|
+
**Alignment lifecycle.** Alignment pages have three lifecycle states. `review` is the draft/pre-approval page: it contains the complete deliverable preview, evidence, required inline gate questions, section feedback controls, feedback-only YAML, and final compile controls. `confirmed` is the post-approval page after the agent has consumed final compiled YAML, made any approved user-requested edits, and written or updated the approved canonical artifacts. A confirmed page is finished and current for the completed alignment cycle, but it remains amendable when later research changes or extends the conclusions. `amended` is a future revision of a confirmed page: archive the previous confirmed page first, mark what changed, preserve the prior approval record, and highlight the new evidence, decisions, or scope that changed the earlier conclusion.
|
|
13
|
+
|
|
14
|
+
**Central alignment index.** When a research-producing skill writes or updates an HTML alignment page, also maintain the repository's central alignment index. Look for `alignment/index.html` at the repository root; if the target repo documents a different central alignment-index path, use that path and report it. If the index does not exist, create it as a self-contained HTML page that works from `file://`, links to every active `alignment/*.html` page except itself, and includes the newly written page. Every index entry must include the page's alignment date in a muted meta span after the link, formatted `YYYY-MM-DD`, for example `<a href="page.html">Title</a> <span class="meta">2026-06-09</span>`. The alignment date is the review or confirmed date written inside the page itself; new pages use today's date. If the index exists, update it instead of blindly appending: preserve valid existing entries, metadata, and entry dates; remove duplicate entries for the same page path; keep links repo-relative; and include the new or updated page. When updating an existing index, add a date only to entries that are missing one, deriving it from the page's internal alignment date, or from file history when the page has no internal date. If a `new` marker is used, combine it with the date as `<span class="meta">new · YYYY-MM-DD</span>`, and remove stale `new` markers from entries that are no longer the latest addition.
|
|
15
|
+
|
|
16
|
+
**Alignment index categories.** The index groups alignment pages into five categories. Each alignment page belongs to exactly one category. When writing or updating the index, assign each page to a category and render the index grouped by category in the order listed below.
|
|
17
|
+
|
|
18
|
+
1. **Research** (`research`) — market research, competitive analysis, investigative reports. Skill prefixes: `devtool-positioning`, `devtool-adoption`, `devtool-monetization`, `devtool-user-map`, `devtool-workflow`, `devtool-dx-journey`, `devtool-integration-map`, `deep-research`, `repo-glossary`.
|
|
19
|
+
2. **Product Design & Spec** (`product-design`) — product scoping, idea briefs, design plans, specifications. Skill prefixes: `idea-scope-brief`, `fork-idea-branch`, `animation-design-planner`, `skills-showcase`, `skills-inventory`.
|
|
20
|
+
3. **Utility & Maintenance** (`utility`) — diagnostics, triage, incident investigation, infrastructure maintenance. Skill prefixes: `investigate`, `session-triage`, `prompt-history-backfill`.
|
|
21
|
+
4. **QA & Meta-Skill Improvement** (`qa-meta`) — code review, benchmarking, skill building/fixing, expert review. Skill prefixes: `expert-review`, `benchmark`, `targeted-skill-builder`, `devtool-docs-audit`.
|
|
22
|
+
5. **Ops & Session Analysis** (`ops-analysis`) — operational intelligence, session history analysis, cost/token/workflow analysis. Skill prefixes: `analyze-sessions`, `canonical-workflow`, `run-batch`.
|
|
23
|
+
|
|
24
|
+
**Category assignment rule.** Match the skill name that produced the alignment page against the prefix lists above; use the first matching category. When no prefix matches, read the page title and summary to assign the best-fit category. When the category is ambiguous, default to **Research**.
|
|
25
|
+
|
|
26
|
+
**Visual tier badge.** When writing or updating the alignment index, display a visual tier badge next to each linked page: `[doc]` for document tier, `[visual]` for visual tier (pages with charts/diagrams), `[proto]` for prototype tier (interactive pages). Read the tier from the alignment page's `data-visual-tier` attribute on the `<html>` element. When the attribute is missing, default to `[doc]`.
|
|
27
|
+
|
|
28
|
+
**Category data attribute.** Set `data-alignment-category` on the `<html>` element of each alignment page with the category slug (`research`, `product-design`, `utility`, `qa-meta`, or `ops-analysis`). Also set `data-visual-tier` on the `<html>` element with the rendering tier (`document`, `visual`, or `prototype`). When an existing alignment page lacks the attribute, infer the category from the skill-name prefix or page content and add it on the next update. The index should read this attribute when available; when it is missing, apply the prefix-matching rule to assign a category for display.
|
|
29
|
+
|
|
30
|
+
**Category and product-path grouping.** In product-line or product-path repositories, identify product from `research/.progress.yaml` `product_paths[]`, active `research/{slug}/` or `specs/{slug}/` scopes, page metadata, page title, or the alignment page path. Group index entries by category first, then by product/product path within each category, with the repo's existing secondary sort preserved when clear. In flat repositories, group by category, then preserve the existing index organization within each category or use a clear newest-first or title order when creating a new index.
|
|
31
|
+
|
|
32
|
+
**Research quality contract.** For research-producing outputs, do not synthesize research findings, recommendations, candidate rankings, or working packets until the user approves the research scope from the `review` alignment page's final compiled YAML. Before scope approval, do only minimal discovery needed to propose the research scope, source plan, assumptions, output paths, and approval questions; label any observed files or source availability as scope evidence, not findings. After scope approval, perform the synthesized research and separate and label `claims` (what the report concludes), `evidence` (source, repo artifact or file path, quote or observation, date, and confidence), `inference` (why that evidence supports the claim), `assumptions` (what remains unproven), and `decision impact` (what the user should approve, reject, or correct). Do not collapse evidence and inference into unsupported summary prose.
|
|
33
|
+
|
|
34
|
+
**Embed prohibition.** Do not use `<object>`, `<iframe>`, `<embed>`, or "open working packet" / "view full document" links as the primary rendering of any proposed deliverable, evidence matrix, interview log, or manifest entry. The alignment page HTML must contain the rendered content directly. Embedded or linked external documents are permitted only as supplemental references alongside the fully rendered content already present in the page. **Exception:** Self-contained inline `<canvas>` and `<svg>` elements are permitted for charts and diagrams within the same HTML file.
|
|
35
|
+
|
|
36
|
+
**Visual accessibility contract.** Every chart or diagram in a `visual` or `prototype` tier alignment page must include: (1) a `<table>` or text fallback rendering the same data, (2) an `aria-label` attribute on every `<canvas>` and `<svg>` element describing the chart type and data summary, and (3) a "View as table" toggle button that swaps between the chart and its table fallback. The toggle must default to showing the chart, with the table hidden via a `hidden` attribute that is toggled by the button.
|
|
37
|
+
|
|
38
|
+
**Inline chart contract.** Visual and prototype tier pages must inline all chart rendering code as a `<script>` block within the HTML file. No external CDN references, relative file imports, or `<script src="...">` tags for chart libraries. Use the alignment chart snippet library (`scripts/alignment-chart-snippets.js`) as the reference implementation — copy the needed functions directly into the page's `<script>` block. Charts must read CSS variables (`--chart-1` through `--chart-8`) for colors and adapt to the dark-mode palette.
|
|
39
|
+
|
|
40
|
+
**No context loss rule.** The alignment page must contain the complete content of every proposed markdown deliverable -- every section, every finding, every detail, every list item -- plus the decision-relevant substance from search logs, interview logs, source notes, repo scans, and approval notes. If a fact, source, caveat, uncertainty, alternative, rejected or lower-confidence finding, or decision rationale appears in a proposed deliverable or research log, it must either appear in the HTML page or be explicitly linked from the exact section that depends on it. The page 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.
|
|
41
|
+
|
|
42
|
+
**Page layout contract.** After the page title and short summary, include a top-of-page "Table of Contents" section with anchor links to the major review sections and the bottom compile section. Keep the Table of Contents in normal document flow. Do not use a sidebar, side rail, drawer, split-shell layout, or sticky navigation for the Table of Contents unless the user explicitly asks for that layout. Do not place compile, copy, feedback, or answer controls in a sticky or fixed bottom banner/footer. Bottom compile controls must appear as ordinary content in a bottom compile section, so they scroll with the page and do not cover content at high zoom.
|
|
43
|
+
|
|
44
|
+
**Research translation requirements.** For research outputs, the HTML page must include an evidence matrix, confidence/assumption register, alternatives considered, rejected or lower-confidence findings, source coverage gaps, and downstream implications. The evidence matrix must map each major claim to source or repo evidence, inference, confidence, assumption status, and decision impact. The confidence/assumption register must show which conclusions are evidence-backed, which are provisional, and what evidence would change them.
|
|
45
|
+
|
|
46
|
+
**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;`. Data visualization palette (for `visual` and `prototype` tier pages): `--chart-1: #58a6ff; --chart-2: #3fb950; --chart-3: #d29922; --chart-4: #bc8cff; --chart-5: #f85149; --chart-6: #79c0ff; --chart-7: #f0883e; --chart-8: #a5d6ff;`. Apply `background: var(--bg); color: var(--text);` on body. Use `--surface` for cards, the top Table of Contents, 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`.
|
|
47
|
+
|
|
48
|
+
**Responsive layout.** Include `<meta name="viewport" content="width=device-width, initial-scale=1">` in the head. Use at most two breakpoints: `@media (max-width: 860px)` for tablet and `@media (max-width: 560px)` for phone. Wrap every `<table>` in a `<div style="overflow-x: auto">` so tables scroll horizontally instead of breaking layout. All interactive elements (buttons, radio labels, feedback controls) must have a minimum touch target of `44px` height and at least `10px 16px` padding. Use `rem` for font sizes and respect the user's base font size — do not set a fixed `font-size` on `html` or `body`. Flex containers that place a heading beside controls (`display: flex; justify-content: space-between`) must include `flex-wrap: wrap; gap: 8px` so controls drop below the heading on narrow screens. Grid layouts must use `minmax(min(210px, 100%), 1fr)` instead of bare `minmax(210px, 1fr)` to prevent horizontal overflow when the viewport is narrower than the minimum. Set `max-width: 100%; overflow-wrap: break-word;` on `main` and any fixed-width container so no element forces a horizontal scrollbar at any zoom level.
|
|
49
|
+
|
|
50
|
+
**Alignment gates.** In `review` pages, treat gates as explicit review sections inside the HTML page. A gate blocks finalization only while the page is in `review`, 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. In `confirmed` pages, preserve the gate decisions as read-only approval records instead of active approval controls.
|
|
51
|
+
|
|
52
|
+
**Output gate semantics and de-duplication.** The `artifact destination` gate approves the durable or review artifact location, such as the alignment page, working packet, report, spec, plan, prototype, or document path. The `proposed file changes` gate approves downstream mutation scope, timing, and the allowed file set after review. Keep these as separate approval concepts. If both gate concepts ask only the same path-destination question, render one combined visual section such as `Artifact Destination & Proposed File Changes` instead of duplicating path-only sections. If the decisions differ, render separate gates. Do not duplicate YAML entries solely because one visual section title names both concepts: emit separate YAML items only when the page asked separate decisions, and keep each item's `gate_type` equal to the decision it controls (`artifact destination` or `proposed file changes`).
|
|
53
|
+
|
|
54
|
+
**Research completeness gate.** For research outputs, include a research completeness gate with inline questions asking whether the evidence is sufficient for the recommendation, which claims need more support, and whether missing context could change the recommendation. Place these questions directly under the evidence matrix or recommendation section they govern.
|
|
55
|
+
|
|
56
|
+
**Source coverage expectations.** For web research, organize source coverage by category rather than citation list alone; use categories such as competitors, pricing, user sentiment, positioning, integrations, and recent activity when relevant to the topic. For repo or codebase research, include file/path evidence and clearly distinguish observed code facts from inferred product, workflow, or user conclusions.
|
|
57
|
+
|
|
58
|
+
**Report-only research gates.** For report-only or pre-approval research skills, the first `review` alignment page must explicitly contain proposed research scope, source plan, assumptions/confidence, recommended output path, proposed file changes, and approval gates before synthesized research begins and before any working packet, canonical research, spec, or task file is created or updated.
|
|
59
|
+
|
|
60
|
+
**Staged research workflow.** Heavy report-first research uses a scope-first three-stage approval workflow. Stage 1 is minimal scope discovery only: inspect enough repository, user, and source context to propose research scope, source plan, assumptions, output paths, and approval questions. Build the `review` alignment page before synthesized research. The page must render the proposed scope, available source categories, known context, assumptions/confidence, proposed working-packet and canonical output paths, and research-scope approval gates. Stop for final compiled YAML approval of the research scope. Do not synthesize findings, rank candidates, recommend a path, or create working packets, canonical research, spec, or task files in Stage 1. Stage 2 starts only after final compiled YAML approves the research scope with no unresolved `needs-clarification`, unresolved `down` feedback, or other unresolved negative feedback. Perform the synthesized research, run required source/code checks, and write only a non-canonical working packet. Flat mode uses `research/_working/preliminary-youtube-format-research-research.md`; product-path mode uses `research/{slug}/_working/preliminary-youtube-format-research-research.md`. Existing raw evidence or search-log outputs may remain as supporting evidence when the skill contract already requires them, but synthesized deliverables stay in the working packet. Update the same `review` alignment page so it renders the full preliminary packet, evidence matrix, assumptions/confidence register, source coverage gaps, proposed canonical file changes, and artifact approval gates. Feedback-only YAML revises the working packet and review page, then remains in Stage 2. Stage 3 consumes final compiled YAML for artifact approval only when it has no unresolved `needs-clarification`, unresolved `down` feedback, or other unresolved negative feedback. Apply approved edits first, archive the working packet to `docs/history/archive/YYYY-MM-DD/HHMMSS/<original-working-path>`, remove the active working packet, write the approved canonical artifacts to the unchanged output paths, and convert the page to `confirmed` with the approval record preserved.
|
|
61
|
+
|
|
62
|
+
**Research-pack translation.** For business, devtool, game, creator, and media research packs, render the claim/evidence/inference/assumption/decision-impact structure, source coverage categories appropriate to the domain, lower-confidence findings, and downstream implications before asking for approval or routing to the next skill.
|
|
63
|
+
|
|
64
|
+
**Glossary Additions gate.** When this research introduces domain-specific terms, acronyms, or concept definitions that a reader outside the project would not know, include a `## Glossary Additions` section in the alignment page. Render a table of proposed terms with columns: Term, Definition, Source (`youtube-format-research`), Category (business/tooling/workflow/technical/domain), and per-term Approve/Edit/Reject/Flag radio controls. Only user-approved terms are appended to the target glossary (`research/glossary.md` or `research/{slug}/glossary.md` for scoped paths) during the confirmed-page write step. When the skill operates in a product-path scope, ask whether each term belongs in the parent or scoped glossary; default to the scoped glossary.
|
|
65
|
+
|
|
66
|
+
**Required inline questions.** In `review` pages, 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. Confirmed pages must not keep these as required input controls; render the answered decisions as read-only records.
|
|
67
|
+
|
|
68
|
+
**Section feedback controls.** Every major section of the page (each deliverable section, evidence matrix, confidence register, gate, and any anchor-linked top-level heading) carries a lightweight section-feedback control near its heading: three mutually exclusive choices -- "emphasize" (add more weight to this section or to the point named in the notes), thumbs down (reject or flag a concern), and "clarification needed". Selecting any one reveals a multi-line section-feedback textarea placed directly under or beside that section's emphasize/down/clarify controls; deselecting hides the textarea and any local feedback YAML output for that section. This textarea is separate from required gate-question text inputs: even when the same section has gate questions with their own text boxes, selecting emphasize/down/clarify must still reveal the section-feedback textarea near the feedback controls. Use `--green` for active "emphasize", `--red` for the active thumbs-down, and `--orange` for active "clarification needed", with muted/inactive states otherwise. These controls are optional for final approval and do not replace required gate questions. They also power the separate feedback-only YAML path so the user can send emphasis requests, concerns, or clarification requests before answering every required gate question. When a section contains nested subsections (h3 or deeper), duplicate the section-feedback control at the bottom of the section, just before the closing `</section>` tag. The bottom copy mirrors the top copy — same `data-section`, same id with a `-bottom` suffix, same button set. Sections without nested subsections keep only the top control. Pair top and bottom controls by matching `data-section` attribute. When a feedback button is clicked on one copy, mirror the active state, `has-feedback` class, and `dataset.feedback` value to the paired copy. Textarea content should sync on compile — whichever textarea has content takes precedence (prefer the one the user last typed in). Both copies' local compile/copy buttons produce the same YAML. Use the top copy's `id` (without `-bottom`) as the canonical feedback id for YAML output.
|
|
69
|
+
|
|
70
|
+
**Feedback-only YAML contract.** Provide feedback-only YAML in two places: locally under each selected section-feedback textarea, and globally in the bottom compile section. When a section-feedback control is selected, show local "Compile Feedback YAML" and "Copy YAML" controls plus a read-only YAML textarea directly under that section's feedback textarea. The local feedback compile generates YAML with `alignment_page: alignment/youtube-format-research-{topic}.html`, `feedback_status: revision-request`, `approval_status: not-approved`, `unanswered_required_questions`, and a `section_feedback` list containing the single selected section-feedback entry for that local control. The bottom "Compile Feedback YAML" control generates the same YAML shape but aggregates every selected section-feedback entry on the page. Enable both local and bottom feedback compile controls as soon as at least one section-feedback control is set, even if required inline gate questions are unanswered. Populate `alignment_page` from the known repo-relative output path used to write the HTML page, not from the page title, browser URL, window location, or any display label. Each feedback entry uses the shape `section`, `feedback` (`emphasize`, `down`, or `needs-clarification`), optional `notes` from that section's feedback textarea, and `requested_agent_action` (`add-weight-to-section`, `investigate-and-revise`, or `clarify-before-approval`). For `emphasize` feedback, the YAML must make clear that the agent should add more weight, prominence, evidence, detail, or recommendation emphasis to that section or to the specific point named in the notes; this is a revision request, not approval of the section as-is. For `down` and `needs-clarification` feedback, the YAML must make clear that the agent should evaluate the feedback, investigate further when needed, and contextually amend the HTML alignment page before asking again for final approval answers. Automatically attempt to copy feedback YAML to the clipboard, display local or bottom copy status, display it in the matching read-only textarea, and provide a "Copy YAML" button with the same retry and fallback behavior as final gate YAML. Do not render the bottom feedback compile controls as a sticky or fixed banner.
|
|
71
|
+
|
|
72
|
+
**Gate YAML contract.** In `review` pages, at the bottom of the page, include an ordinary in-flow compile section with a "Compile Feedback YAML" button for selected section feedback and a separate "Compile Answers" button for final approval answers. The bottom compile section must not be sticky, fixed, floating, or styled as a persistent banner. The "Compile Answers" button aggregates answers from all inline gate questions throughout the page, including free-text notes. The final approval 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 `alignment_page: alignment/youtube-format-research-{topic}.html`, `approval_status: ready-for-agent-review`, 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. Populate `alignment_page` from the known repo-relative output path used to write the HTML page, not from the page title, browser URL, window location, or any display label. The same final compiled output also includes any section-feedback controls that the user set, using the `section_feedback` shape from the feedback-only YAML contract. 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.
|
|
73
|
+
|
|
74
|
+
**Confirmed page contract.** After final approval has been applied, convert the active alignment page from `review` to `confirmed`. Include a visible status block with `alignment_status: confirmed`, confirmation date, confirmed artifact paths, approval source summary, and explicit finished but amendable language: the page is current for the completed alignment cycle, and later research can amend it only by archiving the prior confirmed page and highlighting the amendment. Remove required gate-question controls, the final "Compile Answers" button, unanswered-question counters, disabled approval buttons, and approval-blocking language. Preserve the full research and approval record: answered decisions, user requests, evidence matrix, assumptions/confidence register, source gaps, proposed file changes, final compiled YAML or faithful approval summary, and what changed during confirmation. Keep research caveats visible; `confirmed` means approved/current, not immutable or permanently true.
|
|
75
|
+
|
|
76
|
+
**Pre-approval stop.** While an alignment page is in `review`, the next action is review of the HTML alignment page, not downstream routing. Ask the user to review the page and provide either local or bottom feedback-only YAML for emphasis requests, concerns, or clarification, or final compiled YAML answers when ready. Do not require the user to answer every gate before sending emphasis requests, negative feedback, or clarification needs. When feedback-only YAML is provided, treat it as a revision request: evaluate the feedback, investigate further when needed, archive and amend the HTML page contextually, highlight the changes, and ask again for review. Do not include `Recommended next skill`, `Recommended next command`, or downstream routing language until after final compiled YAML has been provided and the approved artifacts have been written or updated.
|
|
77
|
+
|
|
78
|
+
**After approval handling.** When final compiled YAML is provided, inspect it before confirming the page. If it contains approvals plus user-requested edits, first update the page, research, and proposed canonical artifacts to satisfy the request; then write or update the approved canonical artifacts and confirm the page. If it contains `needs-clarification`, unresolved `down` feedback, or any unresolved negative feedback, revise the page and return it to `review` instead of marking it `confirmed`. Before replacing any existing alignment page, archive it to `docs/history/archive/YYYY-MM-DD/HHMMSS/alignment/youtube-format-research-{topic}.html`. Future amendments to confirmed pages follow the same archive-first rule and must show what changed from the prior confirmed record.
|
|
79
|
+
|
|
80
|
+
**Diff highlighting on updates.** When the agent updates an existing alignment page after receiving feedback, compiled answers, confirmation edits, or later amendment evidence, the rendered HTML must visibly indicate what changed since the previous version. Highlight changed sections or blocks in-place with a `Changed`/`Updated` badge, distinct border or background, `<ins>`/`<del>` markup, or a side-by-side before/after comparison when that is clearer. A top-level change summary is useful but not sufficient by itself unless the changed content is also visibly marked where the reader reviews it. Remove or refresh stale change markers on later updates so the highlights describe the current revision only.
|
|
81
|
+
|
|
82
|
+
**Archiving.** Before replacing an existing alignment page, archive it to `docs/history/archive/YYYY-MM-DD/HHMMSS/alignment/youtube-format-research-{topic}.html`.
|
|
83
|
+
|
|
84
|
+
**Brief Me (text-to-speech).** Every alignment page must include a `<script src="../scripts/alignment-tts-kokoro.js"></script>` tag before `</body>`. The script adds a "Brief Me" button that reads the page aloud section-by-section using Kokoro TTS (an 82M-parameter model running client-side via WebGPU/WASM from `kokoro-js`). The transport bar includes play/pause/stop/skip controls, a voice selector (persisted in localStorage), and speed selection. On first click the voice model downloads (~92MB quantized on WASM; ~326MB fp32 on WebGPU). Weights persist between visits via Cache API origin storage, and this works on `file://` origins in Chrome — including `file://wsl.localhost` UNC paths (verified 2026-06-09 with an instrumented probe in Windows Chrome: `caches` is available, entries survive reloads and browser restarts, and Chrome shares a single `file://` origin across all local pages, so one download serves every alignment page). Repeat visits pay model initialization only, not re-download. If `caches` is undefined (non-Chromium or locked-down browsers), the model re-downloads each visit; serving pages from a local HTTP origin (e.g. `node scripts/serve-alignment.mjs` in the repo root, then `http://localhost:8907/alignment/<page>.html`) guarantees caching there — note `http://localhost` is a separate origin from `file://`, so the first localhost visit downloads once even when the `file://` cache is already warm. After the first successful load on a machine, the script preloads the model during browser idle time on later page loads (gated by a `tts-kokoro-used` localStorage flag, so users who never click pay nothing). Text is prepared for speech before synthesis: block boundaries (headings, paragraphs, list items, table cells) get sentence punctuation so the model does not read them as run-ons, and speech-hostile symbols are normalized (`~92MB` reads as "approximately 92MB", `v0.3` as "version 0.3", em-dashes as comma pauses, `e.g.`/`i.e.`/`vs.` expanded). Synthesis is pipelined with small chunks: the first audio chunk is kept short (~250 chars) for fast time-to-first-audio, later chunks stay small (~300 chars, cut at sentence or clause boundaries) with up to two chunks synthesizing ahead during playback, and the next section's opening chunk is prefetched while the current section's last chunk plays, so chunk and section boundaries are gapless. If Kokoro fails to load (old browser, network error), it falls back to the Web Speech API automatically. It skips gate controls, compile UI, feedback textareas, and stat grids. Charts and tables use narrative summaries instead of raw data: containers with a `data-tts-narrative` attribute have the narrative read aloud; containers without the attribute are silently skipped. To inject TTS into existing pages, run `node scripts/inject-tts.mjs` (idempotent). Use `--force` to replace the existing TTS block with an updated version. Do not inline the TTS script; always use the `src` tag. Do not use `type="module"` — module scripts are blocked by CORS on `file://` URLs.
|
|
85
|
+
|
|
86
|
+
**TTS narrative contract.** Every `.chart-container` and `.table-wrap` element should carry a `data-tts-narrative` attribute with a 1-3 sentence human-readable summary of what the chart or table shows. Chart functions in `scripts/alignment-chart-snippets.js` auto-generate a baseline narrative from their data; author-provided `data-tts-narrative` attributes take precedence. When authoring alignment pages manually, add `data-tts-narrative` to chart containers and table wrappers so that Brief Me reads a meaningful summary instead of skipping the element.
|
|
87
|
+
|
|
88
|
+
**Browser open.** After writing the resulting HTML page, run `node scripts/open-html-page.mjs alignment/youtube-format-research-{topic}.html --browser auto` from the repository root, replacing the path with the actual page path when needed. Report the script status (`focused`, `opened`, `fallback-opened`, `blocked`, or `failed`) in the handoff. Continue when opening is `blocked` if the files were written and verified correctly; a blocked browser-open attempt does not make the skill fail.
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## v0.4 - 2026-06-10
|
|
4
|
+
|
|
5
|
+
- Changed report-first research flow to require alignment-page research-scope approval before synthesized findings, candidate rankings, recommendations, working packets, or canonical research writes.
|
|
6
|
+
|
|
7
|
+
## v0.3 - 2026-06-02
|
|
8
|
+
|
|
9
|
+
- Added a staged research workflow so preliminary findings stay in non-canonical `_working` packets until review alignment approval finalizes canonical artifacts.
|
|
10
|
+
|
|
11
|
+
## v0.2 - 2026-06-02
|
|
12
|
+
|
|
13
|
+
- Added evidence-aware feedback handling so agents push back on factual misunderstandings while honoring subjective user preferences.
|
|
14
|
+
|
|
15
|
+
## v0.0
|
|
16
|
+
|
|
17
|
+
- Archived previous skill contract.
|
|
18
|
+
|
|
19
|
+
## v0.1 - 2026-05-25
|
|
20
|
+
|
|
21
|
+
- Added research-quality alignment requirements covering claim/evidence/inference separation, no-context-loss HTML translation, evidence matrices, confidence/assumption registers, source coverage, and research completeness gates.
|