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.
Files changed (2349) hide show
  1. package/AGENTS.md +122 -0
  2. package/CLAUDE.md +169 -0
  3. package/LICENSE +21 -0
  4. package/README.md +451 -0
  5. package/bin/skillpacks.mjs +12 -0
  6. package/dist/skillpacks-manifest.json +7671 -0
  7. package/docs/QUICKSTART.md +137 -0
  8. package/docs/decks.md +189 -0
  9. package/docs/packs.md +293 -0
  10. package/docs/skillpacks-npm-distribution.md +583 -0
  11. package/global/claude/afps-status/ALIGNMENT-PAGE.md +86 -0
  12. package/global/claude/afps-status/CHANGELOG.md +9 -0
  13. package/global/claude/afps-status/SKILL.md +110 -0
  14. package/global/claude/afps-status/archive/v0.0/SKILL.md +104 -0
  15. package/global/claude/animation-design-planner/ALIGNMENT-PAGE.md +86 -0
  16. package/global/claude/animation-design-planner/CHANGELOG.md +21 -0
  17. package/global/claude/animation-design-planner/SKILL.md +115 -0
  18. package/global/claude/animation-design-planner/frameworks/css-transitions/SKILL.md +48 -0
  19. package/global/claude/animation-design-planner/frameworks/gsap/SKILL.md +51 -0
  20. package/global/claude/animation-design-planner/frameworks/motion-framer/SKILL.md +47 -0
  21. package/global/claude/animation-design-planner/frameworks/threejs/SKILL.md +54 -0
  22. package/global/claude/animation-design-planner/frameworks/web-animations-api/SKILL.md +53 -0
  23. package/global/claude/autoresearch/CHANGELOG.md +8 -0
  24. package/global/claude/autoresearch/SKILL.md +185 -0
  25. package/global/claude/autoresearch-prep/CHANGELOG.md +5 -0
  26. package/global/claude/autoresearch-prep/SKILL.md +127 -0
  27. package/global/claude/codebase-status/CHANGELOG.md +25 -0
  28. package/global/claude/codebase-status/SKILL.md +112 -0
  29. package/global/claude/codebase-status/archive/v0.0/SKILL.md +124 -0
  30. package/global/claude/codebase-status/archive/v0.1/SKILL.md +104 -0
  31. package/global/claude/codebase-status/archive/v0.2/SKILL.md +116 -0
  32. package/global/claude/codebase-status/archive/v0.3/SKILL.md +112 -0
  33. package/global/claude/codebase-status/archive/v0.4/SKILL.md +112 -0
  34. package/global/claude/fork-idea-branch/ALIGNMENT-PAGE.md +86 -0
  35. package/global/claude/fork-idea-branch/CHANGELOG.md +5 -0
  36. package/global/claude/fork-idea-branch/SKILL.md +116 -0
  37. package/global/claude/idea-scope-brief/ALIGNMENT-PAGE.md +86 -0
  38. package/global/claude/idea-scope-brief/CHANGELOG.md +58 -0
  39. package/global/claude/idea-scope-brief/SKILL.md +156 -0
  40. package/global/claude/idea-scope-brief/archive/v0.0/SKILL.md +131 -0
  41. package/global/claude/idea-scope-brief/archive/v0.1/SKILL.md +133 -0
  42. package/global/claude/idea-scope-brief/archive/v0.10/SKILL.md +146 -0
  43. package/global/claude/idea-scope-brief/archive/v0.11/SKILL.md +156 -0
  44. package/global/claude/idea-scope-brief/archive/v0.2/SKILL.md +107 -0
  45. package/global/claude/idea-scope-brief/archive/v0.3/SKILL.md +111 -0
  46. package/global/claude/idea-scope-brief/archive/v0.4/SKILL.md +112 -0
  47. package/global/claude/idea-scope-brief/archive/v0.5/SKILL.md +126 -0
  48. package/global/claude/idea-scope-brief/archive/v0.6/SKILL.md +126 -0
  49. package/global/claude/idea-scope-brief/archive/v0.7/SKILL.md +127 -0
  50. package/global/claude/idea-scope-brief/archive/v0.8/SKILL.md +137 -0
  51. package/global/claude/idea-scope-brief/archive/v0.9/SKILL.md +137 -0
  52. package/global/claude/init-agentic-skills/CHANGELOG.md +36 -0
  53. package/global/claude/init-agentic-skills/SKILL.md +57 -0
  54. package/global/claude/init-agentic-skills/archive/v0.0/SKILL.md +32 -0
  55. package/global/claude/init-agentic-skills/archive/v0.1/SKILL.md +32 -0
  56. package/global/claude/init-agentic-skills/archive/v0.2/SKILL.md +32 -0
  57. package/global/claude/init-agentic-skills/archive/v0.3/SKILL.md +40 -0
  58. package/global/claude/init-agentic-skills/archive/v0.4/SKILL.md +40 -0
  59. package/global/claude/init-agentic-skills/archive/v0.5/SKILL.md +50 -0
  60. package/global/claude/init-agentic-skills/scripts/init-agentic-skills.sh +227 -0
  61. package/global/claude/pack/CHANGELOG.md +30 -0
  62. package/global/claude/pack/SKILL.md +170 -0
  63. package/global/claude/pack/archive/v0.0/SKILL.md +161 -0
  64. package/global/claude/pack/archive/v0.1/SKILL.md +163 -0
  65. package/global/claude/pack/archive/v0.2/SKILL.md +164 -0
  66. package/global/claude/pack/archive/v0.3/SKILL.md +165 -0
  67. package/global/claude/pack/archive/v0.4/SKILL.md +171 -0
  68. package/global/claude/pack/archive/v0.5/SKILL.md +170 -0
  69. package/global/claude/pack/scripts/pack.sh +54 -0
  70. package/global/claude/provision-agentic-config/CHANGELOG.md +30 -0
  71. package/global/claude/provision-agentic-config/SKILL.md +292 -0
  72. package/global/claude/provision-agentic-config/archive/v0.0/SKILL.md +208 -0
  73. package/global/claude/provision-agentic-config/archive/v0.1/SKILL.md +269 -0
  74. package/global/claude/provision-agentic-config/archive/v0.2/SKILL.md +272 -0
  75. package/global/claude/provision-agentic-config/archive/v0.3/SKILL.md +272 -0
  76. package/global/claude/provision-agentic-config/archive/v0.4/SKILL.md +290 -0
  77. package/global/claude/skills/CHANGELOG.md +30 -0
  78. package/global/claude/skills/SKILL.md +141 -0
  79. package/global/claude/skills/archive/v0.0/SKILL.md +131 -0
  80. package/global/claude/skills/archive/v0.1/SKILL.md +131 -0
  81. package/global/claude/skills/archive/v0.2/SKILL.md +140 -0
  82. package/global/claude/skills/archive/v0.3/SKILL.md +140 -0
  83. package/global/claude/skills/archive/v0.4/SKILL.md +141 -0
  84. package/global/codex/afps-status/ALIGNMENT-PAGE.md +86 -0
  85. package/global/codex/afps-status/CHANGELOG.md +9 -0
  86. package/global/codex/afps-status/SKILL.md +104 -0
  87. package/global/codex/afps-status/agents/openai.yaml +7 -0
  88. package/global/codex/afps-status/archive/v0.0/SKILL.md +104 -0
  89. package/global/codex/animation-design-planner/ALIGNMENT-PAGE.md +86 -0
  90. package/global/codex/animation-design-planner/CHANGELOG.md +21 -0
  91. package/global/codex/animation-design-planner/SKILL.md +117 -0
  92. package/global/codex/animation-design-planner/agents/openai.yaml +7 -0
  93. package/global/codex/animation-design-planner/frameworks/css-transitions/SKILL.md +50 -0
  94. package/global/codex/animation-design-planner/frameworks/gsap/SKILL.md +53 -0
  95. package/global/codex/animation-design-planner/frameworks/motion-framer/SKILL.md +49 -0
  96. package/global/codex/animation-design-planner/frameworks/threejs/SKILL.md +56 -0
  97. package/global/codex/animation-design-planner/frameworks/web-animations-api/SKILL.md +55 -0
  98. package/global/codex/codebase-status/CHANGELOG.md +25 -0
  99. package/global/codex/codebase-status/SKILL.md +112 -0
  100. package/global/codex/codebase-status/agents/openai.yaml +7 -0
  101. package/global/codex/codebase-status/archive/v0.0/SKILL.md +124 -0
  102. package/global/codex/codebase-status/archive/v0.1/SKILL.md +103 -0
  103. package/global/codex/codebase-status/archive/v0.2/SKILL.md +116 -0
  104. package/global/codex/codebase-status/archive/v0.3/SKILL.md +112 -0
  105. package/global/codex/codebase-status/archive/v0.4/SKILL.md +112 -0
  106. package/global/codex/idea-scope-brief/ALIGNMENT-PAGE.md +86 -0
  107. package/global/codex/idea-scope-brief/CHANGELOG.md +56 -0
  108. package/global/codex/idea-scope-brief/SKILL.md +158 -0
  109. package/global/codex/idea-scope-brief/agents/openai.yaml +7 -0
  110. package/global/codex/idea-scope-brief/archive/v0.0/SKILL.md +133 -0
  111. package/global/codex/idea-scope-brief/archive/v0.1/SKILL.md +135 -0
  112. package/global/codex/idea-scope-brief/archive/v0.10/SKILL.md +148 -0
  113. package/global/codex/idea-scope-brief/archive/v0.11/SKILL.md +158 -0
  114. package/global/codex/idea-scope-brief/archive/v0.2/SKILL.md +109 -0
  115. package/global/codex/idea-scope-brief/archive/v0.3/SKILL.md +113 -0
  116. package/global/codex/idea-scope-brief/archive/v0.4/SKILL.md +114 -0
  117. package/global/codex/idea-scope-brief/archive/v0.5/SKILL.md +128 -0
  118. package/global/codex/idea-scope-brief/archive/v0.6/SKILL.md +128 -0
  119. package/global/codex/idea-scope-brief/archive/v0.7/SKILL.md +129 -0
  120. package/global/codex/idea-scope-brief/archive/v0.8/SKILL.md +139 -0
  121. package/global/codex/idea-scope-brief/archive/v0.9/SKILL.md +139 -0
  122. package/global/codex/init-agentic-skills/CHANGELOG.md +36 -0
  123. package/global/codex/init-agentic-skills/SKILL.md +59 -0
  124. package/global/codex/init-agentic-skills/agents/openai.yaml +7 -0
  125. package/global/codex/init-agentic-skills/archive/v0.0/SKILL.md +34 -0
  126. package/global/codex/init-agentic-skills/archive/v0.1/SKILL.md +34 -0
  127. package/global/codex/init-agentic-skills/archive/v0.2/SKILL.md +34 -0
  128. package/global/codex/init-agentic-skills/archive/v0.3/SKILL.md +42 -0
  129. package/global/codex/init-agentic-skills/archive/v0.4/SKILL.md +42 -0
  130. package/global/codex/init-agentic-skills/archive/v0.5/SKILL.md +52 -0
  131. package/global/codex/init-agentic-skills/scripts/init-agentic-skills.sh +227 -0
  132. package/global/codex/pack/CHANGELOG.md +30 -0
  133. package/global/codex/pack/SKILL.md +172 -0
  134. package/global/codex/pack/archive/v0.0/SKILL.md +134 -0
  135. package/global/codex/pack/archive/v0.1/SKILL.md +165 -0
  136. package/global/codex/pack/archive/v0.2/SKILL.md +166 -0
  137. package/global/codex/pack/archive/v0.3/SKILL.md +167 -0
  138. package/global/codex/pack/archive/v0.4/SKILL.md +173 -0
  139. package/global/codex/pack/archive/v0.5/SKILL.md +172 -0
  140. package/global/codex/pack/scripts/pack.sh +54 -0
  141. package/global/codex/provision-agentic-config/CHANGELOG.md +30 -0
  142. package/global/codex/provision-agentic-config/SKILL.md +282 -0
  143. package/global/codex/provision-agentic-config/agents/openai.yaml +7 -0
  144. package/global/codex/provision-agentic-config/archive/v0.0/SKILL.md +194 -0
  145. package/global/codex/provision-agentic-config/archive/v0.1/SKILL.md +248 -0
  146. package/global/codex/provision-agentic-config/archive/v0.2/SKILL.md +248 -0
  147. package/global/codex/provision-agentic-config/archive/v0.3/SKILL.md +258 -0
  148. package/global/codex/provision-agentic-config/archive/v0.4/SKILL.md +276 -0
  149. package/global/codex/skills/CHANGELOG.md +29 -0
  150. package/global/codex/skills/SKILL.md +140 -0
  151. package/global/codex/skills/archive/v0.0/SKILL.md +129 -0
  152. package/global/codex/skills/archive/v0.1/SKILL.md +132 -0
  153. package/global/codex/skills/archive/v0.2/SKILL.md +139 -0
  154. package/global/codex/skills/archive/v0.3/SKILL.md +139 -0
  155. package/global/codex/skills/archive/v0.4/SKILL.md +140 -0
  156. package/init.sh +207 -0
  157. package/package.json +47 -0
  158. package/packs/agent-bridge/PACK.md +21 -0
  159. package/packs/agent-bridge/claude/delegate/ALIGNMENT-PAGE.md +84 -0
  160. package/packs/agent-bridge/claude/delegate/CHANGELOG.md +9 -0
  161. package/packs/agent-bridge/claude/delegate/SKILL.md +82 -0
  162. package/packs/agent-bridge/claude/delegate/archive/v0.0/SKILL.md +106 -0
  163. package/packs/agent-work-admin/PACK.md +23 -0
  164. package/packs/agent-work-admin/claude/plan-phase/CHANGELOG.md +11 -0
  165. package/packs/agent-work-admin/claude/plan-phase/SKILL.md +380 -0
  166. package/packs/agent-work-admin/claude/plan-phase/archive/v0.0/SKILL.md +378 -0
  167. package/packs/agent-work-admin/claude/roadmap/CHANGELOG.md +37 -0
  168. package/packs/agent-work-admin/claude/roadmap/SKILL.md +481 -0
  169. package/packs/agent-work-admin/claude/roadmap/archive/v0.0/SKILL.md +457 -0
  170. package/packs/agent-work-admin/claude/roadmap/archive/v0.1/SKILL.md +469 -0
  171. package/packs/agent-work-admin/claude/roadmap/archive/v0.2/SKILL.md +473 -0
  172. package/packs/agent-work-admin/claude/roadmap/archive/v0.3/SKILL.md +473 -0
  173. package/packs/agent-work-admin/claude/roadmap/archive/v0.4/SKILL.md +473 -0
  174. package/packs/agent-work-admin/claude/roadmap/archive/v0.5/SKILL.md +475 -0
  175. package/packs/agent-work-admin/claude/roadmap/archive/v0.6/SKILL.md +475 -0
  176. package/packs/agent-work-admin/claude/spec-drift/CHANGELOG.md +9 -0
  177. package/packs/agent-work-admin/claude/spec-drift/SKILL.md +202 -0
  178. package/packs/agent-work-admin/claude/spec-drift/archive/v0.0/SKILL.md +238 -0
  179. package/packs/agent-work-admin/codex/plan-phase/CHANGELOG.md +11 -0
  180. package/packs/agent-work-admin/codex/plan-phase/SKILL.md +387 -0
  181. package/packs/agent-work-admin/codex/plan-phase/agents/openai.yaml +7 -0
  182. package/packs/agent-work-admin/codex/plan-phase/archive/v0.0/SKILL.md +383 -0
  183. package/packs/agent-work-admin/codex/roadmap/CHANGELOG.md +37 -0
  184. package/packs/agent-work-admin/codex/roadmap/SKILL.md +424 -0
  185. package/packs/agent-work-admin/codex/roadmap/agents/openai.yaml +7 -0
  186. package/packs/agent-work-admin/codex/roadmap/archive/v0.0/SKILL.md +400 -0
  187. package/packs/agent-work-admin/codex/roadmap/archive/v0.1/SKILL.md +412 -0
  188. package/packs/agent-work-admin/codex/roadmap/archive/v0.2/SKILL.md +416 -0
  189. package/packs/agent-work-admin/codex/roadmap/archive/v0.3/SKILL.md +416 -0
  190. package/packs/agent-work-admin/codex/roadmap/archive/v0.4/SKILL.md +416 -0
  191. package/packs/agent-work-admin/codex/roadmap/archive/v0.5/SKILL.md +418 -0
  192. package/packs/agent-work-admin/codex/roadmap/archive/v0.6/SKILL.md +418 -0
  193. package/packs/agent-work-admin/codex/spec-drift/CHANGELOG.md +9 -0
  194. package/packs/agent-work-admin/codex/spec-drift/SKILL.md +81 -0
  195. package/packs/agent-work-admin/codex/spec-drift/archive/v0.0/SKILL.md +118 -0
  196. package/packs/agentic-skills-bench/PACK.md +7 -0
  197. package/packs/agentic-skills-bench/claude/benchmark-agent-review/ALIGNMENT-PAGE.md +86 -0
  198. package/packs/agentic-skills-bench/claude/benchmark-agent-review/CHANGELOG.md +9 -0
  199. package/packs/agentic-skills-bench/claude/benchmark-agent-review/SKILL.md +118 -0
  200. package/packs/agentic-skills-bench/claude/benchmark-agent-review/archive/v0.0/SKILL.md +134 -0
  201. package/packs/agentic-skills-bench/claude/benchmark-test-skill/ALIGNMENT-PAGE.md +84 -0
  202. package/packs/agentic-skills-bench/claude/benchmark-test-skill/CHANGELOG.md +9 -0
  203. package/packs/agentic-skills-bench/claude/benchmark-test-skill/SKILL.md +151 -0
  204. package/packs/agentic-skills-bench/claude/benchmark-test-skill/archive/v0.0/SKILL.md +167 -0
  205. package/packs/agentic-skills-bench/codex/benchmark-agent-review/ALIGNMENT-PAGE.md +86 -0
  206. package/packs/agentic-skills-bench/codex/benchmark-agent-review/CHANGELOG.md +9 -0
  207. package/packs/agentic-skills-bench/codex/benchmark-agent-review/SKILL.md +118 -0
  208. package/packs/agentic-skills-bench/codex/benchmark-agent-review/archive/v0.0/SKILL.md +134 -0
  209. package/packs/agentic-skills-bench/codex/benchmark-test-skill/ALIGNMENT-PAGE.md +84 -0
  210. package/packs/agentic-skills-bench/codex/benchmark-test-skill/CHANGELOG.md +9 -0
  211. package/packs/agentic-skills-bench/codex/benchmark-test-skill/SKILL.md +151 -0
  212. package/packs/agentic-skills-bench/codex/benchmark-test-skill/archive/v0.0/SKILL.md +167 -0
  213. package/packs/alignment-loop/PACK.md +23 -0
  214. package/packs/alignment-loop/claude/destination-doc/SKILL.md +68 -0
  215. package/packs/alignment-loop/claude/taste-calibration/CHANGELOG.md +5 -0
  216. package/packs/alignment-loop/claude/taste-calibration/SKILL.md +69 -0
  217. package/packs/alignment-loop/claude/vertical-slice-splitter/ALIGNMENT-PAGE.md +84 -0
  218. package/packs/alignment-loop/claude/vertical-slice-splitter/CHANGELOG.md +9 -0
  219. package/packs/alignment-loop/claude/vertical-slice-splitter/SKILL.md +64 -0
  220. package/packs/alignment-loop/claude/vertical-slice-splitter/archive/v0.0/SKILL.md +88 -0
  221. package/packs/alignment-loop/codex/destination-doc/SKILL.md +68 -0
  222. package/packs/alignment-loop/codex/taste-calibration/CHANGELOG.md +5 -0
  223. package/packs/alignment-loop/codex/taste-calibration/SKILL.md +72 -0
  224. package/packs/alignment-loop/codex/taste-calibration/agents/openai.yaml +7 -0
  225. package/packs/alignment-loop/codex/vertical-slice-splitter/ALIGNMENT-PAGE.md +84 -0
  226. package/packs/alignment-loop/codex/vertical-slice-splitter/CHANGELOG.md +9 -0
  227. package/packs/alignment-loop/codex/vertical-slice-splitter/SKILL.md +60 -0
  228. package/packs/alignment-loop/codex/vertical-slice-splitter/archive/v0.0/SKILL.md +80 -0
  229. package/packs/alignment-page-admin/PACK.md +22 -0
  230. package/packs/alignment-page-admin/claude/compile-central-alignment/CHANGELOG.md +19 -0
  231. package/packs/alignment-page-admin/claude/compile-central-alignment/SKILL.md +78 -0
  232. package/packs/alignment-page-admin/claude/compile-central-alignment/archive/v0.0/SKILL.md +61 -0
  233. package/packs/alignment-page-admin/claude/compile-central-alignment/archive/v0.1/SKILL.md +63 -0
  234. package/packs/alignment-page-admin/claude/upgrade-alignment-pages/CHANGELOG.md +11 -0
  235. package/packs/alignment-page-admin/claude/upgrade-alignment-pages/SKILL.md +106 -0
  236. package/packs/alignment-page-admin/claude/upgrade-alignment-pages/archive/v0.0/SKILL.md +89 -0
  237. package/packs/alignment-page-admin/codex/compile-central-alignment/CHANGELOG.md +19 -0
  238. package/packs/alignment-page-admin/codex/compile-central-alignment/SKILL.md +57 -0
  239. package/packs/alignment-page-admin/codex/compile-central-alignment/agents/openai.yaml +7 -0
  240. package/packs/alignment-page-admin/codex/compile-central-alignment/archive/v0.0/SKILL.md +40 -0
  241. package/packs/alignment-page-admin/codex/compile-central-alignment/archive/v0.1/SKILL.md +45 -0
  242. package/packs/alignment-page-admin/codex/upgrade-alignment-pages/CHANGELOG.md +11 -0
  243. package/packs/alignment-page-admin/codex/upgrade-alignment-pages/SKILL.md +106 -0
  244. package/packs/alignment-page-admin/codex/upgrade-alignment-pages/agents/openai.yaml +7 -0
  245. package/packs/alignment-page-admin/codex/upgrade-alignment-pages/archive/v0.0/SKILL.md +89 -0
  246. package/packs/business-app/PACK.md +18 -0
  247. package/packs/business-discovery/PACK.md +24 -0
  248. package/packs/business-discovery/claude/competitive-analysis/ALIGNMENT-PAGE.md +90 -0
  249. package/packs/business-discovery/claude/competitive-analysis/CHANGELOG.md +77 -0
  250. package/packs/business-discovery/claude/competitive-analysis/SKILL.md +376 -0
  251. package/packs/business-discovery/claude/competitive-analysis/archive/v0.0/SKILL.md +401 -0
  252. package/packs/business-discovery/claude/competitive-analysis/archive/v0.1/SKILL.md +426 -0
  253. package/packs/business-discovery/claude/competitive-analysis/archive/v0.10/SKILL.md +391 -0
  254. package/packs/business-discovery/claude/competitive-analysis/archive/v0.11/SKILL.md +400 -0
  255. package/packs/business-discovery/claude/competitive-analysis/archive/v0.12/SKILL.md +422 -0
  256. package/packs/business-discovery/claude/competitive-analysis/archive/v0.13/SKILL.md +422 -0
  257. package/packs/business-discovery/claude/competitive-analysis/archive/v0.14/SKILL.md +422 -0
  258. package/packs/business-discovery/claude/competitive-analysis/archive/v0.15/SKILL.md +376 -0
  259. package/packs/business-discovery/claude/competitive-analysis/archive/v0.2/SKILL.md +426 -0
  260. package/packs/business-discovery/claude/competitive-analysis/archive/v0.3/SKILL.md +426 -0
  261. package/packs/business-discovery/claude/competitive-analysis/archive/v0.4/SKILL.md +428 -0
  262. package/packs/business-discovery/claude/competitive-analysis/archive/v0.5/SKILL.md +391 -0
  263. package/packs/business-discovery/claude/competitive-analysis/archive/v0.6/SKILL.md +391 -0
  264. package/packs/business-discovery/claude/competitive-analysis/archive/v0.7/SKILL.md +397 -0
  265. package/packs/business-discovery/claude/competitive-analysis/archive/v0.8/SKILL.md +397 -0
  266. package/packs/business-discovery/claude/competitive-analysis/archive/v0.9/SKILL.md +390 -0
  267. package/packs/business-discovery/claude/competitive-analysis/frameworks/feature-pricing-matrix/ALIGNMENT-PAGE.md +86 -0
  268. package/packs/business-discovery/claude/competitive-analysis/frameworks/feature-pricing-matrix/CHANGELOG.md +9 -0
  269. package/packs/business-discovery/claude/competitive-analysis/frameworks/feature-pricing-matrix/SKILL.md +98 -0
  270. package/packs/business-discovery/claude/competitive-analysis/frameworks/feature-pricing-matrix/archive/v0.0/SKILL.md +88 -0
  271. package/packs/business-discovery/claude/competitive-analysis/frameworks/porter-five-forces/ALIGNMENT-PAGE.md +86 -0
  272. package/packs/business-discovery/claude/competitive-analysis/frameworks/porter-five-forces/CHANGELOG.md +9 -0
  273. package/packs/business-discovery/claude/competitive-analysis/frameworks/porter-five-forces/SKILL.md +110 -0
  274. package/packs/business-discovery/claude/competitive-analysis/frameworks/porter-five-forces/archive/v0.0/SKILL.md +104 -0
  275. package/packs/business-discovery/claude/competitive-analysis/frameworks/strategic-group-map/ALIGNMENT-PAGE.md +86 -0
  276. package/packs/business-discovery/claude/competitive-analysis/frameworks/strategic-group-map/CHANGELOG.md +9 -0
  277. package/packs/business-discovery/claude/competitive-analysis/frameworks/strategic-group-map/SKILL.md +105 -0
  278. package/packs/business-discovery/claude/competitive-analysis/frameworks/strategic-group-map/archive/v0.0/SKILL.md +95 -0
  279. package/packs/business-discovery/claude/competitive-analysis/frameworks/swot/ALIGNMENT-PAGE.md +86 -0
  280. package/packs/business-discovery/claude/competitive-analysis/frameworks/swot/CHANGELOG.md +9 -0
  281. package/packs/business-discovery/claude/competitive-analysis/frameworks/swot/SKILL.md +99 -0
  282. package/packs/business-discovery/claude/competitive-analysis/frameworks/swot/archive/v0.0/SKILL.md +91 -0
  283. package/packs/business-discovery/claude/customer-discovery/ALIGNMENT-PAGE.md +88 -0
  284. package/packs/business-discovery/claude/customer-discovery/CHANGELOG.md +69 -0
  285. package/packs/business-discovery/claude/customer-discovery/SKILL.md +602 -0
  286. package/packs/business-discovery/claude/customer-discovery/archive/v0.0/SKILL.md +463 -0
  287. package/packs/business-discovery/claude/customer-discovery/archive/v0.1/SKILL.md +463 -0
  288. package/packs/business-discovery/claude/customer-discovery/archive/v0.10/SKILL.md +475 -0
  289. package/packs/business-discovery/claude/customer-discovery/archive/v0.11/SKILL.md +488 -0
  290. package/packs/business-discovery/claude/customer-discovery/archive/v0.2/SKILL.md +471 -0
  291. package/packs/business-discovery/claude/customer-discovery/archive/v0.3/SKILL.md +442 -0
  292. package/packs/business-discovery/claude/customer-discovery/archive/v0.4/SKILL.md +442 -0
  293. package/packs/business-discovery/claude/customer-discovery/archive/v0.5/SKILL.md +453 -0
  294. package/packs/business-discovery/claude/customer-discovery/archive/v0.6/SKILL.md +453 -0
  295. package/packs/business-discovery/claude/customer-discovery/archive/v0.7/SKILL.md +454 -0
  296. package/packs/business-discovery/claude/customer-discovery/archive/v0.8/SKILL.md +456 -0
  297. package/packs/business-discovery/claude/customer-discovery/archive/v0.9/SKILL.md +465 -0
  298. package/packs/business-discovery/claude/customer-discovery/archive/v1.0/SKILL.md +598 -0
  299. package/packs/business-discovery/claude/customer-discovery/frameworks/five-rings/ALIGNMENT-PAGE.md +86 -0
  300. package/packs/business-discovery/claude/customer-discovery/frameworks/five-rings/CHANGELOG.md +9 -0
  301. package/packs/business-discovery/claude/customer-discovery/frameworks/five-rings/SKILL.md +352 -0
  302. package/packs/business-discovery/claude/customer-discovery/frameworks/five-rings/archive/v0.0/SKILL.md +348 -0
  303. package/packs/business-discovery/claude/customer-discovery/frameworks/four-forces/ALIGNMENT-PAGE.md +86 -0
  304. package/packs/business-discovery/claude/customer-discovery/frameworks/four-forces/CHANGELOG.md +9 -0
  305. package/packs/business-discovery/claude/customer-discovery/frameworks/four-forces/SKILL.md +322 -0
  306. package/packs/business-discovery/claude/customer-discovery/frameworks/four-forces/archive/v0.0/SKILL.md +318 -0
  307. package/packs/business-discovery/claude/customer-discovery/frameworks/jtbd-needs/ALIGNMENT-PAGE.md +86 -0
  308. package/packs/business-discovery/claude/customer-discovery/frameworks/jtbd-needs/CHANGELOG.md +9 -0
  309. package/packs/business-discovery/claude/customer-discovery/frameworks/jtbd-needs/SKILL.md +234 -0
  310. package/packs/business-discovery/claude/customer-discovery/frameworks/jtbd-needs/archive/v0.0/SKILL.md +230 -0
  311. package/packs/business-discovery/claude/customer-discovery/frameworks/pmf-engine/ALIGNMENT-PAGE.md +86 -0
  312. package/packs/business-discovery/claude/customer-discovery/frameworks/pmf-engine/CHANGELOG.md +9 -0
  313. package/packs/business-discovery/claude/customer-discovery/frameworks/pmf-engine/SKILL.md +252 -0
  314. package/packs/business-discovery/claude/customer-discovery/frameworks/pmf-engine/archive/v0.0/SKILL.md +250 -0
  315. package/packs/business-discovery/claude/customer-discovery/frameworks/seven-dimensions/ALIGNMENT-PAGE.md +86 -0
  316. package/packs/business-discovery/claude/customer-discovery/frameworks/seven-dimensions/CHANGELOG.md +9 -0
  317. package/packs/business-discovery/claude/customer-discovery/frameworks/seven-dimensions/SKILL.md +385 -0
  318. package/packs/business-discovery/claude/customer-discovery/frameworks/seven-dimensions/archive/v0.0/SKILL.md +381 -0
  319. package/packs/business-discovery/claude/customer-discovery/frameworks/w3-hypothesis/ALIGNMENT-PAGE.md +86 -0
  320. package/packs/business-discovery/claude/customer-discovery/frameworks/w3-hypothesis/CHANGELOG.md +9 -0
  321. package/packs/business-discovery/claude/customer-discovery/frameworks/w3-hypothesis/SKILL.md +194 -0
  322. package/packs/business-discovery/claude/customer-discovery/frameworks/w3-hypothesis/archive/v0.0/SKILL.md +190 -0
  323. package/packs/business-discovery/claude/customer-feedback/ALIGNMENT-PAGE.md +90 -0
  324. package/packs/business-discovery/claude/customer-feedback/CHANGELOG.md +31 -0
  325. package/packs/business-discovery/claude/customer-feedback/SKILL.md +277 -0
  326. package/packs/business-discovery/claude/customer-feedback/archive/v0.0/SKILL.md +282 -0
  327. package/packs/business-discovery/claude/customer-feedback/archive/v0.1/SKILL.md +247 -0
  328. package/packs/business-discovery/claude/customer-feedback/archive/v0.2/SKILL.md +248 -0
  329. package/packs/business-discovery/claude/customer-feedback/archive/v0.3/SKILL.md +257 -0
  330. package/packs/business-discovery/claude/customer-feedback/archive/v0.4/SKILL.md +277 -0
  331. package/packs/business-discovery/claude/customer-feedback/archive/v0.5/SKILL.md +277 -0
  332. package/packs/business-discovery/claude/enterprise-icp/ALIGNMENT-PAGE.md +88 -0
  333. package/packs/business-discovery/claude/enterprise-icp/CHANGELOG.md +36 -0
  334. package/packs/business-discovery/claude/enterprise-icp/SKILL.md +276 -0
  335. package/packs/business-discovery/claude/enterprise-icp/archive/v0.0/SKILL.md +273 -0
  336. package/packs/business-discovery/claude/enterprise-icp/archive/v0.1/SKILL.md +273 -0
  337. package/packs/business-discovery/claude/enterprise-icp/archive/v0.2/SKILL.md +240 -0
  338. package/packs/business-discovery/claude/enterprise-icp/archive/v0.3/SKILL.md +244 -0
  339. package/packs/business-discovery/claude/enterprise-icp/archive/v0.4/SKILL.md +245 -0
  340. package/packs/business-discovery/claude/enterprise-icp/archive/v0.5/SKILL.md +254 -0
  341. package/packs/business-discovery/claude/enterprise-icp/archive/v0.6/SKILL.md +276 -0
  342. package/packs/business-discovery/claude/lean-canvas/ALIGNMENT-PAGE.md +88 -0
  343. package/packs/business-discovery/claude/lean-canvas/CHANGELOG.md +38 -0
  344. package/packs/business-discovery/claude/lean-canvas/SKILL.md +344 -0
  345. package/packs/business-discovery/claude/lean-canvas/archive/v0.0/SKILL.md +343 -0
  346. package/packs/business-discovery/claude/lean-canvas/archive/v0.1/SKILL.md +345 -0
  347. package/packs/business-discovery/claude/lean-canvas/archive/v0.2/SKILL.md +312 -0
  348. package/packs/business-discovery/claude/lean-canvas/archive/v0.3/SKILL.md +315 -0
  349. package/packs/business-discovery/claude/lean-canvas/archive/v0.4/SKILL.md +324 -0
  350. package/packs/business-discovery/claude/lean-canvas/archive/v0.5/SKILL.md +344 -0
  351. package/packs/business-discovery/claude/lean-canvas/archive/v0.6/SKILL.md +344 -0
  352. package/packs/business-discovery/claude/lean-canvas/archive/v0.7/SKILL.md +344 -0
  353. package/packs/business-discovery/claude/positioning/ALIGNMENT-PAGE.md +96 -0
  354. package/packs/business-discovery/claude/positioning/CHANGELOG.md +69 -0
  355. package/packs/business-discovery/claude/positioning/SKILL.md +357 -0
  356. package/packs/business-discovery/claude/positioning/archive/v0.0/SKILL.md +363 -0
  357. package/packs/business-discovery/claude/positioning/archive/v0.1/SKILL.md +366 -0
  358. package/packs/business-discovery/claude/positioning/archive/v0.10/SKILL.md +355 -0
  359. package/packs/business-discovery/claude/positioning/archive/v0.11/SKILL.md +355 -0
  360. package/packs/business-discovery/claude/positioning/archive/v0.12/SKILL.md +355 -0
  361. package/packs/business-discovery/claude/positioning/archive/v0.2/SKILL.md +333 -0
  362. package/packs/business-discovery/claude/positioning/archive/v0.3/SKILL.md +333 -0
  363. package/packs/business-discovery/claude/positioning/archive/v0.4/SKILL.md +337 -0
  364. package/packs/business-discovery/claude/positioning/archive/v0.5/SKILL.md +339 -0
  365. package/packs/business-discovery/claude/positioning/archive/v0.6/SKILL.md +338 -0
  366. package/packs/business-discovery/claude/positioning/archive/v0.7/SKILL.md +317 -0
  367. package/packs/business-discovery/claude/positioning/archive/v0.8/SKILL.md +326 -0
  368. package/packs/business-discovery/claude/positioning/archive/v0.9/SKILL.md +335 -0
  369. package/packs/business-discovery/claude/positioning/frameworks/category-design/ALIGNMENT-PAGE.md +86 -0
  370. package/packs/business-discovery/claude/positioning/frameworks/category-design/CHANGELOG.md +25 -0
  371. package/packs/business-discovery/claude/positioning/frameworks/category-design/SKILL.md +288 -0
  372. package/packs/business-discovery/claude/positioning/frameworks/category-design/archive/v0.0/SKILL.md +267 -0
  373. package/packs/business-discovery/claude/positioning/frameworks/category-design/archive/v0.1/SKILL.md +276 -0
  374. package/packs/business-discovery/claude/positioning/frameworks/category-design/archive/v0.2/SKILL.md +276 -0
  375. package/packs/business-discovery/claude/positioning/frameworks/category-design/archive/v0.3/SKILL.md +286 -0
  376. package/packs/business-discovery/claude/positioning/frameworks/category-design/archive/v0.4/SKILL.md +286 -0
  377. package/packs/business-discovery/claude/positioning/frameworks/jtbd-positioning/ALIGNMENT-PAGE.md +88 -0
  378. package/packs/business-discovery/claude/positioning/frameworks/jtbd-positioning/CHANGELOG.md +25 -0
  379. package/packs/business-discovery/claude/positioning/frameworks/jtbd-positioning/SKILL.md +223 -0
  380. package/packs/business-discovery/claude/positioning/frameworks/jtbd-positioning/archive/v0.0/SKILL.md +202 -0
  381. package/packs/business-discovery/claude/positioning/frameworks/jtbd-positioning/archive/v0.1/SKILL.md +211 -0
  382. package/packs/business-discovery/claude/positioning/frameworks/jtbd-positioning/archive/v0.2/SKILL.md +211 -0
  383. package/packs/business-discovery/claude/positioning/frameworks/jtbd-positioning/archive/v0.3/SKILL.md +221 -0
  384. package/packs/business-discovery/claude/positioning/frameworks/jtbd-positioning/archive/v0.4/SKILL.md +221 -0
  385. package/packs/business-discovery/claude/positioning/frameworks/moore-positioning/ALIGNMENT-PAGE.md +88 -0
  386. package/packs/business-discovery/claude/positioning/frameworks/moore-positioning/CHANGELOG.md +25 -0
  387. package/packs/business-discovery/claude/positioning/frameworks/moore-positioning/SKILL.md +232 -0
  388. package/packs/business-discovery/claude/positioning/frameworks/moore-positioning/archive/v0.0/SKILL.md +211 -0
  389. package/packs/business-discovery/claude/positioning/frameworks/moore-positioning/archive/v0.1/SKILL.md +220 -0
  390. package/packs/business-discovery/claude/positioning/frameworks/moore-positioning/archive/v0.2/SKILL.md +220 -0
  391. package/packs/business-discovery/claude/positioning/frameworks/moore-positioning/archive/v0.3/SKILL.md +230 -0
  392. package/packs/business-discovery/claude/positioning/frameworks/moore-positioning/archive/v0.4/SKILL.md +230 -0
  393. package/packs/business-discovery/claude/positioning/frameworks/obviously-awesome/ALIGNMENT-PAGE.md +86 -0
  394. package/packs/business-discovery/claude/positioning/frameworks/obviously-awesome/CHANGELOG.md +25 -0
  395. package/packs/business-discovery/claude/positioning/frameworks/obviously-awesome/SKILL.md +284 -0
  396. package/packs/business-discovery/claude/positioning/frameworks/obviously-awesome/archive/v0.0/SKILL.md +263 -0
  397. package/packs/business-discovery/claude/positioning/frameworks/obviously-awesome/archive/v0.1/SKILL.md +272 -0
  398. package/packs/business-discovery/claude/positioning/frameworks/obviously-awesome/archive/v0.2/SKILL.md +272 -0
  399. package/packs/business-discovery/claude/positioning/frameworks/obviously-awesome/archive/v0.3/SKILL.md +282 -0
  400. package/packs/business-discovery/claude/positioning/frameworks/obviously-awesome/archive/v0.4/SKILL.md +282 -0
  401. package/packs/business-discovery/claude/positioning/frameworks/strategic-canvas/ALIGNMENT-PAGE.md +86 -0
  402. package/packs/business-discovery/claude/positioning/frameworks/strategic-canvas/CHANGELOG.md +25 -0
  403. package/packs/business-discovery/claude/positioning/frameworks/strategic-canvas/SKILL.md +221 -0
  404. package/packs/business-discovery/claude/positioning/frameworks/strategic-canvas/archive/v0.0/SKILL.md +200 -0
  405. package/packs/business-discovery/claude/positioning/frameworks/strategic-canvas/archive/v0.1/SKILL.md +209 -0
  406. package/packs/business-discovery/claude/positioning/frameworks/strategic-canvas/archive/v0.2/SKILL.md +209 -0
  407. package/packs/business-discovery/claude/positioning/frameworks/strategic-canvas/archive/v0.3/SKILL.md +219 -0
  408. package/packs/business-discovery/claude/positioning/frameworks/strategic-canvas/archive/v0.4/SKILL.md +219 -0
  409. package/packs/business-discovery/claude/value-prop-canvas/ALIGNMENT-PAGE.md +88 -0
  410. package/packs/business-discovery/claude/value-prop-canvas/CHANGELOG.md +38 -0
  411. package/packs/business-discovery/claude/value-prop-canvas/SKILL.md +315 -0
  412. package/packs/business-discovery/claude/value-prop-canvas/archive/v0.0/SKILL.md +313 -0
  413. package/packs/business-discovery/claude/value-prop-canvas/archive/v0.1/SKILL.md +316 -0
  414. package/packs/business-discovery/claude/value-prop-canvas/archive/v0.2/SKILL.md +283 -0
  415. package/packs/business-discovery/claude/value-prop-canvas/archive/v0.3/SKILL.md +286 -0
  416. package/packs/business-discovery/claude/value-prop-canvas/archive/v0.4/SKILL.md +295 -0
  417. package/packs/business-discovery/claude/value-prop-canvas/archive/v0.5/SKILL.md +315 -0
  418. package/packs/business-discovery/claude/value-prop-canvas/archive/v0.6/SKILL.md +315 -0
  419. package/packs/business-discovery/claude/value-prop-canvas/archive/v0.7/SKILL.md +315 -0
  420. package/packs/business-discovery/codex/competitive-analysis/ALIGNMENT-PAGE.md +90 -0
  421. package/packs/business-discovery/codex/competitive-analysis/CHANGELOG.md +76 -0
  422. package/packs/business-discovery/codex/competitive-analysis/SKILL.md +237 -0
  423. package/packs/business-discovery/codex/competitive-analysis/agents/openai.yaml +7 -0
  424. package/packs/business-discovery/codex/competitive-analysis/archive/v0.0/SKILL.md +191 -0
  425. package/packs/business-discovery/codex/competitive-analysis/archive/v0.1/SKILL.md +193 -0
  426. package/packs/business-discovery/codex/competitive-analysis/archive/v0.10/SKILL.md +162 -0
  427. package/packs/business-discovery/codex/competitive-analysis/archive/v0.11/SKILL.md +171 -0
  428. package/packs/business-discovery/codex/competitive-analysis/archive/v0.12/SKILL.md +185 -0
  429. package/packs/business-discovery/codex/competitive-analysis/archive/v0.13/SKILL.md +185 -0
  430. package/packs/business-discovery/codex/competitive-analysis/archive/v0.14/SKILL.md +185 -0
  431. package/packs/business-discovery/codex/competitive-analysis/archive/v0.15/SKILL.md +239 -0
  432. package/packs/business-discovery/codex/competitive-analysis/archive/v0.2/SKILL.md +193 -0
  433. package/packs/business-discovery/codex/competitive-analysis/archive/v0.3/SKILL.md +193 -0
  434. package/packs/business-discovery/codex/competitive-analysis/archive/v0.4/SKILL.md +196 -0
  435. package/packs/business-discovery/codex/competitive-analysis/archive/v0.5/SKILL.md +159 -0
  436. package/packs/business-discovery/codex/competitive-analysis/archive/v0.6/SKILL.md +159 -0
  437. package/packs/business-discovery/codex/competitive-analysis/archive/v0.7/SKILL.md +163 -0
  438. package/packs/business-discovery/codex/competitive-analysis/archive/v0.8/SKILL.md +163 -0
  439. package/packs/business-discovery/codex/competitive-analysis/archive/v0.9/SKILL.md +161 -0
  440. package/packs/business-discovery/codex/competitive-analysis/frameworks/feature-pricing-matrix/ALIGNMENT-PAGE.md +86 -0
  441. package/packs/business-discovery/codex/competitive-analysis/frameworks/feature-pricing-matrix/CHANGELOG.md +9 -0
  442. package/packs/business-discovery/codex/competitive-analysis/frameworks/feature-pricing-matrix/SKILL.md +98 -0
  443. package/packs/business-discovery/codex/competitive-analysis/frameworks/feature-pricing-matrix/archive/v0.0/SKILL.md +88 -0
  444. package/packs/business-discovery/codex/competitive-analysis/frameworks/porter-five-forces/ALIGNMENT-PAGE.md +86 -0
  445. package/packs/business-discovery/codex/competitive-analysis/frameworks/porter-five-forces/CHANGELOG.md +9 -0
  446. package/packs/business-discovery/codex/competitive-analysis/frameworks/porter-five-forces/SKILL.md +110 -0
  447. package/packs/business-discovery/codex/competitive-analysis/frameworks/porter-five-forces/archive/v0.0/SKILL.md +104 -0
  448. package/packs/business-discovery/codex/competitive-analysis/frameworks/strategic-group-map/ALIGNMENT-PAGE.md +86 -0
  449. package/packs/business-discovery/codex/competitive-analysis/frameworks/strategic-group-map/CHANGELOG.md +9 -0
  450. package/packs/business-discovery/codex/competitive-analysis/frameworks/strategic-group-map/SKILL.md +105 -0
  451. package/packs/business-discovery/codex/competitive-analysis/frameworks/strategic-group-map/archive/v0.0/SKILL.md +95 -0
  452. package/packs/business-discovery/codex/competitive-analysis/frameworks/swot/ALIGNMENT-PAGE.md +86 -0
  453. package/packs/business-discovery/codex/competitive-analysis/frameworks/swot/CHANGELOG.md +9 -0
  454. package/packs/business-discovery/codex/competitive-analysis/frameworks/swot/SKILL.md +99 -0
  455. package/packs/business-discovery/codex/competitive-analysis/frameworks/swot/archive/v0.0/SKILL.md +91 -0
  456. package/packs/business-discovery/codex/customer-discovery/ALIGNMENT-PAGE.md +88 -0
  457. package/packs/business-discovery/codex/customer-discovery/CHANGELOG.md +62 -0
  458. package/packs/business-discovery/codex/customer-discovery/SKILL.md +301 -0
  459. package/packs/business-discovery/codex/customer-discovery/agents/openai.yaml +7 -0
  460. package/packs/business-discovery/codex/customer-discovery/archive/v0.0/SKILL.md +139 -0
  461. package/packs/business-discovery/codex/customer-discovery/archive/v0.1/SKILL.md +139 -0
  462. package/packs/business-discovery/codex/customer-discovery/archive/v0.10/SKILL.md +147 -0
  463. package/packs/business-discovery/codex/customer-discovery/archive/v0.11/SKILL.md +159 -0
  464. package/packs/business-discovery/codex/customer-discovery/archive/v0.2/SKILL.md +147 -0
  465. package/packs/business-discovery/codex/customer-discovery/archive/v0.3/SKILL.md +105 -0
  466. package/packs/business-discovery/codex/customer-discovery/archive/v0.4/SKILL.md +105 -0
  467. package/packs/business-discovery/codex/customer-discovery/archive/v0.5/SKILL.md +110 -0
  468. package/packs/business-discovery/codex/customer-discovery/archive/v0.6/SKILL.md +110 -0
  469. package/packs/business-discovery/codex/customer-discovery/archive/v0.7/SKILL.md +124 -0
  470. package/packs/business-discovery/codex/customer-discovery/archive/v0.8/SKILL.md +133 -0
  471. package/packs/business-discovery/codex/customer-discovery/archive/v0.9/SKILL.md +143 -0
  472. package/packs/business-discovery/codex/customer-discovery/archive/v1.0/SKILL.md +297 -0
  473. package/packs/business-discovery/codex/customer-discovery/frameworks/five-rings/ALIGNMENT-PAGE.md +86 -0
  474. package/packs/business-discovery/codex/customer-discovery/frameworks/five-rings/CHANGELOG.md +9 -0
  475. package/packs/business-discovery/codex/customer-discovery/frameworks/five-rings/SKILL.md +352 -0
  476. package/packs/business-discovery/codex/customer-discovery/frameworks/five-rings/archive/v0.0/SKILL.md +348 -0
  477. package/packs/business-discovery/codex/customer-discovery/frameworks/four-forces/ALIGNMENT-PAGE.md +86 -0
  478. package/packs/business-discovery/codex/customer-discovery/frameworks/four-forces/CHANGELOG.md +9 -0
  479. package/packs/business-discovery/codex/customer-discovery/frameworks/four-forces/SKILL.md +322 -0
  480. package/packs/business-discovery/codex/customer-discovery/frameworks/four-forces/archive/v0.0/SKILL.md +318 -0
  481. package/packs/business-discovery/codex/customer-discovery/frameworks/jtbd-needs/ALIGNMENT-PAGE.md +86 -0
  482. package/packs/business-discovery/codex/customer-discovery/frameworks/jtbd-needs/CHANGELOG.md +9 -0
  483. package/packs/business-discovery/codex/customer-discovery/frameworks/jtbd-needs/SKILL.md +234 -0
  484. package/packs/business-discovery/codex/customer-discovery/frameworks/jtbd-needs/archive/v0.0/SKILL.md +230 -0
  485. package/packs/business-discovery/codex/customer-discovery/frameworks/pmf-engine/ALIGNMENT-PAGE.md +86 -0
  486. package/packs/business-discovery/codex/customer-discovery/frameworks/pmf-engine/CHANGELOG.md +9 -0
  487. package/packs/business-discovery/codex/customer-discovery/frameworks/pmf-engine/SKILL.md +252 -0
  488. package/packs/business-discovery/codex/customer-discovery/frameworks/pmf-engine/archive/v0.0/SKILL.md +250 -0
  489. package/packs/business-discovery/codex/customer-discovery/frameworks/seven-dimensions/ALIGNMENT-PAGE.md +86 -0
  490. package/packs/business-discovery/codex/customer-discovery/frameworks/seven-dimensions/CHANGELOG.md +9 -0
  491. package/packs/business-discovery/codex/customer-discovery/frameworks/seven-dimensions/SKILL.md +385 -0
  492. package/packs/business-discovery/codex/customer-discovery/frameworks/seven-dimensions/archive/v0.0/SKILL.md +381 -0
  493. package/packs/business-discovery/codex/customer-discovery/frameworks/w3-hypothesis/ALIGNMENT-PAGE.md +86 -0
  494. package/packs/business-discovery/codex/customer-discovery/frameworks/w3-hypothesis/CHANGELOG.md +9 -0
  495. package/packs/business-discovery/codex/customer-discovery/frameworks/w3-hypothesis/SKILL.md +194 -0
  496. package/packs/business-discovery/codex/customer-discovery/frameworks/w3-hypothesis/archive/v0.0/SKILL.md +190 -0
  497. package/packs/business-discovery/codex/customer-feedback/ALIGNMENT-PAGE.md +90 -0
  498. package/packs/business-discovery/codex/customer-feedback/CHANGELOG.md +31 -0
  499. package/packs/business-discovery/codex/customer-feedback/SKILL.md +288 -0
  500. package/packs/business-discovery/codex/customer-feedback/agents/openai.yaml +7 -0
  501. package/packs/business-discovery/codex/customer-feedback/archive/v0.0/SKILL.md +301 -0
  502. package/packs/business-discovery/codex/customer-feedback/archive/v0.1/SKILL.md +266 -0
  503. package/packs/business-discovery/codex/customer-feedback/archive/v0.2/SKILL.md +267 -0
  504. package/packs/business-discovery/codex/customer-feedback/archive/v0.3/SKILL.md +276 -0
  505. package/packs/business-discovery/codex/customer-feedback/archive/v0.4/SKILL.md +288 -0
  506. package/packs/business-discovery/codex/customer-feedback/archive/v0.5/SKILL.md +288 -0
  507. package/packs/business-discovery/codex/enterprise-icp/ALIGNMENT-PAGE.md +88 -0
  508. package/packs/business-discovery/codex/enterprise-icp/CHANGELOG.md +35 -0
  509. package/packs/business-discovery/codex/enterprise-icp/SKILL.md +131 -0
  510. package/packs/business-discovery/codex/enterprise-icp/agents/openai.yaml +7 -0
  511. package/packs/business-discovery/codex/enterprise-icp/archive/v0.0/SKILL.md +142 -0
  512. package/packs/business-discovery/codex/enterprise-icp/archive/v0.1/SKILL.md +142 -0
  513. package/packs/business-discovery/codex/enterprise-icp/archive/v0.2/SKILL.md +109 -0
  514. package/packs/business-discovery/codex/enterprise-icp/archive/v0.3/SKILL.md +109 -0
  515. package/packs/business-discovery/codex/enterprise-icp/archive/v0.4/SKILL.md +110 -0
  516. package/packs/business-discovery/codex/enterprise-icp/archive/v0.5/SKILL.md +119 -0
  517. package/packs/business-discovery/codex/enterprise-icp/archive/v0.6/SKILL.md +131 -0
  518. package/packs/business-discovery/codex/lean-canvas/ALIGNMENT-PAGE.md +88 -0
  519. package/packs/business-discovery/codex/lean-canvas/CHANGELOG.md +38 -0
  520. package/packs/business-discovery/codex/lean-canvas/SKILL.md +343 -0
  521. package/packs/business-discovery/codex/lean-canvas/agents/openai.yaml +7 -0
  522. package/packs/business-discovery/codex/lean-canvas/archive/v0.0/SKILL.md +352 -0
  523. package/packs/business-discovery/codex/lean-canvas/archive/v0.1/SKILL.md +354 -0
  524. package/packs/business-discovery/codex/lean-canvas/archive/v0.2/SKILL.md +321 -0
  525. package/packs/business-discovery/codex/lean-canvas/archive/v0.3/SKILL.md +324 -0
  526. package/packs/business-discovery/codex/lean-canvas/archive/v0.4/SKILL.md +333 -0
  527. package/packs/business-discovery/codex/lean-canvas/archive/v0.5/SKILL.md +345 -0
  528. package/packs/business-discovery/codex/lean-canvas/archive/v0.6/SKILL.md +345 -0
  529. package/packs/business-discovery/codex/lean-canvas/archive/v0.7/SKILL.md +345 -0
  530. package/packs/business-discovery/codex/positioning/ALIGNMENT-PAGE.md +96 -0
  531. package/packs/business-discovery/codex/positioning/CHANGELOG.md +68 -0
  532. package/packs/business-discovery/codex/positioning/SKILL.md +240 -0
  533. package/packs/business-discovery/codex/positioning/archive/v0.0/SKILL.md +375 -0
  534. package/packs/business-discovery/codex/positioning/archive/v0.1/SKILL.md +378 -0
  535. package/packs/business-discovery/codex/positioning/archive/v0.10/SKILL.md +240 -0
  536. package/packs/business-discovery/codex/positioning/archive/v0.11/SKILL.md +240 -0
  537. package/packs/business-discovery/codex/positioning/archive/v0.12/SKILL.md +240 -0
  538. package/packs/business-discovery/codex/positioning/archive/v0.2/SKILL.md +345 -0
  539. package/packs/business-discovery/codex/positioning/archive/v0.3/SKILL.md +343 -0
  540. package/packs/business-discovery/codex/positioning/archive/v0.4/SKILL.md +347 -0
  541. package/packs/business-discovery/codex/positioning/archive/v0.5/SKILL.md +346 -0
  542. package/packs/business-discovery/codex/positioning/archive/v0.6/SKILL.md +346 -0
  543. package/packs/business-discovery/codex/positioning/archive/v0.7/SKILL.md +210 -0
  544. package/packs/business-discovery/codex/positioning/archive/v0.8/SKILL.md +219 -0
  545. package/packs/business-discovery/codex/positioning/archive/v0.9/SKILL.md +228 -0
  546. package/packs/business-discovery/codex/positioning/frameworks/category-design/ALIGNMENT-PAGE.md +86 -0
  547. package/packs/business-discovery/codex/positioning/frameworks/category-design/CHANGELOG.md +26 -0
  548. package/packs/business-discovery/codex/positioning/frameworks/category-design/SKILL.md +271 -0
  549. package/packs/business-discovery/codex/positioning/frameworks/category-design/archive/v0.0/SKILL.md +247 -0
  550. package/packs/business-discovery/codex/positioning/frameworks/category-design/archive/v0.1/SKILL.md +256 -0
  551. package/packs/business-discovery/codex/positioning/frameworks/category-design/archive/v0.2/SKILL.md +259 -0
  552. package/packs/business-discovery/codex/positioning/frameworks/category-design/archive/v0.3/SKILL.md +269 -0
  553. package/packs/business-discovery/codex/positioning/frameworks/category-design/archive/v0.4/SKILL.md +269 -0
  554. package/packs/business-discovery/codex/positioning/frameworks/jtbd-positioning/ALIGNMENT-PAGE.md +88 -0
  555. package/packs/business-discovery/codex/positioning/frameworks/jtbd-positioning/CHANGELOG.md +26 -0
  556. package/packs/business-discovery/codex/positioning/frameworks/jtbd-positioning/SKILL.md +218 -0
  557. package/packs/business-discovery/codex/positioning/frameworks/jtbd-positioning/archive/v0.0/SKILL.md +194 -0
  558. package/packs/business-discovery/codex/positioning/frameworks/jtbd-positioning/archive/v0.1/SKILL.md +203 -0
  559. package/packs/business-discovery/codex/positioning/frameworks/jtbd-positioning/archive/v0.2/SKILL.md +206 -0
  560. package/packs/business-discovery/codex/positioning/frameworks/jtbd-positioning/archive/v0.3/SKILL.md +216 -0
  561. package/packs/business-discovery/codex/positioning/frameworks/jtbd-positioning/archive/v0.4/SKILL.md +216 -0
  562. package/packs/business-discovery/codex/positioning/frameworks/moore-positioning/ALIGNMENT-PAGE.md +88 -0
  563. package/packs/business-discovery/codex/positioning/frameworks/moore-positioning/CHANGELOG.md +26 -0
  564. package/packs/business-discovery/codex/positioning/frameworks/moore-positioning/SKILL.md +224 -0
  565. package/packs/business-discovery/codex/positioning/frameworks/moore-positioning/archive/v0.0/SKILL.md +200 -0
  566. package/packs/business-discovery/codex/positioning/frameworks/moore-positioning/archive/v0.1/SKILL.md +209 -0
  567. package/packs/business-discovery/codex/positioning/frameworks/moore-positioning/archive/v0.2/SKILL.md +212 -0
  568. package/packs/business-discovery/codex/positioning/frameworks/moore-positioning/archive/v0.3/SKILL.md +222 -0
  569. package/packs/business-discovery/codex/positioning/frameworks/moore-positioning/archive/v0.4/SKILL.md +222 -0
  570. package/packs/business-discovery/codex/positioning/frameworks/obviously-awesome/ALIGNMENT-PAGE.md +86 -0
  571. package/packs/business-discovery/codex/positioning/frameworks/obviously-awesome/CHANGELOG.md +26 -0
  572. package/packs/business-discovery/codex/positioning/frameworks/obviously-awesome/SKILL.md +300 -0
  573. package/packs/business-discovery/codex/positioning/frameworks/obviously-awesome/archive/v0.0/SKILL.md +276 -0
  574. package/packs/business-discovery/codex/positioning/frameworks/obviously-awesome/archive/v0.1/SKILL.md +285 -0
  575. package/packs/business-discovery/codex/positioning/frameworks/obviously-awesome/archive/v0.2/SKILL.md +288 -0
  576. package/packs/business-discovery/codex/positioning/frameworks/obviously-awesome/archive/v0.3/SKILL.md +298 -0
  577. package/packs/business-discovery/codex/positioning/frameworks/obviously-awesome/archive/v0.4/SKILL.md +298 -0
  578. package/packs/business-discovery/codex/positioning/frameworks/strategic-canvas/ALIGNMENT-PAGE.md +86 -0
  579. package/packs/business-discovery/codex/positioning/frameworks/strategic-canvas/CHANGELOG.md +26 -0
  580. package/packs/business-discovery/codex/positioning/frameworks/strategic-canvas/SKILL.md +230 -0
  581. package/packs/business-discovery/codex/positioning/frameworks/strategic-canvas/archive/v0.0/SKILL.md +206 -0
  582. package/packs/business-discovery/codex/positioning/frameworks/strategic-canvas/archive/v0.1/SKILL.md +215 -0
  583. package/packs/business-discovery/codex/positioning/frameworks/strategic-canvas/archive/v0.2/SKILL.md +218 -0
  584. package/packs/business-discovery/codex/positioning/frameworks/strategic-canvas/archive/v0.3/SKILL.md +228 -0
  585. package/packs/business-discovery/codex/positioning/frameworks/strategic-canvas/archive/v0.4/SKILL.md +228 -0
  586. package/packs/business-discovery/codex/value-prop-canvas/ALIGNMENT-PAGE.md +88 -0
  587. package/packs/business-discovery/codex/value-prop-canvas/CHANGELOG.md +38 -0
  588. package/packs/business-discovery/codex/value-prop-canvas/SKILL.md +315 -0
  589. package/packs/business-discovery/codex/value-prop-canvas/agents/openai.yaml +7 -0
  590. package/packs/business-discovery/codex/value-prop-canvas/archive/v0.0/SKILL.md +323 -0
  591. package/packs/business-discovery/codex/value-prop-canvas/archive/v0.1/SKILL.md +326 -0
  592. package/packs/business-discovery/codex/value-prop-canvas/archive/v0.2/SKILL.md +293 -0
  593. package/packs/business-discovery/codex/value-prop-canvas/archive/v0.3/SKILL.md +296 -0
  594. package/packs/business-discovery/codex/value-prop-canvas/archive/v0.4/SKILL.md +305 -0
  595. package/packs/business-discovery/codex/value-prop-canvas/archive/v0.5/SKILL.md +317 -0
  596. package/packs/business-discovery/codex/value-prop-canvas/archive/v0.6/SKILL.md +317 -0
  597. package/packs/business-discovery/codex/value-prop-canvas/archive/v0.7/SKILL.md +317 -0
  598. package/packs/business-growth/PACK.md +20 -0
  599. package/packs/business-growth/claude/experiment/ALIGNMENT-PAGE.md +86 -0
  600. package/packs/business-growth/claude/experiment/CHANGELOG.md +25 -0
  601. package/packs/business-growth/claude/experiment/SKILL.md +282 -0
  602. package/packs/business-growth/claude/experiment/archive/v0.0/SKILL.md +301 -0
  603. package/packs/business-growth/claude/experiment/archive/v0.1/SKILL.md +266 -0
  604. package/packs/business-growth/claude/experiment/archive/v0.2/SKILL.md +270 -0
  605. package/packs/business-growth/claude/experiment/archive/v0.3/SKILL.md +282 -0
  606. package/packs/business-growth/claude/growth-model/ALIGNMENT-PAGE.md +88 -0
  607. package/packs/business-growth/claude/growth-model/CHANGELOG.md +32 -0
  608. package/packs/business-growth/claude/growth-model/SKILL.md +356 -0
  609. package/packs/business-growth/claude/growth-model/archive/v0.0/SKILL.md +353 -0
  610. package/packs/business-growth/claude/growth-model/archive/v0.1/SKILL.md +320 -0
  611. package/packs/business-growth/claude/growth-model/archive/v0.2/SKILL.md +324 -0
  612. package/packs/business-growth/claude/growth-model/archive/v0.3/SKILL.md +327 -0
  613. package/packs/business-growth/claude/growth-model/archive/v0.4/SKILL.md +336 -0
  614. package/packs/business-growth/claude/growth-model/archive/v0.5/SKILL.md +356 -0
  615. package/packs/business-growth/claude/gtm/ALIGNMENT-PAGE.md +88 -0
  616. package/packs/business-growth/claude/gtm/CHANGELOG.md +45 -0
  617. package/packs/business-growth/claude/gtm/SKILL.md +335 -0
  618. package/packs/business-growth/claude/gtm/archive/v0.0/SKILL.md +330 -0
  619. package/packs/business-growth/claude/gtm/archive/v0.1/SKILL.md +297 -0
  620. package/packs/business-growth/claude/gtm/archive/v0.2/SKILL.md +297 -0
  621. package/packs/business-growth/claude/gtm/archive/v0.3/SKILL.md +301 -0
  622. package/packs/business-growth/claude/gtm/archive/v0.4/SKILL.md +303 -0
  623. package/packs/business-growth/claude/gtm/archive/v0.5/SKILL.md +304 -0
  624. package/packs/business-growth/claude/gtm/archive/v0.6/SKILL.md +313 -0
  625. package/packs/business-growth/claude/gtm/archive/v0.7/SKILL.md +335 -0
  626. package/packs/business-growth/claude/gtm/archive/v0.8/SKILL.md +335 -0
  627. package/packs/business-growth/claude/hook-model/ALIGNMENT-PAGE.md +88 -0
  628. package/packs/business-growth/claude/hook-model/CHANGELOG.md +32 -0
  629. package/packs/business-growth/claude/hook-model/SKILL.md +338 -0
  630. package/packs/business-growth/claude/hook-model/archive/v0.0/SKILL.md +335 -0
  631. package/packs/business-growth/claude/hook-model/archive/v0.1/SKILL.md +302 -0
  632. package/packs/business-growth/claude/hook-model/archive/v0.2/SKILL.md +306 -0
  633. package/packs/business-growth/claude/hook-model/archive/v0.3/SKILL.md +309 -0
  634. package/packs/business-growth/claude/hook-model/archive/v0.4/SKILL.md +318 -0
  635. package/packs/business-growth/claude/hook-model/archive/v0.5/SKILL.md +338 -0
  636. package/packs/business-growth/claude/landing-copy/ALIGNMENT-PAGE.md +88 -0
  637. package/packs/business-growth/claude/landing-copy/CHANGELOG.md +32 -0
  638. package/packs/business-growth/claude/landing-copy/SKILL.md +488 -0
  639. package/packs/business-growth/claude/landing-copy/archive/v0.0/SKILL.md +483 -0
  640. package/packs/business-growth/claude/landing-copy/archive/v0.1/SKILL.md +450 -0
  641. package/packs/business-growth/claude/landing-copy/archive/v0.2/SKILL.md +454 -0
  642. package/packs/business-growth/claude/landing-copy/archive/v0.3/SKILL.md +457 -0
  643. package/packs/business-growth/claude/landing-copy/archive/v0.4/SKILL.md +466 -0
  644. package/packs/business-growth/claude/landing-copy/archive/v0.5/SKILL.md +488 -0
  645. package/packs/business-growth/claude/metrics/ALIGNMENT-PAGE.md +88 -0
  646. package/packs/business-growth/claude/metrics/CHANGELOG.md +21 -0
  647. package/packs/business-growth/claude/metrics/SKILL.md +313 -0
  648. package/packs/business-growth/claude/metrics/archive/v0.0/SKILL.md +329 -0
  649. package/packs/business-growth/claude/metrics/archive/v0.1/SKILL.md +296 -0
  650. package/packs/business-growth/claude/metrics/archive/v0.2/SKILL.md +300 -0
  651. package/packs/business-growth/claude/monetization/ALIGNMENT-PAGE.md +90 -0
  652. package/packs/business-growth/claude/monetization/CHANGELOG.md +45 -0
  653. package/packs/business-growth/claude/monetization/SKILL.md +336 -0
  654. package/packs/business-growth/claude/monetization/archive/v0.0/SKILL.md +331 -0
  655. package/packs/business-growth/claude/monetization/archive/v0.1/SKILL.md +298 -0
  656. package/packs/business-growth/claude/monetization/archive/v0.2/SKILL.md +298 -0
  657. package/packs/business-growth/claude/monetization/archive/v0.3/SKILL.md +302 -0
  658. package/packs/business-growth/claude/monetization/archive/v0.4/SKILL.md +304 -0
  659. package/packs/business-growth/claude/monetization/archive/v0.5/SKILL.md +305 -0
  660. package/packs/business-growth/claude/monetization/archive/v0.6/SKILL.md +314 -0
  661. package/packs/business-growth/claude/monetization/archive/v0.7/SKILL.md +336 -0
  662. package/packs/business-growth/claude/monetization/archive/v0.8/SKILL.md +336 -0
  663. package/packs/business-growth/claude/pmf-assessment/ALIGNMENT-PAGE.md +88 -0
  664. package/packs/business-growth/claude/pmf-assessment/CHANGELOG.md +36 -0
  665. package/packs/business-growth/claude/pmf-assessment/SKILL.md +406 -0
  666. package/packs/business-growth/claude/pmf-assessment/archive/v0.0/SKILL.md +403 -0
  667. package/packs/business-growth/claude/pmf-assessment/archive/v0.1/SKILL.md +370 -0
  668. package/packs/business-growth/claude/pmf-assessment/archive/v0.2/SKILL.md +374 -0
  669. package/packs/business-growth/claude/pmf-assessment/archive/v0.3/SKILL.md +377 -0
  670. package/packs/business-growth/claude/pmf-assessment/archive/v0.4/SKILL.md +386 -0
  671. package/packs/business-growth/claude/pmf-assessment/archive/v0.5/SKILL.md +406 -0
  672. package/packs/business-growth/claude/pmf-assessment/archive/v0.6/SKILL.md +406 -0
  673. package/packs/business-growth/codex/experiment/ALIGNMENT-PAGE.md +86 -0
  674. package/packs/business-growth/codex/experiment/CHANGELOG.md +23 -0
  675. package/packs/business-growth/codex/experiment/SKILL.md +274 -0
  676. package/packs/business-growth/codex/experiment/archive/v0.0/SKILL.md +301 -0
  677. package/packs/business-growth/codex/experiment/archive/v0.1/SKILL.md +266 -0
  678. package/packs/business-growth/codex/experiment/archive/v0.2/SKILL.md +270 -0
  679. package/packs/business-growth/codex/experiment/archive/v0.3/SKILL.md +274 -0
  680. package/packs/business-growth/codex/growth-model/ALIGNMENT-PAGE.md +88 -0
  681. package/packs/business-growth/codex/growth-model/CHANGELOG.md +31 -0
  682. package/packs/business-growth/codex/growth-model/SKILL.md +354 -0
  683. package/packs/business-growth/codex/growth-model/agents/openai.yaml +7 -0
  684. package/packs/business-growth/codex/growth-model/archive/v0.0/SKILL.md +361 -0
  685. package/packs/business-growth/codex/growth-model/archive/v0.1/SKILL.md +328 -0
  686. package/packs/business-growth/codex/growth-model/archive/v0.2/SKILL.md +332 -0
  687. package/packs/business-growth/codex/growth-model/archive/v0.3/SKILL.md +335 -0
  688. package/packs/business-growth/codex/growth-model/archive/v0.4/SKILL.md +344 -0
  689. package/packs/business-growth/codex/growth-model/archive/v0.5/SKILL.md +356 -0
  690. package/packs/business-growth/codex/gtm/ALIGNMENT-PAGE.md +88 -0
  691. package/packs/business-growth/codex/gtm/CHANGELOG.md +43 -0
  692. package/packs/business-growth/codex/gtm/SKILL.md +344 -0
  693. package/packs/business-growth/codex/gtm/agents/openai.yaml +7 -0
  694. package/packs/business-growth/codex/gtm/archive/v0.0/SKILL.md +351 -0
  695. package/packs/business-growth/codex/gtm/archive/v0.1/SKILL.md +318 -0
  696. package/packs/business-growth/codex/gtm/archive/v0.2/SKILL.md +318 -0
  697. package/packs/business-growth/codex/gtm/archive/v0.3/SKILL.md +322 -0
  698. package/packs/business-growth/codex/gtm/archive/v0.4/SKILL.md +323 -0
  699. package/packs/business-growth/codex/gtm/archive/v0.5/SKILL.md +332 -0
  700. package/packs/business-growth/codex/gtm/archive/v0.6/SKILL.md +342 -0
  701. package/packs/business-growth/codex/gtm/archive/v0.7/SKILL.md +344 -0
  702. package/packs/business-growth/codex/gtm/archive/v0.8/SKILL.md +344 -0
  703. package/packs/business-growth/codex/hook-model/ALIGNMENT-PAGE.md +88 -0
  704. package/packs/business-growth/codex/hook-model/CHANGELOG.md +31 -0
  705. package/packs/business-growth/codex/hook-model/SKILL.md +338 -0
  706. package/packs/business-growth/codex/hook-model/agents/openai.yaml +7 -0
  707. package/packs/business-growth/codex/hook-model/archive/v0.0/SKILL.md +345 -0
  708. package/packs/business-growth/codex/hook-model/archive/v0.1/SKILL.md +312 -0
  709. package/packs/business-growth/codex/hook-model/archive/v0.2/SKILL.md +316 -0
  710. package/packs/business-growth/codex/hook-model/archive/v0.3/SKILL.md +319 -0
  711. package/packs/business-growth/codex/hook-model/archive/v0.4/SKILL.md +328 -0
  712. package/packs/business-growth/codex/hook-model/archive/v0.5/SKILL.md +340 -0
  713. package/packs/business-growth/codex/landing-copy/ALIGNMENT-PAGE.md +88 -0
  714. package/packs/business-growth/codex/landing-copy/CHANGELOG.md +31 -0
  715. package/packs/business-growth/codex/landing-copy/SKILL.md +496 -0
  716. package/packs/business-growth/codex/landing-copy/agents/openai.yaml +7 -0
  717. package/packs/business-growth/codex/landing-copy/archive/v0.0/SKILL.md +501 -0
  718. package/packs/business-growth/codex/landing-copy/archive/v0.1/SKILL.md +468 -0
  719. package/packs/business-growth/codex/landing-copy/archive/v0.2/SKILL.md +472 -0
  720. package/packs/business-growth/codex/landing-copy/archive/v0.3/SKILL.md +475 -0
  721. package/packs/business-growth/codex/landing-copy/archive/v0.4/SKILL.md +484 -0
  722. package/packs/business-growth/codex/landing-copy/archive/v0.5/SKILL.md +496 -0
  723. package/packs/business-growth/codex/metrics/ALIGNMENT-PAGE.md +88 -0
  724. package/packs/business-growth/codex/metrics/CHANGELOG.md +19 -0
  725. package/packs/business-growth/codex/metrics/SKILL.md +305 -0
  726. package/packs/business-growth/codex/metrics/agents/openai.yaml +7 -0
  727. package/packs/business-growth/codex/metrics/archive/v0.0/SKILL.md +331 -0
  728. package/packs/business-growth/codex/metrics/archive/v0.1/SKILL.md +298 -0
  729. package/packs/business-growth/codex/metrics/archive/v0.2/SKILL.md +302 -0
  730. package/packs/business-growth/codex/monetization/ALIGNMENT-PAGE.md +90 -0
  731. package/packs/business-growth/codex/monetization/CHANGELOG.md +43 -0
  732. package/packs/business-growth/codex/monetization/SKILL.md +343 -0
  733. package/packs/business-growth/codex/monetization/archive/v0.0/SKILL.md +350 -0
  734. package/packs/business-growth/codex/monetization/archive/v0.1/SKILL.md +317 -0
  735. package/packs/business-growth/codex/monetization/archive/v0.2/SKILL.md +317 -0
  736. package/packs/business-growth/codex/monetization/archive/v0.3/SKILL.md +321 -0
  737. package/packs/business-growth/codex/monetization/archive/v0.4/SKILL.md +322 -0
  738. package/packs/business-growth/codex/monetization/archive/v0.5/SKILL.md +331 -0
  739. package/packs/business-growth/codex/monetization/archive/v0.6/SKILL.md +341 -0
  740. package/packs/business-growth/codex/monetization/archive/v0.7/SKILL.md +343 -0
  741. package/packs/business-growth/codex/monetization/archive/v0.8/SKILL.md +343 -0
  742. package/packs/business-growth/codex/pmf-assessment/ALIGNMENT-PAGE.md +88 -0
  743. package/packs/business-growth/codex/pmf-assessment/CHANGELOG.md +35 -0
  744. package/packs/business-growth/codex/pmf-assessment/SKILL.md +414 -0
  745. package/packs/business-growth/codex/pmf-assessment/agents/openai.yaml +7 -0
  746. package/packs/business-growth/codex/pmf-assessment/archive/v0.0/SKILL.md +421 -0
  747. package/packs/business-growth/codex/pmf-assessment/archive/v0.1/SKILL.md +388 -0
  748. package/packs/business-growth/codex/pmf-assessment/archive/v0.2/SKILL.md +392 -0
  749. package/packs/business-growth/codex/pmf-assessment/archive/v0.3/SKILL.md +395 -0
  750. package/packs/business-growth/codex/pmf-assessment/archive/v0.4/SKILL.md +404 -0
  751. package/packs/business-growth/codex/pmf-assessment/archive/v0.5/SKILL.md +416 -0
  752. package/packs/business-growth/codex/pmf-assessment/archive/v0.6/SKILL.md +416 -0
  753. package/packs/business-ops/PACK.md +28 -0
  754. package/packs/business-ops/claude/assumption-tracker/ALIGNMENT-PAGE.md +90 -0
  755. package/packs/business-ops/claude/assumption-tracker/CHANGELOG.md +15 -0
  756. package/packs/business-ops/claude/assumption-tracker/SKILL.md +229 -0
  757. package/packs/business-ops/claude/assumption-tracker/archive/v0.0/SKILL.md +259 -0
  758. package/packs/business-ops/claude/assumption-tracker/archive/v0.1/SKILL.md +224 -0
  759. package/packs/business-ops/claude/burn-rate/ALIGNMENT-PAGE.md +88 -0
  760. package/packs/business-ops/claude/burn-rate/CHANGELOG.md +19 -0
  761. package/packs/business-ops/claude/burn-rate/SKILL.md +341 -0
  762. package/packs/business-ops/claude/burn-rate/archive/v0.0/SKILL.md +362 -0
  763. package/packs/business-ops/claude/burn-rate/archive/v0.1/SKILL.md +329 -0
  764. package/packs/business-ops/claude/burn-rate/archive/v0.2/SKILL.md +329 -0
  765. package/packs/business-ops/claude/cohort-review/ALIGNMENT-PAGE.md +90 -0
  766. package/packs/business-ops/claude/cohort-review/CHANGELOG.md +15 -0
  767. package/packs/business-ops/claude/cohort-review/SKILL.md +263 -0
  768. package/packs/business-ops/claude/cohort-review/archive/v0.0/SKILL.md +293 -0
  769. package/packs/business-ops/claude/cohort-review/archive/v0.1/SKILL.md +258 -0
  770. package/packs/business-ops/claude/investor-update/ALIGNMENT-PAGE.md +88 -0
  771. package/packs/business-ops/claude/investor-update/CHANGELOG.md +15 -0
  772. package/packs/business-ops/claude/investor-update/SKILL.md +176 -0
  773. package/packs/business-ops/claude/investor-update/archive/v0.0/SKILL.md +204 -0
  774. package/packs/business-ops/claude/investor-update/archive/v0.1/SKILL.md +171 -0
  775. package/packs/business-ops/claude/mvp-gap/ALIGNMENT-PAGE.md +90 -0
  776. package/packs/business-ops/claude/mvp-gap/CHANGELOG.md +36 -0
  777. package/packs/business-ops/claude/mvp-gap/SKILL.md +258 -0
  778. package/packs/business-ops/claude/mvp-gap/archive/v0.0/SKILL.md +269 -0
  779. package/packs/business-ops/claude/mvp-gap/archive/v0.1/SKILL.md +236 -0
  780. package/packs/business-ops/claude/mvp-gap/archive/v0.2/SKILL.md +237 -0
  781. package/packs/business-ops/claude/mvp-gap/archive/v0.3/SKILL.md +246 -0
  782. package/packs/business-ops/claude/mvp-gap/archive/v0.4/SKILL.md +258 -0
  783. package/packs/business-ops/claude/mvp-gap/archive/v0.5/SKILL.md +258 -0
  784. package/packs/business-ops/claude/mvp-gap/archive/v0.6/SKILL.md +258 -0
  785. package/packs/business-ops/claude/platform-strategy/ALIGNMENT-PAGE.md +90 -0
  786. package/packs/business-ops/claude/platform-strategy/CHANGELOG.md +40 -0
  787. package/packs/business-ops/claude/platform-strategy/SKILL.md +461 -0
  788. package/packs/business-ops/claude/platform-strategy/archive/v0.0/SKILL.md +458 -0
  789. package/packs/business-ops/claude/platform-strategy/archive/v0.1/SKILL.md +425 -0
  790. package/packs/business-ops/claude/platform-strategy/archive/v0.2/SKILL.md +432 -0
  791. package/packs/business-ops/claude/platform-strategy/archive/v0.3/SKILL.md +432 -0
  792. package/packs/business-ops/claude/platform-strategy/archive/v0.4/SKILL.md +432 -0
  793. package/packs/business-ops/claude/platform-strategy/archive/v0.5/SKILL.md +441 -0
  794. package/packs/business-ops/claude/platform-strategy/archive/v0.6/SKILL.md +461 -0
  795. package/packs/business-ops/claude/platform-strategy/archive/v0.7/SKILL.md +461 -0
  796. package/packs/business-ops/claude/product-line/ALIGNMENT-PAGE.md +86 -0
  797. package/packs/business-ops/claude/product-line/CHANGELOG.md +24 -0
  798. package/packs/business-ops/claude/product-line/SKILL.md +193 -0
  799. package/packs/business-ops/claude/product-line/archive/v0.0/SKILL.md +199 -0
  800. package/packs/business-ops/claude/product-line/archive/v0.1/SKILL.md +191 -0
  801. package/packs/business-ops/claude/product-line/archive/v0.2/SKILL.md +193 -0
  802. package/packs/business-ops/claude/reconcile-research/ALIGNMENT-PAGE.md +88 -0
  803. package/packs/business-ops/claude/reconcile-research/CHANGELOG.md +37 -0
  804. package/packs/business-ops/claude/reconcile-research/SKILL.md +306 -0
  805. package/packs/business-ops/claude/reconcile-research/archive/v0.0/SKILL.md +318 -0
  806. package/packs/business-ops/claude/reconcile-research/archive/v0.1/SKILL.md +285 -0
  807. package/packs/business-ops/claude/reconcile-research/archive/v0.2/SKILL.md +285 -0
  808. package/packs/business-ops/claude/reconcile-research/archive/v0.3/SKILL.md +297 -0
  809. package/packs/business-ops/claude/reconcile-research/archive/v0.4/SKILL.md +286 -0
  810. package/packs/business-ops/claude/reconcile-research/archive/v0.5/SKILL.md +295 -0
  811. package/packs/business-ops/claude/reconcile-research/archive/v0.6/SKILL.md +306 -0
  812. package/packs/business-ops/claude/repo-glossary/ALIGNMENT-PAGE.md +88 -0
  813. package/packs/business-ops/claude/repo-glossary/CHANGELOG.md +27 -0
  814. package/packs/business-ops/claude/repo-glossary/SKILL.md +251 -0
  815. package/packs/business-ops/claude/repo-glossary/archive/v0.0/SKILL.md +181 -0
  816. package/packs/business-ops/claude/repo-glossary/archive/v0.1/SKILL.md +245 -0
  817. package/packs/business-ops/claude/retro/ALIGNMENT-PAGE.md +88 -0
  818. package/packs/business-ops/claude/retro/CHANGELOG.md +19 -0
  819. package/packs/business-ops/claude/retro/SKILL.md +252 -0
  820. package/packs/business-ops/claude/retro/archive/v0.0/SKILL.md +275 -0
  821. package/packs/business-ops/claude/retro/archive/v0.1/SKILL.md +240 -0
  822. package/packs/business-ops/claude/retro/archive/v0.2/SKILL.md +252 -0
  823. package/packs/business-ops/claude/risk-register/ALIGNMENT-PAGE.md +90 -0
  824. package/packs/business-ops/claude/risk-register/CHANGELOG.md +15 -0
  825. package/packs/business-ops/claude/risk-register/SKILL.md +226 -0
  826. package/packs/business-ops/claude/risk-register/archive/v0.0/SKILL.md +248 -0
  827. package/packs/business-ops/claude/risk-register/archive/v0.1/SKILL.md +213 -0
  828. package/packs/business-ops/claude/runway-model/ALIGNMENT-PAGE.md +88 -0
  829. package/packs/business-ops/claude/runway-model/CHANGELOG.md +15 -0
  830. package/packs/business-ops/claude/runway-model/SKILL.md +284 -0
  831. package/packs/business-ops/claude/runway-model/archive/v0.0/SKILL.md +304 -0
  832. package/packs/business-ops/claude/runway-model/archive/v0.1/SKILL.md +271 -0
  833. package/packs/business-ops/claude/scale-audit/ALIGNMENT-PAGE.md +88 -0
  834. package/packs/business-ops/claude/scale-audit/CHANGELOG.md +20 -0
  835. package/packs/business-ops/claude/scale-audit/SKILL.md +202 -0
  836. package/packs/business-ops/claude/scale-audit/archive/v0.0/SKILL.md +232 -0
  837. package/packs/business-ops/claude/scale-audit/archive/v0.1/SKILL.md +199 -0
  838. package/packs/business-ops/claude/scale-audit/archive/v0.2/SKILL.md +202 -0
  839. package/packs/business-ops/codex/assumption-tracker/ALIGNMENT-PAGE.md +90 -0
  840. package/packs/business-ops/codex/assumption-tracker/CHANGELOG.md +15 -0
  841. package/packs/business-ops/codex/assumption-tracker/SKILL.md +231 -0
  842. package/packs/business-ops/codex/assumption-tracker/archive/v0.0/SKILL.md +261 -0
  843. package/packs/business-ops/codex/assumption-tracker/archive/v0.1/SKILL.md +226 -0
  844. package/packs/business-ops/codex/burn-rate/ALIGNMENT-PAGE.md +88 -0
  845. package/packs/business-ops/codex/burn-rate/CHANGELOG.md +19 -0
  846. package/packs/business-ops/codex/burn-rate/SKILL.md +112 -0
  847. package/packs/business-ops/codex/burn-rate/archive/v0.0/SKILL.md +134 -0
  848. package/packs/business-ops/codex/burn-rate/archive/v0.1/SKILL.md +101 -0
  849. package/packs/business-ops/codex/burn-rate/archive/v0.2/SKILL.md +108 -0
  850. package/packs/business-ops/codex/cohort-review/ALIGNMENT-PAGE.md +90 -0
  851. package/packs/business-ops/codex/cohort-review/CHANGELOG.md +15 -0
  852. package/packs/business-ops/codex/cohort-review/SKILL.md +265 -0
  853. package/packs/business-ops/codex/cohort-review/archive/v0.0/SKILL.md +295 -0
  854. package/packs/business-ops/codex/cohort-review/archive/v0.1/SKILL.md +260 -0
  855. package/packs/business-ops/codex/investor-update/ALIGNMENT-PAGE.md +88 -0
  856. package/packs/business-ops/codex/investor-update/CHANGELOG.md +15 -0
  857. package/packs/business-ops/codex/investor-update/SKILL.md +178 -0
  858. package/packs/business-ops/codex/investor-update/archive/v0.0/SKILL.md +206 -0
  859. package/packs/business-ops/codex/investor-update/archive/v0.1/SKILL.md +173 -0
  860. package/packs/business-ops/codex/mvp-gap/ALIGNMENT-PAGE.md +90 -0
  861. package/packs/business-ops/codex/mvp-gap/CHANGELOG.md +36 -0
  862. package/packs/business-ops/codex/mvp-gap/SKILL.md +130 -0
  863. package/packs/business-ops/codex/mvp-gap/agents/openai.yaml +7 -0
  864. package/packs/business-ops/codex/mvp-gap/archive/v0.0/SKILL.md +141 -0
  865. package/packs/business-ops/codex/mvp-gap/archive/v0.1/SKILL.md +108 -0
  866. package/packs/business-ops/codex/mvp-gap/archive/v0.2/SKILL.md +109 -0
  867. package/packs/business-ops/codex/mvp-gap/archive/v0.3/SKILL.md +118 -0
  868. package/packs/business-ops/codex/mvp-gap/archive/v0.4/SKILL.md +130 -0
  869. package/packs/business-ops/codex/mvp-gap/archive/v0.5/SKILL.md +130 -0
  870. package/packs/business-ops/codex/mvp-gap/archive/v0.6/SKILL.md +130 -0
  871. package/packs/business-ops/codex/platform-strategy/ALIGNMENT-PAGE.md +90 -0
  872. package/packs/business-ops/codex/platform-strategy/CHANGELOG.md +39 -0
  873. package/packs/business-ops/codex/platform-strategy/SKILL.md +182 -0
  874. package/packs/business-ops/codex/platform-strategy/archive/v0.0/SKILL.md +190 -0
  875. package/packs/business-ops/codex/platform-strategy/archive/v0.1/SKILL.md +157 -0
  876. package/packs/business-ops/codex/platform-strategy/archive/v0.2/SKILL.md +161 -0
  877. package/packs/business-ops/codex/platform-strategy/archive/v0.3/SKILL.md +161 -0
  878. package/packs/business-ops/codex/platform-strategy/archive/v0.4/SKILL.md +161 -0
  879. package/packs/business-ops/codex/platform-strategy/archive/v0.5/SKILL.md +170 -0
  880. package/packs/business-ops/codex/platform-strategy/archive/v0.6/SKILL.md +182 -0
  881. package/packs/business-ops/codex/platform-strategy/archive/v0.7/SKILL.md +182 -0
  882. package/packs/business-ops/codex/product-line/ALIGNMENT-PAGE.md +86 -0
  883. package/packs/business-ops/codex/product-line/CHANGELOG.md +18 -0
  884. package/packs/business-ops/codex/product-line/SKILL.md +185 -0
  885. package/packs/business-ops/codex/product-line/archive/v0.0/SKILL.md +153 -0
  886. package/packs/business-ops/codex/product-line/archive/v0.1/SKILL.md +179 -0
  887. package/packs/business-ops/codex/product-line/archive/v0.2/SKILL.md +185 -0
  888. package/packs/business-ops/codex/reconcile-research/ALIGNMENT-PAGE.md +88 -0
  889. package/packs/business-ops/codex/reconcile-research/CHANGELOG.md +35 -0
  890. package/packs/business-ops/codex/reconcile-research/SKILL.md +294 -0
  891. package/packs/business-ops/codex/reconcile-research/agents/openai.yaml +7 -0
  892. package/packs/business-ops/codex/reconcile-research/archive/v0.0/SKILL.md +304 -0
  893. package/packs/business-ops/codex/reconcile-research/archive/v0.1/SKILL.md +271 -0
  894. package/packs/business-ops/codex/reconcile-research/archive/v0.2/SKILL.md +273 -0
  895. package/packs/business-ops/codex/reconcile-research/archive/v0.3/SKILL.md +285 -0
  896. package/packs/business-ops/codex/reconcile-research/archive/v0.4/SKILL.md +274 -0
  897. package/packs/business-ops/codex/reconcile-research/archive/v0.5/SKILL.md +283 -0
  898. package/packs/business-ops/codex/reconcile-research/archive/v0.6/SKILL.md +294 -0
  899. package/packs/business-ops/codex/repo-glossary/ALIGNMENT-PAGE.md +88 -0
  900. package/packs/business-ops/codex/repo-glossary/CHANGELOG.md +28 -0
  901. package/packs/business-ops/codex/repo-glossary/SKILL.md +253 -0
  902. package/packs/business-ops/codex/repo-glossary/agents/openai.yaml +7 -0
  903. package/packs/business-ops/codex/repo-glossary/archive/v0.0/SKILL.md +183 -0
  904. package/packs/business-ops/codex/repo-glossary/archive/v0.1/SKILL.md +247 -0
  905. package/packs/business-ops/codex/retro/ALIGNMENT-PAGE.md +88 -0
  906. package/packs/business-ops/codex/retro/CHANGELOG.md +19 -0
  907. package/packs/business-ops/codex/retro/SKILL.md +246 -0
  908. package/packs/business-ops/codex/retro/archive/v0.0/SKILL.md +277 -0
  909. package/packs/business-ops/codex/retro/archive/v0.1/SKILL.md +242 -0
  910. package/packs/business-ops/codex/retro/archive/v0.2/SKILL.md +246 -0
  911. package/packs/business-ops/codex/risk-register/ALIGNMENT-PAGE.md +90 -0
  912. package/packs/business-ops/codex/risk-register/CHANGELOG.md +15 -0
  913. package/packs/business-ops/codex/risk-register/SKILL.md +220 -0
  914. package/packs/business-ops/codex/risk-register/archive/v0.0/SKILL.md +250 -0
  915. package/packs/business-ops/codex/risk-register/archive/v0.1/SKILL.md +215 -0
  916. package/packs/business-ops/codex/runway-model/ALIGNMENT-PAGE.md +88 -0
  917. package/packs/business-ops/codex/runway-model/CHANGELOG.md +15 -0
  918. package/packs/business-ops/codex/runway-model/SKILL.md +278 -0
  919. package/packs/business-ops/codex/runway-model/archive/v0.0/SKILL.md +306 -0
  920. package/packs/business-ops/codex/runway-model/archive/v0.1/SKILL.md +273 -0
  921. package/packs/business-ops/codex/scale-audit/ALIGNMENT-PAGE.md +88 -0
  922. package/packs/business-ops/codex/scale-audit/CHANGELOG.md +20 -0
  923. package/packs/business-ops/codex/scale-audit/SKILL.md +90 -0
  924. package/packs/business-ops/codex/scale-audit/agents/openai.yaml +7 -0
  925. package/packs/business-ops/codex/scale-audit/archive/v0.0/SKILL.md +120 -0
  926. package/packs/business-ops/codex/scale-audit/archive/v0.1/SKILL.md +87 -0
  927. package/packs/business-ops/codex/scale-audit/archive/v0.2/SKILL.md +90 -0
  928. package/packs/code-debug/PACK.md +23 -0
  929. package/packs/code-debug/claude/debug/CHANGELOG.md +9 -0
  930. package/packs/code-debug/claude/debug/SKILL.md +112 -0
  931. package/packs/code-debug/claude/debug/archive/v0.0/SKILL.md +140 -0
  932. package/packs/code-debug/claude/investigate/CHANGELOG.md +9 -0
  933. package/packs/code-debug/claude/investigate/SKILL.md +158 -0
  934. package/packs/code-debug/claude/investigate/archive/v0.0/SKILL.md +186 -0
  935. package/packs/code-debug/claude/trace/CHANGELOG.md +9 -0
  936. package/packs/code-debug/claude/trace/SKILL.md +110 -0
  937. package/packs/code-debug/claude/trace/archive/v0.0/SKILL.md +138 -0
  938. package/packs/code-debug/codex/debug/CHANGELOG.md +9 -0
  939. package/packs/code-debug/codex/debug/SKILL.md +46 -0
  940. package/packs/code-debug/codex/debug/agents/openai.yaml +7 -0
  941. package/packs/code-debug/codex/debug/archive/v0.0/SKILL.md +74 -0
  942. package/packs/code-debug/codex/investigate/CHANGELOG.md +9 -0
  943. package/packs/code-debug/codex/investigate/SKILL.md +51 -0
  944. package/packs/code-debug/codex/investigate/agents/openai.yaml +7 -0
  945. package/packs/code-debug/codex/investigate/archive/v0.0/SKILL.md +81 -0
  946. package/packs/code-debug/codex/trace/CHANGELOG.md +9 -0
  947. package/packs/code-debug/codex/trace/SKILL.md +38 -0
  948. package/packs/code-debug/codex/trace/agents/openai.yaml +7 -0
  949. package/packs/code-debug/codex/trace/archive/v0.0/SKILL.md +66 -0
  950. package/packs/code-maintenance/PACK.md +22 -0
  951. package/packs/code-maintenance/claude/migrate/ALIGNMENT-PAGE.md +84 -0
  952. package/packs/code-maintenance/claude/migrate/CHANGELOG.md +9 -0
  953. package/packs/code-maintenance/claude/migrate/SKILL.md +88 -0
  954. package/packs/code-maintenance/claude/migrate/archive/v0.0/SKILL.md +112 -0
  955. package/packs/code-maintenance/claude/update-packages/SKILL.md +105 -0
  956. package/packs/code-maintenance/codex/migrate/ALIGNMENT-PAGE.md +84 -0
  957. package/packs/code-maintenance/codex/migrate/CHANGELOG.md +9 -0
  958. package/packs/code-maintenance/codex/migrate/SKILL.md +42 -0
  959. package/packs/code-maintenance/codex/migrate/agents/openai.yaml +7 -0
  960. package/packs/code-maintenance/codex/migrate/archive/v0.0/SKILL.md +66 -0
  961. package/packs/code-maintenance/codex/update-packages/SKILL.md +107 -0
  962. package/packs/code-quality/PACK.md +7 -0
  963. package/packs/code-quality/claude/extract-shared-types/ALIGNMENT-PAGE.md +84 -0
  964. package/packs/code-quality/claude/extract-shared-types/CHANGELOG.md +9 -0
  965. package/packs/code-quality/claude/extract-shared-types/SKILL.md +71 -0
  966. package/packs/code-quality/claude/extract-shared-types/archive/v0.0/SKILL.md +98 -0
  967. package/packs/code-quality/claude/quality-sweep/ALIGNMENT-PAGE.md +84 -0
  968. package/packs/code-quality/claude/quality-sweep/CHANGELOG.md +9 -0
  969. package/packs/code-quality/claude/quality-sweep/SKILL.md +88 -0
  970. package/packs/code-quality/claude/quality-sweep/archive/v0.0/SKILL.md +115 -0
  971. package/packs/code-quality/codex/extract-shared-types/ALIGNMENT-PAGE.md +84 -0
  972. package/packs/code-quality/codex/extract-shared-types/CHANGELOG.md +9 -0
  973. package/packs/code-quality/codex/extract-shared-types/SKILL.md +73 -0
  974. package/packs/code-quality/codex/extract-shared-types/agents/openai.yaml +7 -0
  975. package/packs/code-quality/codex/extract-shared-types/archive/v0.0/SKILL.md +100 -0
  976. package/packs/code-quality/codex/quality-sweep/ALIGNMENT-PAGE.md +84 -0
  977. package/packs/code-quality/codex/quality-sweep/CHANGELOG.md +9 -0
  978. package/packs/code-quality/codex/quality-sweep/SKILL.md +90 -0
  979. package/packs/code-quality/codex/quality-sweep/agents/openai.yaml +7 -0
  980. package/packs/code-quality/codex/quality-sweep/archive/v0.0/SKILL.md +117 -0
  981. package/packs/code-review/PACK.md +24 -0
  982. package/packs/code-review/claude/dead-code/ALIGNMENT-PAGE.md +86 -0
  983. package/packs/code-review/claude/dead-code/CHANGELOG.md +9 -0
  984. package/packs/code-review/claude/dead-code/SKILL.md +110 -0
  985. package/packs/code-review/claude/dead-code/archive/v0.0/SKILL.md +134 -0
  986. package/packs/code-review/claude/expert-review/ALIGNMENT-PAGE.md +84 -0
  987. package/packs/code-review/claude/expert-review/CHANGELOG.md +9 -0
  988. package/packs/code-review/claude/expert-review/SKILL.md +108 -0
  989. package/packs/code-review/claude/expert-review/archive/v0.0/SKILL.md +132 -0
  990. package/packs/code-review/claude/regression-check/ALIGNMENT-PAGE.md +84 -0
  991. package/packs/code-review/claude/regression-check/CHANGELOG.md +9 -0
  992. package/packs/code-review/claude/regression-check/SKILL.md +113 -0
  993. package/packs/code-review/claude/regression-check/archive/v0.0/SKILL.md +137 -0
  994. package/packs/code-review/claude/slim-audit/ALIGNMENT-PAGE.md +86 -0
  995. package/packs/code-review/claude/slim-audit/CHANGELOG.md +9 -0
  996. package/packs/code-review/claude/slim-audit/SKILL.md +142 -0
  997. package/packs/code-review/claude/slim-audit/archive/v0.0/SKILL.md +166 -0
  998. package/packs/code-review/codex/dead-code/ALIGNMENT-PAGE.md +86 -0
  999. package/packs/code-review/codex/dead-code/CHANGELOG.md +9 -0
  1000. package/packs/code-review/codex/dead-code/SKILL.md +51 -0
  1001. package/packs/code-review/codex/dead-code/agents/openai.yaml +7 -0
  1002. package/packs/code-review/codex/dead-code/archive/v0.0/SKILL.md +75 -0
  1003. package/packs/code-review/codex/expert-review/ALIGNMENT-PAGE.md +84 -0
  1004. package/packs/code-review/codex/expert-review/CHANGELOG.md +9 -0
  1005. package/packs/code-review/codex/expert-review/SKILL.md +71 -0
  1006. package/packs/code-review/codex/expert-review/agents/openai.yaml +7 -0
  1007. package/packs/code-review/codex/expert-review/archive/v0.0/SKILL.md +95 -0
  1008. package/packs/code-review/codex/regression-check/ALIGNMENT-PAGE.md +84 -0
  1009. package/packs/code-review/codex/regression-check/CHANGELOG.md +9 -0
  1010. package/packs/code-review/codex/regression-check/SKILL.md +46 -0
  1011. package/packs/code-review/codex/regression-check/agents/openai.yaml +7 -0
  1012. package/packs/code-review/codex/regression-check/archive/v0.0/SKILL.md +70 -0
  1013. package/packs/code-review/codex/slim-audit/ALIGNMENT-PAGE.md +86 -0
  1014. package/packs/code-review/codex/slim-audit/CHANGELOG.md +9 -0
  1015. package/packs/code-review/codex/slim-audit/SKILL.md +58 -0
  1016. package/packs/code-review/codex/slim-audit/agents/openai.yaml +7 -0
  1017. package/packs/code-review/codex/slim-audit/archive/v0.0/SKILL.md +82 -0
  1018. package/packs/context-transfer/PACK.md +21 -0
  1019. package/packs/context-transfer/claude/handoff/ALIGNMENT-PAGE.md +84 -0
  1020. package/packs/context-transfer/claude/handoff/CHANGELOG.md +9 -0
  1021. package/packs/context-transfer/claude/handoff/SKILL.md +113 -0
  1022. package/packs/context-transfer/claude/handoff/archive/v0.0/SKILL.md +137 -0
  1023. package/packs/context-transfer/codex/handoff/ALIGNMENT-PAGE.md +84 -0
  1024. package/packs/context-transfer/codex/handoff/CHANGELOG.md +9 -0
  1025. package/packs/context-transfer/codex/handoff/SKILL.md +48 -0
  1026. package/packs/context-transfer/codex/handoff/agents/openai.yaml +7 -0
  1027. package/packs/context-transfer/codex/handoff/archive/v0.0/SKILL.md +72 -0
  1028. package/packs/creator-foundation/PACK.md +30 -0
  1029. package/packs/creator-foundation/claude/content-programming/ALIGNMENT-PAGE.md +86 -0
  1030. package/packs/creator-foundation/claude/content-programming/CHANGELOG.md +21 -0
  1031. package/packs/creator-foundation/claude/content-programming/SKILL.md +111 -0
  1032. package/packs/creator-foundation/claude/content-programming/archive/v0.0/SKILL.md +108 -0
  1033. package/packs/creator-foundation/claude/content-programming/archive/v0.1/SKILL.md +77 -0
  1034. package/packs/creator-foundation/claude/content-programming/archive/v0.2/SKILL.md +86 -0
  1035. package/packs/creator-foundation/claude/content-programming/archive/v0.3/SKILL.md +110 -0
  1036. package/packs/creator-foundation/claude/creator-evidence-schema/ALIGNMENT-PAGE.md +86 -0
  1037. package/packs/creator-foundation/claude/creator-evidence-schema/CHANGELOG.md +21 -0
  1038. package/packs/creator-foundation/claude/creator-evidence-schema/SKILL.md +224 -0
  1039. package/packs/creator-foundation/claude/creator-evidence-schema/archive/v0.0/SKILL.md +231 -0
  1040. package/packs/creator-foundation/claude/creator-evidence-schema/archive/v0.1/SKILL.md +199 -0
  1041. package/packs/creator-foundation/claude/creator-evidence-schema/archive/v0.2/SKILL.md +208 -0
  1042. package/packs/creator-foundation/claude/creator-evidence-schema/archive/v0.3/SKILL.md +223 -0
  1043. package/packs/creator-foundation/claude/creator-metrics-review/ALIGNMENT-PAGE.md +86 -0
  1044. package/packs/creator-foundation/claude/creator-metrics-review/CHANGELOG.md +21 -0
  1045. package/packs/creator-foundation/claude/creator-metrics-review/SKILL.md +109 -0
  1046. package/packs/creator-foundation/claude/creator-metrics-review/archive/v0.0/SKILL.md +115 -0
  1047. package/packs/creator-foundation/claude/creator-metrics-review/archive/v0.1/SKILL.md +84 -0
  1048. package/packs/creator-foundation/claude/creator-metrics-review/archive/v0.2/SKILL.md +93 -0
  1049. package/packs/creator-foundation/claude/creator-metrics-review/archive/v0.3/SKILL.md +108 -0
  1050. package/packs/creator-foundation/claude/creator-platform-capability-matrix/ALIGNMENT-PAGE.md +88 -0
  1051. package/packs/creator-foundation/claude/creator-platform-capability-matrix/CHANGELOG.md +21 -0
  1052. package/packs/creator-foundation/claude/creator-platform-capability-matrix/SKILL.md +179 -0
  1053. package/packs/creator-foundation/claude/creator-platform-capability-matrix/archive/v0.0/SKILL.md +186 -0
  1054. package/packs/creator-foundation/claude/creator-platform-capability-matrix/archive/v0.1/SKILL.md +153 -0
  1055. package/packs/creator-foundation/claude/creator-platform-capability-matrix/archive/v0.2/SKILL.md +162 -0
  1056. package/packs/creator-foundation/claude/creator-platform-capability-matrix/archive/v0.3/SKILL.md +178 -0
  1057. package/packs/creator-foundation/claude/creator-positioning/ALIGNMENT-PAGE.md +88 -0
  1058. package/packs/creator-foundation/claude/creator-positioning/CHANGELOG.md +21 -0
  1059. package/packs/creator-foundation/claude/creator-positioning/SKILL.md +114 -0
  1060. package/packs/creator-foundation/claude/creator-positioning/archive/v0.0/SKILL.md +112 -0
  1061. package/packs/creator-foundation/claude/creator-positioning/archive/v0.1/SKILL.md +81 -0
  1062. package/packs/creator-foundation/claude/creator-positioning/archive/v0.2/SKILL.md +90 -0
  1063. package/packs/creator-foundation/claude/creator-positioning/archive/v0.3/SKILL.md +113 -0
  1064. package/packs/creator-foundation/claude/creator-presence-dossier/ALIGNMENT-PAGE.md +86 -0
  1065. package/packs/creator-foundation/claude/creator-presence-dossier/CHANGELOG.md +21 -0
  1066. package/packs/creator-foundation/claude/creator-presence-dossier/SKILL.md +224 -0
  1067. package/packs/creator-foundation/claude/creator-presence-dossier/archive/v0.0/SKILL.md +233 -0
  1068. package/packs/creator-foundation/claude/creator-presence-dossier/archive/v0.1/SKILL.md +199 -0
  1069. package/packs/creator-foundation/claude/creator-presence-dossier/archive/v0.2/SKILL.md +208 -0
  1070. package/packs/creator-foundation/claude/creator-presence-dossier/archive/v0.3/SKILL.md +223 -0
  1071. package/packs/creator-foundation/claude/product-led-media-map/ALIGNMENT-PAGE.md +86 -0
  1072. package/packs/creator-foundation/claude/product-led-media-map/CHANGELOG.md +21 -0
  1073. package/packs/creator-foundation/claude/product-led-media-map/SKILL.md +109 -0
  1074. package/packs/creator-foundation/claude/product-led-media-map/archive/v0.0/SKILL.md +106 -0
  1075. package/packs/creator-foundation/claude/product-led-media-map/archive/v0.1/SKILL.md +75 -0
  1076. package/packs/creator-foundation/claude/product-led-media-map/archive/v0.2/SKILL.md +84 -0
  1077. package/packs/creator-foundation/claude/product-led-media-map/archive/v0.3/SKILL.md +108 -0
  1078. package/packs/creator-foundation/claude/research-directory-conventions/ALIGNMENT-PAGE.md +88 -0
  1079. package/packs/creator-foundation/claude/research-directory-conventions/CHANGELOG.md +9 -0
  1080. package/packs/creator-foundation/claude/research-directory-conventions/SKILL.md +159 -0
  1081. package/packs/creator-foundation/claude/research-directory-conventions/archive/v0.0/SKILL.md +174 -0
  1082. package/packs/creator-foundation/claude/series-spec/ALIGNMENT-PAGE.md +84 -0
  1083. package/packs/creator-foundation/claude/series-spec/CHANGELOG.md +9 -0
  1084. package/packs/creator-foundation/claude/series-spec/SKILL.md +81 -0
  1085. package/packs/creator-foundation/claude/series-spec/archive/v0.0/SKILL.md +97 -0
  1086. package/packs/creator-foundation/claude/series-spec/archive/v0.1/SKILL.md +66 -0
  1087. package/packs/creator-foundation/codex/content-programming/ALIGNMENT-PAGE.md +86 -0
  1088. package/packs/creator-foundation/codex/content-programming/CHANGELOG.md +21 -0
  1089. package/packs/creator-foundation/codex/content-programming/SKILL.md +103 -0
  1090. package/packs/creator-foundation/codex/content-programming/archive/v0.0/SKILL.md +108 -0
  1091. package/packs/creator-foundation/codex/content-programming/archive/v0.1/SKILL.md +77 -0
  1092. package/packs/creator-foundation/codex/content-programming/archive/v0.2/SKILL.md +86 -0
  1093. package/packs/creator-foundation/codex/content-programming/archive/v0.3/SKILL.md +102 -0
  1094. package/packs/creator-foundation/codex/creator-evidence-schema/ALIGNMENT-PAGE.md +86 -0
  1095. package/packs/creator-foundation/codex/creator-evidence-schema/CHANGELOG.md +21 -0
  1096. package/packs/creator-foundation/codex/creator-evidence-schema/SKILL.md +224 -0
  1097. package/packs/creator-foundation/codex/creator-evidence-schema/archive/v0.0/SKILL.md +231 -0
  1098. package/packs/creator-foundation/codex/creator-evidence-schema/archive/v0.1/SKILL.md +199 -0
  1099. package/packs/creator-foundation/codex/creator-evidence-schema/archive/v0.2/SKILL.md +208 -0
  1100. package/packs/creator-foundation/codex/creator-evidence-schema/archive/v0.3/SKILL.md +223 -0
  1101. package/packs/creator-foundation/codex/creator-metrics-review/ALIGNMENT-PAGE.md +86 -0
  1102. package/packs/creator-foundation/codex/creator-metrics-review/CHANGELOG.md +21 -0
  1103. package/packs/creator-foundation/codex/creator-metrics-review/SKILL.md +109 -0
  1104. package/packs/creator-foundation/codex/creator-metrics-review/archive/v0.0/SKILL.md +115 -0
  1105. package/packs/creator-foundation/codex/creator-metrics-review/archive/v0.1/SKILL.md +84 -0
  1106. package/packs/creator-foundation/codex/creator-metrics-review/archive/v0.2/SKILL.md +93 -0
  1107. package/packs/creator-foundation/codex/creator-metrics-review/archive/v0.3/SKILL.md +108 -0
  1108. package/packs/creator-foundation/codex/creator-platform-capability-matrix/ALIGNMENT-PAGE.md +88 -0
  1109. package/packs/creator-foundation/codex/creator-platform-capability-matrix/CHANGELOG.md +21 -0
  1110. package/packs/creator-foundation/codex/creator-platform-capability-matrix/SKILL.md +179 -0
  1111. package/packs/creator-foundation/codex/creator-platform-capability-matrix/archive/v0.0/SKILL.md +186 -0
  1112. package/packs/creator-foundation/codex/creator-platform-capability-matrix/archive/v0.1/SKILL.md +153 -0
  1113. package/packs/creator-foundation/codex/creator-platform-capability-matrix/archive/v0.2/SKILL.md +162 -0
  1114. package/packs/creator-foundation/codex/creator-platform-capability-matrix/archive/v0.3/SKILL.md +178 -0
  1115. package/packs/creator-foundation/codex/creator-positioning/ALIGNMENT-PAGE.md +88 -0
  1116. package/packs/creator-foundation/codex/creator-positioning/CHANGELOG.md +21 -0
  1117. package/packs/creator-foundation/codex/creator-positioning/SKILL.md +106 -0
  1118. package/packs/creator-foundation/codex/creator-positioning/archive/v0.0/SKILL.md +112 -0
  1119. package/packs/creator-foundation/codex/creator-positioning/archive/v0.1/SKILL.md +81 -0
  1120. package/packs/creator-foundation/codex/creator-positioning/archive/v0.2/SKILL.md +90 -0
  1121. package/packs/creator-foundation/codex/creator-positioning/archive/v0.3/SKILL.md +105 -0
  1122. package/packs/creator-foundation/codex/creator-presence-dossier/ALIGNMENT-PAGE.md +86 -0
  1123. package/packs/creator-foundation/codex/creator-presence-dossier/CHANGELOG.md +21 -0
  1124. package/packs/creator-foundation/codex/creator-presence-dossier/SKILL.md +224 -0
  1125. package/packs/creator-foundation/codex/creator-presence-dossier/archive/v0.0/SKILL.md +233 -0
  1126. package/packs/creator-foundation/codex/creator-presence-dossier/archive/v0.1/SKILL.md +199 -0
  1127. package/packs/creator-foundation/codex/creator-presence-dossier/archive/v0.2/SKILL.md +208 -0
  1128. package/packs/creator-foundation/codex/creator-presence-dossier/archive/v0.3/SKILL.md +223 -0
  1129. package/packs/creator-foundation/codex/product-led-media-map/ALIGNMENT-PAGE.md +86 -0
  1130. package/packs/creator-foundation/codex/product-led-media-map/CHANGELOG.md +21 -0
  1131. package/packs/creator-foundation/codex/product-led-media-map/SKILL.md +101 -0
  1132. package/packs/creator-foundation/codex/product-led-media-map/archive/v0.0/SKILL.md +106 -0
  1133. package/packs/creator-foundation/codex/product-led-media-map/archive/v0.1/SKILL.md +75 -0
  1134. package/packs/creator-foundation/codex/product-led-media-map/archive/v0.2/SKILL.md +84 -0
  1135. package/packs/creator-foundation/codex/product-led-media-map/archive/v0.3/SKILL.md +100 -0
  1136. package/packs/creator-foundation/codex/research-directory-conventions/ALIGNMENT-PAGE.md +88 -0
  1137. package/packs/creator-foundation/codex/research-directory-conventions/CHANGELOG.md +9 -0
  1138. package/packs/creator-foundation/codex/research-directory-conventions/SKILL.md +92 -0
  1139. package/packs/creator-foundation/codex/research-directory-conventions/archive/v0.0/SKILL.md +107 -0
  1140. package/packs/creator-foundation/codex/series-spec/ALIGNMENT-PAGE.md +84 -0
  1141. package/packs/creator-foundation/codex/series-spec/CHANGELOG.md +9 -0
  1142. package/packs/creator-foundation/codex/series-spec/SKILL.md +73 -0
  1143. package/packs/creator-foundation/codex/series-spec/archive/v0.0/SKILL.md +97 -0
  1144. package/packs/creator-foundation/codex/series-spec/archive/v0.1/SKILL.md +66 -0
  1145. package/packs/creator-media/PACK.md +26 -0
  1146. package/packs/customer-lifecycle/PACK.md +25 -0
  1147. package/packs/customer-lifecycle/claude/conversion-map/ALIGNMENT-PAGE.md +90 -0
  1148. package/packs/customer-lifecycle/claude/conversion-map/CHANGELOG.md +20 -0
  1149. package/packs/customer-lifecycle/claude/conversion-map/SKILL.md +86 -0
  1150. package/packs/customer-lifecycle/claude/conversion-map/archive/v0.0/SKILL.md +77 -0
  1151. package/packs/customer-lifecycle/claude/conversion-map/archive/v0.1/SKILL.md +54 -0
  1152. package/packs/customer-lifecycle/claude/conversion-map/archive/v0.2/SKILL.md +55 -0
  1153. package/packs/customer-lifecycle/claude/expansion-map/ALIGNMENT-PAGE.md +88 -0
  1154. package/packs/customer-lifecycle/claude/expansion-map/CHANGELOG.md +20 -0
  1155. package/packs/customer-lifecycle/claude/expansion-map/SKILL.md +86 -0
  1156. package/packs/customer-lifecycle/claude/expansion-map/archive/v0.0/SKILL.md +75 -0
  1157. package/packs/customer-lifecycle/claude/expansion-map/archive/v0.1/SKILL.md +54 -0
  1158. package/packs/customer-lifecycle/claude/expansion-map/archive/v0.2/SKILL.md +55 -0
  1159. package/packs/customer-lifecycle/claude/journey-map/ALIGNMENT-PAGE.md +90 -0
  1160. package/packs/customer-lifecycle/claude/journey-map/CHANGELOG.md +64 -0
  1161. package/packs/customer-lifecycle/claude/journey-map/SKILL.md +288 -0
  1162. package/packs/customer-lifecycle/claude/journey-map/archive/v0.0/SKILL.md +91 -0
  1163. package/packs/customer-lifecycle/claude/journey-map/archive/v0.1/SKILL.md +91 -0
  1164. package/packs/customer-lifecycle/claude/journey-map/archive/v0.10/SKILL.md +276 -0
  1165. package/packs/customer-lifecycle/claude/journey-map/archive/v0.2/SKILL.md +79 -0
  1166. package/packs/customer-lifecycle/claude/journey-map/archive/v0.3/SKILL.md +77 -0
  1167. package/packs/customer-lifecycle/claude/journey-map/archive/v0.4/SKILL.md +87 -0
  1168. package/packs/customer-lifecycle/claude/journey-map/archive/v0.5/SKILL.md +88 -0
  1169. package/packs/customer-lifecycle/claude/journey-map/archive/v0.6/SKILL.md +101 -0
  1170. package/packs/customer-lifecycle/claude/journey-map/archive/v0.7/SKILL.md +126 -0
  1171. package/packs/customer-lifecycle/claude/journey-map/archive/v0.8/SKILL.md +276 -0
  1172. package/packs/customer-lifecycle/claude/journey-map/archive/v0.9/SKILL.md +276 -0
  1173. package/packs/customer-lifecycle/claude/journey-map/frameworks/customer-journey-canvas/ALIGNMENT-PAGE.md +86 -0
  1174. package/packs/customer-lifecycle/claude/journey-map/frameworks/customer-journey-canvas/CHANGELOG.md +13 -0
  1175. package/packs/customer-lifecycle/claude/journey-map/frameworks/customer-journey-canvas/SKILL.md +189 -0
  1176. package/packs/customer-lifecycle/claude/journey-map/frameworks/customer-journey-canvas/archive/v0.0/SKILL.md +185 -0
  1177. package/packs/customer-lifecycle/claude/journey-map/frameworks/customer-journey-canvas/archive/v0.1/SKILL.md +185 -0
  1178. package/packs/customer-lifecycle/claude/journey-map/frameworks/experience-map/ALIGNMENT-PAGE.md +86 -0
  1179. package/packs/customer-lifecycle/claude/journey-map/frameworks/experience-map/CHANGELOG.md +13 -0
  1180. package/packs/customer-lifecycle/claude/journey-map/frameworks/experience-map/SKILL.md +180 -0
  1181. package/packs/customer-lifecycle/claude/journey-map/frameworks/experience-map/archive/v0.0/SKILL.md +176 -0
  1182. package/packs/customer-lifecycle/claude/journey-map/frameworks/experience-map/archive/v0.1/SKILL.md +176 -0
  1183. package/packs/customer-lifecycle/claude/journey-map/frameworks/jtbd-timeline/ALIGNMENT-PAGE.md +86 -0
  1184. package/packs/customer-lifecycle/claude/journey-map/frameworks/jtbd-timeline/CHANGELOG.md +13 -0
  1185. package/packs/customer-lifecycle/claude/journey-map/frameworks/jtbd-timeline/SKILL.md +214 -0
  1186. package/packs/customer-lifecycle/claude/journey-map/frameworks/jtbd-timeline/archive/v0.0/SKILL.md +210 -0
  1187. package/packs/customer-lifecycle/claude/journey-map/frameworks/jtbd-timeline/archive/v0.1/SKILL.md +210 -0
  1188. package/packs/customer-lifecycle/claude/journey-map/frameworks/service-blueprint/ALIGNMENT-PAGE.md +86 -0
  1189. package/packs/customer-lifecycle/claude/journey-map/frameworks/service-blueprint/CHANGELOG.md +13 -0
  1190. package/packs/customer-lifecycle/claude/journey-map/frameworks/service-blueprint/SKILL.md +175 -0
  1191. package/packs/customer-lifecycle/claude/journey-map/frameworks/service-blueprint/archive/v0.0/SKILL.md +171 -0
  1192. package/packs/customer-lifecycle/claude/journey-map/frameworks/service-blueprint/archive/v0.1/SKILL.md +171 -0
  1193. package/packs/customer-lifecycle/claude/journey-map/frameworks/user-story-map/ALIGNMENT-PAGE.md +86 -0
  1194. package/packs/customer-lifecycle/claude/journey-map/frameworks/user-story-map/CHANGELOG.md +13 -0
  1195. package/packs/customer-lifecycle/claude/journey-map/frameworks/user-story-map/SKILL.md +195 -0
  1196. package/packs/customer-lifecycle/claude/journey-map/frameworks/user-story-map/archive/v0.0/SKILL.md +191 -0
  1197. package/packs/customer-lifecycle/claude/journey-map/frameworks/user-story-map/archive/v0.1/SKILL.md +191 -0
  1198. package/packs/customer-lifecycle/claude/lifecycle-metrics/ALIGNMENT-PAGE.md +88 -0
  1199. package/packs/customer-lifecycle/claude/lifecycle-metrics/CHANGELOG.md +20 -0
  1200. package/packs/customer-lifecycle/claude/lifecycle-metrics/SKILL.md +85 -0
  1201. package/packs/customer-lifecycle/claude/lifecycle-metrics/archive/v0.0/SKILL.md +74 -0
  1202. package/packs/customer-lifecycle/claude/lifecycle-metrics/archive/v0.1/SKILL.md +53 -0
  1203. package/packs/customer-lifecycle/claude/lifecycle-metrics/archive/v0.2/SKILL.md +54 -0
  1204. package/packs/customer-lifecycle/claude/onboarding-map/ALIGNMENT-PAGE.md +88 -0
  1205. package/packs/customer-lifecycle/claude/onboarding-map/CHANGELOG.md +20 -0
  1206. package/packs/customer-lifecycle/claude/onboarding-map/SKILL.md +87 -0
  1207. package/packs/customer-lifecycle/claude/onboarding-map/archive/v0.0/SKILL.md +76 -0
  1208. package/packs/customer-lifecycle/claude/onboarding-map/archive/v0.1/SKILL.md +55 -0
  1209. package/packs/customer-lifecycle/claude/onboarding-map/archive/v0.2/SKILL.md +56 -0
  1210. package/packs/customer-lifecycle/claude/retention-map/ALIGNMENT-PAGE.md +90 -0
  1211. package/packs/customer-lifecycle/claude/retention-map/CHANGELOG.md +20 -0
  1212. package/packs/customer-lifecycle/claude/retention-map/SKILL.md +85 -0
  1213. package/packs/customer-lifecycle/claude/retention-map/archive/v0.0/SKILL.md +76 -0
  1214. package/packs/customer-lifecycle/claude/retention-map/archive/v0.1/SKILL.md +53 -0
  1215. package/packs/customer-lifecycle/claude/retention-map/archive/v0.2/SKILL.md +54 -0
  1216. package/packs/customer-lifecycle/claude/transaction-map/ALIGNMENT-PAGE.md +88 -0
  1217. package/packs/customer-lifecycle/claude/transaction-map/CHANGELOG.md +20 -0
  1218. package/packs/customer-lifecycle/claude/transaction-map/SKILL.md +87 -0
  1219. package/packs/customer-lifecycle/claude/transaction-map/archive/v0.0/SKILL.md +76 -0
  1220. package/packs/customer-lifecycle/claude/transaction-map/archive/v0.1/SKILL.md +55 -0
  1221. package/packs/customer-lifecycle/claude/transaction-map/archive/v0.2/SKILL.md +56 -0
  1222. package/packs/customer-lifecycle/codex/conversion-map/ALIGNMENT-PAGE.md +90 -0
  1223. package/packs/customer-lifecycle/codex/conversion-map/CHANGELOG.md +19 -0
  1224. package/packs/customer-lifecycle/codex/conversion-map/SKILL.md +76 -0
  1225. package/packs/customer-lifecycle/codex/conversion-map/archive/v0.0/SKILL.md +77 -0
  1226. package/packs/customer-lifecycle/codex/conversion-map/archive/v0.1/SKILL.md +54 -0
  1227. package/packs/customer-lifecycle/codex/conversion-map/archive/v0.2/SKILL.md +55 -0
  1228. package/packs/customer-lifecycle/codex/expansion-map/ALIGNMENT-PAGE.md +88 -0
  1229. package/packs/customer-lifecycle/codex/expansion-map/CHANGELOG.md +19 -0
  1230. package/packs/customer-lifecycle/codex/expansion-map/SKILL.md +76 -0
  1231. package/packs/customer-lifecycle/codex/expansion-map/archive/v0.0/SKILL.md +75 -0
  1232. package/packs/customer-lifecycle/codex/expansion-map/archive/v0.1/SKILL.md +54 -0
  1233. package/packs/customer-lifecycle/codex/expansion-map/archive/v0.2/SKILL.md +55 -0
  1234. package/packs/customer-lifecycle/codex/journey-map/ALIGNMENT-PAGE.md +90 -0
  1235. package/packs/customer-lifecycle/codex/journey-map/CHANGELOG.md +61 -0
  1236. package/packs/customer-lifecycle/codex/journey-map/SKILL.md +288 -0
  1237. package/packs/customer-lifecycle/codex/journey-map/archive/v0.0/SKILL.md +91 -0
  1238. package/packs/customer-lifecycle/codex/journey-map/archive/v0.1/SKILL.md +91 -0
  1239. package/packs/customer-lifecycle/codex/journey-map/archive/v0.10/SKILL.md +276 -0
  1240. package/packs/customer-lifecycle/codex/journey-map/archive/v0.2/SKILL.md +79 -0
  1241. package/packs/customer-lifecycle/codex/journey-map/archive/v0.3/SKILL.md +77 -0
  1242. package/packs/customer-lifecycle/codex/journey-map/archive/v0.4/SKILL.md +89 -0
  1243. package/packs/customer-lifecycle/codex/journey-map/archive/v0.5/SKILL.md +90 -0
  1244. package/packs/customer-lifecycle/codex/journey-map/archive/v0.6/SKILL.md +103 -0
  1245. package/packs/customer-lifecycle/codex/journey-map/archive/v0.7/SKILL.md +128 -0
  1246. package/packs/customer-lifecycle/codex/journey-map/archive/v0.8/SKILL.md +276 -0
  1247. package/packs/customer-lifecycle/codex/journey-map/archive/v0.9/SKILL.md +276 -0
  1248. package/packs/customer-lifecycle/codex/journey-map/frameworks/customer-journey-canvas/ALIGNMENT-PAGE.md +86 -0
  1249. package/packs/customer-lifecycle/codex/journey-map/frameworks/customer-journey-canvas/CHANGELOG.md +13 -0
  1250. package/packs/customer-lifecycle/codex/journey-map/frameworks/customer-journey-canvas/SKILL.md +189 -0
  1251. package/packs/customer-lifecycle/codex/journey-map/frameworks/customer-journey-canvas/archive/v0.0/SKILL.md +185 -0
  1252. package/packs/customer-lifecycle/codex/journey-map/frameworks/customer-journey-canvas/archive/v0.1/SKILL.md +185 -0
  1253. package/packs/customer-lifecycle/codex/journey-map/frameworks/experience-map/ALIGNMENT-PAGE.md +86 -0
  1254. package/packs/customer-lifecycle/codex/journey-map/frameworks/experience-map/CHANGELOG.md +13 -0
  1255. package/packs/customer-lifecycle/codex/journey-map/frameworks/experience-map/SKILL.md +180 -0
  1256. package/packs/customer-lifecycle/codex/journey-map/frameworks/experience-map/archive/v0.0/SKILL.md +176 -0
  1257. package/packs/customer-lifecycle/codex/journey-map/frameworks/experience-map/archive/v0.1/SKILL.md +176 -0
  1258. package/packs/customer-lifecycle/codex/journey-map/frameworks/jtbd-timeline/ALIGNMENT-PAGE.md +86 -0
  1259. package/packs/customer-lifecycle/codex/journey-map/frameworks/jtbd-timeline/CHANGELOG.md +13 -0
  1260. package/packs/customer-lifecycle/codex/journey-map/frameworks/jtbd-timeline/SKILL.md +214 -0
  1261. package/packs/customer-lifecycle/codex/journey-map/frameworks/jtbd-timeline/archive/v0.0/SKILL.md +210 -0
  1262. package/packs/customer-lifecycle/codex/journey-map/frameworks/jtbd-timeline/archive/v0.1/SKILL.md +210 -0
  1263. package/packs/customer-lifecycle/codex/journey-map/frameworks/service-blueprint/ALIGNMENT-PAGE.md +86 -0
  1264. package/packs/customer-lifecycle/codex/journey-map/frameworks/service-blueprint/CHANGELOG.md +13 -0
  1265. package/packs/customer-lifecycle/codex/journey-map/frameworks/service-blueprint/SKILL.md +175 -0
  1266. package/packs/customer-lifecycle/codex/journey-map/frameworks/service-blueprint/archive/v0.0/SKILL.md +171 -0
  1267. package/packs/customer-lifecycle/codex/journey-map/frameworks/service-blueprint/archive/v0.1/SKILL.md +171 -0
  1268. package/packs/customer-lifecycle/codex/journey-map/frameworks/user-story-map/ALIGNMENT-PAGE.md +86 -0
  1269. package/packs/customer-lifecycle/codex/journey-map/frameworks/user-story-map/CHANGELOG.md +13 -0
  1270. package/packs/customer-lifecycle/codex/journey-map/frameworks/user-story-map/SKILL.md +195 -0
  1271. package/packs/customer-lifecycle/codex/journey-map/frameworks/user-story-map/archive/v0.0/SKILL.md +191 -0
  1272. package/packs/customer-lifecycle/codex/journey-map/frameworks/user-story-map/archive/v0.1/SKILL.md +191 -0
  1273. package/packs/customer-lifecycle/codex/lifecycle-metrics/ALIGNMENT-PAGE.md +88 -0
  1274. package/packs/customer-lifecycle/codex/lifecycle-metrics/CHANGELOG.md +19 -0
  1275. package/packs/customer-lifecycle/codex/lifecycle-metrics/SKILL.md +75 -0
  1276. package/packs/customer-lifecycle/codex/lifecycle-metrics/archive/v0.0/SKILL.md +74 -0
  1277. package/packs/customer-lifecycle/codex/lifecycle-metrics/archive/v0.1/SKILL.md +53 -0
  1278. package/packs/customer-lifecycle/codex/lifecycle-metrics/archive/v0.2/SKILL.md +54 -0
  1279. package/packs/customer-lifecycle/codex/onboarding-map/ALIGNMENT-PAGE.md +88 -0
  1280. package/packs/customer-lifecycle/codex/onboarding-map/CHANGELOG.md +19 -0
  1281. package/packs/customer-lifecycle/codex/onboarding-map/SKILL.md +77 -0
  1282. package/packs/customer-lifecycle/codex/onboarding-map/archive/v0.0/SKILL.md +76 -0
  1283. package/packs/customer-lifecycle/codex/onboarding-map/archive/v0.1/SKILL.md +55 -0
  1284. package/packs/customer-lifecycle/codex/onboarding-map/archive/v0.2/SKILL.md +56 -0
  1285. package/packs/customer-lifecycle/codex/retention-map/ALIGNMENT-PAGE.md +90 -0
  1286. package/packs/customer-lifecycle/codex/retention-map/CHANGELOG.md +19 -0
  1287. package/packs/customer-lifecycle/codex/retention-map/SKILL.md +75 -0
  1288. package/packs/customer-lifecycle/codex/retention-map/archive/v0.0/SKILL.md +76 -0
  1289. package/packs/customer-lifecycle/codex/retention-map/archive/v0.1/SKILL.md +53 -0
  1290. package/packs/customer-lifecycle/codex/retention-map/archive/v0.2/SKILL.md +54 -0
  1291. package/packs/customer-lifecycle/codex/transaction-map/ALIGNMENT-PAGE.md +88 -0
  1292. package/packs/customer-lifecycle/codex/transaction-map/CHANGELOG.md +19 -0
  1293. package/packs/customer-lifecycle/codex/transaction-map/SKILL.md +77 -0
  1294. package/packs/customer-lifecycle/codex/transaction-map/archive/v0.0/SKILL.md +76 -0
  1295. package/packs/customer-lifecycle/codex/transaction-map/archive/v0.1/SKILL.md +55 -0
  1296. package/packs/customer-lifecycle/codex/transaction-map/archive/v0.2/SKILL.md +56 -0
  1297. package/packs/devtool/claude/devtool-adoption/ALIGNMENT-PAGE.md +90 -0
  1298. package/packs/devtool/claude/devtool-adoption/CHANGELOG.md +25 -0
  1299. package/packs/devtool/claude/devtool-adoption/SKILL.md +78 -0
  1300. package/packs/devtool/claude/devtool-adoption/archive/v0.0/SKILL.md +74 -0
  1301. package/packs/devtool/claude/devtool-adoption/archive/v0.1/SKILL.md +45 -0
  1302. package/packs/devtool/claude/devtool-adoption/archive/v0.2/SKILL.md +44 -0
  1303. package/packs/devtool/claude/devtool-adoption/archive/v0.3/SKILL.md +53 -0
  1304. package/packs/devtool/claude/devtool-adoption/archive/v0.4/SKILL.md +77 -0
  1305. package/packs/devtool/claude/devtool-docs-audit/ALIGNMENT-PAGE.md +84 -0
  1306. package/packs/devtool/claude/devtool-docs-audit/CHANGELOG.md +9 -0
  1307. package/packs/devtool/claude/devtool-docs-audit/SKILL.md +24 -0
  1308. package/packs/devtool/claude/devtool-docs-audit/archive/v0.0/SKILL.md +47 -0
  1309. package/packs/devtool/claude/devtool-dx-journey/ALIGNMENT-PAGE.md +88 -0
  1310. package/packs/devtool/claude/devtool-dx-journey/CHANGELOG.md +13 -0
  1311. package/packs/devtool/claude/devtool-dx-journey/SKILL.md +43 -0
  1312. package/packs/devtool/claude/devtool-dx-journey/archive/v0.0/SKILL.md +66 -0
  1313. package/packs/devtool/claude/devtool-dx-journey/archive/v0.1/SKILL.md +37 -0
  1314. package/packs/devtool/claude/devtool-integration-map/ALIGNMENT-PAGE.md +88 -0
  1315. package/packs/devtool/claude/devtool-integration-map/CHANGELOG.md +13 -0
  1316. package/packs/devtool/claude/devtool-integration-map/SKILL.md +43 -0
  1317. package/packs/devtool/claude/devtool-integration-map/archive/v0.0/SKILL.md +66 -0
  1318. package/packs/devtool/claude/devtool-integration-map/archive/v0.1/SKILL.md +37 -0
  1319. package/packs/devtool/claude/devtool-monetization/ALIGNMENT-PAGE.md +90 -0
  1320. package/packs/devtool/claude/devtool-monetization/CHANGELOG.md +25 -0
  1321. package/packs/devtool/claude/devtool-monetization/SKILL.md +78 -0
  1322. package/packs/devtool/claude/devtool-monetization/archive/v0.0/SKILL.md +74 -0
  1323. package/packs/devtool/claude/devtool-monetization/archive/v0.1/SKILL.md +45 -0
  1324. package/packs/devtool/claude/devtool-monetization/archive/v0.2/SKILL.md +44 -0
  1325. package/packs/devtool/claude/devtool-monetization/archive/v0.3/SKILL.md +53 -0
  1326. package/packs/devtool/claude/devtool-monetization/archive/v0.4/SKILL.md +77 -0
  1327. package/packs/devtool/claude/devtool-positioning/ALIGNMENT-PAGE.md +90 -0
  1328. package/packs/devtool/claude/devtool-positioning/CHANGELOG.md +25 -0
  1329. package/packs/devtool/claude/devtool-positioning/SKILL.md +78 -0
  1330. package/packs/devtool/claude/devtool-positioning/archive/v0.0/SKILL.md +74 -0
  1331. package/packs/devtool/claude/devtool-positioning/archive/v0.1/SKILL.md +45 -0
  1332. package/packs/devtool/claude/devtool-positioning/archive/v0.2/SKILL.md +44 -0
  1333. package/packs/devtool/claude/devtool-positioning/archive/v0.3/SKILL.md +53 -0
  1334. package/packs/devtool/claude/devtool-positioning/archive/v0.4/SKILL.md +77 -0
  1335. package/packs/devtool/claude/devtool-user-map/ALIGNMENT-PAGE.md +90 -0
  1336. package/packs/devtool/claude/devtool-user-map/CHANGELOG.md +25 -0
  1337. package/packs/devtool/claude/devtool-user-map/SKILL.md +78 -0
  1338. package/packs/devtool/claude/devtool-user-map/archive/v0.0/SKILL.md +74 -0
  1339. package/packs/devtool/claude/devtool-user-map/archive/v0.1/SKILL.md +45 -0
  1340. package/packs/devtool/claude/devtool-user-map/archive/v0.2/SKILL.md +44 -0
  1341. package/packs/devtool/claude/devtool-user-map/archive/v0.3/SKILL.md +53 -0
  1342. package/packs/devtool/claude/devtool-user-map/archive/v0.4/SKILL.md +77 -0
  1343. package/packs/devtool/claude/devtool-workflow/ALIGNMENT-PAGE.md +86 -0
  1344. package/packs/devtool/claude/devtool-workflow/CHANGELOG.md +9 -0
  1345. package/packs/devtool/claude/devtool-workflow/SKILL.md +32 -0
  1346. package/packs/devtool/claude/devtool-workflow/archive/v0.0/SKILL.md +51 -0
  1347. package/packs/devtool/codex/devtool-adoption/ALIGNMENT-PAGE.md +90 -0
  1348. package/packs/devtool/codex/devtool-adoption/CHANGELOG.md +25 -0
  1349. package/packs/devtool/codex/devtool-adoption/SKILL.md +72 -0
  1350. package/packs/devtool/codex/devtool-adoption/archive/v0.0/SKILL.md +76 -0
  1351. package/packs/devtool/codex/devtool-adoption/archive/v0.1/SKILL.md +47 -0
  1352. package/packs/devtool/codex/devtool-adoption/archive/v0.2/SKILL.md +46 -0
  1353. package/packs/devtool/codex/devtool-adoption/archive/v0.3/SKILL.md +55 -0
  1354. package/packs/devtool/codex/devtool-adoption/archive/v0.4/SKILL.md +71 -0
  1355. package/packs/devtool/codex/devtool-docs-audit/ALIGNMENT-PAGE.md +84 -0
  1356. package/packs/devtool/codex/devtool-docs-audit/CHANGELOG.md +9 -0
  1357. package/packs/devtool/codex/devtool-docs-audit/SKILL.md +26 -0
  1358. package/packs/devtool/codex/devtool-docs-audit/archive/v0.0/SKILL.md +49 -0
  1359. package/packs/devtool/codex/devtool-dx-journey/ALIGNMENT-PAGE.md +88 -0
  1360. package/packs/devtool/codex/devtool-dx-journey/CHANGELOG.md +13 -0
  1361. package/packs/devtool/codex/devtool-dx-journey/SKILL.md +45 -0
  1362. package/packs/devtool/codex/devtool-dx-journey/archive/v0.0/SKILL.md +68 -0
  1363. package/packs/devtool/codex/devtool-dx-journey/archive/v0.1/SKILL.md +39 -0
  1364. package/packs/devtool/codex/devtool-integration-map/ALIGNMENT-PAGE.md +88 -0
  1365. package/packs/devtool/codex/devtool-integration-map/CHANGELOG.md +13 -0
  1366. package/packs/devtool/codex/devtool-integration-map/SKILL.md +45 -0
  1367. package/packs/devtool/codex/devtool-integration-map/archive/v0.0/SKILL.md +68 -0
  1368. package/packs/devtool/codex/devtool-integration-map/archive/v0.1/SKILL.md +39 -0
  1369. package/packs/devtool/codex/devtool-monetization/ALIGNMENT-PAGE.md +90 -0
  1370. package/packs/devtool/codex/devtool-monetization/CHANGELOG.md +25 -0
  1371. package/packs/devtool/codex/devtool-monetization/SKILL.md +72 -0
  1372. package/packs/devtool/codex/devtool-monetization/archive/v0.0/SKILL.md +76 -0
  1373. package/packs/devtool/codex/devtool-monetization/archive/v0.1/SKILL.md +47 -0
  1374. package/packs/devtool/codex/devtool-monetization/archive/v0.2/SKILL.md +46 -0
  1375. package/packs/devtool/codex/devtool-monetization/archive/v0.3/SKILL.md +55 -0
  1376. package/packs/devtool/codex/devtool-monetization/archive/v0.4/SKILL.md +71 -0
  1377. package/packs/devtool/codex/devtool-positioning/ALIGNMENT-PAGE.md +90 -0
  1378. package/packs/devtool/codex/devtool-positioning/CHANGELOG.md +25 -0
  1379. package/packs/devtool/codex/devtool-positioning/SKILL.md +72 -0
  1380. package/packs/devtool/codex/devtool-positioning/archive/v0.0/SKILL.md +76 -0
  1381. package/packs/devtool/codex/devtool-positioning/archive/v0.1/SKILL.md +47 -0
  1382. package/packs/devtool/codex/devtool-positioning/archive/v0.2/SKILL.md +46 -0
  1383. package/packs/devtool/codex/devtool-positioning/archive/v0.3/SKILL.md +55 -0
  1384. package/packs/devtool/codex/devtool-positioning/archive/v0.4/SKILL.md +71 -0
  1385. package/packs/devtool/codex/devtool-user-map/ALIGNMENT-PAGE.md +90 -0
  1386. package/packs/devtool/codex/devtool-user-map/CHANGELOG.md +25 -0
  1387. package/packs/devtool/codex/devtool-user-map/SKILL.md +72 -0
  1388. package/packs/devtool/codex/devtool-user-map/archive/v0.0/SKILL.md +76 -0
  1389. package/packs/devtool/codex/devtool-user-map/archive/v0.1/SKILL.md +47 -0
  1390. package/packs/devtool/codex/devtool-user-map/archive/v0.2/SKILL.md +46 -0
  1391. package/packs/devtool/codex/devtool-user-map/archive/v0.3/SKILL.md +55 -0
  1392. package/packs/devtool/codex/devtool-user-map/archive/v0.4/SKILL.md +71 -0
  1393. package/packs/devtool/codex/devtool-workflow/ALIGNMENT-PAGE.md +86 -0
  1394. package/packs/devtool/codex/devtool-workflow/CHANGELOG.md +9 -0
  1395. package/packs/devtool/codex/devtool-workflow/SKILL.md +34 -0
  1396. package/packs/devtool/codex/devtool-workflow/archive/v0.0/SKILL.md +53 -0
  1397. package/packs/docs-health/PACK.md +22 -0
  1398. package/packs/docs-health/claude/hygiene/SKILL.md +224 -0
  1399. package/packs/docs-health/claude/hygiene/references/documentation-templates.md +247 -0
  1400. package/packs/docs-health/claude/reconcile-dev-docs/ALIGNMENT-PAGE.md +86 -0
  1401. package/packs/docs-health/claude/reconcile-dev-docs/CHANGELOG.md +9 -0
  1402. package/packs/docs-health/claude/reconcile-dev-docs/SKILL.md +149 -0
  1403. package/packs/docs-health/claude/reconcile-dev-docs/archive/v0.0/SKILL.md +182 -0
  1404. package/packs/docs-health/codex/hygiene/SKILL.md +225 -0
  1405. package/packs/docs-health/codex/hygiene/references/documentation-templates.md +248 -0
  1406. package/packs/docs-health/codex/reconcile-dev-docs/ALIGNMENT-PAGE.md +86 -0
  1407. package/packs/docs-health/codex/reconcile-dev-docs/CHANGELOG.md +9 -0
  1408. package/packs/docs-health/codex/reconcile-dev-docs/SKILL.md +151 -0
  1409. package/packs/docs-health/codex/reconcile-dev-docs/agents/openai.yaml +7 -0
  1410. package/packs/docs-health/codex/reconcile-dev-docs/archive/v0.0/SKILL.md +184 -0
  1411. package/packs/exec-loop/PACK.md +23 -0
  1412. package/packs/exec-loop/claude/exec/CHANGELOG.md +18 -0
  1413. package/packs/exec-loop/claude/exec/SKILL.md +180 -0
  1414. package/packs/exec-loop/claude/exec/archive/v0.0/SKILL.md +179 -0
  1415. package/packs/exec-loop/claude/exec/archive/v0.1/SKILL.md +180 -0
  1416. package/packs/exec-loop/claude/exec/archive/v0.2/SKILL.md +180 -0
  1417. package/packs/exec-loop/claude/ship/CHANGELOG.md +27 -0
  1418. package/packs/exec-loop/claude/ship/SKILL.md +193 -0
  1419. package/packs/exec-loop/claude/ship/archive/v0.0/SKILL.md +178 -0
  1420. package/packs/exec-loop/claude/ship/archive/v0.1/SKILL.md +178 -0
  1421. package/packs/exec-loop/claude/ship/archive/v0.2/SKILL.md +179 -0
  1422. package/packs/exec-loop/claude/ship/archive/v0.3/SKILL.md +187 -0
  1423. package/packs/exec-loop/claude/ship/archive/v0.4/SKILL.md +193 -0
  1424. package/packs/exec-loop/claude/ship-end/CHANGELOG.md +15 -0
  1425. package/packs/exec-loop/claude/ship-end/SKILL.md +108 -0
  1426. package/packs/exec-loop/claude/ship-end/archive/v0.0/SKILL.md +103 -0
  1427. package/packs/exec-loop/claude/ship-end/archive/v0.1/SKILL.md +103 -0
  1428. package/packs/exec-loop/codex/exec/CHANGELOG.md +18 -0
  1429. package/packs/exec-loop/codex/exec/SKILL.md +180 -0
  1430. package/packs/exec-loop/codex/exec/agents/openai.yaml +7 -0
  1431. package/packs/exec-loop/codex/exec/archive/v0.0/SKILL.md +180 -0
  1432. package/packs/exec-loop/codex/exec/archive/v0.1/SKILL.md +181 -0
  1433. package/packs/exec-loop/codex/exec/archive/v0.2/SKILL.md +180 -0
  1434. package/packs/exec-loop/codex/ship/CHANGELOG.md +27 -0
  1435. package/packs/exec-loop/codex/ship/SKILL.md +128 -0
  1436. package/packs/exec-loop/codex/ship/agents/openai.yaml +7 -0
  1437. package/packs/exec-loop/codex/ship/archive/v0.0/SKILL.md +122 -0
  1438. package/packs/exec-loop/codex/ship/archive/v0.1/SKILL.md +123 -0
  1439. package/packs/exec-loop/codex/ship/archive/v0.2/SKILL.md +123 -0
  1440. package/packs/exec-loop/codex/ship/archive/v0.3/SKILL.md +124 -0
  1441. package/packs/exec-loop/codex/ship/archive/v0.4/SKILL.md +128 -0
  1442. package/packs/exec-loop/codex/ship-end/CHANGELOG.md +15 -0
  1443. package/packs/exec-loop/codex/ship-end/SKILL.md +99 -0
  1444. package/packs/exec-loop/codex/ship-end/agents/openai.yaml +7 -0
  1445. package/packs/exec-loop/codex/ship-end/archive/v0.0/SKILL.md +94 -0
  1446. package/packs/exec-loop/codex/ship-end/archive/v0.1/SKILL.md +96 -0
  1447. package/packs/exec-profile/PACK.md +21 -0
  1448. package/packs/exec-profile/claude/patch-exec-profile/SKILL.md +66 -0
  1449. package/packs/game/claude/game-audience/ALIGNMENT-PAGE.md +90 -0
  1450. package/packs/game/claude/game-audience/CHANGELOG.md +21 -0
  1451. package/packs/game/claude/game-audience/SKILL.md +82 -0
  1452. package/packs/game/claude/game-audience/archive/v0.0/SKILL.md +78 -0
  1453. package/packs/game/claude/game-audience/archive/v0.1/SKILL.md +48 -0
  1454. package/packs/game/claude/game-audience/archive/v0.2/SKILL.md +57 -0
  1455. package/packs/game/claude/game-audience/archive/v0.3/SKILL.md +81 -0
  1456. package/packs/game/claude/game-comparables/ALIGNMENT-PAGE.md +90 -0
  1457. package/packs/game/claude/game-comparables/CHANGELOG.md +21 -0
  1458. package/packs/game/claude/game-comparables/SKILL.md +82 -0
  1459. package/packs/game/claude/game-comparables/archive/v0.0/SKILL.md +78 -0
  1460. package/packs/game/claude/game-comparables/archive/v0.1/SKILL.md +48 -0
  1461. package/packs/game/claude/game-comparables/archive/v0.2/SKILL.md +57 -0
  1462. package/packs/game/claude/game-comparables/archive/v0.3/SKILL.md +81 -0
  1463. package/packs/game/claude/game-core-loop/ALIGNMENT-PAGE.md +88 -0
  1464. package/packs/game/claude/game-core-loop/CHANGELOG.md +9 -0
  1465. package/packs/game/claude/game-core-loop/SKILL.md +47 -0
  1466. package/packs/game/claude/game-core-loop/archive/v0.0/SKILL.md +70 -0
  1467. package/packs/game/claude/game-fantasy/ALIGNMENT-PAGE.md +86 -0
  1468. package/packs/game/claude/game-fantasy/CHANGELOG.md +21 -0
  1469. package/packs/game/claude/game-fantasy/SKILL.md +81 -0
  1470. package/packs/game/claude/game-fantasy/archive/v0.0/SKILL.md +78 -0
  1471. package/packs/game/claude/game-fantasy/archive/v0.1/SKILL.md +48 -0
  1472. package/packs/game/claude/game-fantasy/archive/v0.2/SKILL.md +57 -0
  1473. package/packs/game/claude/game-fantasy/archive/v0.3/SKILL.md +80 -0
  1474. package/packs/game/claude/game-genre-map/ALIGNMENT-PAGE.md +90 -0
  1475. package/packs/game/claude/game-genre-map/CHANGELOG.md +21 -0
  1476. package/packs/game/claude/game-genre-map/SKILL.md +82 -0
  1477. package/packs/game/claude/game-genre-map/archive/v0.0/SKILL.md +78 -0
  1478. package/packs/game/claude/game-genre-map/archive/v0.1/SKILL.md +48 -0
  1479. package/packs/game/claude/game-genre-map/archive/v0.2/SKILL.md +57 -0
  1480. package/packs/game/claude/game-genre-map/archive/v0.3/SKILL.md +81 -0
  1481. package/packs/game/claude/game-launch/ALIGNMENT-PAGE.md +88 -0
  1482. package/packs/game/claude/game-launch/CHANGELOG.md +21 -0
  1483. package/packs/game/claude/game-launch/SKILL.md +82 -0
  1484. package/packs/game/claude/game-launch/archive/v0.0/SKILL.md +78 -0
  1485. package/packs/game/claude/game-launch/archive/v0.1/SKILL.md +48 -0
  1486. package/packs/game/claude/game-launch/archive/v0.2/SKILL.md +57 -0
  1487. package/packs/game/claude/game-launch/archive/v0.3/SKILL.md +81 -0
  1488. package/packs/game/claude/game-playtest-metrics/ALIGNMENT-PAGE.md +90 -0
  1489. package/packs/game/claude/game-playtest-metrics/CHANGELOG.md +9 -0
  1490. package/packs/game/claude/game-playtest-metrics/SKILL.md +47 -0
  1491. package/packs/game/claude/game-playtest-metrics/archive/v0.0/SKILL.md +70 -0
  1492. package/packs/game/claude/game-prototype-test/ALIGNMENT-PAGE.md +86 -0
  1493. package/packs/game/claude/game-prototype-test/CHANGELOG.md +9 -0
  1494. package/packs/game/claude/game-prototype-test/SKILL.md +55 -0
  1495. package/packs/game/claude/game-prototype-test/archive/v0.0/SKILL.md +70 -0
  1496. package/packs/game/claude/game-roadmap/ALIGNMENT-PAGE.md +86 -0
  1497. package/packs/game/claude/game-roadmap/CHANGELOG.md +9 -0
  1498. package/packs/game/claude/game-roadmap/SKILL.md +25 -0
  1499. package/packs/game/claude/game-roadmap/archive/v0.0/SKILL.md +51 -0
  1500. package/packs/game/claude/game-store-page-test/ALIGNMENT-PAGE.md +90 -0
  1501. package/packs/game/claude/game-store-page-test/CHANGELOG.md +21 -0
  1502. package/packs/game/claude/game-store-page-test/SKILL.md +82 -0
  1503. package/packs/game/claude/game-store-page-test/archive/v0.0/SKILL.md +78 -0
  1504. package/packs/game/claude/game-store-page-test/archive/v0.1/SKILL.md +48 -0
  1505. package/packs/game/claude/game-store-page-test/archive/v0.2/SKILL.md +57 -0
  1506. package/packs/game/claude/game-store-page-test/archive/v0.3/SKILL.md +81 -0
  1507. package/packs/game/claude/game-workflow/ALIGNMENT-PAGE.md +84 -0
  1508. package/packs/game/claude/game-workflow/CHANGELOG.md +9 -0
  1509. package/packs/game/claude/game-workflow/SKILL.md +33 -0
  1510. package/packs/game/claude/game-workflow/archive/v0.0/SKILL.md +55 -0
  1511. package/packs/game/codex/game-audience/ALIGNMENT-PAGE.md +90 -0
  1512. package/packs/game/codex/game-audience/CHANGELOG.md +21 -0
  1513. package/packs/game/codex/game-audience/SKILL.md +76 -0
  1514. package/packs/game/codex/game-audience/archive/v0.0/SKILL.md +80 -0
  1515. package/packs/game/codex/game-audience/archive/v0.1/SKILL.md +50 -0
  1516. package/packs/game/codex/game-audience/archive/v0.2/SKILL.md +59 -0
  1517. package/packs/game/codex/game-audience/archive/v0.3/SKILL.md +75 -0
  1518. package/packs/game/codex/game-comparables/ALIGNMENT-PAGE.md +90 -0
  1519. package/packs/game/codex/game-comparables/CHANGELOG.md +21 -0
  1520. package/packs/game/codex/game-comparables/SKILL.md +76 -0
  1521. package/packs/game/codex/game-comparables/archive/v0.0/SKILL.md +80 -0
  1522. package/packs/game/codex/game-comparables/archive/v0.1/SKILL.md +50 -0
  1523. package/packs/game/codex/game-comparables/archive/v0.2/SKILL.md +59 -0
  1524. package/packs/game/codex/game-comparables/archive/v0.3/SKILL.md +75 -0
  1525. package/packs/game/codex/game-core-loop/ALIGNMENT-PAGE.md +88 -0
  1526. package/packs/game/codex/game-core-loop/CHANGELOG.md +9 -0
  1527. package/packs/game/codex/game-core-loop/SKILL.md +49 -0
  1528. package/packs/game/codex/game-core-loop/archive/v0.0/SKILL.md +72 -0
  1529. package/packs/game/codex/game-fantasy/ALIGNMENT-PAGE.md +86 -0
  1530. package/packs/game/codex/game-fantasy/CHANGELOG.md +21 -0
  1531. package/packs/game/codex/game-fantasy/SKILL.md +75 -0
  1532. package/packs/game/codex/game-fantasy/archive/v0.0/SKILL.md +80 -0
  1533. package/packs/game/codex/game-fantasy/archive/v0.1/SKILL.md +50 -0
  1534. package/packs/game/codex/game-fantasy/archive/v0.2/SKILL.md +59 -0
  1535. package/packs/game/codex/game-fantasy/archive/v0.3/SKILL.md +74 -0
  1536. package/packs/game/codex/game-genre-map/ALIGNMENT-PAGE.md +90 -0
  1537. package/packs/game/codex/game-genre-map/CHANGELOG.md +21 -0
  1538. package/packs/game/codex/game-genre-map/SKILL.md +76 -0
  1539. package/packs/game/codex/game-genre-map/archive/v0.0/SKILL.md +80 -0
  1540. package/packs/game/codex/game-genre-map/archive/v0.1/SKILL.md +50 -0
  1541. package/packs/game/codex/game-genre-map/archive/v0.2/SKILL.md +59 -0
  1542. package/packs/game/codex/game-genre-map/archive/v0.3/SKILL.md +75 -0
  1543. package/packs/game/codex/game-launch/ALIGNMENT-PAGE.md +88 -0
  1544. package/packs/game/codex/game-launch/CHANGELOG.md +21 -0
  1545. package/packs/game/codex/game-launch/SKILL.md +76 -0
  1546. package/packs/game/codex/game-launch/archive/v0.0/SKILL.md +80 -0
  1547. package/packs/game/codex/game-launch/archive/v0.1/SKILL.md +50 -0
  1548. package/packs/game/codex/game-launch/archive/v0.2/SKILL.md +59 -0
  1549. package/packs/game/codex/game-launch/archive/v0.3/SKILL.md +75 -0
  1550. package/packs/game/codex/game-playtest-metrics/ALIGNMENT-PAGE.md +90 -0
  1551. package/packs/game/codex/game-playtest-metrics/CHANGELOG.md +9 -0
  1552. package/packs/game/codex/game-playtest-metrics/SKILL.md +49 -0
  1553. package/packs/game/codex/game-playtest-metrics/archive/v0.0/SKILL.md +72 -0
  1554. package/packs/game/codex/game-prototype-test/ALIGNMENT-PAGE.md +86 -0
  1555. package/packs/game/codex/game-prototype-test/CHANGELOG.md +9 -0
  1556. package/packs/game/codex/game-prototype-test/SKILL.md +49 -0
  1557. package/packs/game/codex/game-prototype-test/archive/v0.0/SKILL.md +72 -0
  1558. package/packs/game/codex/game-roadmap/ALIGNMENT-PAGE.md +86 -0
  1559. package/packs/game/codex/game-roadmap/CHANGELOG.md +9 -0
  1560. package/packs/game/codex/game-roadmap/SKILL.md +27 -0
  1561. package/packs/game/codex/game-roadmap/archive/v0.0/SKILL.md +53 -0
  1562. package/packs/game/codex/game-store-page-test/ALIGNMENT-PAGE.md +90 -0
  1563. package/packs/game/codex/game-store-page-test/CHANGELOG.md +21 -0
  1564. package/packs/game/codex/game-store-page-test/SKILL.md +76 -0
  1565. package/packs/game/codex/game-store-page-test/archive/v0.0/SKILL.md +80 -0
  1566. package/packs/game/codex/game-store-page-test/archive/v0.1/SKILL.md +50 -0
  1567. package/packs/game/codex/game-store-page-test/archive/v0.2/SKILL.md +59 -0
  1568. package/packs/game/codex/game-store-page-test/archive/v0.3/SKILL.md +75 -0
  1569. package/packs/game/codex/game-workflow/ALIGNMENT-PAGE.md +84 -0
  1570. package/packs/game/codex/game-workflow/CHANGELOG.md +9 -0
  1571. package/packs/game/codex/game-workflow/SKILL.md +35 -0
  1572. package/packs/game/codex/game-workflow/archive/v0.0/SKILL.md +57 -0
  1573. package/packs/gitops/PACK.md +22 -0
  1574. package/packs/gitops/claude/commit-and-push-by-feature/CHANGELOG.md +9 -0
  1575. package/packs/gitops/claude/commit-and-push-by-feature/SKILL.md +69 -0
  1576. package/packs/gitops/claude/commit-and-push-by-feature/archive/v0.0/SKILL.md +68 -0
  1577. package/packs/gitops/claude/sync/CHANGELOG.md +27 -0
  1578. package/packs/gitops/claude/sync/SKILL.md +175 -0
  1579. package/packs/gitops/claude/sync/archive/v0.0/SKILL.md +118 -0
  1580. package/packs/gitops/claude/sync/archive/v0.1/SKILL.md +125 -0
  1581. package/packs/gitops/claude/sync/archive/v0.2/SKILL.md +137 -0
  1582. package/packs/gitops/claude/sync/archive/v0.3/SKILL.md +167 -0
  1583. package/packs/gitops/codex/commit-and-push-by-feature/CHANGELOG.md +9 -0
  1584. package/packs/gitops/codex/commit-and-push-by-feature/SKILL.md +56 -0
  1585. package/packs/gitops/codex/commit-and-push-by-feature/agents/openai.yaml +7 -0
  1586. package/packs/gitops/codex/commit-and-push-by-feature/archive/v0.0/SKILL.md +55 -0
  1587. package/packs/gitops/codex/sync/CHANGELOG.md +27 -0
  1588. package/packs/gitops/codex/sync/SKILL.md +149 -0
  1589. package/packs/gitops/codex/sync/agents/openai.yaml +7 -0
  1590. package/packs/gitops/codex/sync/archive/v0.0/SKILL.md +96 -0
  1591. package/packs/gitops/codex/sync/archive/v0.1/SKILL.md +102 -0
  1592. package/packs/gitops/codex/sync/archive/v0.2/SKILL.md +114 -0
  1593. package/packs/gitops/codex/sync/archive/v0.3/SKILL.md +142 -0
  1594. package/packs/guided-walkthrough/PACK.md +22 -0
  1595. package/packs/guided-walkthrough/claude/guide/CHANGELOG.md +9 -0
  1596. package/packs/guided-walkthrough/claude/guide/SKILL.md +110 -0
  1597. package/packs/guided-walkthrough/claude/guide/archive/v0.0/SKILL.md +130 -0
  1598. package/packs/guided-walkthrough/claude/uat-guide/ALIGNMENT-PAGE.md +88 -0
  1599. package/packs/guided-walkthrough/claude/uat-guide/CHANGELOG.md +18 -0
  1600. package/packs/guided-walkthrough/claude/uat-guide/SKILL.md +141 -0
  1601. package/packs/guided-walkthrough/claude/uat-guide/archive/v0.0/SKILL.md +152 -0
  1602. package/packs/guided-walkthrough/claude/uat-guide/archive/v0.1/SKILL.md +136 -0
  1603. package/packs/guided-walkthrough/claude/uat-guide/archive/v0.2/SKILL.md +141 -0
  1604. package/packs/guided-walkthrough/codex/guide/CHANGELOG.md +9 -0
  1605. package/packs/guided-walkthrough/codex/guide/SKILL.md +70 -0
  1606. package/packs/guided-walkthrough/codex/guide/agents/openai.yaml +7 -0
  1607. package/packs/guided-walkthrough/codex/guide/archive/v0.0/SKILL.md +90 -0
  1608. package/packs/guided-walkthrough/codex/uat-guide/ALIGNMENT-PAGE.md +88 -0
  1609. package/packs/guided-walkthrough/codex/uat-guide/CHANGELOG.md +18 -0
  1610. package/packs/guided-walkthrough/codex/uat-guide/SKILL.md +142 -0
  1611. package/packs/guided-walkthrough/codex/uat-guide/agents/openai.yaml +7 -0
  1612. package/packs/guided-walkthrough/codex/uat-guide/archive/v0.0/SKILL.md +131 -0
  1613. package/packs/guided-walkthrough/codex/uat-guide/archive/v0.1/SKILL.md +141 -0
  1614. package/packs/guided-walkthrough/codex/uat-guide/archive/v0.2/SKILL.md +142 -0
  1615. package/packs/knowledge-check/PACK.md +21 -0
  1616. package/packs/knowledge-check/claude/quiz-me/CHANGELOG.md +5 -0
  1617. package/packs/knowledge-check/claude/quiz-me/SKILL.md +107 -0
  1618. package/packs/knowledge-check/codex/quiz-me/CHANGELOG.md +5 -0
  1619. package/packs/knowledge-check/codex/quiz-me/SKILL.md +109 -0
  1620. package/packs/knowledge-check/codex/quiz-me/agents/openai.yaml +7 -0
  1621. package/packs/monorepo/PACK.md +95 -0
  1622. package/packs/monorepo/claude/affected/CHANGELOG.md +9 -0
  1623. package/packs/monorepo/claude/affected/SKILL.md +67 -0
  1624. package/packs/monorepo/claude/affected/archive/v0.0/SKILL.md +95 -0
  1625. package/packs/monorepo/claude/mono-detect/CHANGELOG.md +9 -0
  1626. package/packs/monorepo/claude/mono-detect/SKILL.md +69 -0
  1627. package/packs/monorepo/claude/mono-detect/archive/v0.0/SKILL.md +95 -0
  1628. package/packs/monorepo/claude/mono-exec/CHANGELOG.md +9 -0
  1629. package/packs/monorepo/claude/mono-exec/SKILL.md +115 -0
  1630. package/packs/monorepo/claude/mono-exec/archive/v0.0/SKILL.md +114 -0
  1631. package/packs/monorepo/claude/mono-guard/CHANGELOG.md +9 -0
  1632. package/packs/monorepo/claude/mono-guard/SKILL.md +131 -0
  1633. package/packs/monorepo/claude/mono-guard/archive/v0.0/SKILL.md +159 -0
  1634. package/packs/monorepo/claude/mono-plan/ALIGNMENT-PAGE.md +84 -0
  1635. package/packs/monorepo/claude/mono-plan/CHANGELOG.md +9 -0
  1636. package/packs/monorepo/claude/mono-plan/SKILL.md +156 -0
  1637. package/packs/monorepo/claude/mono-plan/archive/v0.0/SKILL.md +172 -0
  1638. package/packs/monorepo/claude/mono-ship/SKILL.md +121 -0
  1639. package/packs/monorepo/claude/scaffold/CHANGELOG.md +9 -0
  1640. package/packs/monorepo/claude/scaffold/SKILL.md +95 -0
  1641. package/packs/monorepo/claude/scaffold/archive/v0.0/SKILL.md +95 -0
  1642. package/packs/monorepo/codex/affected/CHANGELOG.md +9 -0
  1643. package/packs/monorepo/codex/affected/SKILL.md +38 -0
  1644. package/packs/monorepo/codex/affected/agents/openai.yaml +7 -0
  1645. package/packs/monorepo/codex/affected/archive/v0.0/SKILL.md +66 -0
  1646. package/packs/monorepo/codex/mono-detect/CHANGELOG.md +9 -0
  1647. package/packs/monorepo/codex/mono-detect/SKILL.md +71 -0
  1648. package/packs/monorepo/codex/mono-detect/agents/openai.yaml +7 -0
  1649. package/packs/monorepo/codex/mono-detect/archive/v0.0/SKILL.md +97 -0
  1650. package/packs/monorepo/codex/mono-exec/CHANGELOG.md +9 -0
  1651. package/packs/monorepo/codex/mono-exec/SKILL.md +117 -0
  1652. package/packs/monorepo/codex/mono-exec/agents/openai.yaml +7 -0
  1653. package/packs/monorepo/codex/mono-exec/archive/v0.0/SKILL.md +116 -0
  1654. package/packs/monorepo/codex/mono-guard/CHANGELOG.md +9 -0
  1655. package/packs/monorepo/codex/mono-guard/SKILL.md +133 -0
  1656. package/packs/monorepo/codex/mono-guard/agents/openai.yaml +7 -0
  1657. package/packs/monorepo/codex/mono-guard/archive/v0.0/SKILL.md +161 -0
  1658. package/packs/monorepo/codex/mono-plan/ALIGNMENT-PAGE.md +84 -0
  1659. package/packs/monorepo/codex/mono-plan/CHANGELOG.md +9 -0
  1660. package/packs/monorepo/codex/mono-plan/SKILL.md +52 -0
  1661. package/packs/monorepo/codex/mono-plan/agents/openai.yaml +7 -0
  1662. package/packs/monorepo/codex/mono-plan/archive/v0.0/SKILL.md +76 -0
  1663. package/packs/monorepo/codex/mono-ship/SKILL.md +121 -0
  1664. package/packs/monorepo/codex/mono-ship/agents/openai.yaml +7 -0
  1665. package/packs/monorepo/codex/scaffold/CHANGELOG.md +9 -0
  1666. package/packs/monorepo/codex/scaffold/SKILL.md +50 -0
  1667. package/packs/monorepo/codex/scaffold/agents/openai.yaml +7 -0
  1668. package/packs/monorepo/codex/scaffold/archive/v0.0/SKILL.md +50 -0
  1669. package/packs/monorepo/scripts/lane-spec-validate.sh +253 -0
  1670. package/packs/monorepo/scripts/mono-detect.sh +270 -0
  1671. package/packs/monorepo/scripts/monorepo-validate.sh +278 -0
  1672. package/packs/ord/PACK.md +33 -0
  1673. package/packs/ord/claude/ord-align/SKILL.md +57 -0
  1674. package/packs/ord/claude/ord-scan/SKILL.md +57 -0
  1675. package/packs/ord/claude/ord-ship/CHANGELOG.md +9 -0
  1676. package/packs/ord/claude/ord-ship/SKILL.md +67 -0
  1677. package/packs/ord/claude/ord-ship/archive/v0.0/SKILL.md +67 -0
  1678. package/packs/ord/codex/ord-align/SKILL.md +57 -0
  1679. package/packs/ord/codex/ord-scan/SKILL.md +57 -0
  1680. package/packs/ord/codex/ord-ship/CHANGELOG.md +10 -0
  1681. package/packs/ord/codex/ord-ship/SKILL.md +67 -0
  1682. package/packs/ord/codex/ord-ship/archive/v0.0/SKILL.md +67 -0
  1683. package/packs/product-design/PACK.md +29 -0
  1684. package/packs/product-design/claude/brainstorm/ALIGNMENT-PAGE.md +86 -0
  1685. package/packs/product-design/claude/brainstorm/CHANGELOG.md +15 -0
  1686. package/packs/product-design/claude/brainstorm/SKILL.md +98 -0
  1687. package/packs/product-design/claude/brainstorm/archive/v0.0/SKILL.md +111 -0
  1688. package/packs/product-design/claude/brainstorm/archive/v0.1/SKILL.md +87 -0
  1689. package/packs/product-design/claude/consolidate-variations/ALIGNMENT-PAGE.md +88 -0
  1690. package/packs/product-design/claude/consolidate-variations/CHANGELOG.md +50 -0
  1691. package/packs/product-design/claude/consolidate-variations/SKILL.md +131 -0
  1692. package/packs/product-design/claude/consolidate-variations/archive/v0.0/SKILL.md +141 -0
  1693. package/packs/product-design/claude/consolidate-variations/archive/v0.1/SKILL.md +116 -0
  1694. package/packs/product-design/claude/consolidate-variations/archive/v0.2/SKILL.md +116 -0
  1695. package/packs/product-design/claude/consolidate-variations/archive/v0.3/SKILL.md +124 -0
  1696. package/packs/product-design/claude/consolidate-variations/archive/v0.4/SKILL.md +138 -0
  1697. package/packs/product-design/claude/consolidate-variations/archive/v0.5/SKILL.md +142 -0
  1698. package/packs/product-design/claude/consolidate-variations/archive/v0.6/SKILL.md +142 -0
  1699. package/packs/product-design/claude/consolidate-variations/archive/v0.7/SKILL.md +142 -0
  1700. package/packs/product-design/claude/consolidate-variations/archive/v0.8/SKILL.md +144 -0
  1701. package/packs/product-design/claude/consolidate-variations/archive/v0.9/SKILL.md +145 -0
  1702. package/packs/product-design/claude/design-system/ALIGNMENT-PAGE.md +86 -0
  1703. package/packs/product-design/claude/design-system/CHANGELOG.md +9 -0
  1704. package/packs/product-design/claude/design-system/SKILL.md +156 -0
  1705. package/packs/product-design/claude/design-system/archive/v0.0/SKILL.md +187 -0
  1706. package/packs/product-design/claude/feature-interview/ALIGNMENT-PAGE.md +86 -0
  1707. package/packs/product-design/claude/feature-interview/CHANGELOG.md +23 -0
  1708. package/packs/product-design/claude/feature-interview/SKILL.md +148 -0
  1709. package/packs/product-design/claude/feature-interview/archive/v0.0/SKILL.md +162 -0
  1710. package/packs/product-design/claude/feature-interview/archive/v0.1/SKILL.md +121 -0
  1711. package/packs/product-design/claude/feature-interview/archive/v0.2/SKILL.md +124 -0
  1712. package/packs/product-design/claude/feature-interview/archive/v0.3/SKILL.md +133 -0
  1713. package/packs/product-design/claude/prototype/ALIGNMENT-PAGE.md +88 -0
  1714. package/packs/product-design/claude/prototype/CHANGELOG.md +55 -0
  1715. package/packs/product-design/claude/prototype/SKILL.md +196 -0
  1716. package/packs/product-design/claude/prototype/archive/v0.0/SKILL.md +208 -0
  1717. package/packs/product-design/claude/prototype/archive/v0.1/SKILL.md +175 -0
  1718. package/packs/product-design/claude/prototype/archive/v0.10/SKILL.md +208 -0
  1719. package/packs/product-design/claude/prototype/archive/v0.2/SKILL.md +175 -0
  1720. package/packs/product-design/claude/prototype/archive/v0.3/SKILL.md +183 -0
  1721. package/packs/product-design/claude/prototype/archive/v0.4/SKILL.md +197 -0
  1722. package/packs/product-design/claude/prototype/archive/v0.5/SKILL.md +201 -0
  1723. package/packs/product-design/claude/prototype/archive/v0.6/SKILL.md +201 -0
  1724. package/packs/product-design/claude/prototype/archive/v0.7/SKILL.md +201 -0
  1725. package/packs/product-design/claude/prototype/archive/v0.8/SKILL.md +203 -0
  1726. package/packs/product-design/claude/prototype/archive/v0.9/SKILL.md +204 -0
  1727. package/packs/product-design/claude/spec-interview/ALIGNMENT-PAGE.md +86 -0
  1728. package/packs/product-design/claude/spec-interview/CHANGELOG.md +51 -0
  1729. package/packs/product-design/claude/spec-interview/SKILL.md +156 -0
  1730. package/packs/product-design/claude/spec-interview/archive/v0.0/SKILL.md +187 -0
  1731. package/packs/product-design/claude/spec-interview/archive/v0.1/SKILL.md +139 -0
  1732. package/packs/product-design/claude/spec-interview/archive/v0.2/SKILL.md +147 -0
  1733. package/packs/product-design/claude/spec-interview/archive/v0.3/SKILL.md +161 -0
  1734. package/packs/product-design/claude/spec-interview/archive/v0.4/SKILL.md +165 -0
  1735. package/packs/product-design/claude/spec-interview/archive/v0.5/SKILL.md +165 -0
  1736. package/packs/product-design/claude/spec-interview/archive/v0.6/SKILL.md +165 -0
  1737. package/packs/product-design/claude/spec-interview/archive/v0.7/SKILL.md +167 -0
  1738. package/packs/product-design/claude/spec-interview/archive/v0.8/SKILL.md +168 -0
  1739. package/packs/product-design/claude/spec-interview/archive/v0.9/SKILL.md +170 -0
  1740. package/packs/product-design/claude/ui-interview/ALIGNMENT-PAGE.md +88 -0
  1741. package/packs/product-design/claude/ui-interview/CHANGELOG.md +59 -0
  1742. package/packs/product-design/claude/ui-interview/SKILL.md +138 -0
  1743. package/packs/product-design/claude/ui-interview/archive/v0.0/SKILL.md +140 -0
  1744. package/packs/product-design/claude/ui-interview/archive/v0.1/SKILL.md +115 -0
  1745. package/packs/product-design/claude/ui-interview/archive/v0.10/SKILL.md +147 -0
  1746. package/packs/product-design/claude/ui-interview/archive/v0.11/SKILL.md +152 -0
  1747. package/packs/product-design/claude/ui-interview/archive/v0.2/SKILL.md +115 -0
  1748. package/packs/product-design/claude/ui-interview/archive/v0.3/SKILL.md +123 -0
  1749. package/packs/product-design/claude/ui-interview/archive/v0.4/SKILL.md +125 -0
  1750. package/packs/product-design/claude/ui-interview/archive/v0.5/SKILL.md +139 -0
  1751. package/packs/product-design/claude/ui-interview/archive/v0.6/SKILL.md +143 -0
  1752. package/packs/product-design/claude/ui-interview/archive/v0.7/SKILL.md +143 -0
  1753. package/packs/product-design/claude/ui-interview/archive/v0.8/SKILL.md +143 -0
  1754. package/packs/product-design/claude/ui-interview/archive/v0.9/SKILL.md +145 -0
  1755. package/packs/product-design/claude/user-flow-map/ALIGNMENT-PAGE.md +88 -0
  1756. package/packs/product-design/claude/user-flow-map/CHANGELOG.md +5 -0
  1757. package/packs/product-design/claude/user-flow-map/SKILL.md +160 -0
  1758. package/packs/product-design/claude/user-flow-map/agents/openai.yaml +7 -0
  1759. package/packs/product-design/claude/ux-variations/ALIGNMENT-PAGE.md +88 -0
  1760. package/packs/product-design/claude/ux-variations/CHANGELOG.md +67 -0
  1761. package/packs/product-design/claude/ux-variations/SKILL.md +170 -0
  1762. package/packs/product-design/claude/ux-variations/archive/v0.0/SKILL.md +233 -0
  1763. package/packs/product-design/claude/ux-variations/archive/v0.1/SKILL.md +148 -0
  1764. package/packs/product-design/claude/ux-variations/archive/v0.10/SKILL.md +179 -0
  1765. package/packs/product-design/claude/ux-variations/archive/v0.11/SKILL.md +179 -0
  1766. package/packs/product-design/claude/ux-variations/archive/v0.12/SKILL.md +180 -0
  1767. package/packs/product-design/claude/ux-variations/archive/v0.13/SKILL.md +184 -0
  1768. package/packs/product-design/claude/ux-variations/archive/v0.2/SKILL.md +148 -0
  1769. package/packs/product-design/claude/ux-variations/archive/v0.3/SKILL.md +156 -0
  1770. package/packs/product-design/claude/ux-variations/archive/v0.4/SKILL.md +159 -0
  1771. package/packs/product-design/claude/ux-variations/archive/v0.5/SKILL.md +159 -0
  1772. package/packs/product-design/claude/ux-variations/archive/v0.6/SKILL.md +173 -0
  1773. package/packs/product-design/claude/ux-variations/archive/v0.7/SKILL.md +177 -0
  1774. package/packs/product-design/claude/ux-variations/archive/v0.8/SKILL.md +177 -0
  1775. package/packs/product-design/claude/ux-variations/archive/v0.9/SKILL.md +177 -0
  1776. package/packs/product-design/codex/brainstorm/ALIGNMENT-PAGE.md +86 -0
  1777. package/packs/product-design/codex/brainstorm/CHANGELOG.md +15 -0
  1778. package/packs/product-design/codex/brainstorm/SKILL.md +85 -0
  1779. package/packs/product-design/codex/brainstorm/agents/openai.yaml +7 -0
  1780. package/packs/product-design/codex/brainstorm/archive/v0.0/SKILL.md +106 -0
  1781. package/packs/product-design/codex/brainstorm/archive/v0.1/SKILL.md +82 -0
  1782. package/packs/product-design/codex/consolidate-variations/ALIGNMENT-PAGE.md +88 -0
  1783. package/packs/product-design/codex/consolidate-variations/CHANGELOG.md +50 -0
  1784. package/packs/product-design/codex/consolidate-variations/SKILL.md +126 -0
  1785. package/packs/product-design/codex/consolidate-variations/agents/openai.yaml +7 -0
  1786. package/packs/product-design/codex/consolidate-variations/archive/v0.0/SKILL.md +137 -0
  1787. package/packs/product-design/codex/consolidate-variations/archive/v0.1/SKILL.md +111 -0
  1788. package/packs/product-design/codex/consolidate-variations/archive/v0.2/SKILL.md +111 -0
  1789. package/packs/product-design/codex/consolidate-variations/archive/v0.3/SKILL.md +119 -0
  1790. package/packs/product-design/codex/consolidate-variations/archive/v0.4/SKILL.md +133 -0
  1791. package/packs/product-design/codex/consolidate-variations/archive/v0.5/SKILL.md +137 -0
  1792. package/packs/product-design/codex/consolidate-variations/archive/v0.6/SKILL.md +137 -0
  1793. package/packs/product-design/codex/consolidate-variations/archive/v0.7/SKILL.md +137 -0
  1794. package/packs/product-design/codex/consolidate-variations/archive/v0.8/SKILL.md +139 -0
  1795. package/packs/product-design/codex/consolidate-variations/archive/v0.9/SKILL.md +140 -0
  1796. package/packs/product-design/codex/design-system/ALIGNMENT-PAGE.md +86 -0
  1797. package/packs/product-design/codex/design-system/CHANGELOG.md +9 -0
  1798. package/packs/product-design/codex/design-system/SKILL.md +156 -0
  1799. package/packs/product-design/codex/design-system/agents/openai.yaml +7 -0
  1800. package/packs/product-design/codex/design-system/archive/v0.0/SKILL.md +188 -0
  1801. package/packs/product-design/codex/feature-interview/ALIGNMENT-PAGE.md +86 -0
  1802. package/packs/product-design/codex/feature-interview/CHANGELOG.md +25 -0
  1803. package/packs/product-design/codex/feature-interview/SKILL.md +151 -0
  1804. package/packs/product-design/codex/feature-interview/agents/openai.yaml +7 -0
  1805. package/packs/product-design/codex/feature-interview/archive/v0.0/SKILL.md +162 -0
  1806. package/packs/product-design/codex/feature-interview/archive/v0.1/SKILL.md +172 -0
  1807. package/packs/product-design/codex/feature-interview/archive/v0.2/SKILL.md +129 -0
  1808. package/packs/product-design/codex/feature-interview/archive/v0.3/SKILL.md +136 -0
  1809. package/packs/product-design/codex/prototype/ALIGNMENT-PAGE.md +88 -0
  1810. package/packs/product-design/codex/prototype/CHANGELOG.md +55 -0
  1811. package/packs/product-design/codex/prototype/SKILL.md +195 -0
  1812. package/packs/product-design/codex/prototype/agents/openai.yaml +7 -0
  1813. package/packs/product-design/codex/prototype/archive/v0.0/SKILL.md +208 -0
  1814. package/packs/product-design/codex/prototype/archive/v0.1/SKILL.md +174 -0
  1815. package/packs/product-design/codex/prototype/archive/v0.10/SKILL.md +207 -0
  1816. package/packs/product-design/codex/prototype/archive/v0.2/SKILL.md +174 -0
  1817. package/packs/product-design/codex/prototype/archive/v0.3/SKILL.md +182 -0
  1818. package/packs/product-design/codex/prototype/archive/v0.4/SKILL.md +196 -0
  1819. package/packs/product-design/codex/prototype/archive/v0.5/SKILL.md +200 -0
  1820. package/packs/product-design/codex/prototype/archive/v0.6/SKILL.md +200 -0
  1821. package/packs/product-design/codex/prototype/archive/v0.7/SKILL.md +200 -0
  1822. package/packs/product-design/codex/prototype/archive/v0.8/SKILL.md +202 -0
  1823. package/packs/product-design/codex/prototype/archive/v0.9/SKILL.md +203 -0
  1824. package/packs/product-design/codex/spec-interview/ALIGNMENT-PAGE.md +86 -0
  1825. package/packs/product-design/codex/spec-interview/CHANGELOG.md +51 -0
  1826. package/packs/product-design/codex/spec-interview/SKILL.md +159 -0
  1827. package/packs/product-design/codex/spec-interview/agents/openai.yaml +7 -0
  1828. package/packs/product-design/codex/spec-interview/archive/v0.0/SKILL.md +191 -0
  1829. package/packs/product-design/codex/spec-interview/archive/v0.1/SKILL.md +142 -0
  1830. package/packs/product-design/codex/spec-interview/archive/v0.2/SKILL.md +150 -0
  1831. package/packs/product-design/codex/spec-interview/archive/v0.3/SKILL.md +164 -0
  1832. package/packs/product-design/codex/spec-interview/archive/v0.4/SKILL.md +168 -0
  1833. package/packs/product-design/codex/spec-interview/archive/v0.5/SKILL.md +168 -0
  1834. package/packs/product-design/codex/spec-interview/archive/v0.6/SKILL.md +168 -0
  1835. package/packs/product-design/codex/spec-interview/archive/v0.7/SKILL.md +170 -0
  1836. package/packs/product-design/codex/spec-interview/archive/v0.8/SKILL.md +171 -0
  1837. package/packs/product-design/codex/spec-interview/archive/v0.9/SKILL.md +173 -0
  1838. package/packs/product-design/codex/ui-interview/ALIGNMENT-PAGE.md +88 -0
  1839. package/packs/product-design/codex/ui-interview/CHANGELOG.md +61 -0
  1840. package/packs/product-design/codex/ui-interview/SKILL.md +179 -0
  1841. package/packs/product-design/codex/ui-interview/agents/openai.yaml +7 -0
  1842. package/packs/product-design/codex/ui-interview/archive/v0.0/SKILL.md +179 -0
  1843. package/packs/product-design/codex/ui-interview/archive/v0.1/SKILL.md +153 -0
  1844. package/packs/product-design/codex/ui-interview/archive/v0.10/SKILL.md +188 -0
  1845. package/packs/product-design/codex/ui-interview/archive/v0.11/SKILL.md +193 -0
  1846. package/packs/product-design/codex/ui-interview/archive/v0.2/SKILL.md +156 -0
  1847. package/packs/product-design/codex/ui-interview/archive/v0.3/SKILL.md +164 -0
  1848. package/packs/product-design/codex/ui-interview/archive/v0.4/SKILL.md +166 -0
  1849. package/packs/product-design/codex/ui-interview/archive/v0.5/SKILL.md +180 -0
  1850. package/packs/product-design/codex/ui-interview/archive/v0.6/SKILL.md +184 -0
  1851. package/packs/product-design/codex/ui-interview/archive/v0.7/SKILL.md +184 -0
  1852. package/packs/product-design/codex/ui-interview/archive/v0.8/SKILL.md +184 -0
  1853. package/packs/product-design/codex/ui-interview/archive/v0.9/SKILL.md +186 -0
  1854. package/packs/product-design/codex/user-flow-map/ALIGNMENT-PAGE.md +88 -0
  1855. package/packs/product-design/codex/user-flow-map/CHANGELOG.md +5 -0
  1856. package/packs/product-design/codex/user-flow-map/SKILL.md +160 -0
  1857. package/packs/product-design/codex/user-flow-map/agents/openai.yaml +7 -0
  1858. package/packs/product-design/codex/ux-variations/ALIGNMENT-PAGE.md +88 -0
  1859. package/packs/product-design/codex/ux-variations/CHANGELOG.md +67 -0
  1860. package/packs/product-design/codex/ux-variations/SKILL.md +256 -0
  1861. package/packs/product-design/codex/ux-variations/agents/openai.yaml +7 -0
  1862. package/packs/product-design/codex/ux-variations/archive/v0.0/SKILL.md +318 -0
  1863. package/packs/product-design/codex/ux-variations/archive/v0.1/SKILL.md +234 -0
  1864. package/packs/product-design/codex/ux-variations/archive/v0.10/SKILL.md +263 -0
  1865. package/packs/product-design/codex/ux-variations/archive/v0.11/SKILL.md +265 -0
  1866. package/packs/product-design/codex/ux-variations/archive/v0.12/SKILL.md +266 -0
  1867. package/packs/product-design/codex/ux-variations/archive/v0.13/SKILL.md +270 -0
  1868. package/packs/product-design/codex/ux-variations/archive/v0.2/SKILL.md +234 -0
  1869. package/packs/product-design/codex/ux-variations/archive/v0.3/SKILL.md +242 -0
  1870. package/packs/product-design/codex/ux-variations/archive/v0.4/SKILL.md +245 -0
  1871. package/packs/product-design/codex/ux-variations/archive/v0.5/SKILL.md +245 -0
  1872. package/packs/product-design/codex/ux-variations/archive/v0.6/SKILL.md +245 -0
  1873. package/packs/product-design/codex/ux-variations/archive/v0.7/SKILL.md +259 -0
  1874. package/packs/product-design/codex/ux-variations/archive/v0.8/SKILL.md +263 -0
  1875. package/packs/product-design/codex/ux-variations/archive/v0.9/SKILL.md +263 -0
  1876. package/packs/product-testing/PACK.md +22 -0
  1877. package/packs/product-testing/claude/dogfood/ALIGNMENT-PAGE.md +86 -0
  1878. package/packs/product-testing/claude/dogfood/CHANGELOG.md +19 -0
  1879. package/packs/product-testing/claude/dogfood/SKILL.md +157 -0
  1880. package/packs/product-testing/claude/dogfood/archive/v0.0/SKILL.md +173 -0
  1881. package/packs/product-testing/claude/dogfood/archive/v0.1/SKILL.md +142 -0
  1882. package/packs/product-testing/claude/dogfood/archive/v0.2/SKILL.md +157 -0
  1883. package/packs/product-testing/claude/uat/ALIGNMENT-PAGE.md +88 -0
  1884. package/packs/product-testing/claude/uat/CHANGELOG.md +51 -0
  1885. package/packs/product-testing/claude/uat/SKILL.md +223 -0
  1886. package/packs/product-testing/claude/uat/archive/v0.0/SKILL.md +241 -0
  1887. package/packs/product-testing/claude/uat/archive/v0.1/SKILL.md +208 -0
  1888. package/packs/product-testing/claude/uat/archive/v0.2/SKILL.md +216 -0
  1889. package/packs/product-testing/claude/uat/archive/v0.3/SKILL.md +230 -0
  1890. package/packs/product-testing/claude/uat/archive/v0.4/SKILL.md +234 -0
  1891. package/packs/product-testing/claude/uat/archive/v0.5/SKILL.md +234 -0
  1892. package/packs/product-testing/claude/uat/archive/v0.6/SKILL.md +234 -0
  1893. package/packs/product-testing/claude/uat/archive/v0.7/SKILL.md +236 -0
  1894. package/packs/product-testing/claude/uat/archive/v0.8/SKILL.md +237 -0
  1895. package/packs/product-testing/claude/uat/archive/v0.9/SKILL.md +237 -0
  1896. package/packs/product-testing/codex/dogfood/ALIGNMENT-PAGE.md +86 -0
  1897. package/packs/product-testing/codex/dogfood/CHANGELOG.md +19 -0
  1898. package/packs/product-testing/codex/dogfood/SKILL.md +156 -0
  1899. package/packs/product-testing/codex/dogfood/archive/v0.0/SKILL.md +173 -0
  1900. package/packs/product-testing/codex/dogfood/archive/v0.1/SKILL.md +141 -0
  1901. package/packs/product-testing/codex/dogfood/archive/v0.2/SKILL.md +156 -0
  1902. package/packs/product-testing/codex/uat/ALIGNMENT-PAGE.md +88 -0
  1903. package/packs/product-testing/codex/uat/CHANGELOG.md +51 -0
  1904. package/packs/product-testing/codex/uat/SKILL.md +221 -0
  1905. package/packs/product-testing/codex/uat/archive/v0.0/SKILL.md +240 -0
  1906. package/packs/product-testing/codex/uat/archive/v0.1/SKILL.md +206 -0
  1907. package/packs/product-testing/codex/uat/archive/v0.2/SKILL.md +214 -0
  1908. package/packs/product-testing/codex/uat/archive/v0.3/SKILL.md +228 -0
  1909. package/packs/product-testing/codex/uat/archive/v0.4/SKILL.md +232 -0
  1910. package/packs/product-testing/codex/uat/archive/v0.5/SKILL.md +232 -0
  1911. package/packs/product-testing/codex/uat/archive/v0.6/SKILL.md +232 -0
  1912. package/packs/product-testing/codex/uat/archive/v0.7/SKILL.md +234 -0
  1913. package/packs/product-testing/codex/uat/archive/v0.8/SKILL.md +235 -0
  1914. package/packs/product-testing/codex/uat/archive/v0.9/SKILL.md +235 -0
  1915. package/packs/project-fleet/PACK.md +19 -0
  1916. package/packs/project-fleet/claude/clone-spec-store/ALIGNMENT-PAGE.md +84 -0
  1917. package/packs/project-fleet/claude/clone-spec-store/CHANGELOG.md +9 -0
  1918. package/packs/project-fleet/claude/clone-spec-store/SKILL.md +245 -0
  1919. package/packs/project-fleet/claude/clone-spec-store/archive/v0.0/SKILL.md +262 -0
  1920. package/packs/project-fleet/claude/skill-inventory/ALIGNMENT-PAGE.md +84 -0
  1921. package/packs/project-fleet/claude/skill-inventory/CHANGELOG.md +5 -0
  1922. package/packs/project-fleet/claude/skill-inventory/SKILL.md +86 -0
  1923. package/packs/project-fleet/claude/skill-inventory/scripts/skill-inventory.sh +527 -0
  1924. package/packs/project-fleet/codex/clone-spec-store/ALIGNMENT-PAGE.md +84 -0
  1925. package/packs/project-fleet/codex/clone-spec-store/CHANGELOG.md +9 -0
  1926. package/packs/project-fleet/codex/clone-spec-store/SKILL.md +259 -0
  1927. package/packs/project-fleet/codex/clone-spec-store/archive/v0.0/SKILL.md +276 -0
  1928. package/packs/project-fleet/codex/project-fleet/ALIGNMENT-PAGE.md +84 -0
  1929. package/packs/project-fleet/codex/project-fleet/CHANGELOG.md +9 -0
  1930. package/packs/project-fleet/codex/project-fleet/SKILL.md +206 -0
  1931. package/packs/project-fleet/codex/project-fleet/agents/openai.yaml +3 -0
  1932. package/packs/project-fleet/codex/project-fleet/archive/v0.0/SKILL.md +227 -0
  1933. package/packs/project-fleet/codex/skill-inventory/ALIGNMENT-PAGE.md +84 -0
  1934. package/packs/project-fleet/codex/skill-inventory/CHANGELOG.md +5 -0
  1935. package/packs/project-fleet/codex/skill-inventory/SKILL.md +86 -0
  1936. package/packs/project-fleet/codex/skill-inventory/agents/openai.yaml +7 -0
  1937. package/packs/project-fleet/codex/skill-inventory/scripts/skill-inventory.sh +527 -0
  1938. package/packs/project-fleet/codex/spin-off/ALIGNMENT-PAGE.md +84 -0
  1939. package/packs/project-fleet/codex/spin-off/CHANGELOG.md +9 -0
  1940. package/packs/project-fleet/codex/spin-off/SKILL.md +141 -0
  1941. package/packs/project-fleet/codex/spin-off/archive/v0.0/SKILL.md +157 -0
  1942. package/packs/release-ops/PACK.md +23 -0
  1943. package/packs/release-ops/claude/branch-lifecycle/ALIGNMENT-PAGE.md +84 -0
  1944. package/packs/release-ops/claude/branch-lifecycle/CHANGELOG.md +9 -0
  1945. package/packs/release-ops/claude/branch-lifecycle/SKILL.md +158 -0
  1946. package/packs/release-ops/claude/branch-lifecycle/archive/v0.0/SKILL.md +182 -0
  1947. package/packs/release-ops/claude/deploy/SKILL.md +152 -0
  1948. package/packs/release-ops/claude/release/ALIGNMENT-PAGE.md +84 -0
  1949. package/packs/release-ops/claude/release/CHANGELOG.md +9 -0
  1950. package/packs/release-ops/claude/release/SKILL.md +95 -0
  1951. package/packs/release-ops/claude/release/archive/v0.0/SKILL.md +119 -0
  1952. package/packs/release-ops/codex/branch-lifecycle/ALIGNMENT-PAGE.md +84 -0
  1953. package/packs/release-ops/codex/branch-lifecycle/CHANGELOG.md +9 -0
  1954. package/packs/release-ops/codex/branch-lifecycle/SKILL.md +160 -0
  1955. package/packs/release-ops/codex/branch-lifecycle/archive/v0.0/SKILL.md +184 -0
  1956. package/packs/release-ops/codex/deploy/SKILL.md +70 -0
  1957. package/packs/release-ops/codex/deploy/agents/openai.yaml +7 -0
  1958. package/packs/release-ops/codex/release/ALIGNMENT-PAGE.md +84 -0
  1959. package/packs/release-ops/codex/release/CHANGELOG.md +9 -0
  1960. package/packs/release-ops/codex/release/SKILL.md +49 -0
  1961. package/packs/release-ops/codex/release/agents/openai.yaml +7 -0
  1962. package/packs/release-ops/codex/release/archive/v0.0/SKILL.md +73 -0
  1963. package/packs/remotion/PACK.md +21 -0
  1964. package/packs/remotion/claude/video-build/ALIGNMENT-PAGE.md +84 -0
  1965. package/packs/remotion/claude/video-build/CHANGELOG.md +9 -0
  1966. package/packs/remotion/claude/video-build/SKILL.md +121 -0
  1967. package/packs/remotion/claude/video-build/archive/v0.0/SKILL.md +149 -0
  1968. package/packs/remotion/claude/video-script/ALIGNMENT-PAGE.md +84 -0
  1969. package/packs/remotion/claude/video-script/CHANGELOG.md +9 -0
  1970. package/packs/remotion/claude/video-script/SKILL.md +117 -0
  1971. package/packs/remotion/claude/video-script/archive/v0.0/SKILL.md +145 -0
  1972. package/packs/remotion/claude/youtube-format-research/ALIGNMENT-PAGE.md +88 -0
  1973. package/packs/remotion/claude/youtube-format-research/CHANGELOG.md +21 -0
  1974. package/packs/remotion/claude/youtube-format-research/SKILL.md +183 -0
  1975. package/packs/remotion/claude/youtube-format-research/archive/v0.0/SKILL.md +189 -0
  1976. package/packs/remotion/claude/youtube-format-research/archive/v0.1/SKILL.md +158 -0
  1977. package/packs/remotion/claude/youtube-format-research/archive/v0.2/SKILL.md +167 -0
  1978. package/packs/remotion/claude/youtube-format-research/archive/v0.3/SKILL.md +182 -0
  1979. package/packs/remotion/codex/video-build/ALIGNMENT-PAGE.md +84 -0
  1980. package/packs/remotion/codex/video-build/CHANGELOG.md +9 -0
  1981. package/packs/remotion/codex/video-build/SKILL.md +121 -0
  1982. package/packs/remotion/codex/video-build/archive/v0.0/SKILL.md +149 -0
  1983. package/packs/remotion/codex/video-script/ALIGNMENT-PAGE.md +84 -0
  1984. package/packs/remotion/codex/video-script/CHANGELOG.md +9 -0
  1985. package/packs/remotion/codex/video-script/SKILL.md +117 -0
  1986. package/packs/remotion/codex/video-script/archive/v0.0/SKILL.md +145 -0
  1987. package/packs/remotion/codex/youtube-format-research/ALIGNMENT-PAGE.md +88 -0
  1988. package/packs/remotion/codex/youtube-format-research/CHANGELOG.md +21 -0
  1989. package/packs/remotion/codex/youtube-format-research/SKILL.md +183 -0
  1990. package/packs/remotion/codex/youtube-format-research/archive/v0.0/SKILL.md +189 -0
  1991. package/packs/remotion/codex/youtube-format-research/archive/v0.1/SKILL.md +158 -0
  1992. package/packs/remotion/codex/youtube-format-research/archive/v0.2/SKILL.md +167 -0
  1993. package/packs/remotion/codex/youtube-format-research/archive/v0.3/SKILL.md +182 -0
  1994. package/packs/repo-maintenance/PACK.md +22 -0
  1995. package/packs/repo-maintenance/claude/bootstrap-repo/CHANGELOG.md +13 -0
  1996. package/packs/repo-maintenance/claude/bootstrap-repo/SKILL.md +95 -0
  1997. package/packs/repo-maintenance/claude/bootstrap-repo/archive/v0.0/SKILL.md +93 -0
  1998. package/packs/repo-maintenance/claude/bootstrap-repo/archive/v0.1/SKILL.md +95 -0
  1999. package/packs/repo-maintenance/claude/env-setup/CHANGELOG.md +5 -0
  2000. package/packs/repo-maintenance/claude/env-setup/SKILL.md +69 -0
  2001. package/packs/repo-maintenance/codex/bootstrap-repo/CHANGELOG.md +13 -0
  2002. package/packs/repo-maintenance/codex/bootstrap-repo/SKILL.md +97 -0
  2003. package/packs/repo-maintenance/codex/bootstrap-repo/agents/openai.yaml +7 -0
  2004. package/packs/repo-maintenance/codex/bootstrap-repo/archive/v0.0/SKILL.md +95 -0
  2005. package/packs/repo-maintenance/codex/bootstrap-repo/archive/v0.1/SKILL.md +97 -0
  2006. package/packs/repo-maintenance/codex/env-setup/CHANGELOG.md +5 -0
  2007. package/packs/repo-maintenance/codex/env-setup/SKILL.md +71 -0
  2008. package/packs/repo-maintenance/codex/env-setup/agents/openai.yaml +7 -0
  2009. package/packs/report-gen/PACK.md +21 -0
  2010. package/packs/report-gen/claude/report-website/ALIGNMENT-PAGE.md +84 -0
  2011. package/packs/report-gen/claude/report-website/CHANGELOG.md +9 -0
  2012. package/packs/report-gen/claude/report-website/SKILL.md +116 -0
  2013. package/packs/report-gen/claude/report-website/archive/v0.0/SKILL.md +137 -0
  2014. package/packs/report-gen/codex/report-website/ALIGNMENT-PAGE.md +84 -0
  2015. package/packs/report-gen/codex/report-website/CHANGELOG.md +9 -0
  2016. package/packs/report-gen/codex/report-website/SKILL.md +116 -0
  2017. package/packs/report-gen/codex/report-website/archive/v0.0/SKILL.md +137 -0
  2018. package/packs/research-admin/PACK.md +21 -0
  2019. package/packs/research-admin/claude/research-roadmap/ALIGNMENT-PAGE.md +86 -0
  2020. package/packs/research-admin/claude/research-roadmap/CHANGELOG.md +77 -0
  2021. package/packs/research-admin/claude/research-roadmap/SKILL.md +445 -0
  2022. package/packs/research-admin/claude/research-roadmap/archive/v0.0/SKILL.md +444 -0
  2023. package/packs/research-admin/claude/research-roadmap/archive/v0.1/SKILL.md +446 -0
  2024. package/packs/research-admin/claude/research-roadmap/archive/v0.10/SKILL.md +462 -0
  2025. package/packs/research-admin/claude/research-roadmap/archive/v0.11/SKILL.md +464 -0
  2026. package/packs/research-admin/claude/research-roadmap/archive/v0.12/SKILL.md +464 -0
  2027. package/packs/research-admin/claude/research-roadmap/archive/v0.13/SKILL.md +471 -0
  2028. package/packs/research-admin/claude/research-roadmap/archive/v0.14/SKILL.md +471 -0
  2029. package/packs/research-admin/claude/research-roadmap/archive/v0.15/SKILL.md +471 -0
  2030. package/packs/research-admin/claude/research-roadmap/archive/v0.2/SKILL.md +413 -0
  2031. package/packs/research-admin/claude/research-roadmap/archive/v0.3/SKILL.md +433 -0
  2032. package/packs/research-admin/claude/research-roadmap/archive/v0.4/SKILL.md +437 -0
  2033. package/packs/research-admin/claude/research-roadmap/archive/v0.5/SKILL.md +439 -0
  2034. package/packs/research-admin/claude/research-roadmap/archive/v0.6/SKILL.md +453 -0
  2035. package/packs/research-admin/claude/research-roadmap/archive/v0.7/SKILL.md +457 -0
  2036. package/packs/research-admin/claude/research-roadmap/archive/v0.8/SKILL.md +457 -0
  2037. package/packs/research-admin/claude/research-roadmap/archive/v0.9/SKILL.md +457 -0
  2038. package/packs/research-admin/codex/research-roadmap/ALIGNMENT-PAGE.md +86 -0
  2039. package/packs/research-admin/codex/research-roadmap/CHANGELOG.md +74 -0
  2040. package/packs/research-admin/codex/research-roadmap/SKILL.md +466 -0
  2041. package/packs/research-admin/codex/research-roadmap/agents/openai.yaml +7 -0
  2042. package/packs/research-admin/codex/research-roadmap/archive/v0.0/SKILL.md +463 -0
  2043. package/packs/research-admin/codex/research-roadmap/archive/v0.1/SKILL.md +465 -0
  2044. package/packs/research-admin/codex/research-roadmap/archive/v0.10/SKILL.md +481 -0
  2045. package/packs/research-admin/codex/research-roadmap/archive/v0.11/SKILL.md +485 -0
  2046. package/packs/research-admin/codex/research-roadmap/archive/v0.12/SKILL.md +485 -0
  2047. package/packs/research-admin/codex/research-roadmap/archive/v0.13/SKILL.md +492 -0
  2048. package/packs/research-admin/codex/research-roadmap/archive/v0.14/SKILL.md +492 -0
  2049. package/packs/research-admin/codex/research-roadmap/archive/v0.15/SKILL.md +492 -0
  2050. package/packs/research-admin/codex/research-roadmap/archive/v0.2/SKILL.md +432 -0
  2051. package/packs/research-admin/codex/research-roadmap/archive/v0.3/SKILL.md +452 -0
  2052. package/packs/research-admin/codex/research-roadmap/archive/v0.4/SKILL.md +456 -0
  2053. package/packs/research-admin/codex/research-roadmap/archive/v0.5/SKILL.md +458 -0
  2054. package/packs/research-admin/codex/research-roadmap/archive/v0.6/SKILL.md +472 -0
  2055. package/packs/research-admin/codex/research-roadmap/archive/v0.7/SKILL.md +476 -0
  2056. package/packs/research-admin/codex/research-roadmap/archive/v0.8/SKILL.md +476 -0
  2057. package/packs/research-admin/codex/research-roadmap/archive/v0.9/SKILL.md +476 -0
  2058. package/packs/session-analytics/PACK.md +23 -0
  2059. package/packs/session-analytics/claude/analyze-sessions/ALIGNMENT-PAGE.md +88 -0
  2060. package/packs/session-analytics/claude/analyze-sessions/CHANGELOG.md +13 -0
  2061. package/packs/session-analytics/claude/analyze-sessions/SKILL.md +130 -0
  2062. package/packs/session-analytics/claude/analyze-sessions/archive/v0.0/SKILL.md +131 -0
  2063. package/packs/session-analytics/claude/analyze-sessions/archive/v0.1/SKILL.md +108 -0
  2064. package/packs/session-analytics/claude/prompt-history-backfill/ALIGNMENT-PAGE.md +86 -0
  2065. package/packs/session-analytics/claude/prompt-history-backfill/CHANGELOG.md +12 -0
  2066. package/packs/session-analytics/claude/prompt-history-backfill/SKILL.md +110 -0
  2067. package/packs/session-analytics/claude/prompt-history-backfill/archive/v0.0/SKILL.md +100 -0
  2068. package/packs/session-analytics/claude/session-triage/CHANGELOG.md +9 -0
  2069. package/packs/session-analytics/claude/session-triage/SKILL.md +92 -0
  2070. package/packs/session-analytics/claude/session-triage/archive/v0.0/SKILL.md +119 -0
  2071. package/packs/session-analytics/codex/analyze-sessions/ALIGNMENT-PAGE.md +88 -0
  2072. package/packs/session-analytics/codex/analyze-sessions/CHANGELOG.md +13 -0
  2073. package/packs/session-analytics/codex/analyze-sessions/SKILL.md +130 -0
  2074. package/packs/session-analytics/codex/analyze-sessions/agents/openai.yaml +7 -0
  2075. package/packs/session-analytics/codex/analyze-sessions/archive/v0.0/SKILL.md +132 -0
  2076. package/packs/session-analytics/codex/analyze-sessions/archive/v0.1/SKILL.md +108 -0
  2077. package/packs/session-analytics/codex/prompt-history-backfill/ALIGNMENT-PAGE.md +86 -0
  2078. package/packs/session-analytics/codex/prompt-history-backfill/CHANGELOG.md +12 -0
  2079. package/packs/session-analytics/codex/prompt-history-backfill/SKILL.md +110 -0
  2080. package/packs/session-analytics/codex/prompt-history-backfill/agents/openai.yaml +7 -0
  2081. package/packs/session-analytics/codex/prompt-history-backfill/archive/v0.0/SKILL.md +100 -0
  2082. package/packs/session-analytics/codex/session-triage/CHANGELOG.md +9 -0
  2083. package/packs/session-analytics/codex/session-triage/SKILL.md +93 -0
  2084. package/packs/session-analytics/codex/session-triage/agents/openai.yaml +7 -0
  2085. package/packs/session-analytics/codex/session-triage/archive/v0.0/SKILL.md +121 -0
  2086. package/packs/skill-dev/PACK.md +24 -0
  2087. package/packs/skill-dev/claude/create-agentic-skill/CHANGELOG.md +9 -0
  2088. package/packs/skill-dev/claude/create-agentic-skill/SKILL.md +91 -0
  2089. package/packs/skill-dev/claude/create-agentic-skill/archive/v0.0/SKILL.md +91 -0
  2090. package/packs/skill-dev/claude/create-local-skill/CHANGELOG.md +9 -0
  2091. package/packs/skill-dev/claude/create-local-skill/SKILL.md +91 -0
  2092. package/packs/skill-dev/claude/create-local-skill/archive/v0.0/SKILL.md +86 -0
  2093. package/packs/skill-dev/claude/skill-interview/ALIGNMENT-PAGE.md +84 -0
  2094. package/packs/skill-dev/claude/skill-interview/CHANGELOG.md +9 -0
  2095. package/packs/skill-dev/claude/skill-interview/SKILL.md +118 -0
  2096. package/packs/skill-dev/claude/skill-interview/archive/v0.0/SKILL.md +133 -0
  2097. package/packs/skill-dev/claude/targeted-skill-builder/ALIGNMENT-PAGE.md +84 -0
  2098. package/packs/skill-dev/claude/targeted-skill-builder/CHANGELOG.md +17 -0
  2099. package/packs/skill-dev/claude/targeted-skill-builder/SKILL.md +116 -0
  2100. package/packs/skill-dev/claude/targeted-skill-builder/archive/v0.0/SKILL.md +140 -0
  2101. package/packs/skill-dev/claude/targeted-skill-builder/archive/v0.1/SKILL.md +116 -0
  2102. package/packs/skill-dev/claude/targeted-skill-builder/archive/v0.2/SKILL.md +116 -0
  2103. package/packs/skill-dev/codex/create-agentic-skill/CHANGELOG.md +9 -0
  2104. package/packs/skill-dev/codex/create-agentic-skill/SKILL.md +93 -0
  2105. package/packs/skill-dev/codex/create-agentic-skill/archive/v0.0/SKILL.md +93 -0
  2106. package/packs/skill-dev/codex/create-local-skill/CHANGELOG.md +9 -0
  2107. package/packs/skill-dev/codex/create-local-skill/SKILL.md +80 -0
  2108. package/packs/skill-dev/codex/create-local-skill/archive/v0.0/SKILL.md +75 -0
  2109. package/packs/skill-dev/codex/skill-interview/ALIGNMENT-PAGE.md +84 -0
  2110. package/packs/skill-dev/codex/skill-interview/CHANGELOG.md +9 -0
  2111. package/packs/skill-dev/codex/skill-interview/SKILL.md +119 -0
  2112. package/packs/skill-dev/codex/skill-interview/archive/v0.0/SKILL.md +134 -0
  2113. package/packs/skill-dev/codex/targeted-skill-builder/ALIGNMENT-PAGE.md +84 -0
  2114. package/packs/skill-dev/codex/targeted-skill-builder/CHANGELOG.md +17 -0
  2115. package/packs/skill-dev/codex/targeted-skill-builder/SKILL.md +118 -0
  2116. package/packs/skill-dev/codex/targeted-skill-builder/agents/openai.yaml +7 -0
  2117. package/packs/skill-dev/codex/targeted-skill-builder/archive/v0.0/SKILL.md +142 -0
  2118. package/packs/skill-dev/codex/targeted-skill-builder/archive/v0.1/SKILL.md +118 -0
  2119. package/packs/skill-dev/codex/targeted-skill-builder/archive/v0.2/SKILL.md +118 -0
  2120. package/packs/teardown/PACK.md +22 -0
  2121. package/packs/teardown/claude/decommission/ALIGNMENT-PAGE.md +84 -0
  2122. package/packs/teardown/claude/decommission/CHANGELOG.md +9 -0
  2123. package/packs/teardown/claude/decommission/SKILL.md +90 -0
  2124. package/packs/teardown/claude/decommission/archive/v0.0/SKILL.md +114 -0
  2125. package/packs/teardown/claude/desk-flip/ALIGNMENT-PAGE.md +84 -0
  2126. package/packs/teardown/claude/desk-flip/CHANGELOG.md +17 -0
  2127. package/packs/teardown/claude/desk-flip/SKILL.md +103 -0
  2128. package/packs/teardown/claude/desk-flip/archive/v0.0/SKILL.md +123 -0
  2129. package/packs/teardown/claude/desk-flip/archive/v0.1/SKILL.md +103 -0
  2130. package/packs/teardown/claude/desk-flip/archive/v0.2/SKILL.md +103 -0
  2131. package/packs/teardown/codex/decommission/ALIGNMENT-PAGE.md +84 -0
  2132. package/packs/teardown/codex/decommission/CHANGELOG.md +9 -0
  2133. package/packs/teardown/codex/decommission/SKILL.md +42 -0
  2134. package/packs/teardown/codex/decommission/agents/openai.yaml +7 -0
  2135. package/packs/teardown/codex/decommission/archive/v0.0/SKILL.md +66 -0
  2136. package/packs/teardown/codex/desk-flip/ALIGNMENT-PAGE.md +84 -0
  2137. package/packs/teardown/codex/desk-flip/CHANGELOG.md +17 -0
  2138. package/packs/teardown/codex/desk-flip/SKILL.md +103 -0
  2139. package/packs/teardown/codex/desk-flip/archive/v0.0/SKILL.md +124 -0
  2140. package/packs/teardown/codex/desk-flip/archive/v0.1/SKILL.md +103 -0
  2141. package/packs/teardown/codex/desk-flip/archive/v0.2/SKILL.md +103 -0
  2142. package/packs/vard/PACK.md +33 -0
  2143. package/packs/vard/claude/vard-align/SKILL.md +57 -0
  2144. package/packs/vard/claude/vard-scan/SKILL.md +56 -0
  2145. package/packs/vard/claude/vard-ship/SKILL.md +63 -0
  2146. package/packs/vard/codex/vard-align/SKILL.md +57 -0
  2147. package/packs/vard/codex/vard-scan/SKILL.md +56 -0
  2148. package/packs/vard/codex/vard-ship/SKILL.md +63 -0
  2149. package/packs/website-polish/PACK.md +21 -0
  2150. package/packs/website-polish/claude/icon-handler/ALIGNMENT-PAGE.md +84 -0
  2151. package/packs/website-polish/claude/icon-handler/CHANGELOG.md +9 -0
  2152. package/packs/website-polish/claude/icon-handler/SKILL.md +152 -0
  2153. package/packs/website-polish/claude/icon-handler/archive/v0.0/SKILL.md +173 -0
  2154. package/packs/website-polish/codex/icon-handler/ALIGNMENT-PAGE.md +84 -0
  2155. package/packs/website-polish/codex/icon-handler/CHANGELOG.md +9 -0
  2156. package/packs/website-polish/codex/icon-handler/SKILL.md +152 -0
  2157. package/packs/website-polish/codex/icon-handler/agents/openai.yaml +7 -0
  2158. package/packs/website-polish/codex/icon-handler/archive/v0.0/SKILL.md +173 -0
  2159. package/packs/youtube-ops/PACK.md +28 -0
  2160. package/packs/youtube-ops/claude/youtube/CHANGELOG.md +19 -0
  2161. package/packs/youtube-ops/claude/youtube/SKILL.md +142 -0
  2162. package/packs/youtube-ops/claude/youtube/archive/v0.0/SKILL.md +111 -0
  2163. package/packs/youtube-ops/claude/youtube-audit/ALIGNMENT-PAGE.md +86 -0
  2164. package/packs/youtube-ops/claude/youtube-audit/CHANGELOG.md +25 -0
  2165. package/packs/youtube-ops/claude/youtube-audit/SKILL.md +354 -0
  2166. package/packs/youtube-ops/claude/youtube-audit/archive/v0.0/SKILL.md +367 -0
  2167. package/packs/youtube-ops/claude/youtube-audit/archive/v0.1/SKILL.md +311 -0
  2168. package/packs/youtube-ops/claude/youtube-audit/archive/v0.2/SKILL.md +334 -0
  2169. package/packs/youtube-ops/claude/youtube-audit/archive/v0.3/SKILL.md +343 -0
  2170. package/packs/youtube-ops/claude/youtube-audit/archive/v0.4/SKILL.md +354 -0
  2171. package/packs/youtube-ops/claude/youtube-cadence-diagnosis/ALIGNMENT-PAGE.md +88 -0
  2172. package/packs/youtube-ops/claude/youtube-cadence-diagnosis/CHANGELOG.md +21 -0
  2173. package/packs/youtube-ops/claude/youtube-cadence-diagnosis/SKILL.md +129 -0
  2174. package/packs/youtube-ops/claude/youtube-cadence-diagnosis/archive/v0.0/SKILL.md +126 -0
  2175. package/packs/youtube-ops/claude/youtube-cadence-diagnosis/archive/v0.1/SKILL.md +103 -0
  2176. package/packs/youtube-ops/claude/youtube-cadence-diagnosis/archive/v0.2/SKILL.md +112 -0
  2177. package/packs/youtube-ops/claude/youtube-cadence-diagnosis/archive/v0.3/SKILL.md +128 -0
  2178. package/packs/youtube-ops/claude/youtube-channel-audit/ALIGNMENT-PAGE.md +86 -0
  2179. package/packs/youtube-ops/claude/youtube-channel-audit/CHANGELOG.md +21 -0
  2180. package/packs/youtube-ops/claude/youtube-channel-audit/SKILL.md +119 -0
  2181. package/packs/youtube-ops/claude/youtube-channel-audit/archive/v0.0/SKILL.md +117 -0
  2182. package/packs/youtube-ops/claude/youtube-channel-audit/archive/v0.1/SKILL.md +94 -0
  2183. package/packs/youtube-ops/claude/youtube-channel-audit/archive/v0.2/SKILL.md +103 -0
  2184. package/packs/youtube-ops/claude/youtube-channel-audit/archive/v0.3/SKILL.md +118 -0
  2185. package/packs/youtube-ops/claude/youtube-competitive-research/ALIGNMENT-PAGE.md +88 -0
  2186. package/packs/youtube-ops/claude/youtube-competitive-research/CHANGELOG.md +21 -0
  2187. package/packs/youtube-ops/claude/youtube-competitive-research/SKILL.md +185 -0
  2188. package/packs/youtube-ops/claude/youtube-competitive-research/archive/v0.0/SKILL.md +191 -0
  2189. package/packs/youtube-ops/claude/youtube-competitive-research/archive/v0.1/SKILL.md +160 -0
  2190. package/packs/youtube-ops/claude/youtube-competitive-research/archive/v0.2/SKILL.md +169 -0
  2191. package/packs/youtube-ops/claude/youtube-competitive-research/archive/v0.3/SKILL.md +184 -0
  2192. package/packs/youtube-ops/claude/youtube-concept-research/ALIGNMENT-PAGE.md +88 -0
  2193. package/packs/youtube-ops/claude/youtube-concept-research/CHANGELOG.md +21 -0
  2194. package/packs/youtube-ops/claude/youtube-concept-research/SKILL.md +244 -0
  2195. package/packs/youtube-ops/claude/youtube-concept-research/archive/v0.0/SKILL.md +242 -0
  2196. package/packs/youtube-ops/claude/youtube-concept-research/archive/v0.1/SKILL.md +211 -0
  2197. package/packs/youtube-ops/claude/youtube-concept-research/archive/v0.2/SKILL.md +220 -0
  2198. package/packs/youtube-ops/claude/youtube-concept-research/archive/v0.3/SKILL.md +243 -0
  2199. package/packs/youtube-ops/claude/youtube-description-optimizer/ALIGNMENT-PAGE.md +86 -0
  2200. package/packs/youtube-ops/claude/youtube-description-optimizer/CHANGELOG.md +21 -0
  2201. package/packs/youtube-ops/claude/youtube-description-optimizer/SKILL.md +176 -0
  2202. package/packs/youtube-ops/claude/youtube-description-optimizer/archive/v0.0/SKILL.md +182 -0
  2203. package/packs/youtube-ops/claude/youtube-description-optimizer/archive/v0.1/SKILL.md +151 -0
  2204. package/packs/youtube-ops/claude/youtube-description-optimizer/archive/v0.2/SKILL.md +160 -0
  2205. package/packs/youtube-ops/claude/youtube-description-optimizer/archive/v0.3/SKILL.md +175 -0
  2206. package/packs/youtube-ops/claude/youtube-peer-benchmark/ALIGNMENT-PAGE.md +88 -0
  2207. package/packs/youtube-ops/claude/youtube-peer-benchmark/CHANGELOG.md +21 -0
  2208. package/packs/youtube-ops/claude/youtube-peer-benchmark/SKILL.md +384 -0
  2209. package/packs/youtube-ops/claude/youtube-peer-benchmark/archive/v0.0/SKILL.md +391 -0
  2210. package/packs/youtube-ops/claude/youtube-peer-benchmark/archive/v0.1/SKILL.md +365 -0
  2211. package/packs/youtube-ops/claude/youtube-peer-benchmark/archive/v0.2/SKILL.md +374 -0
  2212. package/packs/youtube-ops/claude/youtube-peer-benchmark/archive/v0.3/SKILL.md +386 -0
  2213. package/packs/youtube-ops/claude/youtube-portfolio/ALIGNMENT-PAGE.md +86 -0
  2214. package/packs/youtube-ops/claude/youtube-portfolio/CHANGELOG.md +21 -0
  2215. package/packs/youtube-ops/claude/youtube-portfolio/SKILL.md +103 -0
  2216. package/packs/youtube-ops/claude/youtube-portfolio/archive/v0.0/SKILL.md +109 -0
  2217. package/packs/youtube-ops/claude/youtube-portfolio/archive/v0.1/SKILL.md +78 -0
  2218. package/packs/youtube-ops/claude/youtube-portfolio/archive/v0.2/SKILL.md +87 -0
  2219. package/packs/youtube-ops/claude/youtube-portfolio/archive/v0.3/SKILL.md +102 -0
  2220. package/packs/youtube-ops/claude/youtube-search-positioning/ALIGNMENT-PAGE.md +88 -0
  2221. package/packs/youtube-ops/claude/youtube-search-positioning/CHANGELOG.md +21 -0
  2222. package/packs/youtube-ops/claude/youtube-search-positioning/SKILL.md +127 -0
  2223. package/packs/youtube-ops/claude/youtube-search-positioning/archive/v0.0/SKILL.md +125 -0
  2224. package/packs/youtube-ops/claude/youtube-search-positioning/archive/v0.1/SKILL.md +102 -0
  2225. package/packs/youtube-ops/claude/youtube-search-positioning/archive/v0.2/SKILL.md +111 -0
  2226. package/packs/youtube-ops/claude/youtube-search-positioning/archive/v0.3/SKILL.md +126 -0
  2227. package/packs/youtube-ops/claude/youtube-title-thumbnail-audit/ALIGNMENT-PAGE.md +86 -0
  2228. package/packs/youtube-ops/claude/youtube-title-thumbnail-audit/CHANGELOG.md +21 -0
  2229. package/packs/youtube-ops/claude/youtube-title-thumbnail-audit/SKILL.md +130 -0
  2230. package/packs/youtube-ops/claude/youtube-title-thumbnail-audit/archive/v0.0/SKILL.md +128 -0
  2231. package/packs/youtube-ops/claude/youtube-title-thumbnail-audit/archive/v0.1/SKILL.md +105 -0
  2232. package/packs/youtube-ops/claude/youtube-title-thumbnail-audit/archive/v0.2/SKILL.md +114 -0
  2233. package/packs/youtube-ops/claude/youtube-title-thumbnail-audit/archive/v0.3/SKILL.md +129 -0
  2234. package/packs/youtube-ops/claude/youtube-vid-research/ALIGNMENT-PAGE.md +88 -0
  2235. package/packs/youtube-ops/claude/youtube-vid-research/CHANGELOG.md +21 -0
  2236. package/packs/youtube-ops/claude/youtube-vid-research/SKILL.md +171 -0
  2237. package/packs/youtube-ops/claude/youtube-vid-research/archive/v0.0/SKILL.md +177 -0
  2238. package/packs/youtube-ops/claude/youtube-vid-research/archive/v0.1/SKILL.md +146 -0
  2239. package/packs/youtube-ops/claude/youtube-vid-research/archive/v0.2/SKILL.md +155 -0
  2240. package/packs/youtube-ops/claude/youtube-vid-research/archive/v0.3/SKILL.md +170 -0
  2241. package/packs/youtube-ops/claude/youtube-video-audit/ALIGNMENT-PAGE.md +86 -0
  2242. package/packs/youtube-ops/claude/youtube-video-audit/CHANGELOG.md +21 -0
  2243. package/packs/youtube-ops/claude/youtube-video-audit/SKILL.md +277 -0
  2244. package/packs/youtube-ops/claude/youtube-video-audit/archive/v0.0/SKILL.md +275 -0
  2245. package/packs/youtube-ops/claude/youtube-video-audit/archive/v0.1/SKILL.md +252 -0
  2246. package/packs/youtube-ops/claude/youtube-video-audit/archive/v0.2/SKILL.md +261 -0
  2247. package/packs/youtube-ops/claude/youtube-video-audit/archive/v0.3/SKILL.md +276 -0
  2248. package/packs/youtube-ops/claude/youtube-video-prelaunch-audit/ALIGNMENT-PAGE.md +86 -0
  2249. package/packs/youtube-ops/claude/youtube-video-prelaunch-audit/CHANGELOG.md +9 -0
  2250. package/packs/youtube-ops/claude/youtube-video-prelaunch-audit/SKILL.md +272 -0
  2251. package/packs/youtube-ops/claude/youtube-video-prelaunch-audit/archive/v0.0/SKILL.md +272 -0
  2252. package/packs/youtube-ops/codex/youtube/CHANGELOG.md +19 -0
  2253. package/packs/youtube-ops/codex/youtube/SKILL.md +142 -0
  2254. package/packs/youtube-ops/codex/youtube/archive/v0.0/SKILL.md +111 -0
  2255. package/packs/youtube-ops/codex/youtube-audit/ALIGNMENT-PAGE.md +86 -0
  2256. package/packs/youtube-ops/codex/youtube-audit/CHANGELOG.md +25 -0
  2257. package/packs/youtube-ops/codex/youtube-audit/SKILL.md +356 -0
  2258. package/packs/youtube-ops/codex/youtube-audit/archive/v0.0/SKILL.md +369 -0
  2259. package/packs/youtube-ops/codex/youtube-audit/archive/v0.1/SKILL.md +313 -0
  2260. package/packs/youtube-ops/codex/youtube-audit/archive/v0.2/SKILL.md +336 -0
  2261. package/packs/youtube-ops/codex/youtube-audit/archive/v0.3/SKILL.md +345 -0
  2262. package/packs/youtube-ops/codex/youtube-audit/archive/v0.4/SKILL.md +356 -0
  2263. package/packs/youtube-ops/codex/youtube-cadence-diagnosis/ALIGNMENT-PAGE.md +88 -0
  2264. package/packs/youtube-ops/codex/youtube-cadence-diagnosis/CHANGELOG.md +21 -0
  2265. package/packs/youtube-ops/codex/youtube-cadence-diagnosis/SKILL.md +129 -0
  2266. package/packs/youtube-ops/codex/youtube-cadence-diagnosis/archive/v0.0/SKILL.md +126 -0
  2267. package/packs/youtube-ops/codex/youtube-cadence-diagnosis/archive/v0.1/SKILL.md +103 -0
  2268. package/packs/youtube-ops/codex/youtube-cadence-diagnosis/archive/v0.2/SKILL.md +112 -0
  2269. package/packs/youtube-ops/codex/youtube-cadence-diagnosis/archive/v0.3/SKILL.md +128 -0
  2270. package/packs/youtube-ops/codex/youtube-channel-audit/ALIGNMENT-PAGE.md +86 -0
  2271. package/packs/youtube-ops/codex/youtube-channel-audit/CHANGELOG.md +21 -0
  2272. package/packs/youtube-ops/codex/youtube-channel-audit/SKILL.md +119 -0
  2273. package/packs/youtube-ops/codex/youtube-channel-audit/archive/v0.0/SKILL.md +117 -0
  2274. package/packs/youtube-ops/codex/youtube-channel-audit/archive/v0.1/SKILL.md +94 -0
  2275. package/packs/youtube-ops/codex/youtube-channel-audit/archive/v0.2/SKILL.md +103 -0
  2276. package/packs/youtube-ops/codex/youtube-channel-audit/archive/v0.3/SKILL.md +118 -0
  2277. package/packs/youtube-ops/codex/youtube-competitive-research/ALIGNMENT-PAGE.md +88 -0
  2278. package/packs/youtube-ops/codex/youtube-competitive-research/CHANGELOG.md +21 -0
  2279. package/packs/youtube-ops/codex/youtube-competitive-research/SKILL.md +185 -0
  2280. package/packs/youtube-ops/codex/youtube-competitive-research/archive/v0.0/SKILL.md +191 -0
  2281. package/packs/youtube-ops/codex/youtube-competitive-research/archive/v0.1/SKILL.md +160 -0
  2282. package/packs/youtube-ops/codex/youtube-competitive-research/archive/v0.2/SKILL.md +169 -0
  2283. package/packs/youtube-ops/codex/youtube-competitive-research/archive/v0.3/SKILL.md +184 -0
  2284. package/packs/youtube-ops/codex/youtube-concept-research/ALIGNMENT-PAGE.md +88 -0
  2285. package/packs/youtube-ops/codex/youtube-concept-research/CHANGELOG.md +21 -0
  2286. package/packs/youtube-ops/codex/youtube-concept-research/SKILL.md +236 -0
  2287. package/packs/youtube-ops/codex/youtube-concept-research/archive/v0.0/SKILL.md +242 -0
  2288. package/packs/youtube-ops/codex/youtube-concept-research/archive/v0.1/SKILL.md +211 -0
  2289. package/packs/youtube-ops/codex/youtube-concept-research/archive/v0.2/SKILL.md +220 -0
  2290. package/packs/youtube-ops/codex/youtube-concept-research/archive/v0.3/SKILL.md +235 -0
  2291. package/packs/youtube-ops/codex/youtube-description-optimizer/ALIGNMENT-PAGE.md +86 -0
  2292. package/packs/youtube-ops/codex/youtube-description-optimizer/CHANGELOG.md +21 -0
  2293. package/packs/youtube-ops/codex/youtube-description-optimizer/SKILL.md +176 -0
  2294. package/packs/youtube-ops/codex/youtube-description-optimizer/archive/v0.0/SKILL.md +182 -0
  2295. package/packs/youtube-ops/codex/youtube-description-optimizer/archive/v0.1/SKILL.md +151 -0
  2296. package/packs/youtube-ops/codex/youtube-description-optimizer/archive/v0.2/SKILL.md +160 -0
  2297. package/packs/youtube-ops/codex/youtube-description-optimizer/archive/v0.3/SKILL.md +175 -0
  2298. package/packs/youtube-ops/codex/youtube-peer-benchmark/ALIGNMENT-PAGE.md +88 -0
  2299. package/packs/youtube-ops/codex/youtube-peer-benchmark/CHANGELOG.md +21 -0
  2300. package/packs/youtube-ops/codex/youtube-peer-benchmark/SKILL.md +103 -0
  2301. package/packs/youtube-ops/codex/youtube-peer-benchmark/archive/v0.0/SKILL.md +108 -0
  2302. package/packs/youtube-ops/codex/youtube-peer-benchmark/archive/v0.1/SKILL.md +77 -0
  2303. package/packs/youtube-ops/codex/youtube-peer-benchmark/archive/v0.2/SKILL.md +86 -0
  2304. package/packs/youtube-ops/codex/youtube-peer-benchmark/archive/v0.3/SKILL.md +102 -0
  2305. package/packs/youtube-ops/codex/youtube-portfolio/ALIGNMENT-PAGE.md +86 -0
  2306. package/packs/youtube-ops/codex/youtube-portfolio/CHANGELOG.md +21 -0
  2307. package/packs/youtube-ops/codex/youtube-portfolio/SKILL.md +103 -0
  2308. package/packs/youtube-ops/codex/youtube-portfolio/archive/v0.0/SKILL.md +109 -0
  2309. package/packs/youtube-ops/codex/youtube-portfolio/archive/v0.1/SKILL.md +78 -0
  2310. package/packs/youtube-ops/codex/youtube-portfolio/archive/v0.2/SKILL.md +87 -0
  2311. package/packs/youtube-ops/codex/youtube-portfolio/archive/v0.3/SKILL.md +102 -0
  2312. package/packs/youtube-ops/codex/youtube-search-positioning/ALIGNMENT-PAGE.md +88 -0
  2313. package/packs/youtube-ops/codex/youtube-search-positioning/CHANGELOG.md +21 -0
  2314. package/packs/youtube-ops/codex/youtube-search-positioning/SKILL.md +127 -0
  2315. package/packs/youtube-ops/codex/youtube-search-positioning/archive/v0.0/SKILL.md +125 -0
  2316. package/packs/youtube-ops/codex/youtube-search-positioning/archive/v0.1/SKILL.md +102 -0
  2317. package/packs/youtube-ops/codex/youtube-search-positioning/archive/v0.2/SKILL.md +111 -0
  2318. package/packs/youtube-ops/codex/youtube-search-positioning/archive/v0.3/SKILL.md +126 -0
  2319. package/packs/youtube-ops/codex/youtube-title-thumbnail-audit/ALIGNMENT-PAGE.md +86 -0
  2320. package/packs/youtube-ops/codex/youtube-title-thumbnail-audit/CHANGELOG.md +21 -0
  2321. package/packs/youtube-ops/codex/youtube-title-thumbnail-audit/SKILL.md +130 -0
  2322. package/packs/youtube-ops/codex/youtube-title-thumbnail-audit/archive/v0.0/SKILL.md +128 -0
  2323. package/packs/youtube-ops/codex/youtube-title-thumbnail-audit/archive/v0.1/SKILL.md +105 -0
  2324. package/packs/youtube-ops/codex/youtube-title-thumbnail-audit/archive/v0.2/SKILL.md +114 -0
  2325. package/packs/youtube-ops/codex/youtube-title-thumbnail-audit/archive/v0.3/SKILL.md +129 -0
  2326. package/packs/youtube-ops/codex/youtube-vid-research/ALIGNMENT-PAGE.md +88 -0
  2327. package/packs/youtube-ops/codex/youtube-vid-research/CHANGELOG.md +21 -0
  2328. package/packs/youtube-ops/codex/youtube-vid-research/SKILL.md +171 -0
  2329. package/packs/youtube-ops/codex/youtube-vid-research/archive/v0.0/SKILL.md +177 -0
  2330. package/packs/youtube-ops/codex/youtube-vid-research/archive/v0.1/SKILL.md +146 -0
  2331. package/packs/youtube-ops/codex/youtube-vid-research/archive/v0.2/SKILL.md +155 -0
  2332. package/packs/youtube-ops/codex/youtube-vid-research/archive/v0.3/SKILL.md +170 -0
  2333. package/packs/youtube-ops/codex/youtube-video-audit/ALIGNMENT-PAGE.md +86 -0
  2334. package/packs/youtube-ops/codex/youtube-video-audit/CHANGELOG.md +21 -0
  2335. package/packs/youtube-ops/codex/youtube-video-audit/SKILL.md +277 -0
  2336. package/packs/youtube-ops/codex/youtube-video-audit/archive/v0.0/SKILL.md +275 -0
  2337. package/packs/youtube-ops/codex/youtube-video-audit/archive/v0.1/SKILL.md +252 -0
  2338. package/packs/youtube-ops/codex/youtube-video-audit/archive/v0.2/SKILL.md +261 -0
  2339. package/packs/youtube-ops/codex/youtube-video-audit/archive/v0.3/SKILL.md +276 -0
  2340. package/packs/youtube-ops/codex/youtube-video-prelaunch-audit/ALIGNMENT-PAGE.md +86 -0
  2341. package/packs/youtube-ops/codex/youtube-video-prelaunch-audit/CHANGELOG.md +9 -0
  2342. package/packs/youtube-ops/codex/youtube-video-prelaunch-audit/SKILL.md +272 -0
  2343. package/packs/youtube-ops/codex/youtube-video-prelaunch-audit/archive/v0.0/SKILL.md +272 -0
  2344. package/scripts/pack.sh +1170 -0
  2345. package/scripts/skill-links.sh +214 -0
  2346. package/src/cli/lifecycle.mjs +925 -0
  2347. package/src/cli/pack-normalization.mjs +488 -0
  2348. package/src/cli/project-config.mjs +313 -0
  2349. package/src/cli/run-pack-script.mjs +323 -0
