ai-engineering-init 1.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 (313) hide show
  1. package/.claude/agents/code-reviewer.md +139 -0
  2. package/.claude/agents/project-manager.md +159 -0
  3. package/.claude/audio/completed.wav +0 -0
  4. package/.claude/commands/add-todo.md +255 -0
  5. package/.claude/commands/check.md +210 -0
  6. package/.claude/commands/crud.md +454 -0
  7. package/.claude/commands/dev.md +503 -0
  8. package/.claude/commands/init-docs.md +681 -0
  9. package/.claude/commands/next.md +251 -0
  10. package/.claude/commands/progress.md +242 -0
  11. package/.claude/commands/start.md +199 -0
  12. package/.claude/commands/sync.md +307 -0
  13. package/.claude/commands/update-status.md +428 -0
  14. package/.claude/docs/Mixin/344/275/277/347/224/250/346/214/207/345/215/227.md +299 -0
  15. package/.claude/docs/README.md +167 -0
  16. package/.claude/docs//345/211/215/347/253/257/345/274/200/345/217/221/346/214/207/345/215/227.md +599 -0
  17. package/.claude/docs//345/220/216/347/253/257/345/274/200/345/217/221/346/214/207/345/215/227.md +726 -0
  18. package/.claude/docs//345/267/245/344/275/234/346/265/201/345/274/200/345/217/221/346/214/207/345/215/227.md +714 -0
  19. package/.claude/docs//345/267/245/345/205/267/347/261/273/344/275/277/347/224/250/346/214/207/345/215/227.md +463 -0
  20. package/.claude/docs//346/225/260/346/215/256/345/272/223/350/256/276/350/256/241/350/247/204/350/214/203.md +390 -0
  21. package/.claude/docs//346/226/260/345/212/237/350/203/275/345/274/200/345/217/221/346/265/201/347/250/213/350/247/204/350/214/203.md +688 -0
  22. package/.claude/docs//346/226/260/351/241/271/347/233/256/345/274/200/345/217/221/346/265/201/347/250/213.md +365 -0
  23. package/.claude/docs//346/241/206/346/236/266/350/257/264/346/230/216.md +393 -0
  24. package/.claude/docs//350/267/257/347/224/261/351/205/215/347/275/256/346/214/207/345/215/227.md +246 -0
  25. package/.claude/framework-config.json +73 -0
  26. package/.claude/hooks/pre-tool-use.js +117 -0
  27. package/.claude/hooks/skill-forced-eval.js +167 -0
  28. package/.claude/hooks/stop.js +58 -0
  29. package/.claude/settings.json +41 -0
  30. package/.claude/skills/add-skill/SKILL.md +352 -0
  31. package/.claude/skills/api-development/SKILL.md +560 -0
  32. package/.claude/skills/architecture-design/SKILL.md +756 -0
  33. package/.claude/skills/backend-annotations/SKILL.md +674 -0
  34. package/.claude/skills/banana-image/CHANGELOG.md +37 -0
  35. package/.claude/skills/banana-image/README.md +146 -0
  36. package/.claude/skills/banana-image/SKILL.md +164 -0
  37. package/.claude/skills/banana-image/assets/logo.png +0 -0
  38. package/.claude/skills/banana-image/references/advanced-usage.md +189 -0
  39. package/.claude/skills/banana-image/scripts/apply_template.py +125 -0
  40. package/.claude/skills/banana-image/scripts/banana_image_exec.ts +412 -0
  41. package/.claude/skills/banana-image/scripts/batch_prep.py +82 -0
  42. package/.claude/skills/banana-image/scripts/package-lock.json +1437 -0
  43. package/.claude/skills/banana-image/scripts/package.json +18 -0
  44. package/.claude/skills/banana-image/scripts/requirements.txt +10 -0
  45. package/.claude/skills/banana-image/templates/poster.json +22 -0
  46. package/.claude/skills/banana-image/templates/product.json +17 -0
  47. package/.claude/skills/banana-image/templates/social.json +22 -0
  48. package/.claude/skills/banana-image/templates/thumbnail.json +17 -0
  49. package/.claude/skills/brainstorm/SKILL.md +648 -0
  50. package/.claude/skills/bug-detective/SKILL.md +1206 -0
  51. package/.claude/skills/code-patterns/SKILL.md +590 -0
  52. package/.claude/skills/collaborating-with-codex/SKILL.md +174 -0
  53. package/.claude/skills/collaborating-with-codex/scripts/codex_bridge.py +275 -0
  54. package/.claude/skills/collaborating-with-gemini/SKILL.md +194 -0
  55. package/.claude/skills/collaborating-with-gemini/scripts/gemini_bridge.py +275 -0
  56. package/.claude/skills/crud-development/SKILL.md +649 -0
  57. package/.claude/skills/data-permission/SKILL.md +599 -0
  58. package/.claude/skills/database-ops/SKILL.md +407 -0
  59. package/.claude/skills/error-handler/SKILL.md +371 -0
  60. package/.claude/skills/file-oss-management/SKILL.md +863 -0
  61. package/.claude/skills/git-workflow/SKILL.md +375 -0
  62. package/.claude/skills/json-serialization/SKILL.md +357 -0
  63. package/.claude/skills/leniu-api-development/SKILL.md +803 -0
  64. package/.claude/skills/leniu-architecture-design/SKILL.md +598 -0
  65. package/.claude/skills/leniu-backend-annotations/SKILL.md +664 -0
  66. package/.claude/skills/leniu-code-patterns/SKILL.md +365 -0
  67. package/.claude/skills/leniu-crud-development/SKILL.md +1110 -0
  68. package/.claude/skills/leniu-data-permission/SKILL.md +256 -0
  69. package/.claude/skills/leniu-database-ops/SKILL.md +426 -0
  70. package/.claude/skills/leniu-error-handler/SKILL.md +462 -0
  71. package/.claude/skills/leniu-java-amount-handling/SKILL.md +461 -0
  72. package/.claude/skills/leniu-java-code-style/SKILL.md +510 -0
  73. package/.claude/skills/leniu-java-concurrent/SKILL.md +400 -0
  74. package/.claude/skills/leniu-java-entity/SKILL.md +751 -0
  75. package/.claude/skills/leniu-java-export/SKILL.md +560 -0
  76. package/.claude/skills/leniu-java-logging/SKILL.md +832 -0
  77. package/.claude/skills/leniu-java-mq/SKILL.md +338 -0
  78. package/.claude/skills/leniu-java-mybatis/SKILL.md +640 -0
  79. package/.claude/skills/leniu-java-report-query-param/SKILL.md +291 -0
  80. package/.claude/skills/leniu-java-task/SKILL.md +367 -0
  81. package/.claude/skills/leniu-java-total-line/SKILL.md +195 -0
  82. package/.claude/skills/leniu-marketing-price-rule-customizer/SKILL.md +301 -0
  83. package/.claude/skills/leniu-marketing-recharge-rule-customizer/SKILL.md +285 -0
  84. package/.claude/skills/leniu-mealtime/SKILL.md +215 -0
  85. package/.claude/skills/leniu-redis-cache/SKILL.md +316 -0
  86. package/.claude/skills/leniu-security-guard/SKILL.md +520 -0
  87. package/.claude/skills/leniu-utils-toolkit/SKILL.md +380 -0
  88. package/.claude/skills/openspec-apply-change/SKILL.md +156 -0
  89. package/.claude/skills/openspec-archive-change/SKILL.md +114 -0
  90. package/.claude/skills/openspec-bulk-archive-change/SKILL.md +246 -0
  91. package/.claude/skills/openspec-continue-change/SKILL.md +118 -0
  92. package/.claude/skills/openspec-explore/SKILL.md +290 -0
  93. package/.claude/skills/openspec-ff-change/SKILL.md +101 -0
  94. package/.claude/skills/openspec-new-change/SKILL.md +74 -0
  95. package/.claude/skills/openspec-onboard/SKILL.md +529 -0
  96. package/.claude/skills/openspec-sync-specs/SKILL.md +138 -0
  97. package/.claude/skills/openspec-verify-change/SKILL.md +168 -0
  98. package/.claude/skills/performance-doctor/SKILL.md +627 -0
  99. package/.claude/skills/project-navigator/SKILL.md +305 -0
  100. package/.claude/skills/redis-cache/SKILL.md +839 -0
  101. package/.claude/skills/scheduled-jobs/SKILL.md +633 -0
  102. package/.claude/skills/security-guard/SKILL.md +748 -0
  103. package/.claude/skills/sms-mail/SKILL.md +766 -0
  104. package/.claude/skills/social-login/SKILL.md +668 -0
  105. package/.claude/skills/store-pc/SKILL.md +366 -0
  106. package/.claude/skills/task-tracker/SKILL.md +307 -0
  107. package/.claude/skills/tech-decision/SKILL.md +393 -0
  108. package/.claude/skills/tenant-management/SKILL.md +603 -0
  109. package/.claude/skills/test-development/SKILL.md +755 -0
  110. package/.claude/skills/ui-pc/SKILL.md +438 -0
  111. package/.claude/skills/utils-toolkit/SKILL.md +615 -0
  112. package/.claude/skills/websocket-sse/SKILL.md +716 -0
  113. package/.claude/skills/workflow-engine/SKILL.md +676 -0
  114. package/.claude/templates//345/276/205/345/212/236/346/270/205/345/215/225/346/250/241/346/235/277.md +56 -0
  115. package/.claude/templates//351/234/200/346/261/202/346/226/207/346/241/243/346/250/241/346/235/277.md +85 -0
  116. package/.claude/templates//351/241/271/347/233/256/347/212/266/346/200/201/346/250/241/346/235/277.md +43 -0
  117. package/.codex/skills/add-skill/SKILL.md +352 -0
  118. package/.codex/skills/add-todo/SKILL.md +269 -0
  119. package/.codex/skills/api-development/SKILL.md +693 -0
  120. package/.codex/skills/architecture-design/SKILL.md +628 -0
  121. package/.codex/skills/backend-annotations/SKILL.md +664 -0
  122. package/.codex/skills/banana-image/CHANGELOG.md +37 -0
  123. package/.codex/skills/banana-image/README.md +146 -0
  124. package/.codex/skills/banana-image/SKILL.md +164 -0
  125. package/.codex/skills/banana-image/assets/logo.png +0 -0
  126. package/.codex/skills/banana-image/references/advanced-usage.md +189 -0
  127. package/.codex/skills/banana-image/scripts/apply_template.py +125 -0
  128. package/.codex/skills/banana-image/scripts/banana_image_exec.ts +412 -0
  129. package/.codex/skills/banana-image/scripts/batch_prep.py +82 -0
  130. package/.codex/skills/banana-image/scripts/package-lock.json +1437 -0
  131. package/.codex/skills/banana-image/scripts/package.json +18 -0
  132. package/.codex/skills/banana-image/scripts/requirements.txt +10 -0
  133. package/.codex/skills/banana-image/templates/poster.json +22 -0
  134. package/.codex/skills/banana-image/templates/product.json +17 -0
  135. package/.codex/skills/banana-image/templates/social.json +22 -0
  136. package/.codex/skills/banana-image/templates/thumbnail.json +17 -0
  137. package/.codex/skills/brainstorm/SKILL.md +648 -0
  138. package/.codex/skills/bug-detective/SKILL.md +1206 -0
  139. package/.codex/skills/check/SKILL.md +367 -0
  140. package/.codex/skills/code-patterns/SKILL.md +442 -0
  141. package/.codex/skills/collaborating-with-codex/SKILL.md +174 -0
  142. package/.codex/skills/collaborating-with-codex/scripts/codex_bridge.py +275 -0
  143. package/.codex/skills/collaborating-with-gemini/SKILL.md +194 -0
  144. package/.codex/skills/collaborating-with-gemini/scripts/gemini_bridge.py +275 -0
  145. package/.codex/skills/crud/SKILL.md +265 -0
  146. package/.codex/skills/crud-development/SKILL.md +637 -0
  147. package/.codex/skills/data-permission/SKILL.md +591 -0
  148. package/.codex/skills/database-ops/SKILL.md +553 -0
  149. package/.codex/skills/dev/SKILL.md +187 -0
  150. package/.codex/skills/error-handler/SKILL.md +361 -0
  151. package/.codex/skills/file-oss-management/SKILL.md +863 -0
  152. package/.codex/skills/git-workflow/SKILL.md +375 -0
  153. package/.codex/skills/init-docs/SKILL.md +194 -0
  154. package/.codex/skills/json-serialization/SKILL.md +357 -0
  155. package/.codex/skills/leniu-api-development/SKILL.md +803 -0
  156. package/.codex/skills/leniu-architecture-design/SKILL.md +594 -0
  157. package/.codex/skills/leniu-backend-annotations/SKILL.md +662 -0
  158. package/.codex/skills/leniu-code-patterns/SKILL.md +365 -0
  159. package/.codex/skills/leniu-crud-development/SKILL.md +1110 -0
  160. package/.codex/skills/leniu-data-permission/SKILL.md +256 -0
  161. package/.codex/skills/leniu-database-ops/SKILL.md +426 -0
  162. package/.codex/skills/leniu-error-handler/SKILL.md +462 -0
  163. package/.codex/skills/leniu-java-amount-handling/SKILL.md +461 -0
  164. package/.codex/skills/leniu-java-code-style/SKILL.md +510 -0
  165. package/.codex/skills/leniu-java-concurrent/SKILL.md +400 -0
  166. package/.codex/skills/leniu-java-entity/SKILL.md +751 -0
  167. package/.codex/skills/leniu-java-export/SKILL.md +560 -0
  168. package/.codex/skills/leniu-java-logging/SKILL.md +832 -0
  169. package/.codex/skills/leniu-java-mq/SKILL.md +338 -0
  170. package/.codex/skills/leniu-java-mybatis/SKILL.md +640 -0
  171. package/.codex/skills/leniu-java-report-query-param/SKILL.md +291 -0
  172. package/.codex/skills/leniu-java-task/SKILL.md +367 -0
  173. package/.codex/skills/leniu-java-total-line/SKILL.md +195 -0
  174. package/.codex/skills/leniu-marketing-price-rule-customizer/SKILL.md +301 -0
  175. package/.codex/skills/leniu-marketing-recharge-rule-customizer/SKILL.md +285 -0
  176. package/.codex/skills/leniu-mealtime/SKILL.md +215 -0
  177. package/.codex/skills/leniu-redis-cache/SKILL.md +316 -0
  178. package/.codex/skills/leniu-security-guard/SKILL.md +520 -0
  179. package/.codex/skills/leniu-utils-toolkit/SKILL.md +378 -0
  180. package/.codex/skills/next/SKILL.md +137 -0
  181. package/.codex/skills/openspec-apply-change/SKILL.md +156 -0
  182. package/.codex/skills/openspec-archive-change/SKILL.md +114 -0
  183. package/.codex/skills/openspec-bulk-archive-change/SKILL.md +246 -0
  184. package/.codex/skills/openspec-continue-change/SKILL.md +118 -0
  185. package/.codex/skills/openspec-explore/SKILL.md +290 -0
  186. package/.codex/skills/openspec-ff-change/SKILL.md +101 -0
  187. package/.codex/skills/openspec-new-change/SKILL.md +74 -0
  188. package/.codex/skills/openspec-onboard/SKILL.md +529 -0
  189. package/.codex/skills/openspec-sync-specs/SKILL.md +138 -0
  190. package/.codex/skills/openspec-verify-change/SKILL.md +168 -0
  191. package/.codex/skills/performance-doctor/SKILL.md +627 -0
  192. package/.codex/skills/progress/SKILL.md +193 -0
  193. package/.codex/skills/project-navigator/SKILL.md +286 -0
  194. package/.codex/skills/redis-cache/SKILL.md +829 -0
  195. package/.codex/skills/scheduled-jobs/SKILL.md +633 -0
  196. package/.codex/skills/security-guard/SKILL.md +739 -0
  197. package/.codex/skills/sms-mail/SKILL.md +766 -0
  198. package/.codex/skills/social-login/SKILL.md +668 -0
  199. package/.codex/skills/start/SKILL.md +154 -0
  200. package/.codex/skills/store-pc/SKILL.md +491 -0
  201. package/.codex/skills/sync/SKILL.md +149 -0
  202. package/.codex/skills/task-tracker/SKILL.md +307 -0
  203. package/.codex/skills/tech-decision/SKILL.md +393 -0
  204. package/.codex/skills/tenant-management/SKILL.md +603 -0
  205. package/.codex/skills/test-development/SKILL.md +755 -0
  206. package/.codex/skills/ui-pc/SKILL.md +475 -0
  207. package/.codex/skills/update-status/SKILL.md +159 -0
  208. package/.codex/skills/utils-toolkit/SKILL.md +593 -0
  209. package/.codex/skills/websocket-sse/SKILL.md +716 -0
  210. package/.codex/skills/workflow-engine/SKILL.md +676 -0
  211. package/.cursor/agents/code-reviewer.md +139 -0
  212. package/.cursor/agents/project-manager.md +159 -0
  213. package/.cursor/commands/opsx-apply.md +152 -0
  214. package/.cursor/commands/opsx-archive.md +157 -0
  215. package/.cursor/commands/opsx-bulk-archive.md +242 -0
  216. package/.cursor/commands/opsx-continue.md +114 -0
  217. package/.cursor/commands/opsx-explore.md +174 -0
  218. package/.cursor/commands/opsx-ff.md +94 -0
  219. package/.cursor/commands/opsx-new.md +69 -0
  220. package/.cursor/commands/opsx-onboard.md +525 -0
  221. package/.cursor/commands/opsx-sync.md +134 -0
  222. package/.cursor/commands/opsx-verify.md +164 -0
  223. package/.cursor/mcp.json +22 -0
  224. package/.cursor/skills/add-skill/SKILL.md +352 -0
  225. package/.cursor/skills/api-development/SKILL.md +560 -0
  226. package/.cursor/skills/architecture-design/SKILL.md +756 -0
  227. package/.cursor/skills/backend-annotations/SKILL.md +674 -0
  228. package/.cursor/skills/banana-image/CHANGELOG.md +37 -0
  229. package/.cursor/skills/banana-image/README.md +146 -0
  230. package/.cursor/skills/banana-image/SKILL.md +164 -0
  231. package/.cursor/skills/banana-image/assets/logo.png +0 -0
  232. package/.cursor/skills/banana-image/references/advanced-usage.md +189 -0
  233. package/.cursor/skills/banana-image/scripts/apply_template.py +125 -0
  234. package/.cursor/skills/banana-image/scripts/banana_image_exec.ts +412 -0
  235. package/.cursor/skills/banana-image/scripts/batch_prep.py +82 -0
  236. package/.cursor/skills/banana-image/scripts/package-lock.json +1437 -0
  237. package/.cursor/skills/banana-image/scripts/package.json +18 -0
  238. package/.cursor/skills/banana-image/scripts/requirements.txt +10 -0
  239. package/.cursor/skills/banana-image/templates/poster.json +22 -0
  240. package/.cursor/skills/banana-image/templates/product.json +17 -0
  241. package/.cursor/skills/banana-image/templates/social.json +22 -0
  242. package/.cursor/skills/banana-image/templates/thumbnail.json +17 -0
  243. package/.cursor/skills/brainstorm/SKILL.md +648 -0
  244. package/.cursor/skills/bug-detective/SKILL.md +1206 -0
  245. package/.cursor/skills/code-patterns/SKILL.md +590 -0
  246. package/.cursor/skills/collaborating-with-codex/SKILL.md +174 -0
  247. package/.cursor/skills/collaborating-with-codex/scripts/codex_bridge.py +275 -0
  248. package/.cursor/skills/collaborating-with-gemini/SKILL.md +194 -0
  249. package/.cursor/skills/collaborating-with-gemini/scripts/gemini_bridge.py +275 -0
  250. package/.cursor/skills/crud-development/SKILL.md +649 -0
  251. package/.cursor/skills/data-permission/SKILL.md +599 -0
  252. package/.cursor/skills/database-ops/SKILL.md +407 -0
  253. package/.cursor/skills/error-handler/SKILL.md +371 -0
  254. package/.cursor/skills/file-oss-management/SKILL.md +863 -0
  255. package/.cursor/skills/git-workflow/SKILL.md +375 -0
  256. package/.cursor/skills/json-serialization/SKILL.md +357 -0
  257. package/.cursor/skills/leniu-api-development/SKILL.md +803 -0
  258. package/.cursor/skills/leniu-architecture-design/SKILL.md +598 -0
  259. package/.cursor/skills/leniu-backend-annotations/SKILL.md +664 -0
  260. package/.cursor/skills/leniu-code-patterns/SKILL.md +365 -0
  261. package/.cursor/skills/leniu-crud-development/SKILL.md +1110 -0
  262. package/.cursor/skills/leniu-data-permission/SKILL.md +256 -0
  263. package/.cursor/skills/leniu-database-ops/SKILL.md +426 -0
  264. package/.cursor/skills/leniu-error-handler/SKILL.md +462 -0
  265. package/.cursor/skills/leniu-java-amount-handling/SKILL.md +461 -0
  266. package/.cursor/skills/leniu-java-code-style/SKILL.md +510 -0
  267. package/.cursor/skills/leniu-java-concurrent/SKILL.md +400 -0
  268. package/.cursor/skills/leniu-java-entity/SKILL.md +751 -0
  269. package/.cursor/skills/leniu-java-export/SKILL.md +560 -0
  270. package/.cursor/skills/leniu-java-logging/SKILL.md +832 -0
  271. package/.cursor/skills/leniu-java-mq/SKILL.md +338 -0
  272. package/.cursor/skills/leniu-java-mybatis/SKILL.md +640 -0
  273. package/.cursor/skills/leniu-java-report-query-param/SKILL.md +291 -0
  274. package/.cursor/skills/leniu-java-task/SKILL.md +367 -0
  275. package/.cursor/skills/leniu-java-total-line/SKILL.md +195 -0
  276. package/.cursor/skills/leniu-marketing-price-rule-customizer/SKILL.md +301 -0
  277. package/.cursor/skills/leniu-marketing-recharge-rule-customizer/SKILL.md +285 -0
  278. package/.cursor/skills/leniu-mealtime/SKILL.md +215 -0
  279. package/.cursor/skills/leniu-redis-cache/SKILL.md +316 -0
  280. package/.cursor/skills/leniu-security-guard/SKILL.md +520 -0
  281. package/.cursor/skills/leniu-utils-toolkit/SKILL.md +380 -0
  282. package/.cursor/skills/openspec-apply-change/SKILL.md +156 -0
  283. package/.cursor/skills/openspec-archive-change/SKILL.md +114 -0
  284. package/.cursor/skills/openspec-bulk-archive-change/SKILL.md +246 -0
  285. package/.cursor/skills/openspec-continue-change/SKILL.md +118 -0
  286. package/.cursor/skills/openspec-explore/SKILL.md +290 -0
  287. package/.cursor/skills/openspec-ff-change/SKILL.md +101 -0
  288. package/.cursor/skills/openspec-new-change/SKILL.md +74 -0
  289. package/.cursor/skills/openspec-onboard/SKILL.md +529 -0
  290. package/.cursor/skills/openspec-sync-specs/SKILL.md +138 -0
  291. package/.cursor/skills/openspec-verify-change/SKILL.md +168 -0
  292. package/.cursor/skills/performance-doctor/SKILL.md +627 -0
  293. package/.cursor/skills/project-navigator/SKILL.md +305 -0
  294. package/.cursor/skills/redis-cache/SKILL.md +839 -0
  295. package/.cursor/skills/scheduled-jobs/SKILL.md +633 -0
  296. package/.cursor/skills/security-guard/SKILL.md +748 -0
  297. package/.cursor/skills/sms-mail/SKILL.md +766 -0
  298. package/.cursor/skills/social-login/SKILL.md +668 -0
  299. package/.cursor/skills/store-pc/SKILL.md +366 -0
  300. package/.cursor/skills/task-tracker/SKILL.md +307 -0
  301. package/.cursor/skills/tech-decision/SKILL.md +393 -0
  302. package/.cursor/skills/tenant-management/SKILL.md +603 -0
  303. package/.cursor/skills/test-development/SKILL.md +755 -0
  304. package/.cursor/skills/ui-pc/SKILL.md +438 -0
  305. package/.cursor/skills/utils-toolkit/SKILL.md +615 -0
  306. package/.cursor/skills/websocket-sse/SKILL.md +716 -0
  307. package/.cursor/skills/workflow-engine/SKILL.md +676 -0
  308. package/AGENTS.md +669 -0
  309. package/CLAUDE.md +205 -0
  310. package/README.md +205 -0
  311. package/bin/index.js +179 -0
  312. package/init.sh +178 -0
  313. package/package.json +27 -0
