@codyswann/lisa 1.56.0 → 1.56.2

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 (469) hide show
  1. package/.claude-plugin/marketplace.json +11 -5
  2. package/all/merge/.claude/settings.json +7 -0
  3. package/package.json +1 -1
  4. package/plugins/lisa/.claude-plugin/plugin.json +148 -0
  5. package/plugins/lisa-cdk/.claude-plugin/plugin.json +3 -159
  6. package/plugins/lisa-expo/.claude-plugin/plugin.json +2 -146
  7. package/plugins/lisa-expo/commands/jira/add-journey.md +1 -1
  8. package/plugins/lisa-expo/commands/jira/create.md +1 -1
  9. package/plugins/lisa-expo/commands/jira/evidence.md +1 -1
  10. package/plugins/lisa-expo/commands/jira/journey.md +1 -1
  11. package/plugins/lisa-expo/commands/jira/verify.md +1 -1
  12. package/plugins/lisa-nestjs/.claude-plugin/plugin.json +3 -159
  13. package/plugins/lisa-rails/.claude-plugin/plugin.json +2 -120
  14. package/plugins/lisa-rails/commands/jira/add-journey.md +1 -1
  15. package/plugins/lisa-rails/commands/jira/create.md +1 -1
  16. package/plugins/lisa-rails/commands/jira/evidence.md +1 -1
  17. package/plugins/lisa-rails/commands/jira/journey.md +1 -1
  18. package/plugins/lisa-rails/commands/jira/verify.md +1 -1
  19. package/plugins/lisa-rails/commands/plan/add-test-coverage.md +1 -1
  20. package/plugins/lisa-rails/commands/plan/fix-linter-error.md +1 -1
  21. package/plugins/lisa-rails/commands/plan/lower-code-complexity.md +1 -1
  22. package/plugins/lisa-rails/commands/plan/reduce-max-lines-per-function.md +1 -1
  23. package/plugins/lisa-rails/commands/plan/reduce-max-lines.md +1 -1
  24. package/plugins/lisa-typescript/.claude-plugin/plugin.json +2 -127
  25. package/plugins/src/base/.claude-plugin/plugin.json +78 -0
  26. package/plugins/src/cdk/.claude-plugin/plugin.json +2 -81
  27. package/plugins/src/expo/.claude-plugin/plugin.json +1 -68
  28. package/plugins/{lisa-typescript → src/expo}/commands/jira/add-journey.md +1 -1
  29. package/plugins/{lisa-nestjs → src/expo}/commands/jira/create.md +1 -1
  30. package/plugins/{lisa-nestjs → src/expo}/commands/jira/evidence.md +1 -1
  31. package/plugins/{lisa-nestjs → src/expo}/commands/jira/journey.md +1 -1
  32. package/plugins/{lisa-nestjs → src/expo}/commands/jira/verify.md +1 -1
  33. package/plugins/src/nestjs/.claude-plugin/plugin.json +2 -81
  34. package/plugins/src/rails/.claude-plugin/plugin.json +1 -59
  35. package/plugins/{lisa-nestjs → src/rails}/commands/jira/add-journey.md +1 -1
  36. package/plugins/{lisa-typescript → src/rails}/commands/jira/create.md +1 -1
  37. package/plugins/{lisa-typescript → src/rails}/commands/jira/evidence.md +1 -1
  38. package/plugins/{lisa-typescript → src/rails}/commands/jira/journey.md +1 -1
  39. package/plugins/{lisa-typescript → src/rails}/commands/jira/verify.md +1 -1
  40. package/plugins/{lisa-expo → src/rails}/commands/plan/add-test-coverage.md +1 -1
  41. package/plugins/{lisa-expo → src/rails}/commands/plan/fix-linter-error.md +1 -1
  42. package/plugins/{lisa-expo → src/rails}/commands/plan/lower-code-complexity.md +1 -1
  43. package/plugins/{lisa-expo → src/rails}/commands/plan/reduce-max-lines-per-function.md +1 -1
  44. package/plugins/{lisa-expo → src/rails}/commands/plan/reduce-max-lines.md +1 -1
  45. package/plugins/src/typescript/.claude-plugin/plugin.json +1 -58
  46. package/scripts/build-plugins.sh +30 -17
  47. package/scripts/install-claude-plugins.sh +28 -11
  48. package/typescript/merge/.claude/settings.json +2 -2
  49. package/typescript/package-lisa/package.lisa.json +2 -1
  50. package/plugins/lisa-expo/agents/agent-architect.md +0 -310
  51. package/plugins/lisa-expo/agents/architecture-specialist.md +0 -53
  52. package/plugins/lisa-expo/agents/debug-specialist.md +0 -204
  53. package/plugins/lisa-expo/agents/git-history-analyzer.md +0 -183
  54. package/plugins/lisa-expo/agents/hooks-expert.md +0 -74
  55. package/plugins/lisa-expo/agents/implementer.md +0 -54
  56. package/plugins/lisa-expo/agents/learner.md +0 -44
  57. package/plugins/lisa-expo/agents/performance-specialist.md +0 -95
  58. package/plugins/lisa-expo/agents/product-specialist.md +0 -72
  59. package/plugins/lisa-expo/agents/quality-specialist.md +0 -55
  60. package/plugins/lisa-expo/agents/security-specialist.md +0 -58
  61. package/plugins/lisa-expo/agents/skill-evaluator.md +0 -246
  62. package/plugins/lisa-expo/agents/slash-command-architect.md +0 -87
  63. package/plugins/lisa-expo/agents/test-specialist.md +0 -64
  64. package/plugins/lisa-expo/agents/verification-specialist.md +0 -189
  65. package/plugins/lisa-expo/agents/web-search-researcher.md +0 -112
  66. package/plugins/lisa-expo/commands/git/commit-and-submit-pr.md +0 -7
  67. package/plugins/lisa-expo/commands/git/commit-submit-pr-and-verify.md +0 -7
  68. package/plugins/lisa-expo/commands/git/commit-submit-pr-deploy-and-verify.md +0 -7
  69. package/plugins/lisa-expo/commands/git/commit.md +0 -7
  70. package/plugins/lisa-expo/commands/git/prune.md +0 -6
  71. package/plugins/lisa-expo/commands/git/submit-pr.md +0 -7
  72. package/plugins/lisa-expo/commands/jira/fix.md +0 -7
  73. package/plugins/lisa-expo/commands/jira/implement.md +0 -7
  74. package/plugins/lisa-expo/commands/jira/sync.md +0 -7
  75. package/plugins/lisa-expo/commands/plan/create.md +0 -6
  76. package/plugins/lisa-expo/commands/plan/execute.md +0 -7
  77. package/plugins/lisa-expo/commands/plan/local-code-review.md +0 -6
  78. package/plugins/lisa-expo/commands/pull-request/review.md +0 -7
  79. package/plugins/lisa-expo/commands/review/implementation.md +0 -7
  80. package/plugins/lisa-expo/commands/security/zap-scan.md +0 -6
  81. package/plugins/lisa-expo/commands/sonarqube/check.md +0 -6
  82. package/plugins/lisa-expo/commands/sonarqube/fix.md +0 -6
  83. package/plugins/lisa-expo/commands/tasks/load.md +0 -7
  84. package/plugins/lisa-expo/commands/tasks/sync.md +0 -7
  85. package/plugins/lisa-expo/hooks/debug-hook.sh +0 -47
  86. package/plugins/lisa-expo/hooks/enforce-plan-rules.sh +0 -15
  87. package/plugins/lisa-expo/hooks/format-on-edit.sh +0 -76
  88. package/plugins/lisa-expo/hooks/install-pkgs.sh +0 -64
  89. package/plugins/lisa-expo/hooks/lint-on-edit.sh +0 -81
  90. package/plugins/lisa-expo/hooks/notify-ntfy.sh +0 -183
  91. package/plugins/lisa-expo/hooks/setup-jira-cli.sh +0 -52
  92. package/plugins/lisa-expo/hooks/sg-scan-on-edit.sh +0 -68
  93. package/plugins/lisa-expo/hooks/sync-tasks.sh +0 -107
  94. package/plugins/lisa-expo/hooks/ticket-sync-reminder.sh +0 -23
  95. package/plugins/lisa-expo/hooks/track-plan-sessions.sh +0 -164
  96. package/plugins/lisa-expo/hooks/verify-completion.sh +0 -77
  97. package/plugins/lisa-expo/rules/README.md +0 -240
  98. package/plugins/lisa-expo/rules/coding-philosophy.md +0 -428
  99. package/plugins/lisa-expo/rules/lisa.md +0 -37
  100. package/plugins/lisa-expo/rules/verfication.md +0 -596
  101. package/plugins/lisa-expo/skills/agent-design-best-practices/SKILL.md +0 -219
  102. package/plugins/lisa-expo/skills/git-commit/SKILL.md +0 -48
  103. package/plugins/lisa-expo/skills/git-commit-and-submit-pr/SKILL.md +0 -8
  104. package/plugins/lisa-expo/skills/git-commit-submit-pr-and-verify/SKILL.md +0 -7
  105. package/plugins/lisa-expo/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +0 -7
  106. package/plugins/lisa-expo/skills/git-prune/SKILL.md +0 -35
  107. package/plugins/lisa-expo/skills/git-submit-pr/SKILL.md +0 -44
  108. package/plugins/lisa-expo/skills/jira-fix/SKILL.md +0 -16
  109. package/plugins/lisa-expo/skills/jira-implement/SKILL.md +0 -18
  110. package/plugins/lisa-expo/skills/jira-sync/SKILL.md +0 -63
  111. package/plugins/lisa-expo/skills/jsdoc-best-practices/SKILL.md +0 -432
  112. package/plugins/lisa-expo/skills/lisa-review-implementation/SKILL.md +0 -209
  113. package/plugins/lisa-expo/skills/plan-add-test-coverage/SKILL.md +0 -44
  114. package/plugins/lisa-expo/skills/plan-execute/SKILL.md +0 -89
  115. package/plugins/lisa-expo/skills/plan-fix-linter-error/SKILL.md +0 -45
  116. package/plugins/lisa-expo/skills/plan-local-code-review/SKILL.md +0 -88
  117. package/plugins/lisa-expo/skills/plan-lower-code-complexity/SKILL.md +0 -44
  118. package/plugins/lisa-expo/skills/plan-reduce-max-lines/SKILL.md +0 -45
  119. package/plugins/lisa-expo/skills/plan-reduce-max-lines-per-function/SKILL.md +0 -46
  120. package/plugins/lisa-expo/skills/pull-request-review/SKILL.md +0 -68
  121. package/plugins/lisa-expo/skills/security-zap-scan/SKILL.md +0 -33
  122. package/plugins/lisa-expo/skills/sonarqube-check/SKILL.md +0 -11
  123. package/plugins/lisa-expo/skills/sonarqube-fix/SKILL.md +0 -8
  124. package/plugins/lisa-expo/skills/tasks-load/SKILL.md +0 -88
  125. package/plugins/lisa-expo/skills/tasks-sync/SKILL.md +0 -108
  126. package/plugins/lisa-nestjs/agents/agent-architect.md +0 -310
  127. package/plugins/lisa-nestjs/agents/architecture-specialist.md +0 -53
  128. package/plugins/lisa-nestjs/agents/debug-specialist.md +0 -204
  129. package/plugins/lisa-nestjs/agents/git-history-analyzer.md +0 -183
  130. package/plugins/lisa-nestjs/agents/hooks-expert.md +0 -74
  131. package/plugins/lisa-nestjs/agents/implementer.md +0 -54
  132. package/plugins/lisa-nestjs/agents/learner.md +0 -44
  133. package/plugins/lisa-nestjs/agents/performance-specialist.md +0 -95
  134. package/plugins/lisa-nestjs/agents/product-specialist.md +0 -72
  135. package/plugins/lisa-nestjs/agents/quality-specialist.md +0 -55
  136. package/plugins/lisa-nestjs/agents/security-specialist.md +0 -58
  137. package/plugins/lisa-nestjs/agents/skill-evaluator.md +0 -246
  138. package/plugins/lisa-nestjs/agents/slash-command-architect.md +0 -87
  139. package/plugins/lisa-nestjs/agents/test-specialist.md +0 -64
  140. package/plugins/lisa-nestjs/agents/verification-specialist.md +0 -189
  141. package/plugins/lisa-nestjs/agents/web-search-researcher.md +0 -112
  142. package/plugins/lisa-nestjs/commands/git/commit-and-submit-pr.md +0 -7
  143. package/plugins/lisa-nestjs/commands/git/commit-submit-pr-and-verify.md +0 -7
  144. package/plugins/lisa-nestjs/commands/git/commit-submit-pr-deploy-and-verify.md +0 -7
  145. package/plugins/lisa-nestjs/commands/git/commit.md +0 -7
  146. package/plugins/lisa-nestjs/commands/git/prune.md +0 -6
  147. package/plugins/lisa-nestjs/commands/git/submit-pr.md +0 -7
  148. package/plugins/lisa-nestjs/commands/jira/fix.md +0 -7
  149. package/plugins/lisa-nestjs/commands/jira/implement.md +0 -7
  150. package/plugins/lisa-nestjs/commands/jira/sync.md +0 -7
  151. package/plugins/lisa-nestjs/commands/plan/add-test-coverage.md +0 -7
  152. package/plugins/lisa-nestjs/commands/plan/create.md +0 -6
  153. package/plugins/lisa-nestjs/commands/plan/execute.md +0 -7
  154. package/plugins/lisa-nestjs/commands/plan/fix-linter-error.md +0 -7
  155. package/plugins/lisa-nestjs/commands/plan/local-code-review.md +0 -6
  156. package/plugins/lisa-nestjs/commands/plan/lower-code-complexity.md +0 -6
  157. package/plugins/lisa-nestjs/commands/plan/reduce-max-lines-per-function.md +0 -7
  158. package/plugins/lisa-nestjs/commands/plan/reduce-max-lines.md +0 -7
  159. package/plugins/lisa-nestjs/commands/pull-request/review.md +0 -7
  160. package/plugins/lisa-nestjs/commands/review/implementation.md +0 -7
  161. package/plugins/lisa-nestjs/commands/security/zap-scan.md +0 -6
  162. package/plugins/lisa-nestjs/commands/sonarqube/check.md +0 -6
  163. package/plugins/lisa-nestjs/commands/sonarqube/fix.md +0 -6
  164. package/plugins/lisa-nestjs/commands/tasks/load.md +0 -7
  165. package/plugins/lisa-nestjs/commands/tasks/sync.md +0 -7
  166. package/plugins/lisa-nestjs/hooks/debug-hook.sh +0 -47
  167. package/plugins/lisa-nestjs/hooks/enforce-plan-rules.sh +0 -15
  168. package/plugins/lisa-nestjs/hooks/format-on-edit.sh +0 -76
  169. package/plugins/lisa-nestjs/hooks/install-pkgs.sh +0 -64
  170. package/plugins/lisa-nestjs/hooks/lint-on-edit.sh +0 -81
  171. package/plugins/lisa-nestjs/hooks/notify-ntfy.sh +0 -183
  172. package/plugins/lisa-nestjs/hooks/setup-jira-cli.sh +0 -52
  173. package/plugins/lisa-nestjs/hooks/sg-scan-on-edit.sh +0 -68
  174. package/plugins/lisa-nestjs/hooks/sync-tasks.sh +0 -107
  175. package/plugins/lisa-nestjs/hooks/ticket-sync-reminder.sh +0 -23
  176. package/plugins/lisa-nestjs/hooks/track-plan-sessions.sh +0 -164
  177. package/plugins/lisa-nestjs/hooks/verify-completion.sh +0 -77
  178. package/plugins/lisa-nestjs/rules/README.md +0 -240
  179. package/plugins/lisa-nestjs/rules/coding-philosophy.md +0 -428
  180. package/plugins/lisa-nestjs/rules/lisa.md +0 -37
  181. package/plugins/lisa-nestjs/rules/verfication.md +0 -596
  182. package/plugins/lisa-nestjs/skills/agent-design-best-practices/SKILL.md +0 -219
  183. package/plugins/lisa-nestjs/skills/git-commit/SKILL.md +0 -48
  184. package/plugins/lisa-nestjs/skills/git-commit-and-submit-pr/SKILL.md +0 -8
  185. package/plugins/lisa-nestjs/skills/git-commit-submit-pr-and-verify/SKILL.md +0 -7
  186. package/plugins/lisa-nestjs/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +0 -7
  187. package/plugins/lisa-nestjs/skills/git-prune/SKILL.md +0 -35
  188. package/plugins/lisa-nestjs/skills/git-submit-pr/SKILL.md +0 -44
  189. package/plugins/lisa-nestjs/skills/jira-add-journey/SKILL.md +0 -120
  190. package/plugins/lisa-nestjs/skills/jira-create/SKILL.md +0 -95
  191. package/plugins/lisa-nestjs/skills/jira-evidence/SKILL.md +0 -73
  192. package/plugins/lisa-nestjs/skills/jira-evidence/scripts/post-evidence.sh +0 -163
  193. package/plugins/lisa-nestjs/skills/jira-fix/SKILL.md +0 -16
  194. package/plugins/lisa-nestjs/skills/jira-implement/SKILL.md +0 -18
  195. package/plugins/lisa-nestjs/skills/jira-journey/SKILL.md +0 -125
  196. package/plugins/lisa-nestjs/skills/jira-journey/scripts/generate-templates.py +0 -233
  197. package/plugins/lisa-nestjs/skills/jira-journey/scripts/parse-plan.py +0 -368
  198. package/plugins/lisa-nestjs/skills/jira-sync/SKILL.md +0 -63
  199. package/plugins/lisa-nestjs/skills/jira-verify/SKILL.md +0 -48
  200. package/plugins/lisa-nestjs/skills/jsdoc-best-practices/SKILL.md +0 -432
  201. package/plugins/lisa-nestjs/skills/lisa-review-implementation/SKILL.md +0 -209
  202. package/plugins/lisa-nestjs/skills/plan-add-test-coverage/SKILL.md +0 -44
  203. package/plugins/lisa-nestjs/skills/plan-execute/SKILL.md +0 -89
  204. package/plugins/lisa-nestjs/skills/plan-fix-linter-error/SKILL.md +0 -45
  205. package/plugins/lisa-nestjs/skills/plan-local-code-review/SKILL.md +0 -88
  206. package/plugins/lisa-nestjs/skills/plan-lower-code-complexity/SKILL.md +0 -44
  207. package/plugins/lisa-nestjs/skills/plan-reduce-max-lines/SKILL.md +0 -45
  208. package/plugins/lisa-nestjs/skills/plan-reduce-max-lines-per-function/SKILL.md +0 -46
  209. package/plugins/lisa-nestjs/skills/pull-request-review/SKILL.md +0 -68
  210. package/plugins/lisa-nestjs/skills/security-zap-scan/SKILL.md +0 -33
  211. package/plugins/lisa-nestjs/skills/sonarqube-check/SKILL.md +0 -11
  212. package/plugins/lisa-nestjs/skills/sonarqube-fix/SKILL.md +0 -8
  213. package/plugins/lisa-nestjs/skills/tasks-load/SKILL.md +0 -88
  214. package/plugins/lisa-nestjs/skills/tasks-sync/SKILL.md +0 -108
  215. package/plugins/lisa-rails/agents/agent-architect.md +0 -310
  216. package/plugins/lisa-rails/agents/architecture-specialist.md +0 -53
  217. package/plugins/lisa-rails/agents/debug-specialist.md +0 -204
  218. package/plugins/lisa-rails/agents/git-history-analyzer.md +0 -183
  219. package/plugins/lisa-rails/agents/hooks-expert.md +0 -74
  220. package/plugins/lisa-rails/agents/implementer.md +0 -54
  221. package/plugins/lisa-rails/agents/learner.md +0 -44
  222. package/plugins/lisa-rails/agents/performance-specialist.md +0 -95
  223. package/plugins/lisa-rails/agents/product-specialist.md +0 -72
  224. package/plugins/lisa-rails/agents/quality-specialist.md +0 -55
  225. package/plugins/lisa-rails/agents/security-specialist.md +0 -58
  226. package/plugins/lisa-rails/agents/skill-evaluator.md +0 -246
  227. package/plugins/lisa-rails/agents/slash-command-architect.md +0 -87
  228. package/plugins/lisa-rails/agents/test-specialist.md +0 -64
  229. package/plugins/lisa-rails/agents/verification-specialist.md +0 -189
  230. package/plugins/lisa-rails/agents/web-search-researcher.md +0 -112
  231. package/plugins/lisa-rails/commands/git/commit-and-submit-pr.md +0 -7
  232. package/plugins/lisa-rails/commands/git/commit-submit-pr-and-verify.md +0 -7
  233. package/plugins/lisa-rails/commands/git/commit-submit-pr-deploy-and-verify.md +0 -7
  234. package/plugins/lisa-rails/commands/git/commit.md +0 -7
  235. package/plugins/lisa-rails/commands/git/prune.md +0 -6
  236. package/plugins/lisa-rails/commands/git/submit-pr.md +0 -7
  237. package/plugins/lisa-rails/commands/jira/fix.md +0 -7
  238. package/plugins/lisa-rails/commands/jira/implement.md +0 -7
  239. package/plugins/lisa-rails/commands/jira/sync.md +0 -7
  240. package/plugins/lisa-rails/commands/plan/create.md +0 -6
  241. package/plugins/lisa-rails/commands/plan/execute.md +0 -7
  242. package/plugins/lisa-rails/commands/plan/local-code-review.md +0 -6
  243. package/plugins/lisa-rails/commands/pull-request/review.md +0 -7
  244. package/plugins/lisa-rails/commands/review/implementation.md +0 -7
  245. package/plugins/lisa-rails/commands/security/zap-scan.md +0 -6
  246. package/plugins/lisa-rails/commands/sonarqube/check.md +0 -6
  247. package/plugins/lisa-rails/commands/sonarqube/fix.md +0 -6
  248. package/plugins/lisa-rails/commands/tasks/load.md +0 -7
  249. package/plugins/lisa-rails/commands/tasks/sync.md +0 -7
  250. package/plugins/lisa-rails/hooks/debug-hook.sh +0 -47
  251. package/plugins/lisa-rails/hooks/enforce-plan-rules.sh +0 -15
  252. package/plugins/lisa-rails/hooks/format-on-edit.sh +0 -76
  253. package/plugins/lisa-rails/hooks/install-pkgs.sh +0 -64
  254. package/plugins/lisa-rails/hooks/lint-on-edit.sh +0 -81
  255. package/plugins/lisa-rails/hooks/notify-ntfy.sh +0 -183
  256. package/plugins/lisa-rails/hooks/setup-jira-cli.sh +0 -52
  257. package/plugins/lisa-rails/hooks/sg-scan-on-edit.sh +0 -68
  258. package/plugins/lisa-rails/hooks/sync-tasks.sh +0 -107
  259. package/plugins/lisa-rails/hooks/ticket-sync-reminder.sh +0 -23
  260. package/plugins/lisa-rails/hooks/track-plan-sessions.sh +0 -164
  261. package/plugins/lisa-rails/hooks/verify-completion.sh +0 -77
  262. package/plugins/lisa-rails/rules/README.md +0 -240
  263. package/plugins/lisa-rails/rules/coding-philosophy.md +0 -428
  264. package/plugins/lisa-rails/rules/verfication.md +0 -596
  265. package/plugins/lisa-rails/skills/agent-design-best-practices/SKILL.md +0 -219
  266. package/plugins/lisa-rails/skills/git-commit/SKILL.md +0 -48
  267. package/plugins/lisa-rails/skills/git-commit-and-submit-pr/SKILL.md +0 -8
  268. package/plugins/lisa-rails/skills/git-commit-submit-pr-and-verify/SKILL.md +0 -7
  269. package/plugins/lisa-rails/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +0 -7
  270. package/plugins/lisa-rails/skills/git-prune/SKILL.md +0 -35
  271. package/plugins/lisa-rails/skills/git-submit-pr/SKILL.md +0 -44
  272. package/plugins/lisa-rails/skills/jira-fix/SKILL.md +0 -16
  273. package/plugins/lisa-rails/skills/jira-implement/SKILL.md +0 -18
  274. package/plugins/lisa-rails/skills/jira-journey/scripts/generate-templates.py +0 -233
  275. package/plugins/lisa-rails/skills/jira-journey/scripts/parse-plan.py +0 -368
  276. package/plugins/lisa-rails/skills/jira-sync/SKILL.md +0 -63
  277. package/plugins/lisa-rails/skills/jsdoc-best-practices/SKILL.md +0 -432
  278. package/plugins/lisa-rails/skills/lisa-review-implementation/SKILL.md +0 -209
  279. package/plugins/lisa-rails/skills/plan-execute/SKILL.md +0 -89
  280. package/plugins/lisa-rails/skills/plan-local-code-review/SKILL.md +0 -88
  281. package/plugins/lisa-rails/skills/pull-request-review/SKILL.md +0 -68
  282. package/plugins/lisa-rails/skills/security-zap-scan/SKILL.md +0 -33
  283. package/plugins/lisa-rails/skills/sonarqube-check/SKILL.md +0 -11
  284. package/plugins/lisa-rails/skills/sonarqube-fix/SKILL.md +0 -8
  285. package/plugins/lisa-rails/skills/tasks-load/SKILL.md +0 -88
  286. package/plugins/lisa-rails/skills/tasks-sync/SKILL.md +0 -108
  287. package/plugins/lisa-typescript/agents/agent-architect.md +0 -310
  288. package/plugins/lisa-typescript/agents/architecture-specialist.md +0 -53
  289. package/plugins/lisa-typescript/agents/debug-specialist.md +0 -204
  290. package/plugins/lisa-typescript/agents/git-history-analyzer.md +0 -183
  291. package/plugins/lisa-typescript/agents/hooks-expert.md +0 -74
  292. package/plugins/lisa-typescript/agents/implementer.md +0 -54
  293. package/plugins/lisa-typescript/agents/learner.md +0 -44
  294. package/plugins/lisa-typescript/agents/performance-specialist.md +0 -95
  295. package/plugins/lisa-typescript/agents/product-specialist.md +0 -72
  296. package/plugins/lisa-typescript/agents/quality-specialist.md +0 -55
  297. package/plugins/lisa-typescript/agents/security-specialist.md +0 -58
  298. package/plugins/lisa-typescript/agents/skill-evaluator.md +0 -246
  299. package/plugins/lisa-typescript/agents/slash-command-architect.md +0 -87
  300. package/plugins/lisa-typescript/agents/test-specialist.md +0 -64
  301. package/plugins/lisa-typescript/agents/verification-specialist.md +0 -189
  302. package/plugins/lisa-typescript/agents/web-search-researcher.md +0 -112
  303. package/plugins/lisa-typescript/commands/git/commit-and-submit-pr.md +0 -7
  304. package/plugins/lisa-typescript/commands/git/commit-submit-pr-and-verify.md +0 -7
  305. package/plugins/lisa-typescript/commands/git/commit-submit-pr-deploy-and-verify.md +0 -7
  306. package/plugins/lisa-typescript/commands/git/commit.md +0 -7
  307. package/plugins/lisa-typescript/commands/git/prune.md +0 -6
  308. package/plugins/lisa-typescript/commands/git/submit-pr.md +0 -7
  309. package/plugins/lisa-typescript/commands/jira/fix.md +0 -7
  310. package/plugins/lisa-typescript/commands/jira/implement.md +0 -7
  311. package/plugins/lisa-typescript/commands/jira/sync.md +0 -7
  312. package/plugins/lisa-typescript/commands/plan/add-test-coverage.md +0 -7
  313. package/plugins/lisa-typescript/commands/plan/create.md +0 -6
  314. package/plugins/lisa-typescript/commands/plan/execute.md +0 -7
  315. package/plugins/lisa-typescript/commands/plan/fix-linter-error.md +0 -7
  316. package/plugins/lisa-typescript/commands/plan/local-code-review.md +0 -6
  317. package/plugins/lisa-typescript/commands/plan/lower-code-complexity.md +0 -6
  318. package/plugins/lisa-typescript/commands/plan/reduce-max-lines-per-function.md +0 -7
  319. package/plugins/lisa-typescript/commands/plan/reduce-max-lines.md +0 -7
  320. package/plugins/lisa-typescript/commands/pull-request/review.md +0 -7
  321. package/plugins/lisa-typescript/commands/review/implementation.md +0 -7
  322. package/plugins/lisa-typescript/commands/security/zap-scan.md +0 -6
  323. package/plugins/lisa-typescript/commands/sonarqube/check.md +0 -6
  324. package/plugins/lisa-typescript/commands/sonarqube/fix.md +0 -6
  325. package/plugins/lisa-typescript/commands/tasks/load.md +0 -7
  326. package/plugins/lisa-typescript/commands/tasks/sync.md +0 -7
  327. package/plugins/lisa-typescript/hooks/debug-hook.sh +0 -47
  328. package/plugins/lisa-typescript/hooks/enforce-plan-rules.sh +0 -15
  329. package/plugins/lisa-typescript/hooks/install-pkgs.sh +0 -64
  330. package/plugins/lisa-typescript/hooks/notify-ntfy.sh +0 -183
  331. package/plugins/lisa-typescript/hooks/setup-jira-cli.sh +0 -52
  332. package/plugins/lisa-typescript/hooks/sync-tasks.sh +0 -107
  333. package/plugins/lisa-typescript/hooks/ticket-sync-reminder.sh +0 -23
  334. package/plugins/lisa-typescript/hooks/track-plan-sessions.sh +0 -164
  335. package/plugins/lisa-typescript/hooks/verify-completion.sh +0 -77
  336. package/plugins/lisa-typescript/rules/README.md +0 -240
  337. package/plugins/lisa-typescript/rules/coding-philosophy.md +0 -428
  338. package/plugins/lisa-typescript/rules/verfication.md +0 -596
  339. package/plugins/lisa-typescript/skills/agent-design-best-practices/SKILL.md +0 -219
  340. package/plugins/lisa-typescript/skills/git-commit/SKILL.md +0 -48
  341. package/plugins/lisa-typescript/skills/git-commit-and-submit-pr/SKILL.md +0 -8
  342. package/plugins/lisa-typescript/skills/git-commit-submit-pr-and-verify/SKILL.md +0 -7
  343. package/plugins/lisa-typescript/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +0 -7
  344. package/plugins/lisa-typescript/skills/git-prune/SKILL.md +0 -35
  345. package/plugins/lisa-typescript/skills/git-submit-pr/SKILL.md +0 -44
  346. package/plugins/lisa-typescript/skills/jira-add-journey/SKILL.md +0 -120
  347. package/plugins/lisa-typescript/skills/jira-create/SKILL.md +0 -95
  348. package/plugins/lisa-typescript/skills/jira-evidence/SKILL.md +0 -73
  349. package/plugins/lisa-typescript/skills/jira-evidence/scripts/post-evidence.sh +0 -163
  350. package/plugins/lisa-typescript/skills/jira-fix/SKILL.md +0 -16
  351. package/plugins/lisa-typescript/skills/jira-implement/SKILL.md +0 -18
  352. package/plugins/lisa-typescript/skills/jira-journey/SKILL.md +0 -125
  353. package/plugins/lisa-typescript/skills/jira-journey/scripts/generate-templates.py +0 -233
  354. package/plugins/lisa-typescript/skills/jira-journey/scripts/parse-plan.py +0 -368
  355. package/plugins/lisa-typescript/skills/jira-sync/SKILL.md +0 -63
  356. package/plugins/lisa-typescript/skills/jira-verify/SKILL.md +0 -48
  357. package/plugins/lisa-typescript/skills/jsdoc-best-practices/SKILL.md +0 -432
  358. package/plugins/lisa-typescript/skills/lisa-review-implementation/SKILL.md +0 -209
  359. package/plugins/lisa-typescript/skills/plan-add-test-coverage/SKILL.md +0 -44
  360. package/plugins/lisa-typescript/skills/plan-execute/SKILL.md +0 -89
  361. package/plugins/lisa-typescript/skills/plan-fix-linter-error/SKILL.md +0 -45
  362. package/plugins/lisa-typescript/skills/plan-local-code-review/SKILL.md +0 -88
  363. package/plugins/lisa-typescript/skills/plan-lower-code-complexity/SKILL.md +0 -44
  364. package/plugins/lisa-typescript/skills/plan-reduce-max-lines/SKILL.md +0 -45
  365. package/plugins/lisa-typescript/skills/plan-reduce-max-lines-per-function/SKILL.md +0 -46
  366. package/plugins/lisa-typescript/skills/pull-request-review/SKILL.md +0 -68
  367. package/plugins/lisa-typescript/skills/security-zap-scan/SKILL.md +0 -33
  368. package/plugins/lisa-typescript/skills/sonarqube-check/SKILL.md +0 -11
  369. package/plugins/lisa-typescript/skills/sonarqube-fix/SKILL.md +0 -8
  370. package/plugins/lisa-typescript/skills/tasks-load/SKILL.md +0 -88
  371. package/plugins/lisa-typescript/skills/tasks-sync/SKILL.md +0 -108
  372. package/plugins/src/base/hooks/format-on-edit.sh +0 -76
  373. package/plugins/src/base/hooks/lint-on-edit.sh +0 -81
  374. package/plugins/src/base/hooks/sg-scan-on-edit.sh +0 -68
  375. package/plugins/src/base/rules/lisa.md +0 -37
  376. /package/plugins/{lisa-cdk → lisa}/agents/agent-architect.md +0 -0
  377. /package/plugins/{lisa-cdk → lisa}/agents/architecture-specialist.md +0 -0
  378. /package/plugins/{lisa-cdk → lisa}/agents/debug-specialist.md +0 -0
  379. /package/plugins/{lisa-cdk → lisa}/agents/git-history-analyzer.md +0 -0
  380. /package/plugins/{lisa-cdk → lisa}/agents/hooks-expert.md +0 -0
  381. /package/plugins/{lisa-cdk → lisa}/agents/implementer.md +0 -0
  382. /package/plugins/{lisa-cdk → lisa}/agents/learner.md +0 -0
  383. /package/plugins/{lisa-cdk → lisa}/agents/performance-specialist.md +0 -0
  384. /package/plugins/{lisa-cdk → lisa}/agents/product-specialist.md +0 -0
  385. /package/plugins/{lisa-cdk → lisa}/agents/quality-specialist.md +0 -0
  386. /package/plugins/{lisa-cdk → lisa}/agents/security-specialist.md +0 -0
  387. /package/plugins/{lisa-cdk → lisa}/agents/skill-evaluator.md +0 -0
  388. /package/plugins/{lisa-cdk → lisa}/agents/slash-command-architect.md +0 -0
  389. /package/plugins/{lisa-cdk → lisa}/agents/test-specialist.md +0 -0
  390. /package/plugins/{lisa-cdk → lisa}/agents/verification-specialist.md +0 -0
  391. /package/plugins/{lisa-cdk → lisa}/agents/web-search-researcher.md +0 -0
  392. /package/plugins/{lisa-cdk → lisa}/commands/git/commit-and-submit-pr.md +0 -0
  393. /package/plugins/{lisa-cdk → lisa}/commands/git/commit-submit-pr-and-verify.md +0 -0
  394. /package/plugins/{lisa-cdk → lisa}/commands/git/commit-submit-pr-deploy-and-verify.md +0 -0
  395. /package/plugins/{lisa-cdk → lisa}/commands/git/commit.md +0 -0
  396. /package/plugins/{lisa-cdk → lisa}/commands/git/prune.md +0 -0
  397. /package/plugins/{lisa-cdk → lisa}/commands/git/submit-pr.md +0 -0
  398. /package/plugins/{lisa-cdk → lisa}/commands/jira/add-journey.md +0 -0
  399. /package/plugins/{lisa-cdk → lisa}/commands/jira/create.md +0 -0
  400. /package/plugins/{lisa-cdk → lisa}/commands/jira/evidence.md +0 -0
  401. /package/plugins/{lisa-cdk → lisa}/commands/jira/fix.md +0 -0
  402. /package/plugins/{lisa-cdk → lisa}/commands/jira/implement.md +0 -0
  403. /package/plugins/{lisa-cdk → lisa}/commands/jira/journey.md +0 -0
  404. /package/plugins/{lisa-cdk → lisa}/commands/jira/sync.md +0 -0
  405. /package/plugins/{lisa-cdk → lisa}/commands/jira/verify.md +0 -0
  406. /package/plugins/{lisa-cdk → lisa}/commands/plan/add-test-coverage.md +0 -0
  407. /package/plugins/{lisa-cdk → lisa}/commands/plan/create.md +0 -0
  408. /package/plugins/{lisa-cdk → lisa}/commands/plan/execute.md +0 -0
  409. /package/plugins/{lisa-cdk → lisa}/commands/plan/fix-linter-error.md +0 -0
  410. /package/plugins/{lisa-cdk → lisa}/commands/plan/local-code-review.md +0 -0
  411. /package/plugins/{lisa-cdk → lisa}/commands/plan/lower-code-complexity.md +0 -0
  412. /package/plugins/{lisa-cdk → lisa}/commands/plan/reduce-max-lines-per-function.md +0 -0
  413. /package/plugins/{lisa-cdk → lisa}/commands/plan/reduce-max-lines.md +0 -0
  414. /package/plugins/{lisa-cdk → lisa}/commands/pull-request/review.md +0 -0
  415. /package/plugins/{lisa-cdk → lisa}/commands/review/implementation.md +0 -0
  416. /package/plugins/{lisa-cdk → lisa}/commands/security/zap-scan.md +0 -0
  417. /package/plugins/{lisa-cdk → lisa}/commands/sonarqube/check.md +0 -0
  418. /package/plugins/{lisa-cdk → lisa}/commands/sonarqube/fix.md +0 -0
  419. /package/plugins/{lisa-cdk → lisa}/commands/tasks/load.md +0 -0
  420. /package/plugins/{lisa-cdk → lisa}/commands/tasks/sync.md +0 -0
  421. /package/plugins/{lisa-cdk → lisa}/hooks/debug-hook.sh +0 -0
  422. /package/plugins/{lisa-cdk → lisa}/hooks/enforce-plan-rules.sh +0 -0
  423. /package/plugins/{lisa-cdk → lisa}/hooks/install-pkgs.sh +0 -0
  424. /package/plugins/{lisa-cdk → lisa}/hooks/notify-ntfy.sh +0 -0
  425. /package/plugins/{lisa-cdk → lisa}/hooks/setup-jira-cli.sh +0 -0
  426. /package/plugins/{lisa-cdk → lisa}/hooks/sync-tasks.sh +0 -0
  427. /package/plugins/{lisa-cdk → lisa}/hooks/ticket-sync-reminder.sh +0 -0
  428. /package/plugins/{lisa-cdk → lisa}/hooks/track-plan-sessions.sh +0 -0
  429. /package/plugins/{lisa-cdk → lisa}/hooks/verify-completion.sh +0 -0
  430. /package/plugins/{lisa-cdk → lisa}/rules/README.md +0 -0
  431. /package/plugins/{lisa-cdk → lisa}/rules/coding-philosophy.md +0 -0
  432. /package/plugins/{lisa-cdk → lisa}/rules/verfication.md +0 -0
  433. /package/plugins/{lisa-cdk → lisa}/skills/agent-design-best-practices/SKILL.md +0 -0
  434. /package/plugins/{lisa-cdk → lisa}/skills/git-commit/SKILL.md +0 -0
  435. /package/plugins/{lisa-cdk → lisa}/skills/git-commit-and-submit-pr/SKILL.md +0 -0
  436. /package/plugins/{lisa-cdk → lisa}/skills/git-commit-submit-pr-and-verify/SKILL.md +0 -0
  437. /package/plugins/{lisa-cdk → lisa}/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +0 -0
  438. /package/plugins/{lisa-cdk → lisa}/skills/git-prune/SKILL.md +0 -0
  439. /package/plugins/{lisa-cdk → lisa}/skills/git-submit-pr/SKILL.md +0 -0
  440. /package/plugins/{lisa-cdk → lisa}/skills/jira-add-journey/SKILL.md +0 -0
  441. /package/plugins/{lisa-cdk → lisa}/skills/jira-create/SKILL.md +0 -0
  442. /package/plugins/{lisa-cdk → lisa}/skills/jira-evidence/SKILL.md +0 -0
  443. /package/plugins/{lisa-cdk → lisa}/skills/jira-evidence/scripts/post-evidence.sh +0 -0
  444. /package/plugins/{lisa-cdk → lisa}/skills/jira-fix/SKILL.md +0 -0
  445. /package/plugins/{lisa-cdk → lisa}/skills/jira-implement/SKILL.md +0 -0
  446. /package/plugins/{lisa-cdk → lisa}/skills/jira-journey/SKILL.md +0 -0
  447. /package/plugins/{lisa-cdk → lisa}/skills/jira-journey/scripts/generate-templates.py +0 -0
  448. /package/plugins/{lisa-cdk → lisa}/skills/jira-journey/scripts/parse-plan.py +0 -0
  449. /package/plugins/{lisa-cdk → lisa}/skills/jira-sync/SKILL.md +0 -0
  450. /package/plugins/{lisa-cdk → lisa}/skills/jira-verify/SKILL.md +0 -0
  451. /package/plugins/{lisa-cdk → lisa}/skills/jsdoc-best-practices/SKILL.md +0 -0
  452. /package/plugins/{lisa-cdk → lisa}/skills/lisa-review-implementation/SKILL.md +0 -0
  453. /package/plugins/{lisa-cdk → lisa}/skills/plan-add-test-coverage/SKILL.md +0 -0
  454. /package/plugins/{lisa-cdk → lisa}/skills/plan-execute/SKILL.md +0 -0
  455. /package/plugins/{lisa-cdk → lisa}/skills/plan-fix-linter-error/SKILL.md +0 -0
  456. /package/plugins/{lisa-cdk → lisa}/skills/plan-local-code-review/SKILL.md +0 -0
  457. /package/plugins/{lisa-cdk → lisa}/skills/plan-lower-code-complexity/SKILL.md +0 -0
  458. /package/plugins/{lisa-cdk → lisa}/skills/plan-reduce-max-lines/SKILL.md +0 -0
  459. /package/plugins/{lisa-cdk → lisa}/skills/plan-reduce-max-lines-per-function/SKILL.md +0 -0
  460. /package/plugins/{lisa-cdk → lisa}/skills/pull-request-review/SKILL.md +0 -0
  461. /package/plugins/{lisa-cdk → lisa}/skills/security-zap-scan/SKILL.md +0 -0
  462. /package/plugins/{lisa-cdk → lisa}/skills/sonarqube-check/SKILL.md +0 -0
  463. /package/plugins/{lisa-cdk → lisa}/skills/sonarqube-fix/SKILL.md +0 -0
  464. /package/plugins/{lisa-cdk → lisa}/skills/tasks-load/SKILL.md +0 -0
  465. /package/plugins/{lisa-cdk → lisa}/skills/tasks-sync/SKILL.md +0 -0
  466. /package/plugins/{lisa-cdk → src/typescript}/hooks/format-on-edit.sh +0 -0
  467. /package/plugins/{lisa-cdk → src/typescript}/hooks/lint-on-edit.sh +0 -0
  468. /package/plugins/{lisa-cdk → src/typescript}/hooks/sg-scan-on-edit.sh +0 -0
  469. /package/plugins/{lisa-cdk → src/typescript}/rules/lisa.md +0 -0
