compound-engineering-pi 0.2.3

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 (332) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +124 -0
  3. package/bin/compound-engineering-pi +12 -0
  4. package/bin/compound-plugin +12 -0
  5. package/compound-engineering-pi +12 -0
  6. package/compound-plugin +5 -0
  7. package/docs/pi.md +152 -0
  8. package/extensions/compound-engineering-compat.ts +452 -0
  9. package/package.json +84 -0
  10. package/pi-resources/compound-engineering/mcporter.json +7 -0
  11. package/plugins/coding-tutor/.claude-plugin/plugin.json +9 -0
  12. package/plugins/coding-tutor/README.md +37 -0
  13. package/plugins/coding-tutor/commands/quiz-me.md +1 -0
  14. package/plugins/coding-tutor/commands/sync-tutorials.md +25 -0
  15. package/plugins/coding-tutor/commands/teach-me.md +1 -0
  16. package/plugins/coding-tutor/skills/coding-tutor/SKILL.md +214 -0
  17. package/plugins/coding-tutor/skills/coding-tutor/scripts/create_tutorial.py +207 -0
  18. package/plugins/coding-tutor/skills/coding-tutor/scripts/index_tutorials.py +193 -0
  19. package/plugins/coding-tutor/skills/coding-tutor/scripts/quiz_priority.py +190 -0
  20. package/plugins/coding-tutor/skills/coding-tutor/scripts/setup_tutorials.py +118 -0
  21. package/plugins/compound-engineering/.claude-plugin/plugin.json +33 -0
  22. package/plugins/compound-engineering/CHANGELOG.md +457 -0
  23. package/plugins/compound-engineering/CLAUDE.md +89 -0
  24. package/plugins/compound-engineering/LICENSE +21 -0
  25. package/plugins/compound-engineering/README.md +232 -0
  26. package/plugins/compound-engineering/agents/design/design-implementation-reviewer.md +109 -0
  27. package/plugins/compound-engineering/agents/design/design-iterator.md +224 -0
  28. package/plugins/compound-engineering/agents/design/figma-design-sync.md +190 -0
  29. package/plugins/compound-engineering/agents/docs/ankane-readme-writer.md +65 -0
  30. package/plugins/compound-engineering/agents/research/best-practices-researcher.md +126 -0
  31. package/plugins/compound-engineering/agents/research/framework-docs-researcher.md +106 -0
  32. package/plugins/compound-engineering/agents/research/git-history-analyzer.md +59 -0
  33. package/plugins/compound-engineering/agents/research/learnings-researcher.md +264 -0
  34. package/plugins/compound-engineering/agents/research/repo-research-analyst.md +135 -0
  35. package/plugins/compound-engineering/agents/review/agent-native-reviewer.md +261 -0
  36. package/plugins/compound-engineering/agents/review/architecture-strategist.md +67 -0
  37. package/plugins/compound-engineering/agents/review/code-simplicity-reviewer.md +101 -0
  38. package/plugins/compound-engineering/agents/review/data-integrity-guardian.md +85 -0
  39. package/plugins/compound-engineering/agents/review/data-migration-expert.md +112 -0
  40. package/plugins/compound-engineering/agents/review/deployment-verification-agent.md +174 -0
  41. package/plugins/compound-engineering/agents/review/dhh-rails-reviewer.md +66 -0
  42. package/plugins/compound-engineering/agents/review/julik-frontend-races-reviewer.md +221 -0
  43. package/plugins/compound-engineering/agents/review/kieran-python-reviewer.md +133 -0
  44. package/plugins/compound-engineering/agents/review/kieran-rails-reviewer.md +115 -0
  45. package/plugins/compound-engineering/agents/review/kieran-typescript-reviewer.md +124 -0
  46. package/plugins/compound-engineering/agents/review/pattern-recognition-specialist.md +72 -0
  47. package/plugins/compound-engineering/agents/review/performance-oracle.md +137 -0
  48. package/plugins/compound-engineering/agents/review/schema-drift-detector.md +154 -0
  49. package/plugins/compound-engineering/agents/review/security-sentinel.md +114 -0
  50. package/plugins/compound-engineering/agents/workflow/bug-reproduction-validator.md +82 -0
  51. package/plugins/compound-engineering/agents/workflow/every-style-editor.md +64 -0
  52. package/plugins/compound-engineering/agents/workflow/lint.md +16 -0
  53. package/plugins/compound-engineering/agents/workflow/pr-comment-resolver.md +84 -0
  54. package/plugins/compound-engineering/agents/workflow/spec-flow-analyzer.md +134 -0
  55. package/plugins/compound-engineering/commands/agent-native-audit.md +278 -0
  56. package/plugins/compound-engineering/commands/changelog.md +138 -0
  57. package/plugins/compound-engineering/commands/create-agent-skill.md +9 -0
  58. package/plugins/compound-engineering/commands/deepen-plan.md +546 -0
  59. package/plugins/compound-engineering/commands/deploy-docs.md +113 -0
  60. package/plugins/compound-engineering/commands/feature-video.md +342 -0
  61. package/plugins/compound-engineering/commands/generate_command.md +163 -0
  62. package/plugins/compound-engineering/commands/heal-skill.md +143 -0
  63. package/plugins/compound-engineering/commands/lfg.md +20 -0
  64. package/plugins/compound-engineering/commands/release-docs.md +212 -0
  65. package/plugins/compound-engineering/commands/report-bug.md +151 -0
  66. package/plugins/compound-engineering/commands/reproduce-bug.md +100 -0
  67. package/plugins/compound-engineering/commands/resolve_parallel.md +35 -0
  68. package/plugins/compound-engineering/commands/resolve_todo_parallel.md +37 -0
  69. package/plugins/compound-engineering/commands/slfg.md +32 -0
  70. package/plugins/compound-engineering/commands/technical_review.md +8 -0
  71. package/plugins/compound-engineering/commands/test-browser.md +339 -0
  72. package/plugins/compound-engineering/commands/test-xcode.md +332 -0
  73. package/plugins/compound-engineering/commands/triage.md +311 -0
  74. package/plugins/compound-engineering/commands/workflows/brainstorm.md +124 -0
  75. package/plugins/compound-engineering/commands/workflows/compound.md +239 -0
  76. package/plugins/compound-engineering/commands/workflows/plan.md +551 -0
  77. package/plugins/compound-engineering/commands/workflows/review.md +526 -0
  78. package/plugins/compound-engineering/commands/workflows/work.md +433 -0
  79. package/plugins/compound-engineering/skills/agent-browser/SKILL.md +223 -0
  80. package/plugins/compound-engineering/skills/agent-native-architecture/SKILL.md +435 -0
  81. package/plugins/compound-engineering/skills/agent-native-architecture/references/action-parity-discipline.md +409 -0
  82. package/plugins/compound-engineering/skills/agent-native-architecture/references/agent-execution-patterns.md +467 -0
  83. package/plugins/compound-engineering/skills/agent-native-architecture/references/agent-native-testing.md +582 -0
  84. package/plugins/compound-engineering/skills/agent-native-architecture/references/architecture-patterns.md +478 -0
  85. package/plugins/compound-engineering/skills/agent-native-architecture/references/dynamic-context-injection.md +338 -0
  86. package/plugins/compound-engineering/skills/agent-native-architecture/references/files-universal-interface.md +301 -0
  87. package/plugins/compound-engineering/skills/agent-native-architecture/references/from-primitives-to-domain-tools.md +359 -0
  88. package/plugins/compound-engineering/skills/agent-native-architecture/references/mcp-tool-design.md +506 -0
  89. package/plugins/compound-engineering/skills/agent-native-architecture/references/mobile-patterns.md +871 -0
  90. package/plugins/compound-engineering/skills/agent-native-architecture/references/product-implications.md +443 -0
  91. package/plugins/compound-engineering/skills/agent-native-architecture/references/refactoring-to-prompt-native.md +317 -0
  92. package/plugins/compound-engineering/skills/agent-native-architecture/references/self-modification.md +269 -0
  93. package/plugins/compound-engineering/skills/agent-native-architecture/references/shared-workspace-architecture.md +680 -0
  94. package/plugins/compound-engineering/skills/agent-native-architecture/references/system-prompt-design.md +250 -0
  95. package/plugins/compound-engineering/skills/andrew-kane-gem-writer/SKILL.md +184 -0
  96. package/plugins/compound-engineering/skills/andrew-kane-gem-writer/references/database-adapters.md +231 -0
  97. package/plugins/compound-engineering/skills/andrew-kane-gem-writer/references/module-organization.md +121 -0
  98. package/plugins/compound-engineering/skills/andrew-kane-gem-writer/references/rails-integration.md +183 -0
  99. package/plugins/compound-engineering/skills/andrew-kane-gem-writer/references/resources.md +119 -0
  100. package/plugins/compound-engineering/skills/andrew-kane-gem-writer/references/testing-patterns.md +261 -0
  101. package/plugins/compound-engineering/skills/brainstorming/SKILL.md +190 -0
  102. package/plugins/compound-engineering/skills/compound-docs/SKILL.md +511 -0
  103. package/plugins/compound-engineering/skills/compound-docs/assets/critical-pattern-template.md +34 -0
  104. package/plugins/compound-engineering/skills/compound-docs/assets/resolution-template.md +93 -0
  105. package/plugins/compound-engineering/skills/compound-docs/references/yaml-schema.md +65 -0
  106. package/plugins/compound-engineering/skills/compound-docs/schema.yaml +176 -0
  107. package/plugins/compound-engineering/skills/create-agent-skills/SKILL.md +275 -0
  108. package/plugins/compound-engineering/skills/create-agent-skills/references/api-security.md +226 -0
  109. package/plugins/compound-engineering/skills/create-agent-skills/references/be-clear-and-direct.md +531 -0
  110. package/plugins/compound-engineering/skills/create-agent-skills/references/best-practices.md +404 -0
  111. package/plugins/compound-engineering/skills/create-agent-skills/references/common-patterns.md +595 -0
  112. package/plugins/compound-engineering/skills/create-agent-skills/references/core-principles.md +437 -0
  113. package/plugins/compound-engineering/skills/create-agent-skills/references/executable-code.md +175 -0
  114. package/plugins/compound-engineering/skills/create-agent-skills/references/iteration-and-testing.md +474 -0
  115. package/plugins/compound-engineering/skills/create-agent-skills/references/official-spec.md +134 -0
  116. package/plugins/compound-engineering/skills/create-agent-skills/references/recommended-structure.md +168 -0
  117. package/plugins/compound-engineering/skills/create-agent-skills/references/skill-structure.md +152 -0
  118. package/plugins/compound-engineering/skills/create-agent-skills/references/using-scripts.md +113 -0
  119. package/plugins/compound-engineering/skills/create-agent-skills/references/using-templates.md +112 -0
  120. package/plugins/compound-engineering/skills/create-agent-skills/references/workflows-and-validation.md +510 -0
  121. package/plugins/compound-engineering/skills/create-agent-skills/templates/router-skill.md +73 -0
  122. package/plugins/compound-engineering/skills/create-agent-skills/templates/simple-skill.md +33 -0
  123. package/plugins/compound-engineering/skills/create-agent-skills/workflows/add-reference.md +96 -0
  124. package/plugins/compound-engineering/skills/create-agent-skills/workflows/add-script.md +93 -0
  125. package/plugins/compound-engineering/skills/create-agent-skills/workflows/add-template.md +74 -0
  126. package/plugins/compound-engineering/skills/create-agent-skills/workflows/add-workflow.md +120 -0
  127. package/plugins/compound-engineering/skills/create-agent-skills/workflows/audit-skill.md +138 -0
  128. package/plugins/compound-engineering/skills/create-agent-skills/workflows/create-domain-expertise-skill.md +605 -0
  129. package/plugins/compound-engineering/skills/create-agent-skills/workflows/create-new-skill.md +191 -0
  130. package/plugins/compound-engineering/skills/create-agent-skills/workflows/get-guidance.md +121 -0
  131. package/plugins/compound-engineering/skills/create-agent-skills/workflows/upgrade-to-router.md +161 -0
  132. package/plugins/compound-engineering/skills/create-agent-skills/workflows/verify-skill.md +204 -0
  133. package/plugins/compound-engineering/skills/dhh-rails-style/SKILL.md +185 -0
  134. package/plugins/compound-engineering/skills/dhh-rails-style/references/architecture.md +653 -0
  135. package/plugins/compound-engineering/skills/dhh-rails-style/references/controllers.md +303 -0
  136. package/plugins/compound-engineering/skills/dhh-rails-style/references/frontend.md +510 -0
  137. package/plugins/compound-engineering/skills/dhh-rails-style/references/gems.md +266 -0
  138. package/plugins/compound-engineering/skills/dhh-rails-style/references/models.md +359 -0
  139. package/plugins/compound-engineering/skills/dhh-rails-style/references/testing.md +338 -0
  140. package/plugins/compound-engineering/skills/document-review/SKILL.md +87 -0
  141. package/plugins/compound-engineering/skills/dspy-ruby/SKILL.md +737 -0
  142. package/plugins/compound-engineering/skills/dspy-ruby/assets/config-template.rb +187 -0
  143. package/plugins/compound-engineering/skills/dspy-ruby/assets/module-template.rb +300 -0
  144. package/plugins/compound-engineering/skills/dspy-ruby/assets/signature-template.rb +221 -0
  145. package/plugins/compound-engineering/skills/dspy-ruby/references/core-concepts.md +674 -0
  146. package/plugins/compound-engineering/skills/dspy-ruby/references/observability.md +366 -0
  147. package/plugins/compound-engineering/skills/dspy-ruby/references/optimization.md +603 -0
  148. package/plugins/compound-engineering/skills/dspy-ruby/references/providers.md +418 -0
  149. package/plugins/compound-engineering/skills/dspy-ruby/references/toolsets.md +502 -0
  150. package/plugins/compound-engineering/skills/every-style-editor/SKILL.md +134 -0
  151. package/plugins/compound-engineering/skills/every-style-editor/references/EVERY_WRITE_STYLE.md +529 -0
  152. package/plugins/compound-engineering/skills/file-todos/SKILL.md +252 -0
  153. package/plugins/compound-engineering/skills/file-todos/assets/todo-template.md +155 -0
  154. package/plugins/compound-engineering/skills/frontend-design/SKILL.md +42 -0
  155. package/plugins/compound-engineering/skills/gemini-imagegen/SKILL.md +237 -0
  156. package/plugins/compound-engineering/skills/gemini-imagegen/requirements.txt +2 -0
  157. package/plugins/compound-engineering/skills/gemini-imagegen/scripts/compose_images.py +157 -0
  158. package/plugins/compound-engineering/skills/gemini-imagegen/scripts/edit_image.py +144 -0
  159. package/plugins/compound-engineering/skills/gemini-imagegen/scripts/gemini_images.py +263 -0
  160. package/plugins/compound-engineering/skills/gemini-imagegen/scripts/generate_image.py +133 -0
  161. package/plugins/compound-engineering/skills/gemini-imagegen/scripts/multi_turn_chat.py +216 -0
  162. package/plugins/compound-engineering/skills/git-worktree/SKILL.md +302 -0
  163. package/plugins/compound-engineering/skills/git-worktree/scripts/worktree-manager.sh +337 -0
  164. package/plugins/compound-engineering/skills/orchestrating-swarms/SKILL.md +1718 -0
  165. package/plugins/compound-engineering/skills/rclone/SKILL.md +150 -0
  166. package/plugins/compound-engineering/skills/rclone/scripts/check_setup.sh +60 -0
  167. package/plugins/compound-engineering/skills/resolve-pr-parallel/SKILL.md +89 -0
  168. package/plugins/compound-engineering/skills/resolve-pr-parallel/scripts/get-pr-comments +68 -0
  169. package/plugins/compound-engineering/skills/resolve-pr-parallel/scripts/resolve-pr-thread +23 -0
  170. package/plugins/compound-engineering/skills/skill-creator/SKILL.md +210 -0
  171. package/plugins/compound-engineering/skills/skill-creator/scripts/init_skill.py +303 -0
  172. package/plugins/compound-engineering/skills/skill-creator/scripts/package_skill.py +110 -0
  173. package/plugins/compound-engineering/skills/skill-creator/scripts/quick_validate.py +65 -0
  174. package/prompts/deepen-plan.md +549 -0
  175. package/prompts/feature-video.md +341 -0
  176. package/prompts/resolve_todo_parallel.md +36 -0
  177. package/prompts/test-browser.md +342 -0
  178. package/prompts/workflows-brainstorm.md +123 -0
  179. package/prompts/workflows-compound.md +238 -0
  180. package/prompts/workflows-plan.md +550 -0
  181. package/prompts/workflows-review.md +529 -0
  182. package/prompts/workflows-work.md +432 -0
  183. package/skills/agent-browser/SKILL.md +223 -0
  184. package/skills/agent-native-architecture/SKILL.md +435 -0
  185. package/skills/agent-native-architecture/references/action-parity-discipline.md +409 -0
  186. package/skills/agent-native-architecture/references/agent-execution-patterns.md +467 -0
  187. package/skills/agent-native-architecture/references/agent-native-testing.md +582 -0
  188. package/skills/agent-native-architecture/references/architecture-patterns.md +478 -0
  189. package/skills/agent-native-architecture/references/dynamic-context-injection.md +338 -0
  190. package/skills/agent-native-architecture/references/files-universal-interface.md +301 -0
  191. package/skills/agent-native-architecture/references/from-primitives-to-domain-tools.md +359 -0
  192. package/skills/agent-native-architecture/references/mcp-tool-design.md +506 -0
  193. package/skills/agent-native-architecture/references/mobile-patterns.md +871 -0
  194. package/skills/agent-native-architecture/references/product-implications.md +443 -0
  195. package/skills/agent-native-architecture/references/refactoring-to-prompt-native.md +317 -0
  196. package/skills/agent-native-architecture/references/self-modification.md +269 -0
  197. package/skills/agent-native-architecture/references/shared-workspace-architecture.md +680 -0
  198. package/skills/agent-native-architecture/references/system-prompt-design.md +250 -0
  199. package/skills/agent-native-reviewer/SKILL.md +260 -0
  200. package/skills/andrew-kane-gem-writer/SKILL.md +184 -0
  201. package/skills/andrew-kane-gem-writer/references/database-adapters.md +231 -0
  202. package/skills/andrew-kane-gem-writer/references/module-organization.md +121 -0
  203. package/skills/andrew-kane-gem-writer/references/rails-integration.md +183 -0
  204. package/skills/andrew-kane-gem-writer/references/resources.md +119 -0
  205. package/skills/andrew-kane-gem-writer/references/testing-patterns.md +261 -0
  206. package/skills/ankane-readme-writer/SKILL.md +63 -0
  207. package/skills/architecture-strategist/SKILL.md +66 -0
  208. package/skills/best-practices-researcher/SKILL.md +125 -0
  209. package/skills/brainstorming/SKILL.md +190 -0
  210. package/skills/bug-reproduction-validator/SKILL.md +81 -0
  211. package/skills/code-simplicity-reviewer/SKILL.md +100 -0
  212. package/skills/compound-docs/SKILL.md +511 -0
  213. package/skills/compound-docs/assets/critical-pattern-template.md +34 -0
  214. package/skills/compound-docs/assets/resolution-template.md +93 -0
  215. package/skills/compound-docs/references/yaml-schema.md +65 -0
  216. package/skills/compound-docs/schema.yaml +176 -0
  217. package/skills/create-agent-skills/SKILL.md +275 -0
  218. package/skills/create-agent-skills/references/api-security.md +226 -0
  219. package/skills/create-agent-skills/references/be-clear-and-direct.md +531 -0
  220. package/skills/create-agent-skills/references/best-practices.md +404 -0
  221. package/skills/create-agent-skills/references/common-patterns.md +595 -0
  222. package/skills/create-agent-skills/references/core-principles.md +437 -0
  223. package/skills/create-agent-skills/references/executable-code.md +175 -0
  224. package/skills/create-agent-skills/references/iteration-and-testing.md +474 -0
  225. package/skills/create-agent-skills/references/official-spec.md +134 -0
  226. package/skills/create-agent-skills/references/recommended-structure.md +168 -0
  227. package/skills/create-agent-skills/references/skill-structure.md +152 -0
  228. package/skills/create-agent-skills/references/using-scripts.md +113 -0
  229. package/skills/create-agent-skills/references/using-templates.md +112 -0
  230. package/skills/create-agent-skills/references/workflows-and-validation.md +510 -0
  231. package/skills/create-agent-skills/templates/router-skill.md +73 -0
  232. package/skills/create-agent-skills/templates/simple-skill.md +33 -0
  233. package/skills/create-agent-skills/workflows/add-reference.md +96 -0
  234. package/skills/create-agent-skills/workflows/add-script.md +93 -0
  235. package/skills/create-agent-skills/workflows/add-template.md +74 -0
  236. package/skills/create-agent-skills/workflows/add-workflow.md +120 -0
  237. package/skills/create-agent-skills/workflows/audit-skill.md +138 -0
  238. package/skills/create-agent-skills/workflows/create-domain-expertise-skill.md +605 -0
  239. package/skills/create-agent-skills/workflows/create-new-skill.md +191 -0
  240. package/skills/create-agent-skills/workflows/get-guidance.md +121 -0
  241. package/skills/create-agent-skills/workflows/upgrade-to-router.md +161 -0
  242. package/skills/create-agent-skills/workflows/verify-skill.md +204 -0
  243. package/skills/data-integrity-guardian/SKILL.md +84 -0
  244. package/skills/data-migration-expert/SKILL.md +111 -0
  245. package/skills/deployment-verification-agent/SKILL.md +173 -0
  246. package/skills/design-implementation-reviewer/SKILL.md +107 -0
  247. package/skills/design-iterator/SKILL.md +222 -0
  248. package/skills/dhh-rails-reviewer/SKILL.md +65 -0
  249. package/skills/dhh-rails-style/SKILL.md +185 -0
  250. package/skills/dhh-rails-style/references/architecture.md +653 -0
  251. package/skills/dhh-rails-style/references/controllers.md +303 -0
  252. package/skills/dhh-rails-style/references/frontend.md +510 -0
  253. package/skills/dhh-rails-style/references/gems.md +266 -0
  254. package/skills/dhh-rails-style/references/models.md +359 -0
  255. package/skills/dhh-rails-style/references/testing.md +338 -0
  256. package/skills/document-review/SKILL.md +87 -0
  257. package/skills/dspy-ruby/SKILL.md +737 -0
  258. package/skills/dspy-ruby/assets/config-template.rb +187 -0
  259. package/skills/dspy-ruby/assets/module-template.rb +300 -0
  260. package/skills/dspy-ruby/assets/signature-template.rb +221 -0
  261. package/skills/dspy-ruby/references/core-concepts.md +674 -0
  262. package/skills/dspy-ruby/references/observability.md +366 -0
  263. package/skills/dspy-ruby/references/optimization.md +603 -0
  264. package/skills/dspy-ruby/references/providers.md +418 -0
  265. package/skills/dspy-ruby/references/toolsets.md +502 -0
  266. package/skills/every-style-editor/SKILL.md +134 -0
  267. package/skills/every-style-editor/references/EVERY_WRITE_STYLE.md +529 -0
  268. package/skills/every-style-editor-2/SKILL.md +62 -0
  269. package/skills/figma-design-sync/SKILL.md +188 -0
  270. package/skills/file-todos/SKILL.md +252 -0
  271. package/skills/file-todos/assets/todo-template.md +155 -0
  272. package/skills/framework-docs-researcher/SKILL.md +105 -0
  273. package/skills/frontend-design/SKILL.md +42 -0
  274. package/skills/gemini-imagegen/SKILL.md +237 -0
  275. package/skills/gemini-imagegen/requirements.txt +2 -0
  276. package/skills/gemini-imagegen/scripts/compose_images.py +157 -0
  277. package/skills/gemini-imagegen/scripts/edit_image.py +144 -0
  278. package/skills/gemini-imagegen/scripts/gemini_images.py +263 -0
  279. package/skills/gemini-imagegen/scripts/generate_image.py +133 -0
  280. package/skills/gemini-imagegen/scripts/multi_turn_chat.py +216 -0
  281. package/skills/git-history-analyzer/SKILL.md +58 -0
  282. package/skills/git-worktree/SKILL.md +302 -0
  283. package/skills/git-worktree/scripts/worktree-manager.sh +337 -0
  284. package/skills/julik-frontend-races-reviewer/SKILL.md +220 -0
  285. package/skills/kieran-python-reviewer/SKILL.md +132 -0
  286. package/skills/kieran-rails-reviewer/SKILL.md +114 -0
  287. package/skills/kieran-typescript-reviewer/SKILL.md +123 -0
  288. package/skills/learnings-researcher/SKILL.md +263 -0
  289. package/skills/lint/SKILL.md +14 -0
  290. package/skills/orchestrating-swarms/SKILL.md +1718 -0
  291. package/skills/pattern-recognition-specialist/SKILL.md +71 -0
  292. package/skills/performance-oracle/SKILL.md +136 -0
  293. package/skills/pr-comment-resolver/SKILL.md +82 -0
  294. package/skills/rclone/SKILL.md +150 -0
  295. package/skills/rclone/scripts/check_setup.sh +60 -0
  296. package/skills/repo-research-analyst/SKILL.md +134 -0
  297. package/skills/resolve_pr_parallel/SKILL.md +89 -0
  298. package/skills/resolve_pr_parallel/scripts/get-pr-comments +68 -0
  299. package/skills/resolve_pr_parallel/scripts/resolve-pr-thread +23 -0
  300. package/skills/schema-drift-detector/SKILL.md +153 -0
  301. package/skills/security-sentinel/SKILL.md +113 -0
  302. package/skills/skill-creator/SKILL.md +210 -0
  303. package/skills/skill-creator/scripts/init_skill.py +303 -0
  304. package/skills/skill-creator/scripts/package_skill.py +110 -0
  305. package/skills/skill-creator/scripts/quick_validate.py +65 -0
  306. package/skills/spec-flow-analyzer/SKILL.md +133 -0
  307. package/src/commands/convert.ts +183 -0
  308. package/src/commands/install.ts +273 -0
  309. package/src/commands/list.ts +37 -0
  310. package/src/commands/sync.ts +89 -0
  311. package/src/converters/claude-to-codex.ts +182 -0
  312. package/src/converters/claude-to-opencode.ts +395 -0
  313. package/src/converters/claude-to-pi.ts +205 -0
  314. package/src/index.ts +22 -0
  315. package/src/parsers/claude-home.ts +65 -0
  316. package/src/parsers/claude.ts +252 -0
  317. package/src/sync/codex.ts +92 -0
  318. package/src/sync/opencode.ts +75 -0
  319. package/src/sync/pi.ts +88 -0
  320. package/src/targets/codex.ts +96 -0
  321. package/src/targets/index.ts +38 -0
  322. package/src/targets/opencode.ts +57 -0
  323. package/src/targets/pi.ts +131 -0
  324. package/src/templates/pi/compat-extension.ts +452 -0
  325. package/src/types/claude.ts +90 -0
  326. package/src/types/codex.ts +23 -0
  327. package/src/types/opencode.ts +54 -0
  328. package/src/types/pi.ts +40 -0
  329. package/src/utils/codex-agents.ts +64 -0
  330. package/src/utils/files.ts +77 -0
  331. package/src/utils/frontmatter.ts +65 -0
  332. package/src/utils/symlink.ts +43 -0