@@ -0,0 +1,180 @@
1
+ ---
2
+ name: exec
3
+ description: "Execute the next incomplete step (or full phase with --phase), ship the result, and prepare the next step"
4
+ type: execution
5
+ version: v0.3
6
+ argument-hint: "[--phase] [--execute-approved]"
7
+ invocation: orchestrator
8
+ ---
9
+
10
+ # Exec
11
+
12
+ Invoke as `$exec`.
13
+
14
+ Identify the next incomplete unit of work from the phased plan, build an execution plan, implement it, ship the result, and prepare the next step. By default, executes only the next single incomplete step. If `$ARGUMENTS` contains `--phase`, execute the next full phase and ship once at the end.
15
+
16
+ ## Process
17
+
18
+ 1. **Migration check:** If `tasks/roadmap.md` does not exist but `tasks/todo.md` contains multiple `## Phase` headers, migrate: copy `tasks/todo.md` → `tasks/roadmap.md`, then trim `tasks/todo.md` to just the current phase (first phase with unchecked steps). Commit with `chore: migrate to roadmap.md + todo.md split`.
19
+ 2. Read `tasks/todo.md` — this contains the current phase's steps. Reference `tasks/roadmap.md` only if cross-phase context is needed.
20
+ 3. Read `CLAUDE.md` for project conventions.
21
+ 3b. If `tasks/record-todo.md` or `tasks/recurring-todo.md` exists, count unchecked advisory items for status only. Do not select them as next work.
22
+ 4. Find the next incomplete item:
23
+ - Look for the next phase with an unchecked milestone.
24
+ - If `$ARGUMENTS` contains `--phase`, scope the full next incomplete phase.
25
+ - Otherwise, find the next unchecked `- [ ]` step within that phase.
26
+ - **If the phase has acceptance criteria but no implementation steps** (no `### Tests First` or `### Implementation` section): invoke `$plan-phase` for this phase to generate implementation steps and file-level detail before proceeding.
27
+ 5. **Check `tasks/manual-todo.md`** (if it exists) for unchecked items with `_(blocks: Step N.X)_` matching the current step. If a blocking external human-only manual task is found, stop and tell the user: "**Manual task blocking this step:** [task]. Complete it before proceeding, or run `$guide` for step-by-step instructions." Do NOT execute the step unless the manual task is completed or the user explicitly overrides the blocker. If the unchecked item is task-doc bookkeeping, reconciliation, or agent-executable work (repo edits, SDK wiring, local commands, tests, audits, generated assets, or authenticated CLI/API work), do not route it to `$guide`; route it to `$reconcile-dev-docs fix tasks`, promote it to `tasks/todo.md`, or handle it as a direct dev-doc audit.
28
+ 6. Research what is needed — read only the files relevant to the step.
29
+ 6a. For user-facing product, SaaS, marketplace, dashboard, internal tool, product-experience work, or substantial new feature work, check whether the selected step would introduce durable database/storage, auth, payments, analytics, deployment, admin tooling, multi-tenancy, or production observability before clickable prototype experiments have calibrated one journey. If the current plan or user instruction does not explicitly authorize that infrastructure, stop and re-plan the step around a separate prototype/experiment phase using fake, fixture, local, or in-memory data. When multiple workflows, layouts, densities, copy approaches, navigation models, or interaction patterns remain plausible, prefer multiple small experiment routes such as `/experiments/<variant>` over one merged implementation. Record the deferred infrastructure and the evidence needed to promote it later.
30
+ 6b. Read the current phase's `### Execution Profile` from `tasks/todo.md` if present:
31
+ - If missing, treat the phase as `serial`.
32
+ - Use the profile only for the current step or scoped phase; do not plan ahead.
33
+ - If the profile's `Parallel mode` is `agent-team`, stop before implementation unless the active workflow can run branch-backed isolated worktrees or a dedicated agent team. Each write lane must have a non-primary GitHub `Branch:` value and the phase must include a consolidation/PR review step before final validation or shipping.
34
+ 6c. **`--execute-approved` branch** (if `$ARGUMENTS` contains `--execute-approved`):
35
+ - Reject `--execute-approved --phase` — approved packets target one step, not a full phase.
36
+ - Exec `scripts/approved-plan.sh check`.
37
+ - On `ok`: run `scripts/approved-plan.sh consume`, log `Approved packet consumed: Phase X / Step Y (approved_at=…).`, then skip steps 7 and 8 and jump to step 9 (execute).
38
+ - On non-zero exit: relay the single-line reason to the user, run `scripts/approved-plan.sh mark-stale`, then fall through to steps 7–8 (standard plan + implicit approval). Never auto-retry.
39
+ - Requires `jq` for the write path. If `jq` is absent, `scripts/approved-plan.sh consume` dies with `ERROR: jq required for write operations. Install with: brew install jq (macOS) or apt install jq (Debian/Ubuntu).` (see `require_jq_write` at `scripts/approved-plan.sh:21`); `check` may surface the same message via its write-path preflight. Relay the message verbatim and stop — no `jq`-free fallback exists. If the check prints a `mode-mismatch` reason (resolved mode is `claude-only`), treat it as a user error and stop.
40
+ 7. Present the execution plan to the user:
41
+ - What the step requires
42
+ - Which files will be created or modified
43
+ - The approach and any trade-offs
44
+ - Whether the execution profile will run serially, use read-only research lanes, use review lanes, or use disjoint write lanes
45
+ - For `agent-team`: the planned lane branches and the consolidation/PR review gate
46
+ 8. Use `update_plan` to track the proposed work, then execute by default. Do not ask for routine approval after presenting a `$exec` plan; the user's `$exec` invocation is implicit approval for the next planned step or scoped phase. Ask a concise confirmation question only when the work requires a separate safety decision: destructive commands, production deploys, paid/external account actions, credential or secret handling beyond the project contract, accepting an execution-profile downgrade, proceeding despite a blocker, or materially changing the planned scope.
47
+ 9. Execute the plan:
48
+ - Apply the execution profile:
49
+ - `serial`: execute normally.
50
+ - `research-only`: launch read-only subagent lanes first when the active environment permits subagents, synthesize their findings, then implement in the main agent.
51
+ - `review-only`: implement in the main agent, then launch review subagent lanes before final validation.
52
+ - `implementation-safe`: launch write subagent lanes only when every write lane has disjoint `Owns` paths and explicit `Must not edit` boundaries; otherwise downgrade to `research-only` or `serial` and report the downgrade.
53
+ - `agent-team`: do not execute in one shared local tree. Use separate GitHub branches for every write lane, require branch + commit SHA + PR URL deliverables, and run the planned consolidation/PR review step before integration. If branch push or PR review cannot be performed, stop and report the blocker.
54
+ - If it is a tests-first step: write the failing tests, run them to confirm they fail.
55
+ - If it is an implementation step: implement it, run existing tests for regressions.
56
+ - If it is a verification step: run all tests, fix any failures. If validation is clean and a following cleanup/refactor step is explicitly conditional on validation findings or says no source changes are expected, complete that no-op cleanup in the same execution by recording the no-op result instead of preserving it as a separate next-step plan.
57
+ - The main agent owns integration, conflict resolution, task doc updates, history updates, shipping, and deployment.
58
+ - If a subagent touches files outside its owned paths or returns conflicting changes, stop and reconcile before validation.
59
+ 10. Mark the completed work in `tasks/todo.md`:
60
+ - Default mode: check off the completed step.
61
+ - `--phase` mode: check off the completed steps and any acceptance criteria satisfied by the phase work.
62
+ 11. **Pre-ship validation:**
63
+ - First check conversation context for lint/typecheck/test/build output already produced this session. Do NOT re-run commands whose results are already available.
64
+ - For any validation category not already run, find commands from: `CLAUDE.md`, `Makefile`/`Justfile` (check/lint/typecheck/test/build targets), `package.json` (lint/typecheck/check/test/build scripts), `pyproject.toml`/`setup.cfg`, `Cargo.toml`. If none found and no prior output exists, skip.
65
+ - Inspect validation output even when commands exit zero. If warnings are emitted, either fix them, record them as explicitly accepted with rationale, or report them clearly as unresolved.
66
+ - If errors are found (from prior output or fresh runs), fix them and rerun only the failing commands to confirm. Include fixes in the shipping commit, or a separate commit if unrelated.
67
+ - If errors cannot be auto-fixed, **STOP. Do not ship.** Report the errors to the user and ask how to proceed. Never commit or push code with known build/lint/type/test failures.
68
+ 11b. **Quality gate for non-trivial mutations:**
69
+ - Apply `docs/quality-gate-contract.md` when the completed step changes source code, scripts, configuration, schemas, generated runtime assets, deploy behavior, workflow policy, validation rules, command surfaces, or multiple files.
70
+ - If the completed step creates, deletes, renames, or changes behavior/metadata in any tracked `SKILL.md` or `PACK.md`, refresh the Skills Showcase before shipping: run `node apps/skills-showcase/scripts/generate-skills-showcase-data.mjs`, `node apps/skills-showcase/scripts/generate-skills-showcase-github-data.mjs`, and `apps/skills-showcase/scripts/validate-skills-showcase-data.sh`; include changed generated assets in the shipping boundary.
71
+ - For skill behavior changes, review curated showcase copy, catalog grouping, workflow animation text, and proof receipts. Update affected site files or record why no curated website copy changed.
72
+ - Before commit/push, produce a diff-aware ship manifest for the exact shipping boundary. It must include: User goal, Changed files, Per-file purpose, User-goal mapping, Tests run, Skipped tests, Adversarial review, Residual risk, Rollback note, and Next command.
73
+ - For non-trivial source changes, run a targeted `quality-sweep audit`, `$expert-review`, configured review lane, or explicitly justified equivalent adversarial review before commit/push. Fix findings or record accepted residual concerns in the manifest.
74
+ - Final output must distinguish executable verification from documentation-only or task-only checks. Documentation/task checks can support source changes, but cannot be the only proof for non-trivial source mutations.
75
+ - If no executable check is relevant, state why in `Skipped tests` and explain the residual risk. Do not write "not run" without a rationale.
76
+ - If the user corrected the agent during the step, the pre-commit ship manifest must prove the exact shipping boundary includes a `tasks/lessons.md` update for the current correction. Treat the correction as repeatable unless the manifest proves otherwise. If it exposes a workflow failure, also include the relevant skill contract, validation script, fixture, or test enforcement update in the same shipping boundary, or include `Correction enforcement:` with the blocker or not-applicable rationale and the concrete follow-up file/command when needed.
77
+ 12. Ship the completed work:
78
+ - Update `tasks/history.md` with a brief record of what was accomplished. Create it if needed.
79
+ - Commit and push using the `$commit-and-push-by-feature` workflow. That workflow must land the resulting commits on `main` or `master`, not on an existing feature branch.
80
+ 13. Deploy:
81
+ - Check for an explicit manual deploy contract in `deploy.md` or `tasks/deploy.md`.
82
+ - If neither file exists, skip deploy and report `Deploy skipped: no explicit manual deploy contract (deploy.md or tasks/deploy.md)`.
83
+ - If a deploy contract exists, read it first and use it to determine the deploy method.
84
+ - Supplement the contract by checking: `spec.md`, `CLAUDE.md`, `tasks/roadmap.md`, `tasks/todo.md`, `Makefile`/`Justfile`, `package.json`, `deploy/`/`infra/`/`scripts/`, `docker-compose*.yml`.
85
+ - Do NOT look in `.github/workflows/` — this project does not use GitHub Actions.
86
+ - If a deploy contract exists but no deploy method is found, ask the user how deployment works. Do not guess.
87
+ - Exec the deploy and verify the output for errors.
88
+ - Do not run `aws sso login` preemptively from stale context, old logs, or assumptions. If the deploy method uses an AWS profile and auth status is uncertain, first run `aws sts get-caller-identity --profile <profile>` using the profile from the deploy contract or deploy command.
89
+ - If the AWS identity check succeeds, proceed directly with the deploy and do not run `aws sso login`.
90
+ - If the AWS identity check or the deploy command fails because AWS SSO credentials are missing or expired, do not skip deployment. Exec the matching `aws sso login --profile <profile>` command, using the profile from the deploy contract, deploy command, or error output.
91
+ - When `aws sso login` prints a browser URL, device code, or verification instructions, relay them to the user and tell them to navigate to the provided URL and complete the login in their browser. Keep the login command running until it succeeds, fails, or times out.
92
+ - After a successful SSO login, rerun the original deploy command once. This auth recovery is part of the same deploy attempt, not an automatic retry of a failed deploy.
93
+ - If the user cannot complete SSO login or the login command fails, report the deploy as blocked by authentication. Do not report it as skipped.
94
+ - If a health check URL or status command exists, run it.
95
+ - If the deploy fails, report the error. Do not retry automatically.
96
+ 14. Plan the next step:
97
+ - Read `tasks/todo.md` to identify the next uncompleted step in the current phase.
98
+ - **Check if the current phase is complete** (all steps checked, milestone criteria met):
99
+ - If **YES — Phase transition:**
100
+ 1. Archive the completed phase: copy `tasks/todo.md` → `tasks/phases/phase-N.md` (create `tasks/phases/` if needed). Fill in the "On Completion" section.
101
+ 1b. If `tasks/manual-todo.md` exists, inspect unchecked items before advancing phases:
102
+ - If any unchecked `_(blocks: Step N.X)_` items still apply to the completed phase, stop. Do NOT archive the manual task file, mark the phase complete, or advance to the next phase unless the user explicitly overrides the blocker.
103
+ - Unchecked `_(after: Step N.X)_` items are non-blocking follow-up tasks. Archive them with the phase and warn the user that they remain incomplete.
104
+ 2. Check off the phase milestone in `tasks/roadmap.md`.
105
+ 3. Copy the next phase from `tasks/roadmap.md` → overwrite `tasks/todo.md`.
106
+ 3b. Extract the next phase's manual tasks (from `**Manual Tasks:**` in roadmap) into a fresh `tasks/manual-todo.md`. If the next phase has no manual tasks, delete the file.
107
+ 4. If no more phases remain, ship the planning/task updates via `$commit-and-push-by-feature`, landing them on `main` or `master`, then run `$research-roadmap` to recommend the next action based on project state. Then stop.
108
+ 5. **Just-in-time planning:** Invoke `$plan-phase` for the new phase. This generates implementation steps and file-level detail using the full context of what was learned during prior phases.
109
+ - If **NO:** find the next uncompleted step within the current phase.
110
+ - If the next uncompleted step is verification-only/no-op-only (for example, "refactor if validation exposes drift", "verify", "run validation", or `Files: no source changes expected`) and the current session already has passing validation evidence for the same scope, mark it complete with a review note and continue to the next substantive item. Do not write a fresh execution plan for a step whose expected result is "no source changes".
111
+ 15. Write a self-contained implementation plan for the next step into `tasks/todo.md`, complete enough for a fresh session to execute from `tasks/todo.md` alone.
112
+ 16. Ship `tasks/todo.md`, `tasks/roadmap.md`, `tasks/manual-todo.md`, `tasks/record-todo.md`, `tasks/recurring-todo.md` (when they exist), and `tasks/phases/` (if created) via `$commit-and-push-by-feature`, landing them on `main` or `master`.
113
+
114
+ ## Output
115
+
116
+ - Step or phase completed
117
+ - Files modified
118
+ - Deploy status (if deployed)
119
+ - Validation results (if lint/typecheck/test/build commands were run) — explicitly state whether failures are expected (red phase: tests before implementation) or unexpected (regressions/bugs), and call out any warnings as fixed, accepted, or unresolved
120
+ - Manual tasks — pending count from `tasks/manual-todo.md` (if it exists)
121
+ - Advisory tasks — pending record/recurring counts from `tasks/record-todo.md` and `tasks/recurring-todo.md` if they exist
122
+ - **Next work:** the next concrete project task, blocker, smoke test, or follow-up
123
+ - **Recommended next command:** one command or route for that work
124
+
125
+ ## Next-Step Routing
126
+
127
+ Before handing back, identify the next concrete work item from project state, then recommend the executor and invocation.
128
+
129
+ Output exactly two lines beyond the normal report:
130
+
131
+ - **Next work:** <specific task name, manual blocker, verification gap, discovery task, or explicit parked state>
132
+ - **Recommended next command:** <one command or route>
133
+
134
+ Rules:
135
+
136
+ - Make the next work item primary. Derive it from `tasks/todo.md`, `tasks/manual-todo.md`, deploy status, validation gaps, smoke-test gaps, phase-transition output, or completion of the current queues. Do not use agent mode itself as the next work item.
137
+ - Do not emit `Recommended next command: none` unless the latest user request explicitly asks to pause, park, archive, or wait. If implementation phases, documentation work, and promotable advisory items are all exhausted, route to new-phase discovery: `**Next work:** discover candidate next phase or explicitly park the project` and `**Recommended next command:** $brainstorm`.
138
+ - If a post-roadmap `$research-roadmap` scan reports documentation current with no missing or stale work, do not stop at documentation completeness; recommend `$brainstorm` as the next route for candidate phase discovery.
139
+ - Use `./scripts/agent-mode.sh` only to choose command text. If it is missing, unset, or non-zero, infer routing from the current invocation and task type instead of asking the user to select a mode by default.
140
+ - Normalize copied task routes to Codex syntax before final output. If `tasks/todo.md`, `tasks/roadmap.md`, benchmark reports, or prior handoffs contain Claude slash commands for global skills (for example `/exec`, `/ship`, `/roadmap`, `/guide`, `/reconcile-dev-docs`), treat them as task identifiers, not final command text. Convert the final `Recommended next command` to the equivalent Codex `$...` command unless the next action is explicitly a Claude-only handoff, `/delegate`, or a human-guided Claude workflow.
141
+ - Inference defaults:
142
+ - Codex skill invocation (`$exec`, `$ship`, `$ship-end`, or `$exec --execute-approved`) → recommend the matching `$...` command.
143
+ - Claude slash invocation (`/exec`, `/ship`, `/delegate`) or orchestration-heavy work → recommend the matching `/...` route.
144
+ - External human-only manual work (browser/auth/DNS/service dashboard work with no reliable authenticated CLI/API path, paid account setup, real-device checks, or production smoke-test work needing human sign-off) → recommend `$guide` or a Claude-guided manual step rather than `$exec`.
145
+ - Agent-executable work misfiled in `tasks/manual-todo.md`, task-doc bookkeeping, stale `tasks/manual-todo.md` cleanup, or reconciliation against repo/history reality → recommend `$reconcile-dev-docs fix tasks`, promotion to `tasks/todo.md`, or a direct dev-doc audit, not `$guide`.
146
+ - Approved packet present → recommend `$exec --execute-approved` unless the resolved mode is explicitly `claude-only`.
147
+ - Only present multiple commands when the ambiguity materially changes execution safety or there are equally valid next work items. Otherwise choose the best route and mention degraded mode lookup inline.
148
+
149
+ ### Pack-Aware Command Text
150
+
151
+ PoketoWork kanban packs are hibernated while Poketo.work is being rebuilt. Do not substitute `$exec-kanban`, `$ship-kanban`, or `$ship-end-kanban` for global-default recommendations. If `.agents/project.json` still lists a hibernated kanban pack, keep recommending the global default command and mention `scripts/pack.sh remove <kanban-pack>` only when cleanup of stale pack designation is directly relevant.
152
+
153
+ - **No-match / no-pack:** emit the global-default recommendation exactly as today.
154
+ - **Degraded path:** missing or malformed `.agents/project.json` (or non-zero exit from `list-packs`) -> silent fallback to the global-default recommendation with a single inline comment `pack-lookup: skipped (no project.json)` appended to the recommendation line.
155
+ - **Scope:** recommendation-text routing only. `$exec --execute-approved` still consumes `.agents/approved-plan.json` verbatim regardless of pack routing — the approval-packet contract is unchanged.
156
+
157
+ ## Constraints
158
+
159
+ - One step at a time by default, or one phase with `--phase`. Then stop and let the user decide what is next.
160
+ - `--execute-approved` consumes an `approved` packet at `.agents/approved-plan.json` (contract in `docs/operating-modes.md` § "Approval packet"). `--execute-approved --phase` is rejected — packets target one step. In `claude-only` mode the flag is a user error; Codex is not the executor. Requires `jq` on PATH.
161
+ - Always present the plan before executing, then proceed by default under implicit approval. Do not assume a Claude-style `EnterPlanMode` or clear-context accept flow exists.
162
+ - Ask for explicit confirmation only for separate safety decisions, and ask one concise question when that is needed. Avoid back-to-back variants like "Approve and I'll exec..." followed by a second restatement of the same action.
163
+ - Keep context footprint minimal — only read files relevant to the current step.
164
+ - If a blocker prevents completion, document it in `tasks/todo.md` and stop.
165
+ - Follow the test strategy annotated on each phase. Do not skip test steps for `tdd` phases.
166
+ - Follow the `### Execution Profile` annotated on each phase. If subagents are unavailable in the active environment, execute serially and report the downgrade.
167
+ - Do not let subagents update `tasks/todo.md`, `tasks/roadmap.md`, `tasks/history.md`, shipping commits, or deploy steps. Those remain main-agent responsibilities.
168
+ - Do not run parallel write lanes unless their `Owns` paths are disjoint. When in doubt, downgrade to `research-only` or `serial`.
169
+ - Do not push shipping commits to an existing feature branch. Use `$commit-and-push-by-feature` to move the work onto `main` or `master` and push it there, or stop and report a blocker if that cannot be done safely. Temporary `agent-team` lane branches are allowed only for parallel write isolation and must pass consolidation/PR review before landing.
170
+ - Do NOT execute external human-action items from `tasks/manual-todo.md`. Bookkeeping or agent-executable items that were misfiled there should be reconciled through `$reconcile-dev-docs` or promoted into `tasks/todo.md`, not routed to `$guide`.
171
+ - Do NOT execute items from `tasks/record-todo.md` or `tasks/recurring-todo.md` unless the item has first been promoted into `tasks/todo.md`.
172
+ - `exec` ships by default in Codex. Use `$ship` only when there is already finished work in the tree or unpushed commits that need packaging without running a new step.
173
+ - Never use GitHub Actions for deployment. Only use manual deploy scripts, Makefiles, or CLI commands.
174
+ - Never deploy to production without explicit user confirmation.
175
+ - Do not modify code as part of the deploy process.
176
+
177
+
178
+ ## Default Shipping Contract
179
+
180
+ Follow the shared shipping contract convention in CLAUDE.md.
@@ -0,0 +1,7 @@
1
+ interface:
2
+ display_name: "Exec"
3
+ short_description: "Execute, ship, and plan the next step"
4
+ default_prompt: "Use $exec to execute the next incomplete step from the plan, ship it, and prepare the next step."
5
+
6
+ policy:
7
+ allow_implicit_invocation: true
@@ -0,0 +1,180 @@
1
+ ---
2
+ name: run
3
+ description: "Execute the next incomplete step (or full phase with --phase), ship the result, and prepare the next step"
4
+ type: execution
5
+ version: v0.0
6
+ argument-hint: "[--phase] [--execute-approved]"
7
+ ---
8
+
9
+ # Run
10
+
11
+ Invoke as `$run`.
12
+
13
+ Identify the next incomplete unit of work from the phased plan, build an execution plan, implement it, ship the result, and prepare the next step. By default, executes only the next single incomplete step. If `$ARGUMENTS` contains `--phase`, execute the next full phase and ship once at the end.
14
+
15
+ ## Workflow
16
+
17
+ 1. **Migration check:** If `tasks/roadmap.md` does not exist but `tasks/todo.md` contains multiple `## Phase` headers, migrate: copy `tasks/todo.md` → `tasks/roadmap.md`, then trim `tasks/todo.md` to just the current phase (first phase with unchecked steps). Commit with `chore: migrate to roadmap.md + todo.md split`.
18
+ 2. Read `tasks/todo.md` — this contains the current phase's steps. Reference `tasks/roadmap.md` only if cross-phase context is needed.
19
+ 3. Read `CLAUDE.md` for project conventions.
20
+ 3b. If `tasks/record-todo.md` or `tasks/recurring-todo.md` exists, count unchecked advisory items for status only. Do not select them as next work.
21
+ 4. Find the next incomplete item:
22
+ - Look for the next phase with an unchecked milestone.
23
+ - If `$ARGUMENTS` contains `--phase`, scope the full next incomplete phase.
24
+ - Otherwise, find the next unchecked `- [ ]` step within that phase.
25
+ - **If the phase has acceptance criteria but no implementation steps** (no `### Tests First` or `### Implementation` section): invoke `$plan-phase` for this phase to generate implementation steps and file-level detail before proceeding.
26
+ 5. **Check `tasks/manual-todo.md`** (if it exists) for unchecked items with `_(blocks: Step N.X)_` matching the current step. If a blocking external human-only manual task is found, stop and tell the user: "**Manual task blocking this step:** [task]. Complete it before proceeding, or run `$guide` for step-by-step instructions." Do NOT execute the step unless the manual task is completed or the user explicitly overrides the blocker. If the unchecked item is task-doc bookkeeping, reconciliation, or agent-executable work (repo edits, SDK wiring, local commands, tests, audits, generated assets, or authenticated CLI/API work), do not route it to `$guide`; route it to `$reconcile-dev-docs fix tasks`, promote it to `tasks/todo.md`, or handle it as a direct dev-doc audit.
27
+ 6. Research what is needed — read only the files relevant to the step.
28
+ 6a. For user-facing product, SaaS, marketplace, dashboard, internal tool, product-experience work, or substantial new feature work, check whether the selected step would introduce durable database/storage, auth, payments, analytics, deployment, admin tooling, multi-tenancy, or production observability before clickable prototype experiments have calibrated one journey. If the current plan or user instruction does not explicitly authorize that infrastructure, stop and re-plan the step around a separate prototype/experiment phase using fake, fixture, local, or in-memory data. When multiple workflows, layouts, densities, copy approaches, navigation models, or interaction patterns remain plausible, prefer multiple small experiment routes such as `/experiments/<variant>` over one merged implementation. Record the deferred infrastructure and the evidence needed to promote it later.
29
+ 6b. Read the current phase's `### Execution Profile` from `tasks/todo.md` if present:
30
+ - If missing, treat the phase as `serial`.
31
+ - Use the profile only for the current step or scoped phase; do not plan ahead.
32
+ - If the profile's `Parallel mode` is `agent-team`, stop before implementation unless the active workflow can run branch-backed isolated worktrees or a dedicated agent team. Each write lane must have a non-primary GitHub `Branch:` value and the phase must include a consolidation/PR review step before final validation or shipping.
33
+ 6c. **`--execute-approved` branch** (if `$ARGUMENTS` contains `--execute-approved`):
34
+ - Reject `--execute-approved --phase` — approved packets target one step, not a full phase.
35
+ - Run `scripts/approved-plan.sh check`.
36
+ - On `ok`: run `scripts/approved-plan.sh consume`, log `Approved packet consumed: Phase X / Step Y (approved_at=…).`, then skip steps 7 and 8 and jump to step 9 (execute).
37
+ - On non-zero exit: relay the single-line reason to the user, run `scripts/approved-plan.sh mark-stale`, then fall through to steps 7–8 (standard plan + implicit approval). Never auto-retry.
38
+ - Requires `jq` for the write path. If `jq` is absent, `scripts/approved-plan.sh consume` dies with `ERROR: jq required for write operations. Install with: brew install jq (macOS) or apt install jq (Debian/Ubuntu).` (see `require_jq_write` at `scripts/approved-plan.sh:21`); `check` may surface the same message via its write-path preflight. Relay the message verbatim and stop — no `jq`-free fallback exists. If the check prints a `mode-mismatch` reason (resolved mode is `claude-only`), treat it as a user error and stop.
39
+ 7. Present the execution plan to the user:
40
+ - What the step requires
41
+ - Which files will be created or modified
42
+ - The approach and any trade-offs
43
+ - Whether the execution profile will run serially, use read-only research lanes, use review lanes, or use disjoint write lanes
44
+ - For `agent-team`: the planned lane branches and the consolidation/PR review gate
45
+ 8. Use `update_plan` to track the proposed work, then execute by default. Do not ask for routine approval after presenting a `$run` plan; the user's `$run` invocation is implicit approval for the next planned step or scoped phase. Ask a concise confirmation question only when the work requires a separate safety decision: destructive commands, production deploys, paid/external account actions, credential or secret handling beyond the project contract, accepting an execution-profile downgrade, proceeding despite a blocker, or materially changing the planned scope.
46
+ 9. Execute the plan:
47
+ - Apply the execution profile:
48
+ - `serial`: execute normally.
49
+ - `research-only`: launch read-only subagent lanes first when the active environment permits subagents, synthesize their findings, then implement in the main agent.
50
+ - `review-only`: implement in the main agent, then launch review subagent lanes before final validation.
51
+ - `implementation-safe`: launch write subagent lanes only when every write lane has disjoint `Owns` paths and explicit `Must not edit` boundaries; otherwise downgrade to `research-only` or `serial` and report the downgrade.
52
+ - `agent-team`: do not execute in one shared local tree. Use separate GitHub branches for every write lane, require branch + commit SHA + PR URL deliverables, and run the planned consolidation/PR review step before integration. If branch push or PR review cannot be performed, stop and report the blocker.
53
+ - If it is a tests-first step: write the failing tests, run them to confirm they fail.
54
+ - If it is an implementation step: implement it, run existing tests for regressions.
55
+ - If it is a verification step: run all tests, fix any failures. If validation is clean and a following cleanup/refactor step is explicitly conditional on validation findings or says no source changes are expected, complete that no-op cleanup in the same run by recording the no-op result instead of preserving it as a separate next-step plan.
56
+ - The main agent owns integration, conflict resolution, task doc updates, history updates, shipping, and deployment.
57
+ - If a subagent touches files outside its owned paths or returns conflicting changes, stop and reconcile before validation.
58
+ 10. Mark the completed work in `tasks/todo.md`:
59
+ - Default mode: check off the completed step.
60
+ - `--phase` mode: check off the completed steps and any acceptance criteria satisfied by the phase work.
61
+ 11. **Pre-ship validation:**
62
+ - First check conversation context for lint/typecheck/test/build output already produced this session. Do NOT re-run commands whose results are already available.
63
+ - For any validation category not already run, find commands from: `CLAUDE.md`, `Makefile`/`Justfile` (check/lint/typecheck/test/build targets), `package.json` (lint/typecheck/check/test/build scripts), `pyproject.toml`/`setup.cfg`, `Cargo.toml`. If none found and no prior output exists, skip.
64
+ - Inspect validation output even when commands exit zero. If warnings are emitted, either fix them, record them as explicitly accepted with rationale, or report them clearly as unresolved.
65
+ - If errors are found (from prior output or fresh runs), fix them and re-run only the failing commands to confirm. Include fixes in the shipping commit, or a separate commit if unrelated.
66
+ - If errors cannot be auto-fixed, **STOP. Do not ship.** Report the errors to the user and ask how to proceed. Never commit or push code with known build/lint/type/test failures.
67
+ 11b. **Quality gate for non-trivial mutations:**
68
+ - Apply `docs/quality-gate-contract.md` when the completed step changes source code, scripts, configuration, schemas, generated runtime assets, deploy behavior, workflow policy, validation rules, command surfaces, or multiple files.
69
+ - If the completed step creates, deletes, renames, or changes behavior/metadata in any tracked `SKILL.md` or `PACK.md`, refresh the Skills Showcase before shipping: run `node scripts/generate-skills-showcase-data.mjs`, `node scripts/generate-skills-showcase-github-data.mjs`, and `scripts/validate-skills-showcase-data.sh`; include changed generated assets in the shipping boundary.
70
+ - For skill behavior changes, review curated showcase copy, catalog grouping, workflow animation text, and proof receipts. Update affected site files or record why no curated website copy changed.
71
+ - Before commit/push, produce a diff-aware ship manifest for the exact shipping boundary. It must include: User goal, Changed files, Per-file purpose, User-goal mapping, Tests run, Skipped tests, Adversarial review, Residual risk, Rollback note, and Next command.
72
+ - For non-trivial source changes, run a targeted `quality-sweep audit`, `$expert-review`, configured review lane, or explicitly justified equivalent adversarial review before commit/push. Fix findings or record accepted residual concerns in the manifest.
73
+ - Final output must distinguish executable verification from documentation-only or task-only checks. Documentation/task checks can support source changes, but cannot be the only proof for non-trivial source mutations.
74
+ - If no executable check is relevant, state why in `Skipped tests` and explain the residual risk. Do not write "not run" without a rationale.
75
+ - If the user corrected the agent during the step, the pre-commit ship manifest must prove the exact shipping boundary includes a `tasks/lessons.md` update for the current correction. Treat the correction as repeatable unless the manifest proves otherwise. If it exposes a workflow failure, also include the relevant skill contract, validation script, fixture, or test enforcement update in the same shipping boundary, or include `Correction enforcement:` with the blocker or not-applicable rationale and the concrete follow-up file/command when needed.
76
+ 12. Ship the completed work:
77
+ - Update `tasks/history.md` with a brief record of what was accomplished. Create it if needed.
78
+ - Commit and push using the `$commit-and-push-by-feature` workflow. That workflow must land the resulting commits on `main` or `master`, not on an existing feature branch.
79
+ 13. Deploy:
80
+ - Check for an explicit manual deploy contract in `deploy.md` or `tasks/deploy.md`.
81
+ - If neither file exists, skip deploy and report `Deploy skipped: no explicit manual deploy contract (deploy.md or tasks/deploy.md)`.
82
+ - If a deploy contract exists, read it first and use it to determine the deploy method.
83
+ - Supplement the contract by checking: `spec.md`, `CLAUDE.md`, `tasks/roadmap.md`, `tasks/todo.md`, `Makefile`/`Justfile`, `package.json`, `deploy/`/`infra/`/`scripts/`, `docker-compose*.yml`.
84
+ - Do NOT look in `.github/workflows/` — this project does not use GitHub Actions.
85
+ - If a deploy contract exists but no deploy method is found, ask the user how deployment works. Do not guess.
86
+ - Run the deploy and verify the output for errors.
87
+ - Do not run `aws sso login` preemptively from stale context, old logs, or assumptions. If the deploy method uses an AWS profile and auth status is uncertain, first run `aws sts get-caller-identity --profile <profile>` using the profile from the deploy contract or deploy command.
88
+ - If the AWS identity check succeeds, proceed directly with the deploy and do not run `aws sso login`.
89
+ - If the AWS identity check or the deploy command fails because AWS SSO credentials are missing or expired, do not skip deployment. Run the matching `aws sso login --profile <profile>` command, using the profile from the deploy contract, deploy command, or error output.
90
+ - When `aws sso login` prints a browser URL, device code, or verification instructions, relay them to the user and tell them to navigate to the provided URL and complete the login in their browser. Keep the login command running until it succeeds, fails, or times out.
91
+ - After a successful SSO login, rerun the original deploy command once. This auth recovery is part of the same deploy attempt, not an automatic retry of a failed deploy.
92
+ - If the user cannot complete SSO login or the login command fails, report the deploy as blocked by authentication. Do not report it as skipped.
93
+ - If a health check URL or status command exists, run it.
94
+ - If the deploy fails, report the error. Do not retry automatically.
95
+ 14. Plan the next step:
96
+ - Read `tasks/todo.md` to identify the next uncompleted step in the current phase.
97
+ - **Check if the current phase is complete** (all steps checked, milestone criteria met):
98
+ - If **YES — Phase transition:**
99
+ 1. Archive the completed phase: copy `tasks/todo.md` → `tasks/phases/phase-N.md` (create `tasks/phases/` if needed). Fill in the "On Completion" section.
100
+ 1b. If `tasks/manual-todo.md` exists, inspect unchecked items before advancing phases:
101
+ - If any unchecked `_(blocks: Step N.X)_` items still apply to the completed phase, stop. Do NOT archive the manual task file, mark the phase complete, or advance to the next phase unless the user explicitly overrides the blocker.
102
+ - Unchecked `_(after: Step N.X)_` items are non-blocking follow-up tasks. Archive them with the phase and warn the user that they remain incomplete.
103
+ 2. Check off the phase milestone in `tasks/roadmap.md`.
104
+ 3. Copy the next phase from `tasks/roadmap.md` → overwrite `tasks/todo.md`.
105
+ 3b. Extract the next phase's manual tasks (from `**Manual Tasks:**` in roadmap) into a fresh `tasks/manual-todo.md`. If the next phase has no manual tasks, delete the file.
106
+ 4. If no more phases remain, ship the planning/task updates via `$commit-and-push-by-feature`, landing them on `main` or `master`, then run `$research-roadmap` to recommend the next action based on project state. Then stop.
107
+ 5. **Just-in-time planning:** Invoke `$plan-phase` for the new phase. This generates implementation steps and file-level detail using the full context of what was learned during prior phases.
108
+ - If **NO:** find the next uncompleted step within the current phase.
109
+ - If the next uncompleted step is verification-only/no-op-only (for example, "refactor if validation exposes drift", "verify", "run validation", or `Files: no source changes expected`) and the current session already has passing validation evidence for the same scope, mark it complete with a review note and continue to the next substantive item. Do not write a fresh execution plan for a step whose expected result is "no source changes".
110
+ 15. Write a self-contained implementation plan for the next step into `tasks/todo.md`, complete enough for a fresh session to execute from `tasks/todo.md` alone.
111
+ 16. Ship `tasks/todo.md`, `tasks/roadmap.md`, `tasks/manual-todo.md`, `tasks/record-todo.md`, `tasks/recurring-todo.md` (when they exist), and `tasks/phases/` (if created) via `$commit-and-push-by-feature`, landing them on `main` or `master`.
112
+
113
+ ## Output
114
+
115
+ - Step or phase completed
116
+ - Files modified
117
+ - Deploy status (if deployed)
118
+ - Validation results (if lint/typecheck/test/build commands were run) — explicitly state whether failures are expected (red phase: tests before implementation) or unexpected (regressions/bugs), and call out any warnings as fixed, accepted, or unresolved
119
+ - Manual tasks — pending count from `tasks/manual-todo.md` (if it exists)
120
+ - Advisory tasks — pending record/recurring counts from `tasks/record-todo.md` and `tasks/recurring-todo.md` if they exist
121
+ - **Next work:** the next concrete project task, blocker, smoke test, or follow-up
122
+ - **Recommended next command:** one command or route for that work
123
+
124
+ ## Next-Step Routing
125
+
126
+ Before handing back, identify the next concrete work item from project state, then recommend the executor and invocation.
127
+
128
+ Output exactly two lines beyond the normal report:
129
+
130
+ - **Next work:** <specific task name, manual blocker, verification gap, discovery task, or explicit parked state>
131
+ - **Recommended next command:** <one command or route>
132
+
133
+ Rules:
134
+
135
+ - Make the next work item primary. Derive it from `tasks/todo.md`, `tasks/manual-todo.md`, deploy status, validation gaps, smoke-test gaps, phase-transition output, or completion of the current queues. Do not use agent mode itself as the next work item.
136
+ - Do not emit `Recommended next command: none` unless the latest user request explicitly asks to pause, park, archive, or wait. If implementation phases, documentation work, and promotable advisory items are all exhausted, route to new-phase discovery: `**Next work:** discover candidate next phase or explicitly park the project` and `**Recommended next command:** $brainstorm`.
137
+ - If a post-roadmap `$research-roadmap` scan reports documentation current with no missing or stale work, do not stop at documentation completeness; recommend `$brainstorm` as the next route for candidate phase discovery.
138
+ - Use `./scripts/agent-mode.sh` only to choose command text. If it is missing, unset, or non-zero, infer routing from the current invocation and task type instead of asking the user to select a mode by default.
139
+ - Normalize copied task routes to Codex syntax before final output. If `tasks/todo.md`, `tasks/roadmap.md`, benchmark reports, or prior handoffs contain Claude slash commands for global skills (for example `/run`, `/ship`, `/roadmap`, `/guide`, `/reconcile-dev-docs`), treat them as task identifiers, not final command text. Convert the final `Recommended next command` to the equivalent Codex `$...` command unless the next action is explicitly a Claude-only handoff, `/delegate`, or a human-guided Claude workflow.
140
+ - Inference defaults:
141
+ - Codex skill invocation (`$run`, `$ship`, `$ship-end`, or `$run --execute-approved`) → recommend the matching `$...` command.
142
+ - Claude slash invocation (`/run`, `/ship`, `/delegate`) or orchestration-heavy work → recommend the matching `/...` route.
143
+ - External human-only manual work (browser/auth/DNS/service dashboard work with no reliable authenticated CLI/API path, paid account setup, real-device checks, or production smoke-test work needing human sign-off) → recommend `$guide` or a Claude-guided manual step rather than `$run`.
144
+ - Agent-executable work misfiled in `tasks/manual-todo.md`, task-doc bookkeeping, stale `tasks/manual-todo.md` cleanup, or reconciliation against repo/history reality → recommend `$reconcile-dev-docs fix tasks`, promotion to `tasks/todo.md`, or a direct dev-doc audit, not `$guide`.
145
+ - Approved packet present → recommend `$run --execute-approved` unless the resolved mode is explicitly `claude-only`.
146
+ - Only present multiple commands when the ambiguity materially changes execution safety or there are equally valid next work items. Otherwise choose the best route and mention degraded mode lookup inline.
147
+
148
+ ### Pack-Aware Command Text
149
+
150
+ After resolving or inferring the command route, resolve enabled packs via `./scripts/pack.sh list-packs` (newline-separated enabled pack names from `.agents/project.json.enabled_packs`; reuses the `read_enabled_packs` reader — do not grep `.agents/project.json` directly). When the recommendation would emit `$run`, `$ship`, or `$ship-end`, check whether any enabled pack ships the matching `-kanban` variant (`run-kanban`, `ship-kanban`, `ship-end-kanban`) under `packs/<pack>/codex/`. If one does, emit the kanban invocation (e.g., `$run-kanban`) in place of the global default. Candidates today are `business-app-kanban`, `devtool-kanban`, `game-kanban`, and `poketowork-kanban` — each tagged `Both` in `docs/operating-modes.md` § "Pack emphasis" with kanban `run`/`ship`/`ship-end` execution variants.
151
+
152
+ - **No-match / no-pack:** emit the global-default recommendation exactly as today. No "I checked enabled_packs" noise.
153
+ - **Degraded path:** missing or malformed `.agents/project.json` (or non-zero exit from `list-packs`) → silent fallback to the global-default recommendation with a single inline comment `pack-lookup: skipped (no project.json)` appended to the recommendation line.
154
+ - **Ambiguity:** if two enabled packs both ship the same `-kanban` variant, recommend the first in `enabled_packs` order and note the tie inline. Do not prompt.
155
+ - **Scope:** recommendation-text routing only. `$run --execute-approved` still consumes `.agents/approved-plan.json` verbatim regardless of pack routing — the approval-packet contract is unchanged.
156
+
157
+ ## Constraints
158
+
159
+ - One step at a time by default, or one phase with `--phase`. Then stop and let the user decide what is next.
160
+ - `--execute-approved` consumes an `approved` packet at `.agents/approved-plan.json` (contract in `docs/operating-modes.md` § "Approval packet"). `--execute-approved --phase` is rejected — packets target one step. In `claude-only` mode the flag is a user error; Codex is not the executor. Requires `jq` on PATH.
161
+ - Always present the plan before executing, then proceed by default under implicit approval. Do not assume a Claude-style `EnterPlanMode` or clear-context accept flow exists.
162
+ - Ask for explicit confirmation only for separate safety decisions, and ask one concise question when that is needed. Avoid back-to-back variants like "Approve and I'll run..." followed by a second restatement of the same action.
163
+ - Keep context footprint minimal — only read files relevant to the current step.
164
+ - If a blocker prevents completion, document it in `tasks/todo.md` and stop.
165
+ - Follow the test strategy annotated on each phase. Do not skip test steps for `tdd` phases.
166
+ - Follow the `### Execution Profile` annotated on each phase. If subagents are unavailable in the active environment, execute serially and report the downgrade.
167
+ - Do not let subagents update `tasks/todo.md`, `tasks/roadmap.md`, `tasks/history.md`, shipping commits, or deploy steps. Those remain main-agent responsibilities.
168
+ - Do not run parallel write lanes unless their `Owns` paths are disjoint. When in doubt, downgrade to `research-only` or `serial`.
169
+ - Do not push shipping commits to an existing feature branch. Use `$commit-and-push-by-feature` to move the work onto `main` or `master` and push it there, or stop and report a blocker if that cannot be done safely. Temporary `agent-team` lane branches are allowed only for parallel write isolation and must pass consolidation/PR review before landing.
170
+ - Do NOT execute external human-action items from `tasks/manual-todo.md`. Bookkeeping or agent-executable items that were misfiled there should be reconciled through `$reconcile-dev-docs` or promoted into `tasks/todo.md`, not routed to `$guide`.
171
+ - Do NOT execute items from `tasks/record-todo.md` or `tasks/recurring-todo.md` unless the item has first been promoted into `tasks/todo.md`.
172
+ - `run` ships by default in Codex. Use `$ship` only when there is already finished work in the tree or unpushed commits that need packaging without running a new step.
173
+ - Never use GitHub Actions for deployment. Only use manual deploy scripts, Makefiles, or CLI commands.
174
+ - Never deploy to production without explicit user confirmation.
175
+ - Do not modify code as part of the deploy process.
176
+
177
+
178
+ ## Default Shipping Contract
179
+
180
+ Follow the shared shipping contract convention in CLAUDE.md.
@@ -0,0 +1,181 @@
1
+ ---
2
+ name: exec
3
+ description: "Execute the next incomplete step (or full phase with --phase), ship the result, and prepare the next step"
4
+ type: execution
5
+ version: v0.1
6
+ argument-hint: "[--phase] [--execute-approved]"
7
+ invocation: orchestrator
8
+ ---
9
+
10
+ # Exec
11
+
12
+ Invoke as `$exec`.
13
+
14
+ Identify the next incomplete unit of work from the phased plan, build an execution plan, implement it, ship the result, and prepare the next step. By default, executes only the next single incomplete step. If `$ARGUMENTS` contains `--phase`, execute the next full phase and ship once at the end.
15
+
16
+ ## Process
17
+
18
+ 1. **Migration check:** If `tasks/roadmap.md` does not exist but `tasks/todo.md` contains multiple `## Phase` headers, migrate: copy `tasks/todo.md` → `tasks/roadmap.md`, then trim `tasks/todo.md` to just the current phase (first phase with unchecked steps). Commit with `chore: migrate to roadmap.md + todo.md split`.
19
+ 2. Read `tasks/todo.md` — this contains the current phase's steps. Reference `tasks/roadmap.md` only if cross-phase context is needed.
20
+ 3. Read `CLAUDE.md` for project conventions.
21
+ 3b. If `tasks/record-todo.md` or `tasks/recurring-todo.md` exists, count unchecked advisory items for status only. Do not select them as next work.
22
+ 4. Find the next incomplete item:
23
+ - Look for the next phase with an unchecked milestone.
24
+ - If `$ARGUMENTS` contains `--phase`, scope the full next incomplete phase.
25
+ - Otherwise, find the next unchecked `- [ ]` step within that phase.
26
+ - **If the phase has acceptance criteria but no implementation steps** (no `### Tests First` or `### Implementation` section): invoke `$plan-phase` for this phase to generate implementation steps and file-level detail before proceeding.
27
+ 5. **Check `tasks/manual-todo.md`** (if it exists) for unchecked items with `_(blocks: Step N.X)_` matching the current step. If a blocking external human-only manual task is found, stop and tell the user: "**Manual task blocking this step:** [task]. Complete it before proceeding, or run `$guide` for step-by-step instructions." Do NOT execute the step unless the manual task is completed or the user explicitly overrides the blocker. If the unchecked item is task-doc bookkeeping, reconciliation, or agent-executable work (repo edits, SDK wiring, local commands, tests, audits, generated assets, or authenticated CLI/API work), do not route it to `$guide`; route it to `$reconcile-dev-docs fix tasks`, promote it to `tasks/todo.md`, or handle it as a direct dev-doc audit.
28
+ 6. Research what is needed — read only the files relevant to the step.
29
+ 6a. For user-facing product, SaaS, marketplace, dashboard, internal tool, product-experience work, or substantial new feature work, check whether the selected step would introduce durable database/storage, auth, payments, analytics, deployment, admin tooling, multi-tenancy, or production observability before clickable prototype experiments have calibrated one journey. If the current plan or user instruction does not explicitly authorize that infrastructure, stop and re-plan the step around a separate prototype/experiment phase using fake, fixture, local, or in-memory data. When multiple workflows, layouts, densities, copy approaches, navigation models, or interaction patterns remain plausible, prefer multiple small experiment routes such as `/experiments/<variant>` over one merged implementation. Record the deferred infrastructure and the evidence needed to promote it later.
30
+ 6b. Read the current phase's `### Execution Profile` from `tasks/todo.md` if present:
31
+ - If missing, treat the phase as `serial`.
32
+ - Use the profile only for the current step or scoped phase; do not plan ahead.
33
+ - If the profile's `Parallel mode` is `agent-team`, stop before implementation unless the active workflow can run branch-backed isolated worktrees or a dedicated agent team. Each write lane must have a non-primary GitHub `Branch:` value and the phase must include a consolidation/PR review step before final validation or shipping.
34
+ 6c. **`--execute-approved` branch** (if `$ARGUMENTS` contains `--execute-approved`):
35
+ - Reject `--execute-approved --phase` — approved packets target one step, not a full phase.
36
+ - Exec `scripts/approved-plan.sh check`.
37
+ - On `ok`: run `scripts/approved-plan.sh consume`, log `Approved packet consumed: Phase X / Step Y (approved_at=…).`, then skip steps 7 and 8 and jump to step 9 (execute).
38
+ - On non-zero exit: relay the single-line reason to the user, run `scripts/approved-plan.sh mark-stale`, then fall through to steps 7–8 (standard plan + implicit approval). Never auto-retry.
39
+ - Requires `jq` for the write path. If `jq` is absent, `scripts/approved-plan.sh consume` dies with `ERROR: jq required for write operations. Install with: brew install jq (macOS) or apt install jq (Debian/Ubuntu).` (see `require_jq_write` at `scripts/approved-plan.sh:21`); `check` may surface the same message via its write-path preflight. Relay the message verbatim and stop — no `jq`-free fallback exists. If the check prints a `mode-mismatch` reason (resolved mode is `claude-only`), treat it as a user error and stop.
40
+ 7. Present the execution plan to the user:
41
+ - What the step requires
42
+ - Which files will be created or modified
43
+ - The approach and any trade-offs
44
+ - Whether the execution profile will run serially, use read-only research lanes, use review lanes, or use disjoint write lanes
45
+ - For `agent-team`: the planned lane branches and the consolidation/PR review gate
46
+ 8. Use `update_plan` to track the proposed work, then execute by default. Do not ask for routine approval after presenting a `$exec` plan; the user's `$exec` invocation is implicit approval for the next planned step or scoped phase. Ask a concise confirmation question only when the work requires a separate safety decision: destructive commands, production deploys, paid/external account actions, credential or secret handling beyond the project contract, accepting an execution-profile downgrade, proceeding despite a blocker, or materially changing the planned scope.
47
+ 9. Execute the plan:
48
+ - Apply the execution profile:
49
+ - `serial`: execute normally.
50
+ - `research-only`: launch read-only subagent lanes first when the active environment permits subagents, synthesize their findings, then implement in the main agent.
51
+ - `review-only`: implement in the main agent, then launch review subagent lanes before final validation.
52
+ - `implementation-safe`: launch write subagent lanes only when every write lane has disjoint `Owns` paths and explicit `Must not edit` boundaries; otherwise downgrade to `research-only` or `serial` and report the downgrade.
53
+ - `agent-team`: do not execute in one shared local tree. Use separate GitHub branches for every write lane, require branch + commit SHA + PR URL deliverables, and run the planned consolidation/PR review step before integration. If branch push or PR review cannot be performed, stop and report the blocker.
54
+ - If it is a tests-first step: write the failing tests, run them to confirm they fail.
55
+ - If it is an implementation step: implement it, run existing tests for regressions.
56
+ - If it is a verification step: run all tests, fix any failures. If validation is clean and a following cleanup/refactor step is explicitly conditional on validation findings or says no source changes are expected, complete that no-op cleanup in the same execution by recording the no-op result instead of preserving it as a separate next-step plan.
57
+ - The main agent owns integration, conflict resolution, task doc updates, history updates, shipping, and deployment.
58
+ - If a subagent touches files outside its owned paths or returns conflicting changes, stop and reconcile before validation.
59
+ 10. Mark the completed work in `tasks/todo.md`:
60
+ - Default mode: check off the completed step.
61
+ - `--phase` mode: check off the completed steps and any acceptance criteria satisfied by the phase work.
62
+ 11. **Pre-ship validation:**
63
+ - First check conversation context for lint/typecheck/test/build output already produced this session. Do NOT re-run commands whose results are already available.
64
+ - For any validation category not already run, find commands from: `CLAUDE.md`, `Makefile`/`Justfile` (check/lint/typecheck/test/build targets), `package.json` (lint/typecheck/check/test/build scripts), `pyproject.toml`/`setup.cfg`, `Cargo.toml`. If none found and no prior output exists, skip.
65
+ - Inspect validation output even when commands exit zero. If warnings are emitted, either fix them, record them as explicitly accepted with rationale, or report them clearly as unresolved.
66
+ - If errors are found (from prior output or fresh runs), fix them and rerun only the failing commands to confirm. Include fixes in the shipping commit, or a separate commit if unrelated.
67
+ - If errors cannot be auto-fixed, **STOP. Do not ship.** Report the errors to the user and ask how to proceed. Never commit or push code with known build/lint/type/test failures.
68
+ 11b. **Quality gate for non-trivial mutations:**
69
+ - Apply `docs/quality-gate-contract.md` when the completed step changes source code, scripts, configuration, schemas, generated runtime assets, deploy behavior, workflow policy, validation rules, command surfaces, or multiple files.
70
+ - If the completed step creates, deletes, renames, or changes behavior/metadata in any tracked `SKILL.md` or `PACK.md`, refresh the Skills Showcase before shipping: run `node scripts/generate-skills-showcase-data.mjs`, `node scripts/generate-skills-showcase-github-data.mjs`, and `scripts/validate-skills-showcase-data.sh`; include changed generated assets in the shipping boundary.
71
+ - For skill behavior changes, review curated showcase copy, catalog grouping, workflow animation text, and proof receipts. Update affected site files or record why no curated website copy changed.
72
+ - Before commit/push, produce a diff-aware ship manifest for the exact shipping boundary. It must include: User goal, Changed files, Per-file purpose, User-goal mapping, Tests run, Skipped tests, Adversarial review, Residual risk, Rollback note, and Next command.
73
+ - For non-trivial source changes, run a targeted `quality-sweep audit`, `$expert-review`, configured review lane, or explicitly justified equivalent adversarial review before commit/push. Fix findings or record accepted residual concerns in the manifest.
74
+ - Final output must distinguish executable verification from documentation-only or task-only checks. Documentation/task checks can support source changes, but cannot be the only proof for non-trivial source mutations.
75
+ - If no executable check is relevant, state why in `Skipped tests` and explain the residual risk. Do not write "not run" without a rationale.
76
+ - If the user corrected the agent during the step, the pre-commit ship manifest must prove the exact shipping boundary includes a `tasks/lessons.md` update for the current correction. Treat the correction as repeatable unless the manifest proves otherwise. If it exposes a workflow failure, also include the relevant skill contract, validation script, fixture, or test enforcement update in the same shipping boundary, or include `Correction enforcement:` with the blocker or not-applicable rationale and the concrete follow-up file/command when needed.
77
+ 12. Ship the completed work:
78
+ - Update `tasks/history.md` with a brief record of what was accomplished. Create it if needed.
79
+ - Commit and push using the `$commit-and-push-by-feature` workflow. That workflow must land the resulting commits on `main` or `master`, not on an existing feature branch.
80
+ 13. Deploy:
81
+ - Check for an explicit manual deploy contract in `deploy.md` or `tasks/deploy.md`.
82
+ - If neither file exists, skip deploy and report `Deploy skipped: no explicit manual deploy contract (deploy.md or tasks/deploy.md)`.
83
+ - If a deploy contract exists, read it first and use it to determine the deploy method.
84
+ - Supplement the contract by checking: `spec.md`, `CLAUDE.md`, `tasks/roadmap.md`, `tasks/todo.md`, `Makefile`/`Justfile`, `package.json`, `deploy/`/`infra/`/`scripts/`, `docker-compose*.yml`.
85
+ - Do NOT look in `.github/workflows/` — this project does not use GitHub Actions.
86
+ - If a deploy contract exists but no deploy method is found, ask the user how deployment works. Do not guess.
87
+ - Exec the deploy and verify the output for errors.
88
+ - Do not run `aws sso login` preemptively from stale context, old logs, or assumptions. If the deploy method uses an AWS profile and auth status is uncertain, first run `aws sts get-caller-identity --profile <profile>` using the profile from the deploy contract or deploy command.
89
+ - If the AWS identity check succeeds, proceed directly with the deploy and do not run `aws sso login`.
90
+ - If the AWS identity check or the deploy command fails because AWS SSO credentials are missing or expired, do not skip deployment. Exec the matching `aws sso login --profile <profile>` command, using the profile from the deploy contract, deploy command, or error output.
91
+ - When `aws sso login` prints a browser URL, device code, or verification instructions, relay them to the user and tell them to navigate to the provided URL and complete the login in their browser. Keep the login command running until it succeeds, fails, or times out.
92
+ - After a successful SSO login, rerun the original deploy command once. This auth recovery is part of the same deploy attempt, not an automatic retry of a failed deploy.
93
+ - If the user cannot complete SSO login or the login command fails, report the deploy as blocked by authentication. Do not report it as skipped.
94
+ - If a health check URL or status command exists, run it.
95
+ - If the deploy fails, report the error. Do not retry automatically.
96
+ 14. Plan the next step:
97
+ - Read `tasks/todo.md` to identify the next uncompleted step in the current phase.
98
+ - **Check if the current phase is complete** (all steps checked, milestone criteria met):
99
+ - If **YES — Phase transition:**
100
+ 1. Archive the completed phase: copy `tasks/todo.md` → `tasks/phases/phase-N.md` (create `tasks/phases/` if needed). Fill in the "On Completion" section.
101
+ 1b. If `tasks/manual-todo.md` exists, inspect unchecked items before advancing phases:
102
+ - If any unchecked `_(blocks: Step N.X)_` items still apply to the completed phase, stop. Do NOT archive the manual task file, mark the phase complete, or advance to the next phase unless the user explicitly overrides the blocker.
103
+ - Unchecked `_(after: Step N.X)_` items are non-blocking follow-up tasks. Archive them with the phase and warn the user that they remain incomplete.
104
+ 2. Check off the phase milestone in `tasks/roadmap.md`.
105
+ 3. Copy the next phase from `tasks/roadmap.md` → overwrite `tasks/todo.md`.
106
+ 3b. Extract the next phase's manual tasks (from `**Manual Tasks:**` in roadmap) into a fresh `tasks/manual-todo.md`. If the next phase has no manual tasks, delete the file.
107
+ 4. If no more phases remain, ship the planning/task updates via `$commit-and-push-by-feature`, landing them on `main` or `master`, then run `$research-roadmap` to recommend the next action based on project state. Then stop.
108
+ 5. **Just-in-time planning:** Invoke `$plan-phase` for the new phase. This generates implementation steps and file-level detail using the full context of what was learned during prior phases.
109
+ - If **NO:** find the next uncompleted step within the current phase.
110
+ - If the next uncompleted step is verification-only/no-op-only (for example, "refactor if validation exposes drift", "verify", "run validation", or `Files: no source changes expected`) and the current session already has passing validation evidence for the same scope, mark it complete with a review note and continue to the next substantive item. Do not write a fresh execution plan for a step whose expected result is "no source changes".
111
+ 15. Write a self-contained implementation plan for the next step into `tasks/todo.md`, complete enough for a fresh session to execute from `tasks/todo.md` alone.
112
+ 16. Ship `tasks/todo.md`, `tasks/roadmap.md`, `tasks/manual-todo.md`, `tasks/record-todo.md`, `tasks/recurring-todo.md` (when they exist), and `tasks/phases/` (if created) via `$commit-and-push-by-feature`, landing them on `main` or `master`.
113
+
114
+ ## Output
115
+
116
+ - Step or phase completed
117
+ - Files modified
118
+ - Deploy status (if deployed)
119
+ - Validation results (if lint/typecheck/test/build commands were run) — explicitly state whether failures are expected (red phase: tests before implementation) or unexpected (regressions/bugs), and call out any warnings as fixed, accepted, or unresolved
120
+ - Manual tasks — pending count from `tasks/manual-todo.md` (if it exists)
121
+ - Advisory tasks — pending record/recurring counts from `tasks/record-todo.md` and `tasks/recurring-todo.md` if they exist
122
+ - **Next work:** the next concrete project task, blocker, smoke test, or follow-up
123
+ - **Recommended next command:** one command or route for that work
124
+
125
+ ## Next-Step Routing
126
+
127
+ Before handing back, identify the next concrete work item from project state, then recommend the executor and invocation.
128
+
129
+ Output exactly two lines beyond the normal report:
130
+
131
+ - **Next work:** <specific task name, manual blocker, verification gap, discovery task, or explicit parked state>
132
+ - **Recommended next command:** <one command or route>
133
+
134
+ Rules:
135
+
136
+ - Make the next work item primary. Derive it from `tasks/todo.md`, `tasks/manual-todo.md`, deploy status, validation gaps, smoke-test gaps, phase-transition output, or completion of the current queues. Do not use agent mode itself as the next work item.
137
+ - Do not emit `Recommended next command: none` unless the latest user request explicitly asks to pause, park, archive, or wait. If implementation phases, documentation work, and promotable advisory items are all exhausted, route to new-phase discovery: `**Next work:** discover candidate next phase or explicitly park the project` and `**Recommended next command:** $brainstorm`.
138
+ - If a post-roadmap `$research-roadmap` scan reports documentation current with no missing or stale work, do not stop at documentation completeness; recommend `$brainstorm` as the next route for candidate phase discovery.
139
+ - Use `./scripts/agent-mode.sh` only to choose command text. If it is missing, unset, or non-zero, infer routing from the current invocation and task type instead of asking the user to select a mode by default.
140
+ - Normalize copied task routes to Codex syntax before final output. If `tasks/todo.md`, `tasks/roadmap.md`, benchmark reports, or prior handoffs contain Claude slash commands for global skills (for example `/exec`, `/ship`, `/roadmap`, `/guide`, `/reconcile-dev-docs`), treat them as task identifiers, not final command text. Convert the final `Recommended next command` to the equivalent Codex `$...` command unless the next action is explicitly a Claude-only handoff, `/delegate`, or a human-guided Claude workflow.
141
+ - Inference defaults:
142
+ - Codex skill invocation (`$exec`, `$ship`, `$ship-end`, or `$exec --execute-approved`) → recommend the matching `$...` command.
143
+ - Claude slash invocation (`/exec`, `/ship`, `/delegate`) or orchestration-heavy work → recommend the matching `/...` route.
144
+ - External human-only manual work (browser/auth/DNS/service dashboard work with no reliable authenticated CLI/API path, paid account setup, real-device checks, or production smoke-test work needing human sign-off) → recommend `$guide` or a Claude-guided manual step rather than `$exec`.
145
+ - Agent-executable work misfiled in `tasks/manual-todo.md`, task-doc bookkeeping, stale `tasks/manual-todo.md` cleanup, or reconciliation against repo/history reality → recommend `$reconcile-dev-docs fix tasks`, promotion to `tasks/todo.md`, or a direct dev-doc audit, not `$guide`.
146
+ - Approved packet present → recommend `$exec --execute-approved` unless the resolved mode is explicitly `claude-only`.
147
+ - Only present multiple commands when the ambiguity materially changes execution safety or there are equally valid next work items. Otherwise choose the best route and mention degraded mode lookup inline.
148
+
149
+ ### Pack-Aware Command Text
150
+
151
+ After resolving or inferring the command route, resolve enabled packs via `./scripts/pack.sh list-packs` (newline-separated enabled pack names from `.agents/project.json.enabled_packs`; reuses the `read_enabled_packs` reader — do not grep `.agents/project.json` directly). When the recommendation would emit `$exec`, `$ship`, or `$ship-end`, check whether any enabled pack ships the matching `-kanban` variant (`exec-kanban`, `ship-kanban`, `ship-end-kanban`) under `packs/<pack>/codex/`. If one does, emit the kanban invocation (e.g., `$exec-kanban`) in place of the global default. Candidates today are `business-app-kanban`, `devtool-kanban`, `game-kanban`, and `poketowork-kanban` — each tagged `Both` in `docs/operating-modes.md` § "Pack emphasis" with kanban `run`/`ship`/`ship-end` execution variants.
152
+
153
+ - **No-match / no-pack:** emit the global-default recommendation exactly as today. No "I checked enabled_packs" noise.
154
+ - **Degraded path:** missing or malformed `.agents/project.json` (or non-zero exit from `list-packs`) → silent fallback to the global-default recommendation with a single inline comment `pack-lookup: skipped (no project.json)` appended to the recommendation line.
155
+ - **Ambiguity:** if two enabled packs both ship the same `-kanban` variant, recommend the first in `enabled_packs` order and note the tie inline. Do not prompt.
156
+ - **Scope:** recommendation-text routing only. `$exec --execute-approved` still consumes `.agents/approved-plan.json` verbatim regardless of pack routing — the approval-packet contract is unchanged.
157
+
158
+ ## Constraints
159
+
160
+ - One step at a time by default, or one phase with `--phase`. Then stop and let the user decide what is next.
161
+ - `--execute-approved` consumes an `approved` packet at `.agents/approved-plan.json` (contract in `docs/operating-modes.md` § "Approval packet"). `--execute-approved --phase` is rejected — packets target one step. In `claude-only` mode the flag is a user error; Codex is not the executor. Requires `jq` on PATH.
162
+ - Always present the plan before executing, then proceed by default under implicit approval. Do not assume a Claude-style `EnterPlanMode` or clear-context accept flow exists.
163
+ - Ask for explicit confirmation only for separate safety decisions, and ask one concise question when that is needed. Avoid back-to-back variants like "Approve and I'll exec..." followed by a second restatement of the same action.
164
+ - Keep context footprint minimal — only read files relevant to the current step.
165
+ - If a blocker prevents completion, document it in `tasks/todo.md` and stop.
166
+ - Follow the test strategy annotated on each phase. Do not skip test steps for `tdd` phases.
167
+ - Follow the `### Execution Profile` annotated on each phase. If subagents are unavailable in the active environment, execute serially and report the downgrade.
168
+ - Do not let subagents update `tasks/todo.md`, `tasks/roadmap.md`, `tasks/history.md`, shipping commits, or deploy steps. Those remain main-agent responsibilities.
169
+ - Do not run parallel write lanes unless their `Owns` paths are disjoint. When in doubt, downgrade to `research-only` or `serial`.
170
+ - Do not push shipping commits to an existing feature branch. Use `$commit-and-push-by-feature` to move the work onto `main` or `master` and push it there, or stop and report a blocker if that cannot be done safely. Temporary `agent-team` lane branches are allowed only for parallel write isolation and must pass consolidation/PR review before landing.
171
+ - Do NOT execute external human-action items from `tasks/manual-todo.md`. Bookkeeping or agent-executable items that were misfiled there should be reconciled through `$reconcile-dev-docs` or promoted into `tasks/todo.md`, not routed to `$guide`.
172
+ - Do NOT execute items from `tasks/record-todo.md` or `tasks/recurring-todo.md` unless the item has first been promoted into `tasks/todo.md`.
173
+ - `exec` ships by default in Codex. Use `$ship` only when there is already finished work in the tree or unpushed commits that need packaging without running a new step.
174
+ - Never use GitHub Actions for deployment. Only use manual deploy scripts, Makefiles, or CLI commands.
175
+ - Never deploy to production without explicit user confirmation.
176
+ - Do not modify code as part of the deploy process.
177
+
178
+
179
+ ## Default Shipping Contract
180
+
181
+ Follow the shared shipping contract convention in CLAUDE.md.