@@ -0,0 +1,246 @@
1
+ ---
2
+ name: openspec-bulk-archive-change
3
+ description: Archive multiple completed changes at once. Use when archiving several parallel changes.
4
+ license: MIT
5
+ compatibility: Requires openspec CLI.
6
+ metadata:
7
+ author: openspec
8
+ version: "1.0"
9
+ generatedBy: "1.1.1"
10
+ ---
11
+
12
+ Archive multiple completed changes in a single operation.
13
+
14
+ This skill allows you to batch-archive changes, handling spec conflicts intelligently by checking the codebase to determine what's actually implemented.
15
+
16
+ **Input**: None required (prompts for selection)
17
+
18
+ **Steps**
19
+
20
+ 1. **Get active changes**
21
+
22
+ Run `openspec list --json` to get all active changes.
23
+
24
+ If no active changes exist, inform user and stop.
25
+
26
+ 2. **Prompt for change selection**
27
+
28
+ Use **AskUserQuestion tool** with multi-select to let user choose changes:
29
+ - Show each change with its schema
30
+ - Include an option for "All changes"
31
+ - Allow any number of selections (1+ works, 2+ is the typical use case)
32
+
33
+ **IMPORTANT**: Do NOT auto-select. Always let the user choose.
34
+
35
+ 3. **Batch validation - gather status for all selected changes**
36
+
37
+ For each selected change, collect:
38
+
39
+ a. **Artifact status** - Run `openspec status --change "<name>" --json`
40
+ - Parse `schemaName` and `artifacts` list
41
+ - Note which artifacts are `done` vs other states
42
+
43
+ b. **Task completion** - Read `openspec/changes/<name>/tasks.md`
44
+ - Count `- [ ]` (incomplete) vs `- [x]` (complete)
45
+ - If no tasks file exists, note as "No tasks"
46
+
47
+ c. **Delta specs** - Check `openspec/changes/<name>/specs/` directory
48
+ - List which capability specs exist
49
+ - For each, extract requirement names (lines matching `### Requirement: <name>`)
50
+
51
+ 4. **Detect spec conflicts**
52
+
53
+ Build a map of `capability -> [changes that touch it]`:
54
+
55
+ ```
56
+ auth -> [change-a, change-b] <- CONFLICT (2+ changes)
57
+ api -> [change-c] <- OK (only 1 change)
58
+ ```
59
+
60
+ A conflict exists when 2+ selected changes have delta specs for the same capability.
61
+
62
+ 5. **Resolve conflicts agentically**
63
+
64
+ **For each conflict**, investigate the codebase:
65
+
66
+ a. **Read the delta specs** from each conflicting change to understand what each claims to add/modify
67
+
68
+ b. **Search the codebase** for implementation evidence:
69
+ - Look for code implementing requirements from each delta spec
70
+ - Check for related files, functions, or tests
71
+
72
+ c. **Determine resolution**:
73
+ - If only one change is actually implemented -> sync that one's specs
74
+ - If both implemented -> apply in chronological order (older first, newer overwrites)
75
+ - If neither implemented -> skip spec sync, warn user
76
+
77
+ d. **Record resolution** for each conflict:
78
+ - Which change's specs to apply
79
+ - In what order (if both)
80
+ - Rationale (what was found in codebase)
81
+
82
+ 6. **Show consolidated status table**
83
+
84
+ Display a table summarizing all changes:
85
+
86
+ ```
87
+ | Change | Artifacts | Tasks | Specs | Conflicts | Status |
88
+ |---------------------|-----------|-------|---------|-----------|--------|
89
+ | schema-management | Done | 5/5 | 2 delta | None | Ready |
90
+ | project-config | Done | 3/3 | 1 delta | None | Ready |
91
+ | add-oauth | Done | 4/4 | 1 delta | auth (!) | Ready* |
92
+ | add-verify-skill | 1 left | 2/5 | None | None | Warn |
93
+ ```
94
+
95
+ For conflicts, show the resolution:
96
+ ```
97
+ * Conflict resolution:
98
+ - auth spec: Will apply add-oauth then add-jwt (both implemented, chronological order)
99
+ ```
100
+
101
+ For incomplete changes, show warnings:
102
+ ```
103
+ Warnings:
104
+ - add-verify-skill: 1 incomplete artifact, 3 incomplete tasks
105
+ ```
106
+
107
+ 7. **Confirm batch operation**
108
+
109
+ Use **AskUserQuestion tool** with a single confirmation:
110
+
111
+ - "Archive N changes?" with options based on status
112
+ - Options might include:
113
+ - "Archive all N changes"
114
+ - "Archive only N ready changes (skip incomplete)"
115
+ - "Cancel"
116
+
117
+ If there are incomplete changes, make clear they'll be archived with warnings.
118
+
119
+ 8. **Execute archive for each confirmed change**
120
+
121
+ Process changes in the determined order (respecting conflict resolution):
122
+
123
+ a. **Sync specs** if delta specs exist:
124
+ - Use the openspec-sync-specs approach (agent-driven intelligent merge)
125
+ - For conflicts, apply in resolved order
126
+ - Track if sync was done
127
+
128
+ b. **Perform the archive**:
129
+ ```bash
130
+ mkdir -p openspec/changes/archive
131
+ mv openspec/changes/<name> openspec/changes/archive/YYYY-MM-DD-<name>
132
+ ```
133
+
134
+ c. **Track outcome** for each change:
135
+ - Success: archived successfully
136
+ - Failed: error during archive (record error)
137
+ - Skipped: user chose not to archive (if applicable)
138
+
139
+ 9. **Display summary**
140
+
141
+ Show final results:
142
+
143
+ ```
144
+ ## Bulk Archive Complete
145
+
146
+ Archived 3 changes:
147
+ - schema-management-cli -> archive/2026-01-19-schema-management-cli/
148
+ - project-config -> archive/2026-01-19-project-config/
149
+ - add-oauth -> archive/2026-01-19-add-oauth/
150
+
151
+ Skipped 1 change:
152
+ - add-verify-skill (user chose not to archive incomplete)
153
+
154
+ Spec sync summary:
155
+ - 4 delta specs synced to main specs
156
+ - 1 conflict resolved (auth: applied both in chronological order)
157
+ ```
158
+
159
+ If any failures:
160
+ ```
161
+ Failed 1 change:
162
+ - some-change: Archive directory already exists
163
+ ```
164
+
165
+ **Conflict Resolution Examples**
166
+
167
+ Example 1: Only one implemented
168
+ ```
169
+ Conflict: specs/auth/spec.md touched by [add-oauth, add-jwt]
170
+
171
+ Checking add-oauth:
172
+ - Delta adds "OAuth Provider Integration" requirement
173
+ - Searching codebase... found src/auth/oauth.ts implementing OAuth flow
174
+
175
+ Checking add-jwt:
176
+ - Delta adds "JWT Token Handling" requirement
177
+ - Searching codebase... no JWT implementation found
178
+
179
+ Resolution: Only add-oauth is implemented. Will sync add-oauth specs only.
180
+ ```
181
+
182
+ Example 2: Both implemented
183
+ ```
184
+ Conflict: specs/api/spec.md touched by [add-rest-api, add-graphql]
185
+
186
+ Checking add-rest-api (created 2026-01-10):
187
+ - Delta adds "REST Endpoints" requirement
188
+ - Searching codebase... found src/api/rest.ts
189
+
190
+ Checking add-graphql (created 2026-01-15):
191
+ - Delta adds "GraphQL Schema" requirement
192
+ - Searching codebase... found src/api/graphql.ts
193
+
194
+ Resolution: Both implemented. Will apply add-rest-api specs first,
195
+ then add-graphql specs (chronological order, newer takes precedence).
196
+ ```
197
+
198
+ **Output On Success**
199
+
200
+ ```
201
+ ## Bulk Archive Complete
202
+
203
+ Archived N changes:
204
+ - <change-1> -> archive/YYYY-MM-DD-<change-1>/
205
+ - <change-2> -> archive/YYYY-MM-DD-<change-2>/
206
+
207
+ Spec sync summary:
208
+ - N delta specs synced to main specs
209
+ - No conflicts (or: M conflicts resolved)
210
+ ```
211
+
212
+ **Output On Partial Success**
213
+
214
+ ```
215
+ ## Bulk Archive Complete (partial)
216
+
217
+ Archived N changes:
218
+ - <change-1> -> archive/YYYY-MM-DD-<change-1>/
219
+
220
+ Skipped M changes:
221
+ - <change-2> (user chose not to archive incomplete)
222
+
223
+ Failed K changes:
224
+ - <change-3>: Archive directory already exists
225
+ ```
226
+
227
+ **Output When No Changes**
228
+
229
+ ```
230
+ ## No Changes to Archive
231
+
232
+ No active changes found. Use `/opsx:new` to create a new change.
233
+ ```
234
+
235
+ **Guardrails**
236
+ - Allow any number of changes (1+ is fine, 2+ is the typical use case)
237
+ - Always prompt for selection, never auto-select
238
+ - Detect spec conflicts early and resolve by checking codebase
239
+ - When both changes are implemented, apply specs in chronological order
240
+ - Skip spec sync only when implementation is missing (warn user)
241
+ - Show clear per-change status before confirming
242
+ - Use single confirmation for entire batch
243
+ - Track and report all outcomes (success/skip/fail)
244
+ - Preserve .openspec.yaml when moving to archive
245
+ - Archive directory target uses current date: YYYY-MM-DD-<name>
246
+ - If archive target exists, fail that change but continue with others
@@ -0,0 +1,118 @@
1
+ ---
2
+ name: openspec-continue-change
3
+ description: Continue working on an OpenSpec change by creating the next artifact. Use when the user wants to progress their change, create the next artifact, or continue their workflow.
4
+ license: MIT
5
+ compatibility: Requires openspec CLI.
6
+ metadata:
7
+ author: openspec
8
+ version: "1.0"
9
+ generatedBy: "1.1.1"
10
+ ---
11
+
12
+ Continue working on a change by creating the next artifact.
13
+
14
+ **Input**: Optionally specify a change name. If omitted, check if it can be inferred from conversation context. If vague or ambiguous you MUST prompt for available changes.
15
+
16
+ **Steps**
17
+
18
+ 1. **If no change name provided, prompt for selection**
19
+
20
+ Run `openspec list --json` to get available changes sorted by most recently modified. Then use the **AskUserQuestion tool** to let the user select which change to work on.
21
+
22
+ Present the top 3-4 most recently modified changes as options, showing:
23
+ - Change name
24
+ - Schema (from `schema` field if present, otherwise "spec-driven")
25
+ - Status (e.g., "0/5 tasks", "complete", "no tasks")
26
+ - How recently it was modified (from `lastModified` field)
27
+
28
+ Mark the most recently modified change as "(Recommended)" since it's likely what the user wants to continue.
29
+
30
+ **IMPORTANT**: Do NOT guess or auto-select a change. Always let the user choose.
31
+
32
+ 2. **Check current status**
33
+ ```bash
34
+ openspec status --change "<name>" --json
35
+ ```
36
+ Parse the JSON to understand current state. The response includes:
37
+ - `schemaName`: The workflow schema being used (e.g., "spec-driven")
38
+ - `artifacts`: Array of artifacts with their status ("done", "ready", "blocked")
39
+ - `isComplete`: Boolean indicating if all artifacts are complete
40
+
41
+ 3. **Act based on status**:
42
+
43
+ ---
44
+
45
+ **If all artifacts are complete (`isComplete: true`)**:
46
+ - Congratulate the user
47
+ - Show final status including the schema used
48
+ - Suggest: "All artifacts created! You can now implement this change or archive it."
49
+ - STOP
50
+
51
+ ---
52
+
53
+ **If artifacts are ready to create** (status shows artifacts with `status: "ready"`):
54
+ - Pick the FIRST artifact with `status: "ready"` from the status output
55
+ - Get its instructions:
56
+ ```bash
57
+ openspec instructions <artifact-id> --change "<name>" --json
58
+ ```
59
+ - Parse the JSON. The key fields are:
60
+ - `context`: Project background (constraints for you - do NOT include in output)
61
+ - `rules`: Artifact-specific rules (constraints for you - do NOT include in output)
62
+ - `template`: The structure to use for your output file
63
+ - `instruction`: Schema-specific guidance
64
+ - `outputPath`: Where to write the artifact
65
+ - `dependencies`: Completed artifacts to read for context
66
+ - **Create the artifact file**:
67
+ - Read any completed dependency files for context
68
+ - Use `template` as the structure - fill in its sections
69
+ - Apply `context` and `rules` as constraints when writing - but do NOT copy them into the file
70
+ - Write to the output path specified in instructions
71
+ - Show what was created and what's now unlocked
72
+ - STOP after creating ONE artifact
73
+
74
+ ---
75
+
76
+ **If no artifacts are ready (all blocked)**:
77
+ - This shouldn't happen with a valid schema
78
+ - Show status and suggest checking for issues
79
+
80
+ 4. **After creating an artifact, show progress**
81
+ ```bash
82
+ openspec status --change "<name>"
83
+ ```
84
+
85
+ **Output**
86
+
87
+ After each invocation, show:
88
+ - Which artifact was created
89
+ - Schema workflow being used
90
+ - Current progress (N/M complete)
91
+ - What artifacts are now unlocked
92
+ - Prompt: "Want to continue? Just ask me to continue or tell me what to do next."
93
+
94
+ **Artifact Creation Guidelines**
95
+
96
+ The artifact types and their purpose depend on the schema. Use the `instruction` field from the instructions output to understand what to create.
97
+
98
+ Common artifact patterns:
99
+
100
+ **spec-driven schema** (proposal → specs → design → tasks):
101
+ - **proposal.md**: Ask user about the change if not clear. Fill in Why, What Changes, Capabilities, Impact.
102
+ - The Capabilities section is critical - each capability listed will need a spec file.
103
+ - **specs/<capability>/spec.md**: Create one spec per capability listed in the proposal's Capabilities section (use the capability name, not the change name).
104
+ - **design.md**: Document technical decisions, architecture, and implementation approach.
105
+ - **tasks.md**: Break down implementation into checkboxed tasks.
106
+
107
+ For other schemas, follow the `instruction` field from the CLI output.
108
+
109
+ **Guardrails**
110
+ - Create ONE artifact per invocation
111
+ - Always read dependency artifacts before creating a new one
112
+ - Never skip artifacts or create out of order
113
+ - If context is unclear, ask the user before creating
114
+ - Verify the artifact file exists after writing before marking progress
115
+ - Use the schema's artifact sequence, don't assume specific artifact names
116
+ - **IMPORTANT**: `context` and `rules` are constraints for YOU, not content for the file
117
+ - Do NOT copy `<context>`, `<rules>`, `<project_context>` blocks into the artifact
118
+ - These guide what you write, but should never appear in the output
@@ -0,0 +1,290 @@
1
+ ---
2
+ name: openspec-explore
3
+ description: Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.
4
+ license: MIT
5
+ compatibility: Requires openspec CLI.
6
+ metadata:
7
+ author: openspec
8
+ version: "1.0"
9
+ generatedBy: "1.1.1"
10
+ ---
11
+
12
+ Enter explore mode. Think deeply. Visualize freely. Follow the conversation wherever it goes.
13
+
14
+ **IMPORTANT: Explore mode is for thinking, not implementing.** You may read files, search code, and investigate the codebase, but you must NEVER write code or implement features. If the user asks you to implement something, remind them to exit explore mode first (e.g., start a change with `/opsx:new` or `/opsx:ff`). You MAY create OpenSpec artifacts (proposals, designs, specs) if the user asks—that's capturing thinking, not implementing.
15
+
16
+ **This is a stance, not a workflow.** There are no fixed steps, no required sequence, no mandatory outputs. You're a thinking partner helping the user explore.
17
+
18
+ ---
19
+
20
+ ## The Stance
21
+
22
+ - **Curious, not prescriptive** - Ask questions that emerge naturally, don't follow a script
23
+ - **Open threads, not interrogations** - Surface multiple interesting directions and let the user follow what resonates. Don't funnel them through a single path of questions.
24
+ - **Visual** - Use ASCII diagrams liberally when they'd help clarify thinking
25
+ - **Adaptive** - Follow interesting threads, pivot when new information emerges
26
+ - **Patient** - Don't rush to conclusions, let the shape of the problem emerge
27
+ - **Grounded** - Explore the actual codebase when relevant, don't just theorize
28
+
29
+ ---
30
+
31
+ ## What You Might Do
32
+
33
+ Depending on what the user brings, you might:
34
+
35
+ **Explore the problem space**
36
+ - Ask clarifying questions that emerge from what they said
37
+ - Challenge assumptions
38
+ - Reframe the problem
39
+ - Find analogies
40
+
41
+ **Investigate the codebase**
42
+ - Map existing architecture relevant to the discussion
43
+ - Find integration points
44
+ - Identify patterns already in use
45
+ - Surface hidden complexity
46
+
47
+ **Compare options**
48
+ - Brainstorm multiple approaches
49
+ - Build comparison tables
50
+ - Sketch tradeoffs
51
+ - Recommend a path (if asked)
52
+
53
+ **Visualize**
54
+ ```
55
+ ┌─────────────────────────────────────────┐
56
+ │ Use ASCII diagrams liberally │
57
+ ├─────────────────────────────────────────┤
58
+ │ │
59
+ │ ┌────────┐ ┌────────┐ │
60
+ │ │ State │────────▶│ State │ │
61
+ │ │ A │ │ B │ │
62
+ │ └────────┘ └────────┘ │
63
+ │ │
64
+ │ System diagrams, state machines, │
65
+ │ data flows, architecture sketches, │
66
+ │ dependency graphs, comparison tables │
67
+ │ │
68
+ └─────────────────────────────────────────┘
69
+ ```
70
+
71
+ **Surface risks and unknowns**
72
+ - Identify what could go wrong
73
+ - Find gaps in understanding
74
+ - Suggest spikes or investigations
75
+
76
+ ---
77
+
78
+ ## OpenSpec Awareness
79
+
80
+ You have full context of the OpenSpec system. Use it naturally, don't force it.
81
+
82
+ ### Check for context
83
+
84
+ At the start, quickly check what exists:
85
+ ```bash
86
+ openspec list --json
87
+ ```
88
+
89
+ This tells you:
90
+ - If there are active changes
91
+ - Their names, schemas, and status
92
+ - What the user might be working on
93
+
94
+ ### When no change exists
95
+
96
+ Think freely. When insights crystallize, you might offer:
97
+
98
+ - "This feels solid enough to start a change. Want me to create one?"
99
+ → Can transition to `/opsx:new` or `/opsx:ff`
100
+ - Or keep exploring - no pressure to formalize
101
+
102
+ ### When a change exists
103
+
104
+ If the user mentions a change or you detect one is relevant:
105
+
106
+ 1. **Read existing artifacts for context**
107
+ - `openspec/changes/<name>/proposal.md`
108
+ - `openspec/changes/<name>/design.md`
109
+ - `openspec/changes/<name>/tasks.md`
110
+ - etc.
111
+
112
+ 2. **Reference them naturally in conversation**
113
+ - "Your design mentions using Redis, but we just realized SQLite fits better..."
114
+ - "The proposal scopes this to premium users, but we're now thinking everyone..."
115
+
116
+ 3. **Offer to capture when decisions are made**
117
+
118
+ | Insight Type | Where to Capture |
119
+ |--------------|------------------|
120
+ | New requirement discovered | `specs/<capability>/spec.md` |
121
+ | Requirement changed | `specs/<capability>/spec.md` |
122
+ | Design decision made | `design.md` |
123
+ | Scope changed | `proposal.md` |
124
+ | New work identified | `tasks.md` |
125
+ | Assumption invalidated | Relevant artifact |
126
+
127
+ Example offers:
128
+ - "That's a design decision. Capture it in design.md?"
129
+ - "This is a new requirement. Add it to specs?"
130
+ - "This changes scope. Update the proposal?"
131
+
132
+ 4. **The user decides** - Offer and move on. Don't pressure. Don't auto-capture.
133
+
134
+ ---
135
+
136
+ ## What You Don't Have To Do
137
+
138
+ - Follow a script
139
+ - Ask the same questions every time
140
+ - Produce a specific artifact
141
+ - Reach a conclusion
142
+ - Stay on topic if a tangent is valuable
143
+ - Be brief (this is thinking time)
144
+
145
+ ---
146
+
147
+ ## Handling Different Entry Points
148
+
149
+ **User brings a vague idea:**
150
+ ```
151
+ User: I'm thinking about adding real-time collaboration
152
+
153
+ You: Real-time collab is a big space. Let me think about this...
154
+
155
+ COLLABORATION SPECTRUM
156
+ ════════════════════════════════════════════
157
+
158
+ Awareness Coordination Sync
159
+ │ │ │
160
+ ▼ ▼ ▼
161
+ ┌────────┐ ┌────────┐ ┌────────┐
162
+ │Presence│ │Cursors │ │ CRDT │
163
+ │ "3 │ │ Multi │ │Conflict│
164
+ │online" │ │ select │ │ free │
165
+ └────────┘ └────────┘ └────────┘
166
+ │ │ │
167
+ trivial moderate complex
168
+
169
+ Where's your head at?
170
+ ```
171
+
172
+ **User brings a specific problem:**
173
+ ```
174
+ User: The auth system is a mess
175
+
176
+ You: [reads codebase]
177
+
178
+ ┌─────────────────────────────────────────────┐
179
+ │ CURRENT AUTH FLOW │
180
+ └─────────────────────────────────────────────┘
181
+
182
+ ┌─────────────┼─────────────┐
183
+ ▼ ▼ ▼
184
+ ┌─────────┐ ┌─────────┐ ┌─────────┐
185
+ │ Google │ │ GitHub │ │ Email │
186
+ │ OAuth │ │ OAuth │ │ Magic │
187
+ └────┬────┘ └────┬────┘ └────┬────┘
188
+ │ │ │
189
+ └─────────────┼─────────────┘
190
+
191
+ ┌───────────┐
192
+ │ Session │
193
+ └─────┬─────┘
194
+
195
+
196
+ ┌───────────┐
197
+ │ Perms │
198
+ └───────────┘
199
+
200
+ I see three tangles. Which one's burning?
201
+ ```
202
+
203
+ **User is stuck mid-implementation:**
204
+ ```
205
+ User: /opsx:explore add-auth-system
206
+ The OAuth integration is more complex than expected
207
+
208
+ You: [reads change artifacts]
209
+
210
+ You're on task 4: "Implement OAuth flow"
211
+
212
+ Let me trace what's involved...
213
+
214
+ [draws diagram, explores options, suggests paths]
215
+
216
+ Want to update the design to reflect this?
217
+ Or add a spike task to investigate?
218
+ ```
219
+
220
+ **User wants to compare options:**
221
+ ```
222
+ User: Should we use Postgres or SQLite?
223
+
224
+ You: Generic answer is boring. What's the context?
225
+
226
+ User: A CLI tool that tracks local dev environments
227
+
228
+ You: That changes everything.
229
+
230
+ ┌─────────────────────────────────────────────────┐
231
+ │ CLI TOOL DATA STORAGE │
232
+ └─────────────────────────────────────────────────┘
233
+
234
+ Key constraints:
235
+ • No daemon running
236
+ • Must work offline
237
+ • Single user
238
+
239
+ SQLite Postgres
240
+ Deployment embedded ✓ needs server ✗
241
+ Offline yes ✓ no ✗
242
+ Single file yes ✓ no ✗
243
+
244
+ SQLite. Not even close.
245
+
246
+ Unless... is there a sync component?
247
+ ```
248
+
249
+ ---
250
+
251
+ ## Ending Discovery
252
+
253
+ There's no required ending. Discovery might:
254
+
255
+ - **Flow into action**: "Ready to start? /opsx:new or /opsx:ff"
256
+ - **Result in artifact updates**: "Updated design.md with these decisions"
257
+ - **Just provide clarity**: User has what they need, moves on
258
+ - **Continue later**: "We can pick this up anytime"
259
+
260
+ When it feels like things are crystallizing, you might summarize:
261
+
262
+ ```
263
+ ## What We Figured Out
264
+
265
+ **The problem**: [crystallized understanding]
266
+
267
+ **The approach**: [if one emerged]
268
+
269
+ **Open questions**: [if any remain]
270
+
271
+ **Next steps** (if ready):
272
+ - Create a change: /opsx:new <name>
273
+ - Fast-forward to tasks: /opsx:ff <name>
274
+ - Keep exploring: just keep talking
275
+ ```
276
+
277
+ But this summary is optional. Sometimes the thinking IS the value.
278
+
279
+ ---
280
+
281
+ ## Guardrails
282
+
283
+ - **Don't implement** - Never write code or implement features. Creating OpenSpec artifacts is fine, writing application code is not.
284
+ - **Don't fake understanding** - If something is unclear, dig deeper
285
+ - **Don't rush** - Discovery is thinking time, not task time
286
+ - **Don't force structure** - Let patterns emerge naturally
287
+ - **Don't auto-capture** - Offer to save insights, don't just do it
288
+ - **Do visualize** - A good diagram is worth many paragraphs
289
+ - **Do explore the codebase** - Ground discussions in reality
290
+ - **Do question assumptions** - Including the user's and your own