@@ -0,0 +1,457 @@
1
+ # Changelog
2
+
3
+ All notable changes to the compound-engineering plugin will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [2.31.1] - 2026-02-09
9
+
10
+ ### Changed
11
+
12
+ - **`dspy-ruby` skill** — Complete rewrite to DSPy.rb v0.34.3 API: `.call()` / `result.field` patterns, `T::Enum` classes, `DSPy::Tools::Base` / `Toolset`. Added events system, lifecycle callbacks, fiber-local LM context, GEPA optimization, evaluation framework, typed context pattern, BAML/TOON schema formats, storage system, score reporting, RubyLLM adapter. 5 reference files (2 new: toolsets, observability), 3 asset templates rewritten.
13
+
14
+ ## [2.31.0] - 2026-02-08
15
+
16
+ ### Added
17
+
18
+ - **`document-review` skill** — Brainstorm and plan refinement through structured review ([@Trevin Chow](https://github.com/trevin))
19
+ - **`/sync` command** — Sync Claude Code personal config across machines ([@Terry Li](https://github.com/terryli))
20
+
21
+ ### Changed
22
+
23
+ - **Context token optimization (79% reduction)** — Plugin was consuming 316% of the context description budget, causing Claude Code to silently exclude components. Now at 65% with room to grow:
24
+ - All 29 agent descriptions trimmed from ~1,400 to ~180 chars avg (examples moved to agent body)
25
+ - 18 manual commands marked `disable-model-invocation: true` (side-effect commands like `/lfg`, `/deploy-docs`, `/triage`, etc.)
26
+ - 6 manual skills marked `disable-model-invocation: true` (`orchestrating-swarms`, `git-worktree`, `skill-creator`, `compound-docs`, `file-todos`, `resolve-pr-parallel`)
27
+ - **git-worktree**: Remove confirmation prompt for worktree creation ([@Sam Xie](https://github.com/samxie))
28
+ - **Prevent subagents from writing intermediary files** in compound workflow ([@Trevin Chow](https://github.com/trevin))
29
+
30
+ ### Fixed
31
+
32
+ - Fix crash when hook entries have no matcher ([@Roberto Mello](https://github.com/robertomello))
33
+ - Fix git-worktree detection where `.git` is a file, not a directory ([@David Alley](https://github.com/davidalley))
34
+ - Backup existing config files before overwriting in sync ([@Zac Williams](https://github.com/zacwilliams))
35
+ - Note new repository URL ([@Aarni Koskela](https://github.com/aarnikoskela))
36
+ - Plugin component counts corrected: 29 agents, 24 commands, 18 skills
37
+
38
+ ---
39
+
40
+ ## [2.30.0] - 2026-02-05
41
+
42
+ ### Added
43
+
44
+ - **`orchestrating-swarms` skill** - Comprehensive guide to multi-agent orchestration
45
+ - Covers primitives: Agent, Team, Teammate, Leader, Task, Inbox, Message, Backend
46
+ - Documents two spawning methods: subagents vs teammates
47
+ - Explains all 13 TeammateTool operations
48
+ - Includes orchestration patterns: Parallel Specialists, Pipeline, Self-Organizing Swarm
49
+ - Details spawn backends: in-process, tmux, iterm2
50
+ - Provides complete workflow examples
51
+ - **`/slfg` command** - Swarm-enabled variant of `/lfg` that uses swarm mode for parallel execution
52
+
53
+ ### Changed
54
+
55
+ - **`/workflows:work` command** - Added optional Swarm Mode section for parallel execution with coordinated agents
56
+
57
+ ---
58
+
59
+ ## [2.29.0] - 2026-02-04
60
+
61
+ ### Added
62
+
63
+ - **`schema-drift-detector` agent** - Detects unrelated schema.rb changes in PRs
64
+ - Compares schema.rb diff against migrations in the PR
65
+ - Catches columns, indexes, and tables from other branches
66
+ - Prevents accidental inclusion of local database state
67
+ - Provides clear fix instructions (checkout + migrate)
68
+ - Essential pre-merge check for any PR with database changes
69
+
70
+ ---
71
+
72
+ ## [2.28.0] - 2026-01-21
73
+
74
+ ### Added
75
+
76
+ - **`/workflows:brainstorm` command** - Guided ideation flow to expand options quickly (#101)
77
+
78
+ ### Changed
79
+
80
+ - **`/workflows:plan` command** - Smarter research decision logic before deep dives (#100)
81
+ - **Research checks** - Mandatory API deprecation validation in research flows (#102)
82
+ - **Docs** - Call out experimental OpenCode/Codex providers and install defaults
83
+ - **CLI defaults** - `install` pulls from GitHub by default and writes OpenCode/Codex output to global locations
84
+
85
+ ### Merged PRs
86
+
87
+ - [#102](https://github.com/EveryInc/compound-engineering-plugin/pull/102) feat(research): add mandatory API deprecation validation
88
+ - [#101](https://github.com/EveryInc/compound-engineering-plugin/pull/101) feat: Add /workflows:brainstorm command and skill
89
+ - [#100](https://github.com/EveryInc/compound-engineering-plugin/pull/100) feat(workflows:plan): Add smart research decision logic
90
+
91
+ ### Contributors
92
+
93
+ Huge thanks to the community contributors who made this release possible! 🙌
94
+
95
+ - **[@tmchow](https://github.com/tmchow)** - Brainstorm workflow, research decision logic (2 PRs)
96
+ - **[@jaredmorgenstern](https://github.com/jaredmorgenstern)** - API deprecation validation
97
+
98
+ ---
99
+
100
+ ## [2.27.0] - 2026-01-20
101
+
102
+ ### Added
103
+
104
+ - **`/workflows:plan` command** - Interactive Q&A refinement phase (#88)
105
+ - After generating initial plan, now offers to refine with targeted questions
106
+ - Asks up to 5 questions about ambiguous requirements, edge cases, or technical decisions
107
+ - Incorporates answers to strengthen the plan before finalization
108
+
109
+ ### Changed
110
+
111
+ - **`/workflows:work` command** - Incremental commits and branch safety (#93)
112
+ - Now commits after each completed task instead of batching at end
113
+ - Added branch protection checks before starting work
114
+ - Better progress tracking with per-task commits
115
+
116
+ ### Fixed
117
+
118
+ - **`dhh-rails-style` skill** - Fixed broken markdown table formatting (#96)
119
+ - **Documentation** - Updated hardcoded year references from 2025 to 2026 (#86, #91)
120
+
121
+ ### Contributors
122
+
123
+ Huge thanks to the community contributors who made this release possible! 🙌
124
+
125
+ - **[@tmchow](https://github.com/tmchow)** - Interactive Q&A for plans, incremental commits, year updates (3 PRs!)
126
+ - **[@ashwin47](https://github.com/ashwin47)** - Markdown table fix
127
+ - **[@rbouschery](https://github.com/rbouschery)** - Documentation year update
128
+
129
+ ### Summary
130
+
131
+ - 27 agents, 23 commands, 14 skills, 1 MCP server
132
+
133
+ ---
134
+
135
+ ## [2.26.5] - 2026-01-18
136
+
137
+ ### Changed
138
+
139
+ - **`/workflows:work` command** - Now marks off checkboxes in plan document as tasks complete
140
+ - Added step to update original plan file (`[ ]` → `[x]`) after each task
141
+ - Ensures no checkboxes are left unchecked when work is done
142
+ - Keeps plan as living document showing progress
143
+
144
+ ---
145
+
146
+ ## [2.26.4] - 2026-01-15
147
+
148
+ ### Changed
149
+
150
+ - **`/workflows:work` command** - PRs now include Compound Engineered badge
151
+ - Updated PR template to include badge at bottom linking to plugin repo
152
+ - Added badge requirement to quality checklist
153
+ - Badge provides attribution and link to the plugin that created the PR
154
+
155
+ ---
156
+
157
+ ## [2.26.3] - 2026-01-14
158
+
159
+ ### Changed
160
+
161
+ - **`design-iterator` agent** - Now auto-loads design skills at start of iterations
162
+ - Added "Step 0: Discover and Load Design Skills (MANDATORY)" section
163
+ - Discovers skills from ~/.claude/skills/, .claude/skills/, and plugin cache
164
+ - Maps user context to relevant skills (Swiss design → swiss-design skill, etc.)
165
+ - Reads SKILL.md files to load principles into context before iterating
166
+ - Extracts key principles: grid specs, typography rules, color philosophy, layout principles
167
+ - Skills are applied throughout ALL iterations for consistent design language
168
+
169
+ ---
170
+
171
+ ## [2.26.2] - 2026-01-14
172
+
173
+ ### Changed
174
+
175
+ - **`/test-browser` command** - Clarified to use agent-browser CLI exclusively
176
+ - Added explicit "CRITICAL: Use agent-browser CLI Only" section
177
+ - Added warning: "DO NOT use Chrome MCP tools (mcp__claude-in-chrome__*)"
178
+ - Added Step 0: Verify agent-browser installation before testing
179
+ - Added full CLI reference section at bottom
180
+ - Added Next.js route mapping patterns
181
+
182
+ ---
183
+
184
+ ## [2.26.1] - 2026-01-14
185
+
186
+ ### Changed
187
+
188
+ - **`best-practices-researcher` agent** - Now checks skills before going online
189
+ - Phase 1: Discovers and reads relevant SKILL.md files from plugin, global, and project directories
190
+ - Phase 2: Only goes online for additional best practices if skills don't provide enough coverage
191
+ - Phase 3: Synthesizes all findings with clear source attribution (skill-based > official docs > community)
192
+ - Skill mappings: Rails → dhh-rails-style, Frontend → frontend-design, AI → agent-native-architecture, etc.
193
+ - Prioritizes curated skill knowledge over external sources for trivial/common patterns
194
+
195
+ ---
196
+
197
+ ## [2.26.0] - 2026-01-14
198
+
199
+ ### Added
200
+
201
+ - **`/lfg` command** - Full autonomous engineering workflow
202
+ - Orchestrates complete feature development from plan to PR
203
+ - Runs: plan → deepen-plan → work → review → resolve todos → test-browser → feature-video
204
+ - Uses ralph-loop for autonomous completion
205
+ - Migrated from local command, updated to use `/test-browser` instead of `/playwright-test`
206
+
207
+ ### Summary
208
+
209
+ - 27 agents, 21 commands, 14 skills, 1 MCP server
210
+
211
+ ---
212
+
213
+ ## [2.25.0] - 2026-01-14
214
+
215
+ ### Added
216
+
217
+ - **`agent-browser` skill** - Browser automation using Vercel's agent-browser CLI
218
+ - Navigate, click, fill forms, take screenshots
219
+ - Uses ref-based element selection (simpler than Playwright)
220
+ - Works in headed or headless mode
221
+
222
+ ### Changed
223
+
224
+ - **Replaced Playwright MCP with agent-browser** - Simpler browser automation across all browser-related features:
225
+ - `/test-browser` command - Now uses agent-browser CLI with headed/headless mode option
226
+ - `/feature-video` command - Uses agent-browser for screenshots
227
+ - `design-iterator` agent - Browser automation via agent-browser
228
+ - `design-implementation-reviewer` agent - Screenshot comparison
229
+ - `figma-design-sync` agent - Design verification
230
+ - `bug-reproduction-validator` agent - Bug reproduction
231
+ - `/review` workflow - Screenshot capabilities
232
+ - `/work` workflow - Browser testing
233
+
234
+ - **`/test-browser` command** - Added "Step 0" to ask user if they want headed (visible) or headless browser mode
235
+
236
+ ### Removed
237
+
238
+ - **Playwright MCP server** - Replaced by agent-browser CLI (simpler, no MCP overhead)
239
+ - **`/playwright-test` command** - Renamed to `/test-browser`
240
+
241
+ ### Summary
242
+
243
+ - 27 agents, 20 commands, 14 skills, 1 MCP server
244
+
245
+ ---
246
+
247
+ ## [2.23.2] - 2026-01-09
248
+
249
+ ### Changed
250
+
251
+ - **`/reproduce-bug` command** - Enhanced with Playwright visual reproduction:
252
+ - Added Phase 2 for visual bug reproduction using browser automation
253
+ - Step-by-step guide for navigating to affected areas
254
+ - Screenshot capture at each reproduction step
255
+ - Console error checking
256
+ - User flow reproduction with clicks, typing, and snapshots
257
+ - Better documentation structure with 4 clear phases
258
+
259
+ ### Summary
260
+
261
+ - 27 agents, 21 commands, 13 skills, 2 MCP servers
262
+
263
+ ---
264
+
265
+ ## [2.23.1] - 2026-01-08
266
+
267
+ ### Changed
268
+
269
+ - **Agent model inheritance** - All 26 agents now use `model: inherit` so they match the user's configured model. Only `lint` keeps `model: haiku` for cost efficiency. (fixes #69)
270
+
271
+ ### Summary
272
+
273
+ - 27 agents, 21 commands, 13 skills, 2 MCP servers
274
+
275
+ ---
276
+
277
+ ## [2.23.0] - 2026-01-08
278
+
279
+ ### Added
280
+
281
+ - **`/agent-native-audit` command** - Comprehensive agent-native architecture review
282
+ - Launches 8 parallel sub-agents, one per core principle
283
+ - Principles: Action Parity, Tools as Primitives, Context Injection, Shared Workspace, CRUD Completeness, UI Integration, Capability Discovery, Prompt-Native Features
284
+ - Each agent produces specific score (X/Y format with percentage)
285
+ - Generates summary report with overall score and top 10 recommendations
286
+ - Supports single principle audit via argument
287
+
288
+ ### Summary
289
+
290
+ - 27 agents, 21 commands, 13 skills, 2 MCP servers
291
+
292
+ ---
293
+
294
+ ## [2.22.0] - 2026-01-05
295
+
296
+ ### Added
297
+
298
+ - **`rclone` skill** - Upload files to S3, Cloudflare R2, Backblaze B2, and other cloud storage providers
299
+
300
+ ### Changed
301
+
302
+ - **`/feature-video` command** - Enhanced with:
303
+ - Better ffmpeg commands for video/GIF creation (proper scaling, framerate control)
304
+ - rclone integration for cloud uploads
305
+ - Screenshot copying to project folder
306
+ - Improved upload options workflow
307
+
308
+ ### Summary
309
+
310
+ - 27 agents, 20 commands, 13 skills, 2 MCP servers
311
+
312
+ ---
313
+
314
+ ## [2.21.0] - 2026-01-05
315
+
316
+ ### Fixed
317
+
318
+ - Version history cleanup after merge conflict resolution
319
+
320
+ ### Summary
321
+
322
+ This release consolidates all recent work:
323
+ - `/feature-video` command for recording PR demos
324
+ - `/deepen-plan` command for enhanced planning
325
+ - `create-agent-skills` skill rewrite (official spec compliance)
326
+ - `agent-native-architecture` skill major expansion
327
+ - `dhh-rails-style` skill consolidation (merged dhh-ruby-style)
328
+ - 27 agents, 20 commands, 12 skills, 2 MCP servers
329
+
330
+ ---
331
+
332
+ ## [2.20.0] - 2026-01-05
333
+
334
+ ### Added
335
+
336
+ - **`/feature-video` command** - Record video walkthroughs of features using Playwright
337
+
338
+ ### Changed
339
+
340
+ - **`create-agent-skills` skill** - Complete rewrite to match Anthropic's official skill specification
341
+
342
+ ### Removed
343
+
344
+ - **`dhh-ruby-style` skill** - Merged into `dhh-rails-style` skill
345
+
346
+ ---
347
+
348
+ ## [2.19.0] - 2025-12-31
349
+
350
+ ### Added
351
+
352
+ - **`/deepen-plan` command** - Power enhancement for plans. Takes an existing plan and runs parallel research sub-agents for each major section to add:
353
+ - Best practices and industry patterns
354
+ - Performance optimizations
355
+ - UI/UX improvements (if applicable)
356
+ - Quality enhancements and edge cases
357
+ - Real-world implementation examples
358
+
359
+ The result is a deeply grounded, production-ready plan with concrete implementation details.
360
+
361
+ ### Changed
362
+
363
+ - **`/workflows:plan` command** - Added `/deepen-plan` as option 2 in post-generation menu. Added note: if running with ultrathink enabled, automatically run deepen-plan for maximum depth.
364
+
365
+ ## [2.18.0] - 2025-12-25
366
+
367
+ ### Added
368
+
369
+ - **`agent-native-architecture` skill** - Added **Dynamic Capability Discovery** pattern and **Architecture Review Checklist**:
370
+
371
+ **New Patterns in mcp-tool-design.md:**
372
+ - **Dynamic Capability Discovery** - For external APIs (HealthKit, HomeKit, GraphQL), build a discovery tool (`list_*`) that returns available capabilities at runtime, plus a generic access tool that takes strings (not enums). The API validates, not your code. This means agents can use new API capabilities without code changes.
373
+ - **CRUD Completeness** - Every entity the agent can create must also be readable, updatable, and deletable. Incomplete CRUD = broken action parity.
374
+
375
+ **New in SKILL.md:**
376
+ - **Architecture Review Checklist** - Pushes reviewer findings earlier into the design phase. Covers tool design (dynamic vs static, CRUD completeness), action parity (capability map, edit/delete), UI integration (agent → UI communication), and context injection.
377
+ - **Option 11: API Integration** - New intake option for connecting to external APIs like HealthKit, HomeKit, GraphQL
378
+ - **New anti-patterns:** Static Tool Mapping (building individual tools for each API endpoint), Incomplete CRUD (create-only tools)
379
+ - **Tool Design Criteria** section added to success criteria checklist
380
+
381
+ **New in shared-workspace-architecture.md:**
382
+ - **iCloud File Storage for Multi-Device Sync** - Use iCloud Documents for your shared workspace to get free, automatic multi-device sync without building a sync layer. Includes implementation pattern, conflict handling, entitlements, and when NOT to use it.
383
+
384
+ ### Philosophy
385
+
386
+ This update codifies a key insight for **agent-native apps**: when integrating with external APIs where the agent should have the same access as the user, use **Dynamic Capability Discovery** instead of static tool mapping. Instead of building `read_steps`, `read_heart_rate`, `read_sleep`... build `list_health_types` + `read_health_data(dataType: string)`. The agent discovers what's available, the API validates the type.
387
+
388
+ Note: This pattern is specifically for agent-native apps following the "whatever the user can do, the agent can do" philosophy. For constrained agents with intentionally limited capabilities, static tool mapping may be appropriate.
389
+
390
+ ---
391
+
392
+ ## [2.17.0] - 2025-12-25
393
+
394
+ ### Enhanced
395
+
396
+ - **`agent-native-architecture` skill** - Major expansion based on real-world learnings from building the Every Reader iOS app. Added 5 new reference documents and expanded existing ones:
397
+
398
+ **New References:**
399
+ - **dynamic-context-injection.md** - How to inject runtime app state into agent system prompts. Covers context injection patterns, what context to inject (resources, activity, capabilities, vocabulary), implementation patterns for Swift/iOS and TypeScript, and context freshness.
400
+ - **action-parity-discipline.md** - Workflow for ensuring agents can do everything users can do. Includes capability mapping templates, parity audit process, PR checklists, tool design for parity, and context parity guidelines.
401
+ - **shared-workspace-architecture.md** - Patterns for agents and users working in the same data space. Covers directory structure, file tools, UI integration (file watching, shared stores), agent-user collaboration patterns, and security considerations.
402
+ - **agent-native-testing.md** - Testing patterns for agent-native apps. Includes "Can Agent Do It?" tests, the Surprise Test, automated parity testing, integration testing, and CI/CD integration.
403
+ - **mobile-patterns.md** - Mobile-specific patterns for iOS/Android. Covers background execution (checkpoint/resume), permission handling, cost-aware design (model tiers, token budgets, network awareness), offline handling, and battery awareness.
404
+
405
+ **Updated References:**
406
+ - **architecture-patterns.md** - Added 3 new patterns: Unified Agent Architecture (one orchestrator, many agent types), Agent-to-UI Communication (shared data store, file watching, event bus), and Model Tier Selection (fast/balanced/powerful).
407
+
408
+ **Updated Skill Root:**
409
+ - **SKILL.md** - Expanded intake menu (now 10 options including context injection, action parity, shared workspace, testing, mobile patterns). Added 5 new agent-native anti-patterns (Context Starvation, Orphan Features, Sandbox Isolation, Silent Actions, Capability Hiding). Expanded success criteria with agent-native and mobile-specific checklists.
410
+
411
+ - **`agent-native-reviewer` agent** - Significantly enhanced with comprehensive review process covering all new patterns. Now checks for action parity, context parity, shared workspace, tool design (primitives vs workflows), dynamic context injection, and mobile-specific concerns. Includes detailed anti-patterns, output format template, quick checks ("Write to Location" test, Surprise test), and mobile-specific verification.
412
+
413
+ ### Philosophy
414
+
415
+ These updates operationalize a key insight from building agent-native mobile apps: **"The agent should be able to do anything the user can do, through tools that mirror UI capabilities, with full context about the app state."** The failure case that prompted these changes: an agent asked "what reading feed?" when a user said "write something in my reading feed"—because it had no `publish_to_feed` tool and no context about what "feed" meant.
416
+
417
+ ## [2.16.0] - 2025-12-21
418
+
419
+ ### Enhanced
420
+
421
+ - **`dhh-rails-style` skill** - Massively expanded reference documentation incorporating patterns from Marc Köhlbrugge's Unofficial 37signals Coding Style Guide:
422
+ - **controllers.md** - Added authorization patterns, rate limiting, Sec-Fetch-Site CSRF protection, request context concerns
423
+ - **models.md** - Added validation philosophy, let it crash philosophy (bang methods), default values with lambdas, Rails 7.1+ patterns (normalizes, delegated types, store accessor), concern guidelines with touch chains
424
+ - **frontend.md** - Added Turbo morphing best practices, Turbo frames patterns, 6 new Stimulus controllers (auto-submit, dialog, local-time, etc.), Stimulus best practices, view helpers, caching with personalization, broadcasting patterns
425
+ - **architecture.md** - Added path-based multi-tenancy, database patterns (UUIDs, state as records, hard deletes, counter caches), background job patterns (transaction safety, error handling, batch processing), email patterns, security patterns (XSS, SSRF, CSP), Active Storage patterns
426
+ - **gems.md** - Added expanded what-they-avoid section (service objects, form objects, decorators, CSS preprocessors, React/Vue), testing philosophy with Minitest/fixtures patterns
427
+
428
+ ### Credits
429
+
430
+ - Reference patterns derived from [Marc Köhlbrugge's Unofficial 37signals Coding Style Guide](https://github.com/marckohlbrugge/unofficial-37signals-coding-style-guide)
431
+
432
+ ## [2.15.2] - 2025-12-21
433
+
434
+ ### Fixed
435
+
436
+ - **All skills** - Fixed spec compliance issues across 12 skills:
437
+ - Reference files now use proper markdown links (`[file.md](./references/file.md)`) instead of backtick text
438
+ - Descriptions now use third person ("This skill should be used when...") per skill-creator spec
439
+ - Affected skills: agent-native-architecture, andrew-kane-gem-writer, compound-docs, create-agent-skills, dhh-rails-style, dspy-ruby, every-style-editor, file-todos, frontend-design, gemini-imagegen
440
+
441
+ ### Added
442
+
443
+ - **CLAUDE.md** - Added Skill Compliance Checklist with validation commands for ensuring new skills meet spec requirements
444
+
445
+ ## [2.15.1] - 2025-12-18
446
+
447
+ ### Changed
448
+
449
+ - **`/workflows:review` command** - Section 7 now detects project type (Web, iOS, or Hybrid) and offers appropriate testing. Web projects get `/playwright-test`, iOS projects get `/xcode-test`, hybrid projects can run both.
450
+
451
+ ## [2.15.0] - 2025-12-18
452
+
453
+ ### Added
454
+
455
+ - **`/xcode-test` command** - Build and test iOS apps on simulator using XcodeBuildMCP. Automatically detects Xcode project, builds app, launches simulator, and runs test suite. Includes retries for flaky tests.
456
+
457
+ - **`/playwright-test` command** - Run Playwright browser tests on pages affected by current PR or branch. Detects changed files, maps to affected routes, generates/runs targeted tests, and reports results with screenshots.
@@ -0,0 +1,89 @@
1
+ # Compounding Engineering Plugin Development
2
+
3
+ ## Versioning Requirements
4
+
5
+ **IMPORTANT**: Every change to this plugin MUST include updates to all three files:
6
+
7
+ 1. **`.claude-plugin/plugin.json`** - Bump version using semver
8
+ 2. **`CHANGELOG.md`** - Document changes using Keep a Changelog format
9
+ 3. **`README.md`** - Verify/update component counts and tables
10
+
11
+ ### Version Bumping Rules
12
+
13
+ - **MAJOR** (1.0.0 → 2.0.0): Breaking changes, major reorganization
14
+ - **MINOR** (1.0.0 → 1.1.0): New agents, commands, or skills
15
+ - **PATCH** (1.0.0 → 1.0.1): Bug fixes, doc updates, minor improvements
16
+
17
+ ### Pre-Commit Checklist
18
+
19
+ Before committing ANY changes:
20
+
21
+ - [ ] Version bumped in `.claude-plugin/plugin.json`
22
+ - [ ] CHANGELOG.md updated with changes
23
+ - [ ] README.md component counts verified
24
+ - [ ] README.md tables accurate (agents, commands, skills)
25
+ - [ ] plugin.json description matches current counts
26
+
27
+ ### Directory Structure
28
+
29
+ ```
30
+ agents/
31
+ ├── review/ # Code review agents
32
+ ├── research/ # Research and analysis agents
33
+ ├── design/ # Design and UI agents
34
+ ├── workflow/ # Workflow automation agents
35
+ └── docs/ # Documentation agents
36
+
37
+ commands/
38
+ ├── workflows/ # Core workflow commands (workflows:plan, workflows:review, etc.)
39
+ └── *.md # Utility commands
40
+
41
+ skills/
42
+ └── *.md # All skills at root level
43
+ ```
44
+
45
+ ## Command Naming Convention
46
+
47
+ **Workflow commands** use `workflows:` prefix to avoid collisions with built-in commands:
48
+ - `/workflows:plan` - Create implementation plans
49
+ - `/workflows:review` - Run comprehensive code reviews
50
+ - `/workflows:work` - Execute work items systematically
51
+ - `/workflows:compound` - Document solved problems
52
+
53
+ **Why `workflows:`?** Claude Code has built-in `/plan` and `/review` commands. Using `name: workflows:plan` in frontmatter creates a unique `/workflows:plan` command with no collision.
54
+
55
+ ## Skill Compliance Checklist
56
+
57
+ When adding or modifying skills, verify compliance with skill-creator spec:
58
+
59
+ ### YAML Frontmatter (Required)
60
+
61
+ - [ ] `name:` present and matches directory name (lowercase-with-hyphens)
62
+ - [ ] `description:` present and describes **what it does and when to use it** (per official spec: "Explains code with diagrams. Use when exploring how code works.")
63
+
64
+ ### Reference Links (Required if references/ exists)
65
+
66
+ - [ ] All files in `references/` are linked as `[filename.md](./references/filename.md)`
67
+ - [ ] All files in `assets/` are linked as `[filename](./assets/filename)`
68
+ - [ ] All files in `scripts/` are linked as `[filename](./scripts/filename)`
69
+ - [ ] No bare backtick references like `` `references/file.md` `` - use proper markdown links
70
+
71
+ ### Writing Style
72
+
73
+ - [ ] Use imperative/infinitive form (verb-first instructions)
74
+ - [ ] Avoid second person ("you should") - use objective language ("To accomplish X, do Y")
75
+
76
+ ### Quick Validation Command
77
+
78
+ ```bash
79
+ # Check for unlinked references in a skill
80
+ grep -E '`(references|assets|scripts)/[^`]+`' skills/*/SKILL.md
81
+ # Should return nothing if all refs are properly linked
82
+
83
+ # Check description format - should describe what + when
84
+ grep -E '^description:' skills/*/SKILL.md
85
+ ```
86
+
87
+ ## Documentation
88
+
89
+ See `docs/solutions/plugin-versioning-requirements.md` for detailed versioning workflow.
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Kieran Klaassen
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.