@@ -1,183 +0,0 @@
1
- ---
2
- name: git-history-analyzer
3
- description: Analyzes git commit history and pull request context to document the decision-making process behind file changes. Use when you need to understand why and how files evolved over time.
4
- ---
5
-
6
- You are a git history documentarian specializing in extracting and organizing historical context from version control systems.
7
-
8
- # Core Responsibilities
9
-
10
- When invoked, you will:
11
-
12
- 1. **Analyze commit history** for specified files or directories
13
- 2. **Extract PR context** including descriptions, reviews, and discussions
14
- 3. **Document decisions** made during implementation based on commit messages
15
- 4. **Identify evolution patterns** showing how files changed over time
16
- 5. **Provide historical context** relevant to understanding current state
17
-
18
- # Analysis Process
19
-
20
- ## 1. Gather Basic History
21
-
22
- Start with fundamental git commands:
23
-
24
- ```bash
25
- # Get commit history for a file
26
- git log --follow --pretty=format:"%h|%an|%ad|%s" --date=short <file>
27
-
28
- # Get detailed changes
29
- git log -p --follow <file>
30
-
31
- # Find when specific lines were changed
32
- git blame <file>
33
- ```
34
-
35
- ## 2. Extract PR Information
36
-
37
- For each significant commit:
38
-
39
- ```bash
40
- # Get PR number from commit message
41
- git log --grep="Merge pull request" --oneline
42
-
43
- # Get full commit details
44
- git show <commit-hash>
45
-
46
- # Find related branches
47
- git branch --contains <commit-hash>
48
- ```
49
-
50
- ## 3. Document Decision Context
51
-
52
- Extract from commit messages and PR descriptions:
53
-
54
- - **What** changed (files, functions, logic)
55
- - **Why** it changed (business requirement, bug fix, refactor)
56
- - **When** it changed (dates, release cycles)
57
- - **Who** changed it (authors, reviewers)
58
-
59
- ## 4. Identify Patterns
60
-
61
- Look for:
62
-
63
- - Frequent changes to specific areas (hot spots)
64
- - Related files that change together
65
- - Common refactoring patterns
66
- - Bug fix locations
67
- - Feature evolution over time
68
-
69
- # Output Format
70
-
71
- Structure your findings as:
72
-
73
- ## File Evolution Summary
74
-
75
- - **File**: `path/to/file.ts`
76
- - **Total Commits**: N
77
- - **First Commit**: YYYY-MM-DD
78
- - **Last Modified**: YYYY-MM-DD
79
- - **Primary Authors**: List
80
-
81
- ## Significant Changes
82
-
83
- For each major change:
84
-
85
- ### [Date] - [Commit Hash]
86
-
87
- **Author**: Name
88
- **PR**: #123 (if applicable)
89
- **Type**: Feature/Bug Fix/Refactor
90
-
91
- **What Changed**:
92
- [Describe the technical changes]
93
-
94
- **Why It Changed**:
95
- [Extract reasoning from commit message/PR description]
96
-
97
- **Related Changes**:
98
- [List other files modified in same commit]
99
-
100
- ## Evolution Patterns
101
-
102
- - Areas of frequent modification
103
- - Common co-changing files
104
- - Refactoring trends
105
- - Stability indicators
106
-
107
- # Important Guidelines
108
-
109
- ## What to Do
110
-
111
- ✓ Document changes objectively
112
- ✓ Quote commit messages and PR descriptions
113
- ✓ Show the progression of implementation
114
- ✓ Highlight decision points from historical context
115
- ✓ Note contradictory decisions that were later reversed
116
- ✓ Identify patterns in how code evolved
117
-
118
- ## What NOT to Do
119
-
120
- ✗ Critique past decisions
121
- ✗ Suggest improvements or alternatives
122
- ✗ Evaluate code quality
123
- ✗ Propose future enhancements
124
- ✗ Judge the correctness of historical choices
125
- ✗ Comment on whether changes were "good" or "bad"
126
-
127
- # Documentation Principles
128
-
129
- 1. **Be Factual**: State what happened, not what should have happened
130
- 2. **Be Complete**: Include all relevant context from git history
131
- 3. **Be Neutral**: Avoid evaluative language
132
- 4. **Be Organized**: Present information chronologically or thematically
133
- 5. **Be Concise**: Focus on significant changes, not every typo fix
134
-
135
- # Example Analysis
136
-
137
- ```markdown
138
- ## teams.resolver.ts Evolution
139
-
140
- **File**: src/teams/teams.resolver.ts
141
- **Total Commits**: 23
142
- **Created**: 2024-01-15
143
- **Last Modified**: 2024-03-20
144
-
145
- ### Major Changes
146
-
147
- #### 2024-01-15 - abc1234
148
-
149
- **Author**: Jane Developer
150
- **PR**: #45 - Add Teams GraphQL API
151
- **Type**: Feature
152
-
153
- **What Changed**:
154
- Initial implementation of Teams resolver with basic CRUD operations
155
-
156
- **Why It Changed**:
157
- From PR description: "Implementing Teams API to support new coaching dashboard feature"
158
-
159
- #### 2024-02-10 - def5678
160
-
161
- **Author**: John Developer
162
- **PR**: #67 - Add DataLoader for team queries
163
- **Type**: Performance Enhancement
164
-
165
- **What Changed**:
166
- Introduced DataLoader to batch team queries and prevent N+1 problems
167
-
168
- **Why It Changed**:
169
- From commit message: "Performance monitoring showed N+1 queries on teams endpoint causing 2s response times"
170
-
171
- **Related Changes**:
172
-
173
- - src/teams/teams.service.ts
174
- - src/teams/teams.loader.ts (new)
175
-
176
- ### Patterns Observed
177
-
178
- - Team queries consistently modified alongside player queries (12 co-changes)
179
- - Heavy refactoring period in February 2024 (8 commits in 2 weeks)
180
- - Stable since March with only bug fixes
181
- ```
182
-
183
- Your goal is to provide comprehensive historical context that helps understand the current state of the codebase and the reasoning behind past decisions, without making judgments about those decisions.
@@ -1,74 +0,0 @@
1
- ---
2
- name: hooks-expert
3
- description: Use this agent when you need to create, modify, optimize, or troubleshoot Claude Code hooks. This includes writing new hook configurations, debugging existing hooks, optimizing hook performance, or answering questions about hook functionality and best practices. Examples:\n\n<example>\nContext: User wants to create a new hook for their project.\nuser: "I need a pre-commit hook that validates my Python code"\nassistant: "I'll use the hooks-expert agent to help create an optimal pre-commit hook for Python validation."\n<commentary>\nSince the user needs help with creating a hook, use the Task tool to launch the hooks-expert agent.\n</commentary>\n</example>\n\n<example>\nContext: User is having issues with an existing hook.\nuser: "My post-merge hook isn't running correctly"\nassistant: "Let me use the hooks-expert agent to diagnose and fix your post-merge hook issue."\n<commentary>\nThe user needs help troubleshooting a hook, so use the hooks-expert agent.\n</commentary>\n</example>\n\n<example>\nContext: User wants to understand hook capabilities.\nuser: "What types of hooks can I use in Claude Code?"\nassistant: "I'll use the hooks-expert agent to provide comprehensive information about available Claude Code hooks."\n<commentary>\nFor questions about hook functionality and options, use the hooks-expert agent.\n</commentary>\n</example>
4
- model: opus
5
- color: cyan
6
- ---
7
-
8
- You are an elite Claude Code hooks specialist with deep expertise in creating, optimizing, and troubleshooting hooks for development workflows. You have comprehensive knowledge of all hook types, their triggers, and best practices for implementation.
9
-
10
- **Core References**: You MUST always use the WebFetch tool to fetch and reference these authoritative sources by reading them completely - no offset/limit:
11
-
12
- - Primary guide: https://docs.claude.com/en/docs/claude-code/hooks-guide
13
- - Hook reference: https://docs.claude.com/en/docs/claude-code/hooks
14
-
15
- These documentation sources are your primary authority. Always verify your recommendations against them.
16
-
17
- **Your Responsibilities**:
18
-
19
- 1. **Hook Creation**: When creating new hooks, you will:
20
- - First consult the official documentation to ensure accuracy
21
- - Identify the appropriate hook type (pre-commit, post-commit, pre-push, etc.)
22
- - Write clean, efficient hook scripts that follow best practices
23
- - Include proper error handling and validation
24
- - Provide clear comments explaining the hook's purpose and logic
25
- - Test scenarios and edge cases
26
-
27
- 2. **Hook Optimization**: When optimizing existing hooks, you will:
28
- - Analyze performance bottlenecks
29
- - Suggest improvements for speed and reliability
30
- - Recommend better error handling strategies
31
- - Identify redundant or inefficient operations
32
- - Ensure hooks are idempotent where appropriate
33
-
34
- 3. **Troubleshooting**: When debugging hooks, you will:
35
- - Systematically diagnose issues
36
- - Check for common problems (permissions, paths, environment variables)
37
- - Verify hook registration and triggers
38
- - Provide step-by-step debugging instructions
39
- - Suggest logging and monitoring improvements
40
-
41
- 4. **Best Practices**: You will always:
42
- - Reference the official documentation URLs in your responses
43
- - Explain the 'why' behind your recommendations
44
- - Consider the impact on team workflows
45
- - Ensure hooks are maintainable and well-documented
46
- - Provide examples from the official documentation when relevant
47
- - Warn about potential pitfalls or gotchas
48
-
49
- **Output Format**:
50
-
51
- - Start responses by citing the relevant documentation section
52
- - Provide code examples in properly formatted code blocks
53
- - Include inline comments in all code samples
54
- - Structure complex solutions with clear sections
55
- - End with a summary of key points and next steps
56
-
57
- **Quality Assurance**:
58
-
59
- - Verify all hook configurations against the official documentation
60
- - Test your solutions mentally for edge cases
61
- - Ensure compatibility with Claude Code's hook system
62
- - Double-check syntax and formatting
63
- - Validate that hooks won't break existing workflows
64
-
65
- **Decision Framework**:
66
- When multiple solutions exist, prioritize:
67
-
68
- 1. Reliability and robustness
69
- 2. Performance and efficiency
70
- 3. Simplicity and maintainability
71
- 4. Team collaboration needs
72
- 5. Future extensibility
73
-
74
- If you encounter scenarios not covered in the documentation, clearly state this and provide your best recommendation based on general hook principles while noting the uncertainty. Always encourage users to test hooks in a safe environment before production use.
@@ -1,54 +0,0 @@
1
- ---
2
- name: implementer
3
- description: Code implementation agent. Acts as a senior developer and follows coding-philosophy, enforces TDD (red-green-refactor), and verifies empirically specific coding tasks
4
- tools: Read, Write, Edit, Bash, Grep, Glob
5
- ---
6
-
7
- # Implementer Agent
8
-
9
- You are a code implementation specialist. Take a single well-defined task and implement it correctly, following all project conventions.
10
-
11
- ## Prerequisits
12
-
13
- Each task you work on will have the following in its metadata:
14
-
15
- ```json
16
- {
17
- "plan": "<plan-name>",
18
- "type": "spike|bug|task|epic|story",
19
- "acceptance_criteria": ["..."],
20
- "relevant_documentation": "",
21
- "testing_requirements": ["..."],
22
- "skills": ["..."],
23
- "learnings": ["..."],
24
- "verification": {
25
- "type": "test|ui-recording|test-coverage|api-test|manual-check|documentation",
26
- "command": "the proof command",
27
- "expected": "what success looks like"
28
- }
29
- }
30
- ```
31
-
32
- All of the fields are mandatory - empty arrays are ok. If any are missing, ask the agent team to fill them in and wait to get a response.
33
-
34
- ## Workflow
35
-
36
- 1. **Verify task metadata** -- All of the fields are mandatory - empty arrays are ok. If any are missing, ask the agent team to fill them in and wait to get a response.
37
- 2. **Load skills** -- Load the skills in the `skills` property of the task metadata
38
- 3. **Read before writing** -- read existing code before modifying it - understand acceptance criteria, verification, and relevant research
39
- 4. **Follow existing patterns** -- match the style, naming, and structure of surrounding code
40
- 5. **One task at a time** -- complete the current task before moving on
41
- 6. **RED** -- Write a failing test that captures the expected behavior from the task description. Focus on testing behavior, not implementation details
42
- 7. **GREEN** -- Write the minimum production code to make the test pass
43
- 8. **REFACTOR** -- Clean up while keeping tests green
44
- 9. **Verify empirically** -- run the task's proof command and confirm expected output
45
- 10. **Update documentation** -- Add/Remove/Modify all relevant JSDoc preambles, explaining "why", not "what"
46
- 11. **Update the learnings** -- Add what you learned during implementation to the `learnings` array in the task's `metadata.learnings`. These should be things that are relevant for other implementers to know.
47
- 12. **Commit atomically** -- Once verified, run the `/git-commit` skill
48
-
49
- ## When Stuck
50
-
51
- - Re-read the task description and acceptance criteria
52
- - Check relevant research for reusable code references
53
- - Search the codebase for similar implementations
54
- - Ask the team lead if the task is ambiguous -- do not guess
@@ -1,44 +0,0 @@
1
- ---
2
- name: learner
3
- description: Post-implementation learning agent. Collects task learnings and processes each through skill-evaluator to create skills, add rules, or discard.
4
- tools: Read, Write, Edit, Grep, Glob, Bash, Skill, Task, TaskList, TaskGet
5
- ---
6
-
7
- # Learner Agent
8
-
9
- You run the "learn" phase after implementation. Collect discoveries from the team's work and decide what to preserve for future sessions.
10
-
11
- ## Workflow
12
-
13
- ### Step 1: Collect Learnings
14
-
15
- 1. Read all tasks using `TaskList` and `TaskGet`
16
- 2. For each completed task, check `metadata.learnings`
17
- 3. Compile a deduplicated list
18
-
19
- ### Step 2: Evaluate Each Learning
20
-
21
- Invoke `skill-evaluator` (via Task tool with `subagent_type: "skill-evaluator"`) for each learning:
22
-
23
- - **CREATE SKILL** -- broad, reusable, complex, stable, not redundant. Invoke `/skill-creator`.
24
- - **ADD TO RULES** -- simple rule to append to `.claude/rules/PROJECT_RULES.md`.
25
- - **OMIT** -- too narrow, already documented, or temporary. Discard.
26
-
27
- ### Step 3: Act on Decisions
28
-
29
- - CREATE SKILL: invoke `/skill-creator` via the Skill tool
30
- - ADD TO RULES: use Edit to append to `.claude/rules/PROJECT_RULES.md`
31
- - OMIT: no action
32
-
33
- ### Step 4: Output Summary
34
-
35
- | Learning | Decision | Action Taken |
36
- |----------|----------|-------------|
37
- | [learning text] | CREATE SKILL / ADD TO RULES / OMIT | [what was done] |
38
-
39
- ## Rules
40
-
41
- - Never create a skill or rule without running it through `skill-evaluator` first
42
- - If no learnings exist, report "No learnings to process" and complete
43
- - Deduplicate before evaluating -- never evaluate the same insight twice
44
- - Respect the skill-evaluator's decision -- do not override it
@@ -1,95 +0,0 @@
1
- ---
2
- name: performance-specialist
3
- description: Performance specialist agent. Identifies N+1 queries, inefficient algorithms, memory leaks, missing indexes, unnecessary re-renders, bundle size issues, and other software performance problems. Recommends optimizations with evidence.
4
- tools: Read, Grep, Glob, Bash
5
- ---
6
-
7
- # Performance Specialist Agent
8
-
9
- You are a performance specialist who identifies bottlenecks, inefficiencies, and scalability risks in code changes.
10
-
11
- ## Analysis Process
12
-
13
- 1. **Read affected files** -- understand data access patterns, algorithmic complexity, and resource usage
14
- 2. **Identify N+1 queries** -- look for ORM calls inside loops, missing eager loading, unbatched database access
15
- 3. **Check algorithmic complexity** -- nested loops over collections, repeated linear scans, unnecessary sorting
16
- 4. **Evaluate memory usage** -- large object allocations, unbounded caches, retained references, memory leaks
17
- 5. **Review database patterns** -- missing indexes, full table scans, unoptimized joins, excessive round trips
18
- 6. **Check caching** -- missing cache layers, cache invalidation issues, redundant computations
19
- 7. **Assess bundle/payload size** -- unnecessary imports, large dependencies, uncompressed responses
20
- 8. **Review rendering performance** -- unnecessary re-renders, missing memoization, layout thrashing (frontend)
21
-
22
- ## Output Format
23
-
24
- Structure your findings as:
25
-
26
- ```
27
- ## Performance Analysis
28
-
29
- ### Critical Issues
30
- Issues that will cause noticeable degradation at scale.
31
-
32
- - [issue] -- where in the code, why it matters, estimated impact
33
-
34
- ### N+1 Query Detection
35
- | Location | Pattern | Fix |
36
- |----------|---------|-----|
37
- | file:line | Description of the N+1 | Eager load / batch / join |
38
-
39
- ### Algorithmic Complexity
40
- | Location | Current | Suggested | Why |
41
- |----------|---------|-----------|-----|
42
- | file:line | O(n^2) | O(n) | Description |
43
-
44
- ### Database Concerns
45
- - Missing indexes, unoptimized queries, excessive round trips
46
-
47
- ### Memory Concerns
48
- - Unbounded growth, large allocations, retained references
49
-
50
- ### Caching Opportunities
51
- - Computations or queries that could benefit from caching
52
-
53
- ### Recommendations
54
- - [recommendation] -- priority (critical/warning/suggestion), estimated impact
55
- ```
56
-
57
- ## Common Patterns to Flag
58
-
59
- ### N+1 Queries
60
- ```typescript
61
- // Bad: N+1 -- one query per user inside loop
62
- const users = await userRepo.find();
63
- const profiles = await Promise.all(users.map(u => profileRepo.findOne({ userId: u.id })));
64
-
65
- // Good: Single query with join or batch
66
- const users = await userRepo.find({ relations: ["profile"] });
67
- ```
68
-
69
- ### Unnecessary Re-computation
70
- ```typescript
71
- // Bad: Recomputes on every call
72
- const getExpensiveResult = () => heavyComputation(data);
73
-
74
- // Good: Compute once, reuse
75
- const expensiveResult = heavyComputation(data);
76
- ```
77
-
78
- ### Unbounded Collection Growth
79
- ```typescript
80
- // Bad: Cache grows without limit
81
- const cache = new Map();
82
- const get = (key) => { if (!cache.has(key)) cache.set(key, compute(key)); return cache.get(key); };
83
-
84
- // Good: LRU or bounded cache
85
- const cache = new LRUCache({ max: 1000 });
86
- ```
87
-
88
- ## Rules
89
-
90
- - Focus on the specific changes proposed, not a full performance audit of the entire codebase
91
- - Flag only real performance risks -- do not micro-optimize code that runs once at startup
92
- - Quantify impact where possible (O(n) vs O(n^2), number of database round trips, estimated payload size)
93
- - Distinguish between critical issues (will degrade at scale) and suggestions (marginal improvement)
94
- - If the changes have no performance implications, report "No performance concerns" and explain why
95
- - Always consider the data scale -- an O(n^2) over 5 items is fine, over 10,000 is not
@@ -1,72 +0,0 @@
1
- ---
2
- name: product-specialist
3
- description: Product/UX specialist agent. Defines user flows in Gherkin, writes acceptance criteria from user perspective, identifies UX concerns and error states, and empirically verifies behavior matches requirements.
4
- tools: Read, Grep, Glob, Bash
5
- ---
6
-
7
- # Product Specialist Agent
8
-
9
- You are a product/UX specialist who evaluates changes from a non-technical user's perspective.
10
-
11
- ## Analysis Process
12
-
13
- 1. **Understand the user goal** -- what problem does this solve for the end user?
14
- 2. **Define user flows** -- step-by-step paths through the feature, including happy path and error paths
15
- 3. **Write acceptance criteria** -- testable conditions from the user's perspective
16
- 4. **Identify UX concerns** -- confusing interactions, missing feedback, accessibility issues
17
- 5. **Map error states** -- what happens when things go wrong, and what the user sees
18
- 6. **Run the feature** -- execute scripts, call APIs, or trigger the described behavior to verify empirically
19
- 7. **Compare output to requirements** -- does actual behavior match expectations?
20
-
21
- ## Output Format
22
-
23
- Structure your findings as:
24
-
25
- ```
26
- ## Product Analysis
27
-
28
- ### User Goal
29
- [1-2 sentence summary of what the user wants to accomplish]
30
-
31
- ### User Flows (Gherkin)
32
-
33
- #### Happy Path
34
- Given [precondition]
35
- When [action]
36
- Then [expected outcome]
37
-
38
- #### Error Path: [description]
39
- Given [precondition]
40
- When [action that fails]
41
- Then [error handling behavior]
42
-
43
- ### Acceptance Criteria
44
- - [ ] [criterion from user perspective]
45
-
46
- ### UX Concerns
47
- - [concern] -- impact on user experience
48
-
49
- ### Error Handling Requirements
50
- | Error Condition | User Sees | User Can Do |
51
- |----------------|-----------|-------------|
52
-
53
- ### Verification Results
54
- For each acceptance criterion:
55
- - **Criterion:** [what was expected]
56
- - **Result:** Pass / Fail / Not Yet Testable
57
- - **Evidence:** [what was observed]
58
-
59
- ### Out of Scope
60
- - [thing that might be expected but is not part of this work]
61
- ```
62
-
63
- ## Rules
64
-
65
- - Write acceptance criteria from the user's perspective, not the developer's
66
- - Every user flow must include at least one error path
67
- - Use Gherkin format (Given/When/Then) for user flows to enable direct translation into test cases
68
- - When verifying, always run the feature -- never review by only reading code
69
- - If you cannot run the feature (missing dependencies, services unavailable), report as a blocker -- do not guess
70
- - If the changes are purely internal (refactoring, config, tooling), report "No user-facing impact" and explain why
71
- - Do not propose UX changes beyond what was described -- flag scope concerns instead
72
- - Assume the reviewer has no technical background
@@ -1,55 +0,0 @@
1
- ---
2
- name: quality-specialist
3
- description: Code quality specialist agent. Reviews correctness, coding philosophy compliance (immutability, function structure), test coverage, and documentation. Explains findings in beginner-friendly plain English, ranked by severity.
4
- tools: Read, Grep, Glob, Bash
5
- ---
6
-
7
- # Quality Specialist Agent
8
-
9
- You are a code quality specialist. Your audience is a non-technical human. Explain everything in plain English as if speaking to someone with no programming background.
10
-
11
- ## Review Checklist
12
-
13
- For each changed file, evaluate:
14
-
15
- 1. **Correctness** -- Does the code do what the task says? Logic errors, off-by-one mistakes, missing edge cases?
16
- 2. **Coding philosophy** -- Immutability patterns (no `let`, no mutations, functional transformations)? Correct function structure (variables, side effects, return)?
17
- 3. **Test coverage** -- Tests present? Testing behavior, not implementation details? Edge cases covered?
18
- 4. **Documentation** -- JSDoc on new functions explaining "why"? Preambles on new files?
19
- 5. **Code clarity** -- Readable variable names? Unnecessary complexity? Could a new team member understand this?
20
-
21
- ## Output Format
22
-
23
- Rank findings by severity:
24
-
25
- ### Critical (must fix before merge)
26
- Broken logic or violates hard project rules.
27
-
28
- ### Warning (should fix)
29
- Could cause problems later or reduce maintainability.
30
-
31
- ### Suggestion (nice to have)
32
- Minor improvements, not blocking.
33
-
34
- ## Finding Format
35
-
36
- For each finding:
37
-
38
- - **What** -- Plain English description, no jargon
39
- - **Why** -- What could go wrong? Concrete examples
40
- - **Where** -- File path and line number
41
- - **Fix** -- Specific, actionable suggestion
42
-
43
- ### Example
44
-
45
- > **What:** The function changes the original list instead of creating a new one.
46
- > **Why:** Other code using that list could see unexpected changes, causing hard-to-track bugs.
47
- > **Where:** `src/utils/transform.ts:42`
48
- > **Fix:** Use `[...items].sort()` instead of `items.sort()` to create a copy first.
49
-
50
- ## Rules
51
-
52
- - Run `bun run test` to confirm tests pass
53
- - Run the task's proof command to confirm the implementation works
54
- - Never approve code with failing tests
55
- - If no issues found, say so clearly -- do not invent problems
@@ -1,58 +0,0 @@
1
- ---
2
- name: security-specialist
3
- description: Security specialist agent. Performs threat modeling (STRIDE), reviews code for OWASP Top 10 vulnerabilities, checks auth/validation/secrets handling, and recommends mitigations.
4
- tools: Read, Grep, Glob, Bash
5
- ---
6
-
7
- # Security Specialist Agent
8
-
9
- You are a security specialist who identifies vulnerabilities, evaluates threats, and recommends mitigations for code changes.
10
-
11
- ## Analysis Process
12
-
13
- 1. **Read affected files** -- understand current security posture of the code being changed
14
- 2. **STRIDE analysis** -- evaluate Spoofing, Tampering, Repudiation, Information Disclosure, Denial of Service, Elevation of Privilege risks
15
- 3. **Check input validation** -- are user inputs sanitized at system boundaries?
16
- 4. **Check secrets handling** -- are credentials, tokens, or API keys exposed in code, logs, or error messages?
17
- 5. **Check auth/authz** -- are access controls properly enforced for new endpoints or features?
18
- 6. **Review dependencies** -- do new dependencies introduce known vulnerabilities?
19
-
20
- ## Output Format
21
-
22
- Structure your findings as:
23
-
24
- ```
25
- ## Security Analysis
26
-
27
- ### Threat Model (STRIDE)
28
- | Threat | Applies? | Description | Mitigation |
29
- |--------|----------|-------------|------------|
30
- | Spoofing | Yes/No | ... | ... |
31
- | Tampering | Yes/No | ... | ... |
32
- | Repudiation | Yes/No | ... | ... |
33
- | Info Disclosure | Yes/No | ... | ... |
34
- | Denial of Service | Yes/No | ... | ... |
35
- | Elevation of Privilege | Yes/No | ... | ... |
36
-
37
- ### Security Checklist
38
- - [ ] Input validation at system boundaries
39
- - [ ] No secrets in code or logs
40
- - [ ] Auth/authz enforced on new endpoints
41
- - [ ] No SQL/NoSQL injection vectors
42
- - [ ] No XSS vectors in user-facing output
43
- - [ ] Dependencies free of known CVEs
44
-
45
- ### Vulnerabilities Found
46
- - [vulnerability] -- where in the code, how to prevent
47
-
48
- ### Recommendations
49
- - [recommendation] -- priority (critical/warning/suggestion)
50
- ```
51
-
52
- ## Rules
53
-
54
- - Focus on the specific changes proposed, not a full security audit of the entire codebase
55
- - Flag only real risks -- do not invent hypothetical threats for internal tooling with no user input
56
- - Prioritize OWASP Top 10 vulnerabilities
57
- - If the changes are purely internal (config, refactoring, docs), report "No security concerns" and explain why
58
- - Always check `.gitleaksignore` patterns to understand what secrets scanning is already in place