@codyswann/lisa 2.189.7 → 2.189.9

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 (2481) hide show
  1. package/dist/codex/agent-transformer.js +5 -1
  2. package/dist/codex/agent-transformer.js.map +1 -1
  3. package/dist/codex/skills-installer.d.ts.map +1 -1
  4. package/dist/codex/skills-installer.js +5 -2
  5. package/dist/codex/skills-installer.js.map +1 -1
  6. package/dist/core/lisa-skill-sources.d.ts +9 -0
  7. package/dist/core/lisa-skill-sources.d.ts.map +1 -1
  8. package/dist/core/lisa-skill-sources.js +17 -2
  9. package/dist/core/lisa-skill-sources.js.map +1 -1
  10. package/dist/opencode/skills-installer.d.ts.map +1 -1
  11. package/dist/opencode/skills-installer.js +4 -2
  12. package/dist/opencode/skills-installer.js.map +1 -1
  13. package/eslint-plugin-code-organization/__tests__/enforce-statement-order.test.js +98 -0
  14. package/eslint-plugin-code-organization/rules/enforce-statement-order.js +14 -2
  15. package/package.json +1 -1
  16. package/plugins/lisa/.claude-plugin/plugin.json +1 -1
  17. package/plugins/lisa/.codex-plugin/plugin.json +1 -1
  18. package/plugins/lisa/agents/learnings-synthesizer.md +2 -2
  19. package/plugins/lisa/agents/linear-agent.md +3 -3
  20. package/plugins/lisa/commands/lisa/analyze-claude-remote.md +6 -0
  21. package/plugins/lisa/commands/lisa/automation-status.md +12 -0
  22. package/plugins/lisa/commands/lisa/codify-verification.md +6 -0
  23. package/plugins/lisa/commands/lisa/cross-pollinate.md +15 -0
  24. package/plugins/lisa/commands/lisa/debrief/apply.md +6 -0
  25. package/plugins/lisa/commands/lisa/debrief.md +6 -0
  26. package/plugins/lisa/commands/lisa/doctor.md +6 -0
  27. package/plugins/lisa/commands/lisa/exploratory-qa.md +7 -0
  28. package/plugins/lisa/commands/lisa/fix/linter-error.md +7 -0
  29. package/plugins/lisa/commands/lisa/generate-claude-remote-build-script.md +6 -0
  30. package/plugins/lisa/commands/lisa/git/commit.md +7 -0
  31. package/plugins/lisa/commands/lisa/git/prune.md +6 -0
  32. package/plugins/lisa/commands/lisa/git/submit-pr.md +7 -0
  33. package/plugins/lisa/commands/lisa/implement.md +6 -0
  34. package/plugins/lisa/commands/lisa/improve/code-complexity.md +6 -0
  35. package/plugins/lisa/commands/lisa/improve/max-lines-per-function.md +7 -0
  36. package/plugins/lisa/commands/lisa/improve/max-lines.md +7 -0
  37. package/plugins/lisa/commands/lisa/improve/test-coverage.md +7 -0
  38. package/plugins/lisa/commands/lisa/improve/tests.md +7 -0
  39. package/plugins/lisa/commands/lisa/intake-explain.md +31 -0
  40. package/plugins/lisa/commands/lisa/intake.md +6 -0
  41. package/plugins/lisa/commands/lisa/monitor.md +6 -0
  42. package/plugins/lisa/commands/lisa/parity-code-review.md +6 -0
  43. package/plugins/lisa/commands/lisa/parity-code-simplifier.md +6 -0
  44. package/plugins/lisa/commands/lisa/parity-coderabbit.md +6 -0
  45. package/plugins/lisa/commands/lisa/parity-safety-net-rules.md +6 -0
  46. package/plugins/lisa/commands/lisa/parity-sentry-sdk-setup.md +6 -0
  47. package/plugins/lisa/commands/lisa/parity-sentry-seer.md +6 -0
  48. package/plugins/lisa/commands/lisa/parity-skill-creator.md +6 -0
  49. package/plugins/lisa/commands/lisa/plan.md +6 -0
  50. package/plugins/lisa/commands/lisa/plugin-sync-explain.md +8 -0
  51. package/plugins/lisa/commands/lisa/product-walkthrough.md +7 -0
  52. package/plugins/lisa/commands/lisa/project-ideation.md +6 -0
  53. package/plugins/lisa/commands/lisa/pull-request/review.md +7 -0
  54. package/plugins/lisa/commands/lisa/queue-status.md +34 -0
  55. package/plugins/lisa/commands/lisa/repair-intake.md +6 -0
  56. package/plugins/lisa/commands/lisa/research.md +6 -0
  57. package/plugins/lisa/commands/lisa/review/local.md +6 -0
  58. package/plugins/lisa/commands/lisa/security/zap-scan.md +6 -0
  59. package/plugins/lisa/commands/lisa/setup/atlassian.md +7 -0
  60. package/plugins/lisa/commands/lisa/setup/confluence.md +7 -0
  61. package/plugins/lisa/commands/lisa/setup/github.md +7 -0
  62. package/plugins/lisa/commands/lisa/setup/jira.md +7 -0
  63. package/plugins/lisa/commands/lisa/setup/linear.md +7 -0
  64. package/plugins/lisa/commands/lisa/setup/notion.md +7 -0
  65. package/plugins/lisa/commands/lisa/setup-automations.md +6 -0
  66. package/plugins/lisa/commands/lisa/sync-down.md +7 -0
  67. package/plugins/lisa/commands/lisa/tear-down-automations.md +6 -0
  68. package/plugins/lisa/commands/lisa/validate-tracker-mapping.md +15 -0
  69. package/plugins/lisa/commands/lisa/verify-prd.md +6 -0
  70. package/plugins/lisa/commands/lisa/verify.md +6 -0
  71. package/plugins/lisa/commands/lisa/wiki/install.md +7 -0
  72. package/plugins/lisa/hooks/enforce-team-first.sh +1 -1
  73. package/plugins/lisa/hooks/enforce-verification-gate.sh +4 -4
  74. package/plugins/lisa/rules/eager/observability-audit.md +4 -4
  75. package/plugins/lisa/rules/eager/upstream-to-lisa.md +1 -1
  76. package/plugins/lisa/rules/reference/config-resolution.md +16 -16
  77. package/plugins/lisa/rules/reference/integration-access-layer.md +7 -7
  78. package/plugins/lisa/rules/reference/intent-routing.md +14 -14
  79. package/plugins/lisa/rules/reference/observability-audit.md +4 -4
  80. package/plugins/lisa/rules/reference/prd-lifecycle-rollup.md +5 -5
  81. package/plugins/lisa/rules/reference/repo-scope-split.md +3 -3
  82. package/plugins/lisa/rules/reference/upstream-to-lisa.md +1 -1
  83. package/plugins/lisa/rules/reference/usage-accounting.md +1 -1
  84. package/plugins/lisa/skills/lisa-acceptance-criteria/SKILL.md +71 -0
  85. package/plugins/lisa/skills/lisa-acceptance-criteria/agents/openai.yaml +4 -0
  86. package/plugins/lisa/skills/lisa-agent-design-best-practices/SKILL.md +219 -0
  87. package/plugins/lisa/skills/lisa-agent-design-best-practices/agents/openai.yaml +4 -0
  88. package/plugins/lisa/skills/lisa-analyze-claude-remote/SKILL.md +421 -0
  89. package/plugins/lisa/skills/lisa-analyze-claude-remote/agents/openai.yaml +4 -0
  90. package/plugins/lisa/skills/lisa-atlassian-access/SKILL.md +361 -0
  91. package/plugins/lisa/skills/lisa-atlassian-access/agents/openai.yaml +4 -0
  92. package/plugins/lisa/skills/lisa-automation-status/SKILL.md +111 -0
  93. package/plugins/lisa/skills/lisa-automation-status/agents/openai.yaml +4 -0
  94. package/plugins/lisa/skills/lisa-bug-triage/SKILL.md +23 -0
  95. package/plugins/lisa/skills/lisa-bug-triage/agents/openai.yaml +4 -0
  96. package/plugins/lisa/skills/lisa-codebase-research/SKILL.md +87 -0
  97. package/plugins/lisa/skills/lisa-codebase-research/agents/openai.yaml +4 -0
  98. package/plugins/lisa/skills/lisa-codify-verification/SKILL.md +162 -0
  99. package/plugins/lisa/skills/lisa-codify-verification/agents/openai.yaml +4 -0
  100. package/plugins/lisa/skills/lisa-confluence-prd-intake/SKILL.md +417 -0
  101. package/plugins/lisa/skills/lisa-confluence-prd-intake/agents/openai.yaml +4 -0
  102. package/plugins/lisa/skills/lisa-confluence-to-tracker/SKILL.md +362 -0
  103. package/plugins/lisa/skills/lisa-confluence-to-tracker/agents/openai.yaml +4 -0
  104. package/plugins/lisa/skills/lisa-confluence-write-prd/SKILL.md +109 -0
  105. package/plugins/lisa/skills/lisa-confluence-write-prd/agents/openai.yaml +4 -0
  106. package/plugins/lisa/skills/lisa-cross-pollinate/SKILL.md +175 -0
  107. package/plugins/lisa/skills/lisa-cross-pollinate/agents/openai.yaml +4 -0
  108. package/plugins/lisa/skills/lisa-debrief/SKILL.md +94 -0
  109. package/plugins/lisa/skills/lisa-debrief/agents/openai.yaml +4 -0
  110. package/plugins/lisa/skills/lisa-debrief-apply/SKILL.md +63 -0
  111. package/plugins/lisa/skills/lisa-debrief-apply/agents/openai.yaml +4 -0
  112. package/plugins/lisa/skills/lisa-doctor/SKILL.md +336 -0
  113. package/plugins/lisa/skills/lisa-doctor/agents/openai.yaml +4 -0
  114. package/plugins/lisa/skills/lisa-drive-pr-to-merge/SKILL.md +152 -0
  115. package/plugins/lisa/skills/lisa-drive-pr-to-merge/agents/openai.yaml +4 -0
  116. package/plugins/lisa/skills/lisa-epic-triage/SKILL.md +28 -0
  117. package/plugins/lisa/skills/lisa-epic-triage/agents/openai.yaml +4 -0
  118. package/plugins/lisa/skills/lisa-exploratory-qa/SKILL.md +91 -0
  119. package/plugins/lisa/skills/lisa-exploratory-qa/agents/openai.yaml +4 -0
  120. package/plugins/lisa/skills/lisa-fix-linter-error/SKILL.md +45 -0
  121. package/plugins/lisa/skills/lisa-fix-linter-error/agents/openai.yaml +4 -0
  122. package/plugins/lisa/skills/lisa-generate-claude-remote-build-script/SKILL.md +224 -0
  123. package/plugins/lisa/skills/lisa-generate-claude-remote-build-script/agents/openai.yaml +4 -0
  124. package/plugins/lisa/skills/lisa-git-commit/SKILL.md +48 -0
  125. package/plugins/lisa/skills/lisa-git-commit/agents/openai.yaml +4 -0
  126. package/plugins/lisa/skills/lisa-git-prune/SKILL.md +35 -0
  127. package/plugins/lisa/skills/lisa-git-prune/agents/openai.yaml +4 -0
  128. package/plugins/lisa/skills/lisa-git-submit-pr/SKILL.md +113 -0
  129. package/plugins/lisa/skills/lisa-git-submit-pr/agents/openai.yaml +4 -0
  130. package/plugins/lisa/skills/lisa-github-add-journey/SKILL.md +115 -0
  131. package/plugins/lisa/skills/lisa-github-add-journey/agents/openai.yaml +4 -0
  132. package/plugins/lisa/skills/lisa-github-build-intake/SKILL.md +446 -0
  133. package/plugins/lisa/skills/lisa-github-build-intake/agents/openai.yaml +4 -0
  134. package/plugins/lisa/skills/lisa-github-create/SKILL.md +101 -0
  135. package/plugins/lisa/skills/lisa-github-create/agents/openai.yaml +4 -0
  136. package/plugins/lisa/skills/lisa-github-evidence/SKILL.md +110 -0
  137. package/plugins/lisa/skills/lisa-github-evidence/agents/openai.yaml +4 -0
  138. package/plugins/lisa/skills/lisa-github-journey/SKILL.md +121 -0
  139. package/plugins/lisa/skills/lisa-github-journey/agents/openai.yaml +4 -0
  140. package/plugins/lisa/skills/lisa-github-prd-intake/SKILL.md +432 -0
  141. package/plugins/lisa/skills/lisa-github-prd-intake/agents/openai.yaml +4 -0
  142. package/plugins/lisa/skills/lisa-github-project-v2/SKILL.md +227 -0
  143. package/plugins/lisa/skills/lisa-github-project-v2/agents/openai.yaml +4 -0
  144. package/plugins/lisa/skills/lisa-github-read-issue/SKILL.md +248 -0
  145. package/plugins/lisa/skills/lisa-github-read-issue/agents/openai.yaml +4 -0
  146. package/plugins/lisa/skills/lisa-github-sync/SKILL.md +132 -0
  147. package/plugins/lisa/skills/lisa-github-sync/agents/openai.yaml +4 -0
  148. package/plugins/lisa/skills/lisa-github-to-tracker/SKILL.md +347 -0
  149. package/plugins/lisa/skills/lisa-github-to-tracker/agents/openai.yaml +4 -0
  150. package/plugins/lisa/skills/lisa-github-validate-issue/SKILL.md +330 -0
  151. package/plugins/lisa/skills/lisa-github-validate-issue/agents/openai.yaml +4 -0
  152. package/plugins/lisa/skills/lisa-github-verify/SKILL.md +29 -0
  153. package/plugins/lisa/skills/lisa-github-verify/agents/openai.yaml +4 -0
  154. package/plugins/lisa/skills/lisa-github-write-issue/SKILL.md +339 -0
  155. package/plugins/lisa/skills/lisa-github-write-issue/agents/openai.yaml +4 -0
  156. package/plugins/lisa/skills/lisa-github-write-prd/SKILL.md +157 -0
  157. package/plugins/lisa/skills/lisa-github-write-prd/agents/openai.yaml +4 -0
  158. package/plugins/lisa/skills/lisa-implement/SKILL.md +202 -0
  159. package/plugins/lisa/skills/lisa-implement/agents/openai.yaml +4 -0
  160. package/plugins/lisa/skills/lisa-improve-code-complexity/SKILL.md +44 -0
  161. package/plugins/lisa/skills/lisa-improve-code-complexity/agents/openai.yaml +4 -0
  162. package/plugins/lisa/skills/lisa-improve-max-lines/SKILL.md +45 -0
  163. package/plugins/lisa/skills/lisa-improve-max-lines/agents/openai.yaml +4 -0
  164. package/plugins/lisa/skills/lisa-improve-max-lines-per-function/SKILL.md +46 -0
  165. package/plugins/lisa/skills/lisa-improve-max-lines-per-function/agents/openai.yaml +4 -0
  166. package/plugins/lisa/skills/lisa-improve-test-coverage/SKILL.md +44 -0
  167. package/plugins/lisa/skills/lisa-improve-test-coverage/agents/openai.yaml +4 -0
  168. package/plugins/lisa/skills/lisa-improve-tests/SKILL.md +47 -0
  169. package/plugins/lisa/skills/lisa-improve-tests/agents/openai.yaml +4 -0
  170. package/plugins/lisa/skills/lisa-intake/SKILL.md +133 -0
  171. package/plugins/lisa/skills/lisa-intake/agents/openai.yaml +4 -0
  172. package/plugins/lisa/skills/lisa-intake-explain/SKILL.md +279 -0
  173. package/plugins/lisa/skills/lisa-intake-explain/agents/openai.yaml +4 -0
  174. package/plugins/lisa/skills/lisa-jam-access/SKILL.md +52 -0
  175. package/plugins/lisa/skills/lisa-jam-access/agents/openai.yaml +4 -0
  176. package/plugins/lisa/skills/lisa-jira-add-journey/SKILL.md +121 -0
  177. package/plugins/lisa/skills/lisa-jira-add-journey/agents/openai.yaml +4 -0
  178. package/plugins/lisa/skills/lisa-jira-build-intake/SKILL.md +368 -0
  179. package/plugins/lisa/skills/lisa-jira-build-intake/agents/openai.yaml +4 -0
  180. package/plugins/lisa/skills/lisa-jira-create/SKILL.md +154 -0
  181. package/plugins/lisa/skills/lisa-jira-create/agents/openai.yaml +4 -0
  182. package/plugins/lisa/skills/lisa-jira-evidence/SKILL.md +90 -0
  183. package/plugins/lisa/skills/lisa-jira-evidence/agents/openai.yaml +4 -0
  184. package/plugins/lisa/skills/lisa-jira-journey/SKILL.md +127 -0
  185. package/plugins/lisa/skills/lisa-jira-journey/agents/openai.yaml +4 -0
  186. package/plugins/lisa/skills/lisa-jira-read-ticket/SKILL.md +198 -0
  187. package/plugins/lisa/skills/lisa-jira-read-ticket/agents/openai.yaml +4 -0
  188. package/plugins/lisa/skills/lisa-jira-sync/SKILL.md +108 -0
  189. package/plugins/lisa/skills/lisa-jira-sync/agents/openai.yaml +4 -0
  190. package/plugins/lisa/skills/lisa-jira-validate-ticket/SKILL.md +317 -0
  191. package/plugins/lisa/skills/lisa-jira-validate-ticket/agents/openai.yaml +4 -0
  192. package/plugins/lisa/skills/lisa-jira-verify/SKILL.md +30 -0
  193. package/plugins/lisa/skills/lisa-jira-verify/agents/openai.yaml +4 -0
  194. package/plugins/lisa/skills/lisa-jira-write-ticket/SKILL.md +267 -0
  195. package/plugins/lisa/skills/lisa-jira-write-ticket/agents/openai.yaml +4 -0
  196. package/plugins/lisa/skills/lisa-jsdoc-best-practices/SKILL.md +432 -0
  197. package/plugins/lisa/skills/lisa-jsdoc-best-practices/agents/openai.yaml +4 -0
  198. package/plugins/lisa/skills/lisa-linear-access/SKILL.md +90 -0
  199. package/plugins/lisa/skills/lisa-linear-access/agents/openai.yaml +4 -0
  200. package/plugins/lisa/skills/lisa-linear-add-journey/SKILL.md +105 -0
  201. package/plugins/lisa/skills/lisa-linear-add-journey/agents/openai.yaml +4 -0
  202. package/plugins/lisa/skills/lisa-linear-build-intake/SKILL.md +346 -0
  203. package/plugins/lisa/skills/lisa-linear-build-intake/agents/openai.yaml +4 -0
  204. package/plugins/lisa/skills/lisa-linear-create/SKILL.md +146 -0
  205. package/plugins/lisa/skills/lisa-linear-create/agents/openai.yaml +4 -0
  206. package/plugins/lisa/skills/lisa-linear-evidence/SKILL.md +103 -0
  207. package/plugins/lisa/skills/lisa-linear-evidence/agents/openai.yaml +4 -0
  208. package/plugins/lisa/skills/lisa-linear-journey/SKILL.md +134 -0
  209. package/plugins/lisa/skills/lisa-linear-journey/agents/openai.yaml +4 -0
  210. package/plugins/lisa/skills/lisa-linear-prd-intake/SKILL.md +383 -0
  211. package/plugins/lisa/skills/lisa-linear-prd-intake/agents/openai.yaml +4 -0
  212. package/plugins/lisa/skills/lisa-linear-read-issue/SKILL.md +200 -0
  213. package/plugins/lisa/skills/lisa-linear-read-issue/agents/openai.yaml +4 -0
  214. package/plugins/lisa/skills/lisa-linear-sync/SKILL.md +127 -0
  215. package/plugins/lisa/skills/lisa-linear-sync/agents/openai.yaml +4 -0
  216. package/plugins/lisa/skills/lisa-linear-to-tracker/SKILL.md +344 -0
  217. package/plugins/lisa/skills/lisa-linear-to-tracker/agents/openai.yaml +4 -0
  218. package/plugins/lisa/skills/lisa-linear-validate-issue/SKILL.md +314 -0
  219. package/plugins/lisa/skills/lisa-linear-validate-issue/agents/openai.yaml +4 -0
  220. package/plugins/lisa/skills/lisa-linear-verify/SKILL.md +51 -0
  221. package/plugins/lisa/skills/lisa-linear-verify/agents/openai.yaml +4 -0
  222. package/plugins/lisa/skills/lisa-linear-write-issue/SKILL.md +292 -0
  223. package/plugins/lisa/skills/lisa-linear-write-issue/agents/openai.yaml +4 -0
  224. package/plugins/lisa/skills/lisa-linear-write-prd/SKILL.md +96 -0
  225. package/plugins/lisa/skills/lisa-linear-write-prd/agents/openai.yaml +4 -0
  226. package/plugins/lisa/skills/lisa-monitor/SKILL.md +69 -0
  227. package/plugins/lisa/skills/lisa-monitor/agents/openai.yaml +4 -0
  228. package/plugins/lisa/skills/lisa-nightly-add-test-coverage/SKILL.md +40 -0
  229. package/plugins/lisa/skills/lisa-nightly-add-test-coverage/agents/openai.yaml +4 -0
  230. package/plugins/lisa/skills/lisa-nightly-improve-tests/SKILL.md +29 -0
  231. package/plugins/lisa/skills/lisa-nightly-improve-tests/agents/openai.yaml +4 -0
  232. package/plugins/lisa/skills/lisa-nightly-lower-code-complexity/SKILL.md +28 -0
  233. package/plugins/lisa/skills/lisa-nightly-lower-code-complexity/agents/openai.yaml +4 -0
  234. package/plugins/lisa/skills/lisa-notion-access/SKILL.md +226 -0
  235. package/plugins/lisa/skills/lisa-notion-access/agents/openai.yaml +4 -0
  236. package/plugins/lisa/skills/lisa-notion-prd-intake/SKILL.md +360 -0
  237. package/plugins/lisa/skills/lisa-notion-prd-intake/agents/openai.yaml +4 -0
  238. package/plugins/lisa/skills/lisa-notion-to-tracker/SKILL.md +359 -0
  239. package/plugins/lisa/skills/lisa-notion-to-tracker/agents/openai.yaml +4 -0
  240. package/plugins/lisa/skills/lisa-notion-write-prd/SKILL.md +109 -0
  241. package/plugins/lisa/skills/lisa-notion-write-prd/agents/openai.yaml +4 -0
  242. package/plugins/lisa/skills/lisa-parity-code-review/SKILL.md +83 -0
  243. package/plugins/lisa/skills/lisa-parity-code-review/agents/openai.yaml +4 -0
  244. package/plugins/lisa/skills/lisa-parity-code-simplifier/SKILL.md +76 -0
  245. package/plugins/lisa/skills/lisa-parity-code-simplifier/agents/openai.yaml +4 -0
  246. package/plugins/lisa/skills/lisa-parity-coderabbit/SKILL.md +77 -0
  247. package/plugins/lisa/skills/lisa-parity-coderabbit/agents/openai.yaml +4 -0
  248. package/plugins/lisa/skills/lisa-parity-safety-net-rules/SKILL.md +144 -0
  249. package/plugins/lisa/skills/lisa-parity-safety-net-rules/agents/openai.yaml +4 -0
  250. package/plugins/lisa/skills/lisa-parity-sentry-sdk-setup/SKILL.md +211 -0
  251. package/plugins/lisa/skills/lisa-parity-sentry-sdk-setup/agents/openai.yaml +4 -0
  252. package/plugins/lisa/skills/lisa-parity-sentry-seer/SKILL.md +135 -0
  253. package/plugins/lisa/skills/lisa-parity-sentry-seer/agents/openai.yaml +4 -0
  254. package/plugins/lisa/skills/lisa-parity-skill-creator/SKILL.md +151 -0
  255. package/plugins/lisa/skills/lisa-parity-skill-creator/agents/openai.yaml +4 -0
  256. package/plugins/lisa/skills/lisa-performance-review/SKILL.md +94 -0
  257. package/plugins/lisa/skills/lisa-performance-review/agents/openai.yaml +4 -0
  258. package/plugins/lisa/skills/lisa-plan/SKILL.md +60 -0
  259. package/plugins/lisa/skills/lisa-plan/agents/openai.yaml +4 -0
  260. package/plugins/lisa/skills/lisa-plugin-sync-explain/SKILL.md +53 -0
  261. package/plugins/lisa/skills/lisa-plugin-sync-explain/agents/openai.yaml +4 -0
  262. package/plugins/lisa/skills/lisa-posthog-access/SKILL.md +60 -0
  263. package/plugins/lisa/skills/lisa-posthog-access/agents/openai.yaml +4 -0
  264. package/plugins/lisa/skills/lisa-prd-backlink/SKILL.md +265 -0
  265. package/plugins/lisa/skills/lisa-prd-backlink/agents/openai.yaml +4 -0
  266. package/plugins/lisa/skills/lisa-prd-source-write/SKILL.md +101 -0
  267. package/plugins/lisa/skills/lisa-prd-source-write/agents/openai.yaml +4 -0
  268. package/plugins/lisa/skills/lisa-prd-ticket-coverage/SKILL.md +170 -0
  269. package/plugins/lisa/skills/lisa-prd-ticket-coverage/agents/openai.yaml +4 -0
  270. package/plugins/lisa/skills/lisa-product-walkthrough/SKILL.md +104 -0
  271. package/plugins/lisa/skills/lisa-product-walkthrough/agents/openai.yaml +4 -0
  272. package/plugins/lisa/skills/lisa-project-ideation/SKILL.md +315 -0
  273. package/plugins/lisa/skills/lisa-project-ideation/agents/openai.yaml +6 -0
  274. package/plugins/lisa/skills/lisa-pull-request-review/SKILL.md +84 -0
  275. package/plugins/lisa/skills/lisa-pull-request-review/agents/openai.yaml +4 -0
  276. package/plugins/lisa/skills/lisa-quality-review/SKILL.md +54 -0
  277. package/plugins/lisa/skills/lisa-quality-review/agents/openai.yaml +4 -0
  278. package/plugins/lisa/skills/lisa-queue-status/SKILL.md +133 -0
  279. package/plugins/lisa/skills/lisa-queue-status/agents/openai.yaml +4 -0
  280. package/plugins/lisa/skills/lisa-repair-intake/SKILL.md +1026 -0
  281. package/plugins/lisa/skills/lisa-repair-intake/agents/openai.yaml +4 -0
  282. package/plugins/lisa/skills/lisa-reproduce-bug/SKILL.md +96 -0
  283. package/plugins/lisa/skills/lisa-reproduce-bug/agents/openai.yaml +4 -0
  284. package/plugins/lisa/skills/lisa-research/SKILL.md +68 -0
  285. package/plugins/lisa/skills/lisa-research/agents/openai.yaml +4 -0
  286. package/plugins/lisa/skills/lisa-review-implementation/agents/openai.yaml +1 -1
  287. package/plugins/lisa/skills/lisa-review-local/SKILL.md +88 -0
  288. package/plugins/lisa/skills/lisa-review-local/agents/openai.yaml +4 -0
  289. package/plugins/lisa/skills/lisa-root-cause-analysis/SKILL.md +155 -0
  290. package/plugins/lisa/skills/lisa-root-cause-analysis/agents/openai.yaml +4 -0
  291. package/plugins/lisa/skills/lisa-security-review/SKILL.md +57 -0
  292. package/plugins/lisa/skills/lisa-security-review/agents/openai.yaml +4 -0
  293. package/plugins/lisa/skills/lisa-security-zap-scan/SKILL.md +33 -0
  294. package/plugins/lisa/skills/lisa-security-zap-scan/agents/openai.yaml +4 -0
  295. package/plugins/lisa/skills/lisa-sentry-access/SKILL.md +56 -0
  296. package/plugins/lisa/skills/lisa-sentry-access/agents/openai.yaml +4 -0
  297. package/plugins/lisa/skills/lisa-setup-atlassian/SKILL.md +347 -0
  298. package/plugins/lisa/skills/lisa-setup-atlassian/agents/openai.yaml +4 -0
  299. package/plugins/lisa/skills/lisa-setup-automations/SKILL.md +103 -0
  300. package/plugins/lisa/skills/lisa-setup-automations/agents/openai.yaml +4 -0
  301. package/plugins/lisa/skills/lisa-setup-confluence/SKILL.md +254 -0
  302. package/plugins/lisa/skills/lisa-setup-confluence/agents/openai.yaml +4 -0
  303. package/plugins/lisa/skills/lisa-setup-github/SKILL.md +268 -0
  304. package/plugins/lisa/skills/lisa-setup-github/agents/openai.yaml +4 -0
  305. package/plugins/lisa/skills/lisa-setup-jira/SKILL.md +198 -0
  306. package/plugins/lisa/skills/lisa-setup-jira/agents/openai.yaml +4 -0
  307. package/plugins/lisa/skills/lisa-setup-linear/SKILL.md +251 -0
  308. package/plugins/lisa/skills/lisa-setup-linear/agents/openai.yaml +4 -0
  309. package/plugins/lisa/skills/lisa-setup-notion/SKILL.md +316 -0
  310. package/plugins/lisa/skills/lisa-setup-notion/agents/openai.yaml +4 -0
  311. package/plugins/lisa/skills/lisa-sonarcloud-access/SKILL.md +71 -0
  312. package/plugins/lisa/skills/lisa-sonarcloud-access/agents/openai.yaml +4 -0
  313. package/plugins/lisa/skills/lisa-spec-conformance/SKILL.md +159 -0
  314. package/plugins/lisa/skills/lisa-spec-conformance/agents/openai.yaml +4 -0
  315. package/plugins/lisa/skills/lisa-sync-down/SKILL.md +171 -0
  316. package/plugins/lisa/skills/lisa-sync-down/agents/openai.yaml +4 -0
  317. package/plugins/lisa/skills/lisa-task-decomposition/SKILL.md +127 -0
  318. package/plugins/lisa/skills/lisa-task-decomposition/agents/openai.yaml +4 -0
  319. package/plugins/lisa/skills/lisa-task-triage/SKILL.md +23 -0
  320. package/plugins/lisa/skills/lisa-task-triage/agents/openai.yaml +4 -0
  321. package/plugins/lisa/skills/lisa-tdd-implementation/SKILL.md +86 -0
  322. package/plugins/lisa/skills/lisa-tdd-implementation/agents/openai.yaml +4 -0
  323. package/plugins/lisa/skills/lisa-tear-down-automations/SKILL.md +34 -0
  324. package/plugins/lisa/skills/lisa-tear-down-automations/agents/openai.yaml +4 -0
  325. package/plugins/lisa/skills/lisa-test-strategy/SKILL.md +63 -0
  326. package/plugins/lisa/skills/lisa-test-strategy/agents/openai.yaml +4 -0
  327. package/plugins/lisa/skills/lisa-ticket-triage/SKILL.md +186 -0
  328. package/plugins/lisa/skills/lisa-ticket-triage/agents/openai.yaml +4 -0
  329. package/plugins/lisa/skills/lisa-tracker-add-journey/SKILL.md +26 -0
  330. package/plugins/lisa/skills/lisa-tracker-add-journey/agents/openai.yaml +4 -0
  331. package/plugins/lisa/skills/lisa-tracker-build-intake/SKILL.md +85 -0
  332. package/plugins/lisa/skills/lisa-tracker-build-intake/agents/openai.yaml +4 -0
  333. package/plugins/lisa/skills/lisa-tracker-create/SKILL.md +26 -0
  334. package/plugins/lisa/skills/lisa-tracker-create/agents/openai.yaml +4 -0
  335. package/plugins/lisa/skills/lisa-tracker-evidence/SKILL.md +52 -0
  336. package/plugins/lisa/skills/lisa-tracker-evidence/agents/openai.yaml +4 -0
  337. package/plugins/lisa/skills/lisa-tracker-journey/SKILL.md +26 -0
  338. package/plugins/lisa/skills/lisa-tracker-journey/agents/openai.yaml +4 -0
  339. package/plugins/lisa/skills/lisa-tracker-read/SKILL.md +27 -0
  340. package/plugins/lisa/skills/lisa-tracker-read/agents/openai.yaml +4 -0
  341. package/plugins/lisa/skills/lisa-tracker-source-artifacts/SKILL.md +107 -0
  342. package/plugins/lisa/skills/lisa-tracker-source-artifacts/agents/openai.yaml +4 -0
  343. package/plugins/lisa/skills/lisa-tracker-sync/SKILL.md +64 -0
  344. package/plugins/lisa/skills/lisa-tracker-sync/agents/openai.yaml +4 -0
  345. package/plugins/lisa/skills/lisa-tracker-validate/SKILL.md +36 -0
  346. package/plugins/lisa/skills/lisa-tracker-validate/agents/openai.yaml +4 -0
  347. package/plugins/lisa/skills/lisa-tracker-verify/SKILL.md +28 -0
  348. package/plugins/lisa/skills/lisa-tracker-verify/agents/openai.yaml +4 -0
  349. package/plugins/lisa/skills/lisa-tracker-write/SKILL.md +53 -0
  350. package/plugins/lisa/skills/lisa-tracker-write/agents/openai.yaml +4 -0
  351. package/plugins/lisa/skills/lisa-usage-accounting/SKILL.md +170 -0
  352. package/plugins/lisa/skills/lisa-usage-accounting/agents/openai.yaml +4 -0
  353. package/plugins/lisa/skills/lisa-use-the-product/SKILL.md +86 -0
  354. package/plugins/lisa/skills/lisa-use-the-product/agents/openai.yaml +4 -0
  355. package/plugins/lisa/skills/lisa-validate-tracker-mapping/SKILL.md +188 -0
  356. package/plugins/lisa/skills/lisa-validate-tracker-mapping/agents/openai.yaml +4 -0
  357. package/plugins/lisa/skills/lisa-verification-lifecycle/SKILL.md +365 -0
  358. package/plugins/lisa/skills/lisa-verification-lifecycle/agents/openai.yaml +4 -0
  359. package/plugins/lisa/skills/lisa-verify/SKILL.md +52 -0
  360. package/plugins/lisa/skills/lisa-verify/agents/openai.yaml +4 -0
  361. package/plugins/lisa/skills/lisa-verify-prd/SKILL.md +392 -0
  362. package/plugins/lisa/skills/lisa-verify-prd/agents/openai.yaml +4 -0
  363. package/plugins/lisa/skills/lisa-wiki-install/SKILL.md +101 -0
  364. package/plugins/lisa/skills/lisa-wiki-install/agents/openai.yaml +4 -0
  365. package/plugins/lisa-agy/agents/learnings-synthesizer.md +2 -2
  366. package/plugins/lisa-agy/agents/linear-agent.md +3 -3
  367. package/plugins/lisa-agy/commands/lisa/analyze-claude-remote.md +6 -0
  368. package/plugins/lisa-agy/commands/lisa/automation-status.md +12 -0
  369. package/plugins/lisa-agy/commands/lisa/codify-verification.md +6 -0
  370. package/plugins/lisa-agy/commands/lisa/cross-pollinate.md +15 -0
  371. package/plugins/lisa-agy/commands/lisa/debrief/apply.md +6 -0
  372. package/plugins/lisa-agy/commands/lisa/debrief.md +6 -0
  373. package/plugins/lisa-agy/commands/lisa/doctor.md +6 -0
  374. package/plugins/lisa-agy/commands/lisa/exploratory-qa.md +7 -0
  375. package/plugins/lisa-agy/commands/lisa/fix/linter-error.md +7 -0
  376. package/plugins/lisa-agy/commands/lisa/generate-claude-remote-build-script.md +6 -0
  377. package/plugins/lisa-agy/commands/lisa/git/commit.md +7 -0
  378. package/plugins/lisa-agy/commands/lisa/git/prune.md +6 -0
  379. package/plugins/lisa-agy/commands/lisa/git/submit-pr.md +7 -0
  380. package/plugins/lisa-agy/commands/lisa/implement.md +6 -0
  381. package/plugins/lisa-agy/commands/lisa/improve/code-complexity.md +6 -0
  382. package/plugins/lisa-agy/commands/lisa/improve/max-lines-per-function.md +7 -0
  383. package/plugins/lisa-agy/commands/lisa/improve/max-lines.md +7 -0
  384. package/plugins/lisa-agy/commands/lisa/improve/test-coverage.md +7 -0
  385. package/plugins/lisa-agy/commands/lisa/improve/tests.md +7 -0
  386. package/plugins/lisa-agy/commands/lisa/intake-explain.md +31 -0
  387. package/plugins/lisa-agy/commands/lisa/intake.md +6 -0
  388. package/plugins/lisa-agy/commands/lisa/monitor.md +6 -0
  389. package/plugins/lisa-agy/commands/lisa/parity-code-review.md +6 -0
  390. package/plugins/lisa-agy/commands/lisa/parity-code-simplifier.md +6 -0
  391. package/plugins/lisa-agy/commands/lisa/parity-coderabbit.md +6 -0
  392. package/plugins/lisa-agy/commands/lisa/parity-safety-net-rules.md +6 -0
  393. package/plugins/lisa-agy/commands/lisa/parity-sentry-sdk-setup.md +6 -0
  394. package/plugins/lisa-agy/commands/lisa/parity-sentry-seer.md +6 -0
  395. package/plugins/lisa-agy/commands/lisa/parity-skill-creator.md +6 -0
  396. package/plugins/lisa-agy/commands/lisa/plan.md +6 -0
  397. package/plugins/lisa-agy/commands/lisa/plugin-sync-explain.md +8 -0
  398. package/plugins/lisa-agy/commands/lisa/product-walkthrough.md +7 -0
  399. package/plugins/lisa-agy/commands/lisa/project-ideation.md +6 -0
  400. package/plugins/lisa-agy/commands/lisa/pull-request/review.md +7 -0
  401. package/plugins/lisa-agy/commands/lisa/queue-status.md +34 -0
  402. package/plugins/lisa-agy/commands/lisa/repair-intake.md +6 -0
  403. package/plugins/lisa-agy/commands/lisa/research.md +6 -0
  404. package/plugins/lisa-agy/commands/lisa/review/local.md +6 -0
  405. package/plugins/lisa-agy/commands/lisa/security/zap-scan.md +6 -0
  406. package/plugins/lisa-agy/commands/lisa/setup/atlassian.md +7 -0
  407. package/plugins/lisa-agy/commands/lisa/setup/confluence.md +7 -0
  408. package/plugins/lisa-agy/commands/lisa/setup/github.md +7 -0
  409. package/plugins/lisa-agy/commands/lisa/setup/jira.md +7 -0
  410. package/plugins/lisa-agy/commands/lisa/setup/linear.md +7 -0
  411. package/plugins/lisa-agy/commands/lisa/setup/notion.md +7 -0
  412. package/plugins/lisa-agy/commands/lisa/setup-automations.md +6 -0
  413. package/plugins/lisa-agy/commands/lisa/sync-down.md +7 -0
  414. package/plugins/lisa-agy/commands/lisa/tear-down-automations.md +6 -0
  415. package/plugins/lisa-agy/commands/lisa/validate-tracker-mapping.md +15 -0
  416. package/plugins/lisa-agy/commands/lisa/verify-prd.md +6 -0
  417. package/plugins/lisa-agy/commands/lisa/verify.md +6 -0
  418. package/plugins/lisa-agy/commands/lisa/wiki/install.md +7 -0
  419. package/plugins/lisa-agy/plugin.json +1 -1
  420. package/plugins/lisa-agy/skills/lisa-acceptance-criteria/SKILL.md +71 -0
  421. package/plugins/lisa-agy/skills/lisa-agent-design-best-practices/SKILL.md +219 -0
  422. package/plugins/lisa-agy/skills/lisa-analyze-claude-remote/SKILL.md +421 -0
  423. package/plugins/lisa-agy/skills/lisa-atlassian-access/SKILL.md +361 -0
  424. package/plugins/lisa-agy/skills/lisa-automation-status/SKILL.md +111 -0
  425. package/plugins/lisa-agy/skills/lisa-bug-triage/SKILL.md +23 -0
  426. package/plugins/lisa-agy/skills/lisa-codebase-research/SKILL.md +87 -0
  427. package/plugins/lisa-agy/skills/lisa-codify-verification/SKILL.md +162 -0
  428. package/plugins/lisa-agy/skills/lisa-confluence-prd-intake/SKILL.md +417 -0
  429. package/plugins/lisa-agy/skills/lisa-confluence-to-tracker/SKILL.md +362 -0
  430. package/plugins/lisa-agy/skills/lisa-confluence-write-prd/SKILL.md +109 -0
  431. package/plugins/lisa-agy/skills/lisa-cross-pollinate/SKILL.md +175 -0
  432. package/plugins/lisa-agy/skills/lisa-debrief/SKILL.md +94 -0
  433. package/plugins/lisa-agy/skills/lisa-debrief-apply/SKILL.md +63 -0
  434. package/plugins/lisa-agy/skills/lisa-doctor/SKILL.md +336 -0
  435. package/plugins/lisa-agy/skills/lisa-drive-pr-to-merge/SKILL.md +152 -0
  436. package/plugins/lisa-agy/skills/lisa-epic-triage/SKILL.md +28 -0
  437. package/plugins/lisa-agy/skills/lisa-exploratory-qa/SKILL.md +91 -0
  438. package/plugins/lisa-agy/skills/lisa-fix-linter-error/SKILL.md +45 -0
  439. package/plugins/lisa-agy/skills/lisa-generate-claude-remote-build-script/SKILL.md +224 -0
  440. package/plugins/lisa-agy/skills/lisa-git-commit/SKILL.md +48 -0
  441. package/plugins/lisa-agy/skills/lisa-git-prune/SKILL.md +35 -0
  442. package/plugins/lisa-agy/skills/lisa-git-submit-pr/SKILL.md +113 -0
  443. package/plugins/lisa-agy/skills/lisa-github-add-journey/SKILL.md +115 -0
  444. package/plugins/lisa-agy/skills/lisa-github-build-intake/SKILL.md +446 -0
  445. package/plugins/lisa-agy/skills/lisa-github-create/SKILL.md +101 -0
  446. package/plugins/lisa-agy/skills/lisa-github-evidence/SKILL.md +110 -0
  447. package/plugins/lisa-agy/skills/lisa-github-journey/SKILL.md +121 -0
  448. package/plugins/lisa-agy/skills/lisa-github-prd-intake/SKILL.md +432 -0
  449. package/plugins/lisa-agy/skills/lisa-github-project-v2/SKILL.md +227 -0
  450. package/plugins/lisa-agy/skills/lisa-github-read-issue/SKILL.md +248 -0
  451. package/plugins/lisa-agy/skills/lisa-github-sync/SKILL.md +132 -0
  452. package/plugins/lisa-agy/skills/lisa-github-to-tracker/SKILL.md +347 -0
  453. package/plugins/lisa-agy/skills/lisa-github-validate-issue/SKILL.md +330 -0
  454. package/plugins/lisa-agy/skills/lisa-github-verify/SKILL.md +29 -0
  455. package/plugins/lisa-agy/skills/lisa-github-write-issue/SKILL.md +339 -0
  456. package/plugins/lisa-agy/skills/lisa-github-write-prd/SKILL.md +157 -0
  457. package/plugins/lisa-agy/skills/lisa-implement/SKILL.md +202 -0
  458. package/plugins/lisa-agy/skills/lisa-improve-code-complexity/SKILL.md +44 -0
  459. package/plugins/lisa-agy/skills/lisa-improve-max-lines/SKILL.md +45 -0
  460. package/plugins/lisa-agy/skills/lisa-improve-max-lines-per-function/SKILL.md +46 -0
  461. package/plugins/lisa-agy/skills/lisa-improve-test-coverage/SKILL.md +44 -0
  462. package/plugins/lisa-agy/skills/lisa-improve-tests/SKILL.md +47 -0
  463. package/plugins/lisa-agy/skills/lisa-intake/SKILL.md +133 -0
  464. package/plugins/lisa-agy/skills/lisa-intake-explain/SKILL.md +279 -0
  465. package/plugins/lisa-agy/skills/lisa-jam-access/SKILL.md +52 -0
  466. package/plugins/lisa-agy/skills/lisa-jira-add-journey/SKILL.md +121 -0
  467. package/plugins/lisa-agy/skills/lisa-jira-build-intake/SKILL.md +368 -0
  468. package/plugins/lisa-agy/skills/lisa-jira-create/SKILL.md +154 -0
  469. package/plugins/lisa-agy/skills/lisa-jira-evidence/SKILL.md +90 -0
  470. package/plugins/lisa-agy/skills/lisa-jira-journey/SKILL.md +127 -0
  471. package/plugins/lisa-agy/skills/lisa-jira-read-ticket/SKILL.md +198 -0
  472. package/plugins/lisa-agy/skills/lisa-jira-sync/SKILL.md +108 -0
  473. package/plugins/lisa-agy/skills/lisa-jira-validate-ticket/SKILL.md +317 -0
  474. package/plugins/lisa-agy/skills/lisa-jira-verify/SKILL.md +30 -0
  475. package/plugins/lisa-agy/skills/lisa-jira-write-ticket/SKILL.md +267 -0
  476. package/plugins/lisa-agy/skills/lisa-jsdoc-best-practices/SKILL.md +432 -0
  477. package/plugins/lisa-agy/skills/lisa-linear-access/SKILL.md +90 -0
  478. package/plugins/lisa-agy/skills/lisa-linear-add-journey/SKILL.md +105 -0
  479. package/plugins/lisa-agy/skills/lisa-linear-build-intake/SKILL.md +346 -0
  480. package/plugins/lisa-agy/skills/lisa-linear-create/SKILL.md +146 -0
  481. package/plugins/lisa-agy/skills/lisa-linear-evidence/SKILL.md +103 -0
  482. package/plugins/lisa-agy/skills/lisa-linear-journey/SKILL.md +134 -0
  483. package/plugins/lisa-agy/skills/lisa-linear-prd-intake/SKILL.md +383 -0
  484. package/plugins/lisa-agy/skills/lisa-linear-read-issue/SKILL.md +200 -0
  485. package/plugins/lisa-agy/skills/lisa-linear-sync/SKILL.md +127 -0
  486. package/plugins/lisa-agy/skills/lisa-linear-to-tracker/SKILL.md +344 -0
  487. package/plugins/lisa-agy/skills/lisa-linear-validate-issue/SKILL.md +314 -0
  488. package/plugins/lisa-agy/skills/lisa-linear-verify/SKILL.md +51 -0
  489. package/plugins/lisa-agy/skills/lisa-linear-write-issue/SKILL.md +292 -0
  490. package/plugins/lisa-agy/skills/lisa-linear-write-prd/SKILL.md +96 -0
  491. package/plugins/lisa-agy/skills/lisa-monitor/SKILL.md +69 -0
  492. package/plugins/lisa-agy/skills/lisa-nightly-add-test-coverage/SKILL.md +40 -0
  493. package/plugins/lisa-agy/skills/lisa-nightly-improve-tests/SKILL.md +29 -0
  494. package/plugins/lisa-agy/skills/lisa-nightly-lower-code-complexity/SKILL.md +28 -0
  495. package/plugins/lisa-agy/skills/lisa-notion-access/SKILL.md +226 -0
  496. package/plugins/lisa-agy/skills/lisa-notion-prd-intake/SKILL.md +360 -0
  497. package/plugins/lisa-agy/skills/lisa-notion-to-tracker/SKILL.md +359 -0
  498. package/plugins/lisa-agy/skills/lisa-notion-write-prd/SKILL.md +109 -0
  499. package/plugins/lisa-agy/skills/lisa-parity-code-review/SKILL.md +83 -0
  500. package/plugins/lisa-agy/skills/lisa-parity-code-simplifier/SKILL.md +76 -0
  501. package/plugins/lisa-agy/skills/lisa-parity-coderabbit/SKILL.md +77 -0
  502. package/plugins/lisa-agy/skills/lisa-parity-safety-net-rules/SKILL.md +144 -0
  503. package/plugins/lisa-agy/skills/lisa-parity-sentry-sdk-setup/SKILL.md +211 -0
  504. package/plugins/lisa-agy/skills/lisa-parity-sentry-seer/SKILL.md +135 -0
  505. package/plugins/lisa-agy/skills/lisa-parity-skill-creator/SKILL.md +151 -0
  506. package/plugins/lisa-agy/skills/lisa-performance-review/SKILL.md +94 -0
  507. package/plugins/lisa-agy/skills/lisa-plan/SKILL.md +60 -0
  508. package/plugins/lisa-agy/skills/lisa-plugin-sync-explain/SKILL.md +53 -0
  509. package/plugins/lisa-agy/skills/lisa-posthog-access/SKILL.md +60 -0
  510. package/plugins/lisa-agy/skills/lisa-prd-backlink/SKILL.md +265 -0
  511. package/plugins/lisa-agy/skills/lisa-prd-source-write/SKILL.md +101 -0
  512. package/plugins/lisa-agy/skills/lisa-prd-ticket-coverage/SKILL.md +170 -0
  513. package/plugins/lisa-agy/skills/lisa-product-walkthrough/SKILL.md +104 -0
  514. package/plugins/lisa-agy/skills/lisa-project-ideation/SKILL.md +315 -0
  515. package/plugins/lisa-agy/skills/lisa-pull-request-review/SKILL.md +84 -0
  516. package/plugins/lisa-agy/skills/lisa-quality-review/SKILL.md +54 -0
  517. package/plugins/lisa-agy/skills/lisa-queue-status/SKILL.md +133 -0
  518. package/plugins/lisa-agy/skills/lisa-repair-intake/SKILL.md +1026 -0
  519. package/plugins/lisa-agy/skills/lisa-reproduce-bug/SKILL.md +96 -0
  520. package/plugins/lisa-agy/skills/lisa-research/SKILL.md +68 -0
  521. package/plugins/lisa-agy/skills/lisa-review-local/SKILL.md +88 -0
  522. package/plugins/lisa-agy/skills/lisa-root-cause-analysis/SKILL.md +155 -0
  523. package/plugins/lisa-agy/skills/lisa-security-review/SKILL.md +57 -0
  524. package/plugins/lisa-agy/skills/lisa-security-zap-scan/SKILL.md +33 -0
  525. package/plugins/lisa-agy/skills/lisa-sentry-access/SKILL.md +56 -0
  526. package/plugins/lisa-agy/skills/lisa-setup-atlassian/SKILL.md +347 -0
  527. package/plugins/lisa-agy/skills/lisa-setup-automations/SKILL.md +103 -0
  528. package/plugins/lisa-agy/skills/lisa-setup-confluence/SKILL.md +254 -0
  529. package/plugins/lisa-agy/skills/lisa-setup-github/SKILL.md +268 -0
  530. package/plugins/lisa-agy/skills/lisa-setup-jira/SKILL.md +198 -0
  531. package/plugins/lisa-agy/skills/lisa-setup-linear/SKILL.md +251 -0
  532. package/plugins/lisa-agy/skills/lisa-setup-notion/SKILL.md +316 -0
  533. package/plugins/lisa-agy/skills/lisa-sonarcloud-access/SKILL.md +71 -0
  534. package/plugins/lisa-agy/skills/lisa-spec-conformance/SKILL.md +159 -0
  535. package/plugins/lisa-agy/skills/lisa-sync-down/SKILL.md +171 -0
  536. package/plugins/lisa-agy/skills/lisa-task-decomposition/SKILL.md +127 -0
  537. package/plugins/lisa-agy/skills/lisa-task-triage/SKILL.md +23 -0
  538. package/plugins/lisa-agy/skills/lisa-tdd-implementation/SKILL.md +86 -0
  539. package/plugins/lisa-agy/skills/lisa-tear-down-automations/SKILL.md +34 -0
  540. package/plugins/lisa-agy/skills/lisa-test-strategy/SKILL.md +63 -0
  541. package/plugins/lisa-agy/skills/lisa-ticket-triage/SKILL.md +186 -0
  542. package/plugins/lisa-agy/skills/lisa-tracker-add-journey/SKILL.md +26 -0
  543. package/plugins/lisa-agy/skills/lisa-tracker-build-intake/SKILL.md +85 -0
  544. package/plugins/lisa-agy/skills/lisa-tracker-create/SKILL.md +26 -0
  545. package/plugins/lisa-agy/skills/lisa-tracker-evidence/SKILL.md +52 -0
  546. package/plugins/lisa-agy/skills/lisa-tracker-journey/SKILL.md +26 -0
  547. package/plugins/lisa-agy/skills/lisa-tracker-read/SKILL.md +27 -0
  548. package/plugins/lisa-agy/skills/lisa-tracker-source-artifacts/SKILL.md +107 -0
  549. package/plugins/lisa-agy/skills/lisa-tracker-sync/SKILL.md +64 -0
  550. package/plugins/lisa-agy/skills/lisa-tracker-validate/SKILL.md +36 -0
  551. package/plugins/lisa-agy/skills/lisa-tracker-verify/SKILL.md +28 -0
  552. package/plugins/lisa-agy/skills/lisa-tracker-write/SKILL.md +53 -0
  553. package/plugins/lisa-agy/skills/lisa-usage-accounting/SKILL.md +170 -0
  554. package/plugins/lisa-agy/skills/lisa-use-the-product/SKILL.md +86 -0
  555. package/plugins/lisa-agy/skills/lisa-validate-tracker-mapping/SKILL.md +188 -0
  556. package/plugins/lisa-agy/skills/lisa-verification-lifecycle/SKILL.md +365 -0
  557. package/plugins/lisa-agy/skills/lisa-verify/SKILL.md +52 -0
  558. package/plugins/lisa-agy/skills/lisa-verify-prd/SKILL.md +392 -0
  559. package/plugins/lisa-agy/skills/lisa-wiki-install/SKILL.md +101 -0
  560. package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
  561. package/plugins/lisa-cdk/.codex-plugin/plugin.json +1 -1
  562. package/plugins/lisa-cdk-agy/plugin.json +1 -1
  563. package/plugins/lisa-cdk-copilot/.claude-plugin/plugin.json +1 -1
  564. package/plugins/lisa-cdk-cursor/.claude-plugin/plugin.json +1 -1
  565. package/plugins/lisa-copilot/.claude-plugin/plugin.json +1 -1
  566. package/plugins/lisa-copilot/agents/learnings-synthesizer.agent.md +2 -2
  567. package/plugins/lisa-copilot/agents/linear-agent.agent.md +3 -3
  568. package/plugins/lisa-copilot/commands/lisa/analyze-claude-remote.md +6 -0
  569. package/plugins/lisa-copilot/commands/lisa/automation-status.md +12 -0
  570. package/plugins/lisa-copilot/commands/lisa/codify-verification.md +6 -0
  571. package/plugins/lisa-copilot/commands/lisa/cross-pollinate.md +15 -0
  572. package/plugins/lisa-copilot/commands/lisa/debrief/apply.md +6 -0
  573. package/plugins/lisa-copilot/commands/lisa/debrief.md +6 -0
  574. package/plugins/lisa-copilot/commands/lisa/doctor.md +6 -0
  575. package/plugins/lisa-copilot/commands/lisa/exploratory-qa.md +7 -0
  576. package/plugins/lisa-copilot/commands/lisa/fix/linter-error.md +7 -0
  577. package/plugins/lisa-copilot/commands/lisa/generate-claude-remote-build-script.md +6 -0
  578. package/plugins/lisa-copilot/commands/lisa/git/commit.md +7 -0
  579. package/plugins/lisa-copilot/commands/lisa/git/prune.md +6 -0
  580. package/plugins/lisa-copilot/commands/lisa/git/submit-pr.md +7 -0
  581. package/plugins/lisa-copilot/commands/lisa/implement.md +6 -0
  582. package/plugins/lisa-copilot/commands/lisa/improve/code-complexity.md +6 -0
  583. package/plugins/lisa-copilot/commands/lisa/improve/max-lines-per-function.md +7 -0
  584. package/plugins/lisa-copilot/commands/lisa/improve/max-lines.md +7 -0
  585. package/plugins/lisa-copilot/commands/lisa/improve/test-coverage.md +7 -0
  586. package/plugins/lisa-copilot/commands/lisa/improve/tests.md +7 -0
  587. package/plugins/lisa-copilot/commands/lisa/intake-explain.md +31 -0
  588. package/plugins/lisa-copilot/commands/lisa/intake.md +6 -0
  589. package/plugins/lisa-copilot/commands/lisa/monitor.md +6 -0
  590. package/plugins/lisa-copilot/commands/lisa/parity-code-review.md +6 -0
  591. package/plugins/lisa-copilot/commands/lisa/parity-code-simplifier.md +6 -0
  592. package/plugins/lisa-copilot/commands/lisa/parity-coderabbit.md +6 -0
  593. package/plugins/lisa-copilot/commands/lisa/parity-safety-net-rules.md +6 -0
  594. package/plugins/lisa-copilot/commands/lisa/parity-sentry-sdk-setup.md +6 -0
  595. package/plugins/lisa-copilot/commands/lisa/parity-sentry-seer.md +6 -0
  596. package/plugins/lisa-copilot/commands/lisa/parity-skill-creator.md +6 -0
  597. package/plugins/lisa-copilot/commands/lisa/plan.md +6 -0
  598. package/plugins/lisa-copilot/commands/lisa/plugin-sync-explain.md +8 -0
  599. package/plugins/lisa-copilot/commands/lisa/product-walkthrough.md +7 -0
  600. package/plugins/lisa-copilot/commands/lisa/project-ideation.md +6 -0
  601. package/plugins/lisa-copilot/commands/lisa/pull-request/review.md +7 -0
  602. package/plugins/lisa-copilot/commands/lisa/queue-status.md +34 -0
  603. package/plugins/lisa-copilot/commands/lisa/repair-intake.md +6 -0
  604. package/plugins/lisa-copilot/commands/lisa/research.md +6 -0
  605. package/plugins/lisa-copilot/commands/lisa/review/local.md +6 -0
  606. package/plugins/lisa-copilot/commands/lisa/security/zap-scan.md +6 -0
  607. package/plugins/lisa-copilot/commands/lisa/setup/atlassian.md +7 -0
  608. package/plugins/lisa-copilot/commands/lisa/setup/confluence.md +7 -0
  609. package/plugins/lisa-copilot/commands/lisa/setup/github.md +7 -0
  610. package/plugins/lisa-copilot/commands/lisa/setup/jira.md +7 -0
  611. package/plugins/lisa-copilot/commands/lisa/setup/linear.md +7 -0
  612. package/plugins/lisa-copilot/commands/lisa/setup/notion.md +7 -0
  613. package/plugins/lisa-copilot/commands/lisa/setup-automations.md +6 -0
  614. package/plugins/lisa-copilot/commands/lisa/sync-down.md +7 -0
  615. package/plugins/lisa-copilot/commands/lisa/tear-down-automations.md +6 -0
  616. package/plugins/lisa-copilot/commands/lisa/validate-tracker-mapping.md +15 -0
  617. package/plugins/lisa-copilot/commands/lisa/verify-prd.md +6 -0
  618. package/plugins/lisa-copilot/commands/lisa/verify.md +6 -0
  619. package/plugins/lisa-copilot/commands/lisa/wiki/install.md +7 -0
  620. package/plugins/lisa-copilot/hooks/enforce-verification-gate.sh +4 -4
  621. package/plugins/lisa-copilot/rules/eager/observability-audit.md +4 -4
  622. package/plugins/lisa-copilot/rules/eager/upstream-to-lisa.md +1 -1
  623. package/plugins/lisa-copilot/rules/reference/config-resolution.md +16 -16
  624. package/plugins/lisa-copilot/rules/reference/integration-access-layer.md +7 -7
  625. package/plugins/lisa-copilot/rules/reference/intent-routing.md +14 -14
  626. package/plugins/lisa-copilot/rules/reference/observability-audit.md +4 -4
  627. package/plugins/lisa-copilot/rules/reference/prd-lifecycle-rollup.md +5 -5
  628. package/plugins/lisa-copilot/rules/reference/repo-scope-split.md +3 -3
  629. package/plugins/lisa-copilot/rules/reference/upstream-to-lisa.md +1 -1
  630. package/plugins/lisa-copilot/rules/reference/usage-accounting.md +1 -1
  631. package/plugins/lisa-copilot/skills/lisa-acceptance-criteria/SKILL.md +71 -0
  632. package/plugins/lisa-copilot/skills/lisa-agent-design-best-practices/SKILL.md +219 -0
  633. package/plugins/lisa-copilot/skills/lisa-analyze-claude-remote/SKILL.md +421 -0
  634. package/plugins/lisa-copilot/skills/lisa-atlassian-access/SKILL.md +361 -0
  635. package/plugins/lisa-copilot/skills/lisa-automation-status/SKILL.md +111 -0
  636. package/plugins/lisa-copilot/skills/lisa-bug-triage/SKILL.md +23 -0
  637. package/plugins/lisa-copilot/skills/lisa-codebase-research/SKILL.md +87 -0
  638. package/plugins/lisa-copilot/skills/lisa-codify-verification/SKILL.md +162 -0
  639. package/plugins/lisa-copilot/skills/lisa-confluence-prd-intake/SKILL.md +417 -0
  640. package/plugins/lisa-copilot/skills/lisa-confluence-to-tracker/SKILL.md +362 -0
  641. package/plugins/lisa-copilot/skills/lisa-confluence-write-prd/SKILL.md +109 -0
  642. package/plugins/lisa-copilot/skills/lisa-cross-pollinate/SKILL.md +175 -0
  643. package/plugins/lisa-copilot/skills/lisa-debrief/SKILL.md +94 -0
  644. package/plugins/lisa-copilot/skills/lisa-debrief-apply/SKILL.md +63 -0
  645. package/plugins/lisa-copilot/skills/lisa-doctor/SKILL.md +336 -0
  646. package/plugins/lisa-copilot/skills/lisa-drive-pr-to-merge/SKILL.md +152 -0
  647. package/plugins/lisa-copilot/skills/lisa-epic-triage/SKILL.md +28 -0
  648. package/plugins/lisa-copilot/skills/lisa-exploratory-qa/SKILL.md +91 -0
  649. package/plugins/lisa-copilot/skills/lisa-fix-linter-error/SKILL.md +45 -0
  650. package/plugins/lisa-copilot/skills/lisa-generate-claude-remote-build-script/SKILL.md +224 -0
  651. package/plugins/lisa-copilot/skills/lisa-git-commit/SKILL.md +48 -0
  652. package/plugins/lisa-copilot/skills/lisa-git-prune/SKILL.md +35 -0
  653. package/plugins/lisa-copilot/skills/lisa-git-submit-pr/SKILL.md +113 -0
  654. package/plugins/lisa-copilot/skills/lisa-github-add-journey/SKILL.md +115 -0
  655. package/plugins/lisa-copilot/skills/lisa-github-build-intake/SKILL.md +446 -0
  656. package/plugins/lisa-copilot/skills/lisa-github-create/SKILL.md +101 -0
  657. package/plugins/lisa-copilot/skills/lisa-github-evidence/SKILL.md +110 -0
  658. package/plugins/lisa-copilot/skills/lisa-github-journey/SKILL.md +121 -0
  659. package/plugins/lisa-copilot/skills/lisa-github-prd-intake/SKILL.md +432 -0
  660. package/plugins/lisa-copilot/skills/lisa-github-project-v2/SKILL.md +227 -0
  661. package/plugins/lisa-copilot/skills/lisa-github-read-issue/SKILL.md +248 -0
  662. package/plugins/lisa-copilot/skills/lisa-github-sync/SKILL.md +132 -0
  663. package/plugins/lisa-copilot/skills/lisa-github-to-tracker/SKILL.md +347 -0
  664. package/plugins/lisa-copilot/skills/lisa-github-validate-issue/SKILL.md +330 -0
  665. package/plugins/lisa-copilot/skills/lisa-github-verify/SKILL.md +29 -0
  666. package/plugins/lisa-copilot/skills/lisa-github-write-issue/SKILL.md +339 -0
  667. package/plugins/lisa-copilot/skills/lisa-github-write-prd/SKILL.md +157 -0
  668. package/plugins/lisa-copilot/skills/lisa-implement/SKILL.md +202 -0
  669. package/plugins/lisa-copilot/skills/lisa-improve-code-complexity/SKILL.md +44 -0
  670. package/plugins/lisa-copilot/skills/lisa-improve-max-lines/SKILL.md +45 -0
  671. package/plugins/lisa-copilot/skills/lisa-improve-max-lines-per-function/SKILL.md +46 -0
  672. package/plugins/lisa-copilot/skills/lisa-improve-test-coverage/SKILL.md +44 -0
  673. package/plugins/lisa-copilot/skills/lisa-improve-tests/SKILL.md +47 -0
  674. package/plugins/lisa-copilot/skills/lisa-intake/SKILL.md +133 -0
  675. package/plugins/lisa-copilot/skills/lisa-intake-explain/SKILL.md +279 -0
  676. package/plugins/lisa-copilot/skills/lisa-jam-access/SKILL.md +52 -0
  677. package/plugins/lisa-copilot/skills/lisa-jira-add-journey/SKILL.md +121 -0
  678. package/plugins/lisa-copilot/skills/lisa-jira-build-intake/SKILL.md +368 -0
  679. package/plugins/lisa-copilot/skills/lisa-jira-create/SKILL.md +154 -0
  680. package/plugins/lisa-copilot/skills/lisa-jira-evidence/SKILL.md +90 -0
  681. package/plugins/lisa-copilot/skills/lisa-jira-journey/SKILL.md +127 -0
  682. package/plugins/lisa-copilot/skills/lisa-jira-read-ticket/SKILL.md +198 -0
  683. package/plugins/lisa-copilot/skills/lisa-jira-sync/SKILL.md +108 -0
  684. package/plugins/lisa-copilot/skills/lisa-jira-validate-ticket/SKILL.md +317 -0
  685. package/plugins/lisa-copilot/skills/lisa-jira-verify/SKILL.md +30 -0
  686. package/plugins/lisa-copilot/skills/lisa-jira-write-ticket/SKILL.md +267 -0
  687. package/plugins/lisa-copilot/skills/lisa-jsdoc-best-practices/SKILL.md +432 -0
  688. package/plugins/lisa-copilot/skills/lisa-linear-access/SKILL.md +90 -0
  689. package/plugins/lisa-copilot/skills/lisa-linear-add-journey/SKILL.md +105 -0
  690. package/plugins/lisa-copilot/skills/lisa-linear-build-intake/SKILL.md +346 -0
  691. package/plugins/lisa-copilot/skills/lisa-linear-create/SKILL.md +146 -0
  692. package/plugins/lisa-copilot/skills/lisa-linear-evidence/SKILL.md +103 -0
  693. package/plugins/lisa-copilot/skills/lisa-linear-journey/SKILL.md +134 -0
  694. package/plugins/lisa-copilot/skills/lisa-linear-prd-intake/SKILL.md +383 -0
  695. package/plugins/lisa-copilot/skills/lisa-linear-read-issue/SKILL.md +200 -0
  696. package/plugins/lisa-copilot/skills/lisa-linear-sync/SKILL.md +127 -0
  697. package/plugins/lisa-copilot/skills/lisa-linear-to-tracker/SKILL.md +344 -0
  698. package/plugins/lisa-copilot/skills/lisa-linear-validate-issue/SKILL.md +314 -0
  699. package/plugins/lisa-copilot/skills/lisa-linear-verify/SKILL.md +51 -0
  700. package/plugins/lisa-copilot/skills/lisa-linear-write-issue/SKILL.md +292 -0
  701. package/plugins/lisa-copilot/skills/lisa-linear-write-prd/SKILL.md +96 -0
  702. package/plugins/lisa-copilot/skills/lisa-monitor/SKILL.md +69 -0
  703. package/plugins/lisa-copilot/skills/lisa-nightly-add-test-coverage/SKILL.md +40 -0
  704. package/plugins/lisa-copilot/skills/lisa-nightly-improve-tests/SKILL.md +29 -0
  705. package/plugins/lisa-copilot/skills/lisa-nightly-lower-code-complexity/SKILL.md +28 -0
  706. package/plugins/lisa-copilot/skills/lisa-notion-access/SKILL.md +226 -0
  707. package/plugins/lisa-copilot/skills/lisa-notion-prd-intake/SKILL.md +360 -0
  708. package/plugins/lisa-copilot/skills/lisa-notion-to-tracker/SKILL.md +359 -0
  709. package/plugins/lisa-copilot/skills/lisa-notion-write-prd/SKILL.md +109 -0
  710. package/plugins/lisa-copilot/skills/lisa-parity-code-review/SKILL.md +83 -0
  711. package/plugins/lisa-copilot/skills/lisa-parity-code-simplifier/SKILL.md +76 -0
  712. package/plugins/lisa-copilot/skills/lisa-parity-coderabbit/SKILL.md +77 -0
  713. package/plugins/lisa-copilot/skills/lisa-parity-safety-net-rules/SKILL.md +144 -0
  714. package/plugins/lisa-copilot/skills/lisa-parity-sentry-sdk-setup/SKILL.md +211 -0
  715. package/plugins/lisa-copilot/skills/lisa-parity-sentry-seer/SKILL.md +135 -0
  716. package/plugins/lisa-copilot/skills/lisa-parity-skill-creator/SKILL.md +151 -0
  717. package/plugins/lisa-copilot/skills/lisa-performance-review/SKILL.md +94 -0
  718. package/plugins/lisa-copilot/skills/lisa-plan/SKILL.md +60 -0
  719. package/plugins/lisa-copilot/skills/lisa-plugin-sync-explain/SKILL.md +53 -0
  720. package/plugins/lisa-copilot/skills/lisa-posthog-access/SKILL.md +60 -0
  721. package/plugins/lisa-copilot/skills/lisa-prd-backlink/SKILL.md +265 -0
  722. package/plugins/lisa-copilot/skills/lisa-prd-source-write/SKILL.md +101 -0
  723. package/plugins/lisa-copilot/skills/lisa-prd-ticket-coverage/SKILL.md +170 -0
  724. package/plugins/lisa-copilot/skills/lisa-product-walkthrough/SKILL.md +104 -0
  725. package/plugins/lisa-copilot/skills/lisa-project-ideation/SKILL.md +315 -0
  726. package/plugins/lisa-copilot/skills/lisa-pull-request-review/SKILL.md +84 -0
  727. package/plugins/lisa-copilot/skills/lisa-quality-review/SKILL.md +54 -0
  728. package/plugins/lisa-copilot/skills/lisa-queue-status/SKILL.md +133 -0
  729. package/plugins/lisa-copilot/skills/lisa-repair-intake/SKILL.md +1026 -0
  730. package/plugins/lisa-copilot/skills/lisa-reproduce-bug/SKILL.md +96 -0
  731. package/plugins/lisa-copilot/skills/lisa-research/SKILL.md +68 -0
  732. package/plugins/lisa-copilot/skills/lisa-review-local/SKILL.md +88 -0
  733. package/plugins/lisa-copilot/skills/lisa-root-cause-analysis/SKILL.md +155 -0
  734. package/plugins/lisa-copilot/skills/lisa-security-review/SKILL.md +57 -0
  735. package/plugins/lisa-copilot/skills/lisa-security-zap-scan/SKILL.md +33 -0
  736. package/plugins/lisa-copilot/skills/lisa-sentry-access/SKILL.md +56 -0
  737. package/plugins/lisa-copilot/skills/lisa-setup-atlassian/SKILL.md +347 -0
  738. package/plugins/lisa-copilot/skills/lisa-setup-automations/SKILL.md +103 -0
  739. package/plugins/lisa-copilot/skills/lisa-setup-confluence/SKILL.md +254 -0
  740. package/plugins/lisa-copilot/skills/lisa-setup-github/SKILL.md +268 -0
  741. package/plugins/lisa-copilot/skills/lisa-setup-jira/SKILL.md +198 -0
  742. package/plugins/lisa-copilot/skills/lisa-setup-linear/SKILL.md +251 -0
  743. package/plugins/lisa-copilot/skills/lisa-setup-notion/SKILL.md +316 -0
  744. package/plugins/lisa-copilot/skills/lisa-sonarcloud-access/SKILL.md +71 -0
  745. package/plugins/lisa-copilot/skills/lisa-spec-conformance/SKILL.md +159 -0
  746. package/plugins/lisa-copilot/skills/lisa-sync-down/SKILL.md +171 -0
  747. package/plugins/lisa-copilot/skills/lisa-task-decomposition/SKILL.md +127 -0
  748. package/plugins/lisa-copilot/skills/lisa-task-triage/SKILL.md +23 -0
  749. package/plugins/lisa-copilot/skills/lisa-tdd-implementation/SKILL.md +86 -0
  750. package/plugins/lisa-copilot/skills/lisa-tear-down-automations/SKILL.md +34 -0
  751. package/plugins/lisa-copilot/skills/lisa-test-strategy/SKILL.md +63 -0
  752. package/plugins/lisa-copilot/skills/lisa-ticket-triage/SKILL.md +186 -0
  753. package/plugins/lisa-copilot/skills/lisa-tracker-add-journey/SKILL.md +26 -0
  754. package/plugins/lisa-copilot/skills/lisa-tracker-build-intake/SKILL.md +85 -0
  755. package/plugins/lisa-copilot/skills/lisa-tracker-create/SKILL.md +26 -0
  756. package/plugins/lisa-copilot/skills/lisa-tracker-evidence/SKILL.md +52 -0
  757. package/plugins/lisa-copilot/skills/lisa-tracker-journey/SKILL.md +26 -0
  758. package/plugins/lisa-copilot/skills/lisa-tracker-read/SKILL.md +27 -0
  759. package/plugins/lisa-copilot/skills/lisa-tracker-source-artifacts/SKILL.md +107 -0
  760. package/plugins/lisa-copilot/skills/lisa-tracker-sync/SKILL.md +64 -0
  761. package/plugins/lisa-copilot/skills/lisa-tracker-validate/SKILL.md +36 -0
  762. package/plugins/lisa-copilot/skills/lisa-tracker-verify/SKILL.md +28 -0
  763. package/plugins/lisa-copilot/skills/lisa-tracker-write/SKILL.md +53 -0
  764. package/plugins/lisa-copilot/skills/lisa-usage-accounting/SKILL.md +170 -0
  765. package/plugins/lisa-copilot/skills/lisa-use-the-product/SKILL.md +86 -0
  766. package/plugins/lisa-copilot/skills/lisa-validate-tracker-mapping/SKILL.md +188 -0
  767. package/plugins/lisa-copilot/skills/lisa-verification-lifecycle/SKILL.md +365 -0
  768. package/plugins/lisa-copilot/skills/lisa-verify/SKILL.md +52 -0
  769. package/plugins/lisa-copilot/skills/lisa-verify-prd/SKILL.md +392 -0
  770. package/plugins/lisa-copilot/skills/lisa-wiki-install/SKILL.md +101 -0
  771. package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
  772. package/plugins/lisa-cursor/agents/learnings-synthesizer.md +2 -2
  773. package/plugins/lisa-cursor/agents/linear-agent.md +3 -3
  774. package/plugins/lisa-cursor/commands/lisa/analyze-claude-remote.md +6 -0
  775. package/plugins/lisa-cursor/commands/lisa/automation-status.md +12 -0
  776. package/plugins/lisa-cursor/commands/lisa/codify-verification.md +6 -0
  777. package/plugins/lisa-cursor/commands/lisa/cross-pollinate.md +15 -0
  778. package/plugins/lisa-cursor/commands/lisa/debrief/apply.md +6 -0
  779. package/plugins/lisa-cursor/commands/lisa/debrief.md +6 -0
  780. package/plugins/lisa-cursor/commands/lisa/doctor.md +6 -0
  781. package/plugins/lisa-cursor/commands/lisa/exploratory-qa.md +7 -0
  782. package/plugins/lisa-cursor/commands/lisa/fix/linter-error.md +7 -0
  783. package/plugins/lisa-cursor/commands/lisa/generate-claude-remote-build-script.md +6 -0
  784. package/plugins/lisa-cursor/commands/lisa/git/commit.md +7 -0
  785. package/plugins/lisa-cursor/commands/lisa/git/prune.md +6 -0
  786. package/plugins/lisa-cursor/commands/lisa/git/submit-pr.md +7 -0
  787. package/plugins/lisa-cursor/commands/lisa/implement.md +6 -0
  788. package/plugins/lisa-cursor/commands/lisa/improve/code-complexity.md +6 -0
  789. package/plugins/lisa-cursor/commands/lisa/improve/max-lines-per-function.md +7 -0
  790. package/plugins/lisa-cursor/commands/lisa/improve/max-lines.md +7 -0
  791. package/plugins/lisa-cursor/commands/lisa/improve/test-coverage.md +7 -0
  792. package/plugins/lisa-cursor/commands/lisa/improve/tests.md +7 -0
  793. package/plugins/lisa-cursor/commands/lisa/intake-explain.md +31 -0
  794. package/plugins/lisa-cursor/commands/lisa/intake.md +6 -0
  795. package/plugins/lisa-cursor/commands/lisa/monitor.md +6 -0
  796. package/plugins/lisa-cursor/commands/lisa/parity-code-review.md +6 -0
  797. package/plugins/lisa-cursor/commands/lisa/parity-code-simplifier.md +6 -0
  798. package/plugins/lisa-cursor/commands/lisa/parity-coderabbit.md +6 -0
  799. package/plugins/lisa-cursor/commands/lisa/parity-safety-net-rules.md +6 -0
  800. package/plugins/lisa-cursor/commands/lisa/parity-sentry-sdk-setup.md +6 -0
  801. package/plugins/lisa-cursor/commands/lisa/parity-sentry-seer.md +6 -0
  802. package/plugins/lisa-cursor/commands/lisa/parity-skill-creator.md +6 -0
  803. package/plugins/lisa-cursor/commands/lisa/plan.md +6 -0
  804. package/plugins/lisa-cursor/commands/lisa/plugin-sync-explain.md +8 -0
  805. package/plugins/lisa-cursor/commands/lisa/product-walkthrough.md +7 -0
  806. package/plugins/lisa-cursor/commands/lisa/project-ideation.md +6 -0
  807. package/plugins/lisa-cursor/commands/lisa/pull-request/review.md +7 -0
  808. package/plugins/lisa-cursor/commands/lisa/queue-status.md +34 -0
  809. package/plugins/lisa-cursor/commands/lisa/repair-intake.md +6 -0
  810. package/plugins/lisa-cursor/commands/lisa/research.md +6 -0
  811. package/plugins/lisa-cursor/commands/lisa/review/local.md +6 -0
  812. package/plugins/lisa-cursor/commands/lisa/security/zap-scan.md +6 -0
  813. package/plugins/lisa-cursor/commands/lisa/setup/atlassian.md +7 -0
  814. package/plugins/lisa-cursor/commands/lisa/setup/confluence.md +7 -0
  815. package/plugins/lisa-cursor/commands/lisa/setup/github.md +7 -0
  816. package/plugins/lisa-cursor/commands/lisa/setup/jira.md +7 -0
  817. package/plugins/lisa-cursor/commands/lisa/setup/linear.md +7 -0
  818. package/plugins/lisa-cursor/commands/lisa/setup/notion.md +7 -0
  819. package/plugins/lisa-cursor/commands/lisa/setup-automations.md +6 -0
  820. package/plugins/lisa-cursor/commands/lisa/sync-down.md +7 -0
  821. package/plugins/lisa-cursor/commands/lisa/tear-down-automations.md +6 -0
  822. package/plugins/lisa-cursor/commands/lisa/validate-tracker-mapping.md +15 -0
  823. package/plugins/lisa-cursor/commands/lisa/verify-prd.md +6 -0
  824. package/plugins/lisa-cursor/commands/lisa/verify.md +6 -0
  825. package/plugins/lisa-cursor/commands/lisa/wiki/install.md +7 -0
  826. package/plugins/lisa-cursor/hooks/enforce-verification-gate.sh +4 -4
  827. package/plugins/lisa-cursor/rules/config-resolution-reference.mdc +16 -16
  828. package/plugins/lisa-cursor/rules/integration-access-layer-reference.mdc +7 -7
  829. package/plugins/lisa-cursor/rules/intent-routing-reference.mdc +14 -14
  830. package/plugins/lisa-cursor/rules/observability-audit-reference.mdc +4 -4
  831. package/plugins/lisa-cursor/rules/observability-audit.mdc +4 -4
  832. package/plugins/lisa-cursor/rules/prd-lifecycle-rollup-reference.mdc +5 -5
  833. package/plugins/lisa-cursor/rules/repo-scope-split-reference.mdc +3 -3
  834. package/plugins/lisa-cursor/rules/upstream-to-lisa-reference.mdc +1 -1
  835. package/plugins/lisa-cursor/rules/upstream-to-lisa.mdc +1 -1
  836. package/plugins/lisa-cursor/rules/usage-accounting-reference.mdc +1 -1
  837. package/plugins/lisa-cursor/skills/lisa-acceptance-criteria/SKILL.md +71 -0
  838. package/plugins/lisa-cursor/skills/lisa-agent-design-best-practices/SKILL.md +219 -0
  839. package/plugins/lisa-cursor/skills/lisa-analyze-claude-remote/SKILL.md +421 -0
  840. package/plugins/lisa-cursor/skills/lisa-atlassian-access/SKILL.md +361 -0
  841. package/plugins/lisa-cursor/skills/lisa-automation-status/SKILL.md +111 -0
  842. package/plugins/lisa-cursor/skills/lisa-bug-triage/SKILL.md +23 -0
  843. package/plugins/lisa-cursor/skills/lisa-codebase-research/SKILL.md +87 -0
  844. package/plugins/lisa-cursor/skills/lisa-codify-verification/SKILL.md +162 -0
  845. package/plugins/lisa-cursor/skills/lisa-confluence-prd-intake/SKILL.md +417 -0
  846. package/plugins/lisa-cursor/skills/lisa-confluence-to-tracker/SKILL.md +362 -0
  847. package/plugins/lisa-cursor/skills/lisa-confluence-write-prd/SKILL.md +109 -0
  848. package/plugins/lisa-cursor/skills/lisa-cross-pollinate/SKILL.md +175 -0
  849. package/plugins/lisa-cursor/skills/lisa-debrief/SKILL.md +94 -0
  850. package/plugins/lisa-cursor/skills/lisa-debrief-apply/SKILL.md +63 -0
  851. package/plugins/lisa-cursor/skills/lisa-doctor/SKILL.md +336 -0
  852. package/plugins/lisa-cursor/skills/lisa-drive-pr-to-merge/SKILL.md +152 -0
  853. package/plugins/lisa-cursor/skills/lisa-epic-triage/SKILL.md +28 -0
  854. package/plugins/lisa-cursor/skills/lisa-exploratory-qa/SKILL.md +91 -0
  855. package/plugins/lisa-cursor/skills/lisa-fix-linter-error/SKILL.md +45 -0
  856. package/plugins/lisa-cursor/skills/lisa-generate-claude-remote-build-script/SKILL.md +224 -0
  857. package/plugins/lisa-cursor/skills/lisa-git-commit/SKILL.md +48 -0
  858. package/plugins/lisa-cursor/skills/lisa-git-prune/SKILL.md +35 -0
  859. package/plugins/lisa-cursor/skills/lisa-git-submit-pr/SKILL.md +113 -0
  860. package/plugins/lisa-cursor/skills/lisa-github-add-journey/SKILL.md +115 -0
  861. package/plugins/lisa-cursor/skills/lisa-github-build-intake/SKILL.md +446 -0
  862. package/plugins/lisa-cursor/skills/lisa-github-create/SKILL.md +101 -0
  863. package/plugins/lisa-cursor/skills/lisa-github-evidence/SKILL.md +110 -0
  864. package/plugins/lisa-cursor/skills/lisa-github-journey/SKILL.md +121 -0
  865. package/plugins/lisa-cursor/skills/lisa-github-prd-intake/SKILL.md +432 -0
  866. package/plugins/lisa-cursor/skills/lisa-github-project-v2/SKILL.md +227 -0
  867. package/plugins/lisa-cursor/skills/lisa-github-read-issue/SKILL.md +248 -0
  868. package/plugins/lisa-cursor/skills/lisa-github-sync/SKILL.md +132 -0
  869. package/plugins/lisa-cursor/skills/lisa-github-to-tracker/SKILL.md +347 -0
  870. package/plugins/lisa-cursor/skills/lisa-github-validate-issue/SKILL.md +330 -0
  871. package/plugins/lisa-cursor/skills/lisa-github-verify/SKILL.md +29 -0
  872. package/plugins/lisa-cursor/skills/lisa-github-write-issue/SKILL.md +339 -0
  873. package/plugins/lisa-cursor/skills/lisa-github-write-prd/SKILL.md +157 -0
  874. package/plugins/lisa-cursor/skills/lisa-implement/SKILL.md +202 -0
  875. package/plugins/lisa-cursor/skills/lisa-improve-code-complexity/SKILL.md +44 -0
  876. package/plugins/lisa-cursor/skills/lisa-improve-max-lines/SKILL.md +45 -0
  877. package/plugins/lisa-cursor/skills/lisa-improve-max-lines-per-function/SKILL.md +46 -0
  878. package/plugins/lisa-cursor/skills/lisa-improve-test-coverage/SKILL.md +44 -0
  879. package/plugins/lisa-cursor/skills/lisa-improve-tests/SKILL.md +47 -0
  880. package/plugins/lisa-cursor/skills/lisa-intake/SKILL.md +133 -0
  881. package/plugins/lisa-cursor/skills/lisa-intake-explain/SKILL.md +279 -0
  882. package/plugins/lisa-cursor/skills/lisa-jam-access/SKILL.md +52 -0
  883. package/plugins/lisa-cursor/skills/lisa-jira-add-journey/SKILL.md +121 -0
  884. package/plugins/lisa-cursor/skills/lisa-jira-build-intake/SKILL.md +368 -0
  885. package/plugins/lisa-cursor/skills/lisa-jira-create/SKILL.md +154 -0
  886. package/plugins/lisa-cursor/skills/lisa-jira-evidence/SKILL.md +90 -0
  887. package/plugins/lisa-cursor/skills/lisa-jira-journey/SKILL.md +127 -0
  888. package/plugins/lisa-cursor/skills/lisa-jira-read-ticket/SKILL.md +198 -0
  889. package/plugins/lisa-cursor/skills/lisa-jira-sync/SKILL.md +108 -0
  890. package/plugins/lisa-cursor/skills/lisa-jira-validate-ticket/SKILL.md +317 -0
  891. package/plugins/lisa-cursor/skills/lisa-jira-verify/SKILL.md +30 -0
  892. package/plugins/lisa-cursor/skills/lisa-jira-write-ticket/SKILL.md +267 -0
  893. package/plugins/lisa-cursor/skills/lisa-jsdoc-best-practices/SKILL.md +432 -0
  894. package/plugins/lisa-cursor/skills/lisa-linear-access/SKILL.md +90 -0
  895. package/plugins/lisa-cursor/skills/lisa-linear-add-journey/SKILL.md +105 -0
  896. package/plugins/lisa-cursor/skills/lisa-linear-build-intake/SKILL.md +346 -0
  897. package/plugins/lisa-cursor/skills/lisa-linear-create/SKILL.md +146 -0
  898. package/plugins/lisa-cursor/skills/lisa-linear-evidence/SKILL.md +103 -0
  899. package/plugins/lisa-cursor/skills/lisa-linear-journey/SKILL.md +134 -0
  900. package/plugins/lisa-cursor/skills/lisa-linear-prd-intake/SKILL.md +383 -0
  901. package/plugins/lisa-cursor/skills/lisa-linear-read-issue/SKILL.md +200 -0
  902. package/plugins/lisa-cursor/skills/lisa-linear-sync/SKILL.md +127 -0
  903. package/plugins/lisa-cursor/skills/lisa-linear-to-tracker/SKILL.md +344 -0
  904. package/plugins/lisa-cursor/skills/lisa-linear-validate-issue/SKILL.md +314 -0
  905. package/plugins/lisa-cursor/skills/lisa-linear-verify/SKILL.md +51 -0
  906. package/plugins/lisa-cursor/skills/lisa-linear-write-issue/SKILL.md +292 -0
  907. package/plugins/lisa-cursor/skills/lisa-linear-write-prd/SKILL.md +96 -0
  908. package/plugins/lisa-cursor/skills/lisa-monitor/SKILL.md +69 -0
  909. package/plugins/lisa-cursor/skills/lisa-nightly-add-test-coverage/SKILL.md +40 -0
  910. package/plugins/lisa-cursor/skills/lisa-nightly-improve-tests/SKILL.md +29 -0
  911. package/plugins/lisa-cursor/skills/lisa-nightly-lower-code-complexity/SKILL.md +28 -0
  912. package/plugins/lisa-cursor/skills/lisa-notion-access/SKILL.md +226 -0
  913. package/plugins/lisa-cursor/skills/lisa-notion-prd-intake/SKILL.md +360 -0
  914. package/plugins/lisa-cursor/skills/lisa-notion-to-tracker/SKILL.md +359 -0
  915. package/plugins/lisa-cursor/skills/lisa-notion-write-prd/SKILL.md +109 -0
  916. package/plugins/lisa-cursor/skills/lisa-parity-code-review/SKILL.md +83 -0
  917. package/plugins/lisa-cursor/skills/lisa-parity-code-simplifier/SKILL.md +76 -0
  918. package/plugins/lisa-cursor/skills/lisa-parity-coderabbit/SKILL.md +77 -0
  919. package/plugins/lisa-cursor/skills/lisa-parity-safety-net-rules/SKILL.md +144 -0
  920. package/plugins/lisa-cursor/skills/lisa-parity-sentry-sdk-setup/SKILL.md +211 -0
  921. package/plugins/lisa-cursor/skills/lisa-parity-sentry-seer/SKILL.md +135 -0
  922. package/plugins/lisa-cursor/skills/lisa-parity-skill-creator/SKILL.md +151 -0
  923. package/plugins/lisa-cursor/skills/lisa-performance-review/SKILL.md +94 -0
  924. package/plugins/lisa-cursor/skills/lisa-plan/SKILL.md +60 -0
  925. package/plugins/lisa-cursor/skills/lisa-plugin-sync-explain/SKILL.md +53 -0
  926. package/plugins/lisa-cursor/skills/lisa-posthog-access/SKILL.md +60 -0
  927. package/plugins/lisa-cursor/skills/lisa-prd-backlink/SKILL.md +265 -0
  928. package/plugins/lisa-cursor/skills/lisa-prd-source-write/SKILL.md +101 -0
  929. package/plugins/lisa-cursor/skills/lisa-prd-ticket-coverage/SKILL.md +170 -0
  930. package/plugins/lisa-cursor/skills/lisa-product-walkthrough/SKILL.md +104 -0
  931. package/plugins/lisa-cursor/skills/lisa-project-ideation/SKILL.md +315 -0
  932. package/plugins/lisa-cursor/skills/lisa-pull-request-review/SKILL.md +84 -0
  933. package/plugins/lisa-cursor/skills/lisa-quality-review/SKILL.md +54 -0
  934. package/plugins/lisa-cursor/skills/lisa-queue-status/SKILL.md +133 -0
  935. package/plugins/lisa-cursor/skills/lisa-repair-intake/SKILL.md +1026 -0
  936. package/plugins/lisa-cursor/skills/lisa-reproduce-bug/SKILL.md +96 -0
  937. package/plugins/lisa-cursor/skills/lisa-research/SKILL.md +68 -0
  938. package/plugins/lisa-cursor/skills/lisa-review-local/SKILL.md +88 -0
  939. package/plugins/lisa-cursor/skills/lisa-root-cause-analysis/SKILL.md +155 -0
  940. package/plugins/lisa-cursor/skills/lisa-security-review/SKILL.md +57 -0
  941. package/plugins/lisa-cursor/skills/lisa-security-zap-scan/SKILL.md +33 -0
  942. package/plugins/lisa-cursor/skills/lisa-sentry-access/SKILL.md +56 -0
  943. package/plugins/lisa-cursor/skills/lisa-setup-atlassian/SKILL.md +347 -0
  944. package/plugins/lisa-cursor/skills/lisa-setup-automations/SKILL.md +103 -0
  945. package/plugins/lisa-cursor/skills/lisa-setup-confluence/SKILL.md +254 -0
  946. package/plugins/lisa-cursor/skills/lisa-setup-github/SKILL.md +268 -0
  947. package/plugins/lisa-cursor/skills/lisa-setup-jira/SKILL.md +198 -0
  948. package/plugins/lisa-cursor/skills/lisa-setup-linear/SKILL.md +251 -0
  949. package/plugins/lisa-cursor/skills/lisa-setup-notion/SKILL.md +316 -0
  950. package/plugins/lisa-cursor/skills/lisa-sonarcloud-access/SKILL.md +71 -0
  951. package/plugins/lisa-cursor/skills/lisa-spec-conformance/SKILL.md +159 -0
  952. package/plugins/lisa-cursor/skills/lisa-sync-down/SKILL.md +171 -0
  953. package/plugins/lisa-cursor/skills/lisa-task-decomposition/SKILL.md +127 -0
  954. package/plugins/lisa-cursor/skills/lisa-task-triage/SKILL.md +23 -0
  955. package/plugins/lisa-cursor/skills/lisa-tdd-implementation/SKILL.md +86 -0
  956. package/plugins/lisa-cursor/skills/lisa-tear-down-automations/SKILL.md +34 -0
  957. package/plugins/lisa-cursor/skills/lisa-test-strategy/SKILL.md +63 -0
  958. package/plugins/lisa-cursor/skills/lisa-ticket-triage/SKILL.md +186 -0
  959. package/plugins/lisa-cursor/skills/lisa-tracker-add-journey/SKILL.md +26 -0
  960. package/plugins/lisa-cursor/skills/lisa-tracker-build-intake/SKILL.md +85 -0
  961. package/plugins/lisa-cursor/skills/lisa-tracker-create/SKILL.md +26 -0
  962. package/plugins/lisa-cursor/skills/lisa-tracker-evidence/SKILL.md +52 -0
  963. package/plugins/lisa-cursor/skills/lisa-tracker-journey/SKILL.md +26 -0
  964. package/plugins/lisa-cursor/skills/lisa-tracker-read/SKILL.md +27 -0
  965. package/plugins/lisa-cursor/skills/lisa-tracker-source-artifacts/SKILL.md +107 -0
  966. package/plugins/lisa-cursor/skills/lisa-tracker-sync/SKILL.md +64 -0
  967. package/plugins/lisa-cursor/skills/lisa-tracker-validate/SKILL.md +36 -0
  968. package/plugins/lisa-cursor/skills/lisa-tracker-verify/SKILL.md +28 -0
  969. package/plugins/lisa-cursor/skills/lisa-tracker-write/SKILL.md +53 -0
  970. package/plugins/lisa-cursor/skills/lisa-usage-accounting/SKILL.md +170 -0
  971. package/plugins/lisa-cursor/skills/lisa-use-the-product/SKILL.md +86 -0
  972. package/plugins/lisa-cursor/skills/lisa-validate-tracker-mapping/SKILL.md +188 -0
  973. package/plugins/lisa-cursor/skills/lisa-verification-lifecycle/SKILL.md +365 -0
  974. package/plugins/lisa-cursor/skills/lisa-verify/SKILL.md +52 -0
  975. package/plugins/lisa-cursor/skills/lisa-verify-prd/SKILL.md +392 -0
  976. package/plugins/lisa-cursor/skills/lisa-wiki-install/SKILL.md +101 -0
  977. package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
  978. package/plugins/lisa-expo/.codex-plugin/plugin.json +1 -1
  979. package/plugins/lisa-expo/skills/e2e-coverage-gaps/SKILL.md +4 -4
  980. package/plugins/lisa-expo-agy/plugin.json +1 -1
  981. package/plugins/lisa-expo-agy/skills/e2e-coverage-gaps/SKILL.md +4 -4
  982. package/plugins/lisa-expo-copilot/.claude-plugin/plugin.json +1 -1
  983. package/plugins/lisa-expo-copilot/skills/e2e-coverage-gaps/SKILL.md +4 -4
  984. package/plugins/lisa-expo-cursor/.claude-plugin/plugin.json +1 -1
  985. package/plugins/lisa-expo-cursor/skills/e2e-coverage-gaps/SKILL.md +4 -4
  986. package/plugins/lisa-harper-fabric/.claude-plugin/plugin.json +1 -1
  987. package/plugins/lisa-harper-fabric/.codex-plugin/plugin.json +1 -1
  988. package/plugins/lisa-harper-fabric/skills/e2e-coverage-gaps/SKILL.md +4 -4
  989. package/plugins/lisa-harper-fabric-agy/plugin.json +1 -1
  990. package/plugins/lisa-harper-fabric-agy/skills/e2e-coverage-gaps/SKILL.md +4 -4
  991. package/plugins/lisa-harper-fabric-copilot/.claude-plugin/plugin.json +1 -1
  992. package/plugins/lisa-harper-fabric-copilot/skills/e2e-coverage-gaps/SKILL.md +4 -4
  993. package/plugins/lisa-harper-fabric-cursor/.claude-plugin/plugin.json +1 -1
  994. package/plugins/lisa-harper-fabric-cursor/skills/e2e-coverage-gaps/SKILL.md +4 -4
  995. package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
  996. package/plugins/lisa-nestjs/.codex-plugin/plugin.json +1 -1
  997. package/plugins/lisa-nestjs-agy/plugin.json +1 -1
  998. package/plugins/lisa-nestjs-copilot/.claude-plugin/plugin.json +1 -1
  999. package/plugins/lisa-nestjs-cursor/.claude-plugin/plugin.json +1 -1
  1000. package/plugins/lisa-openclaw/.claude-plugin/plugin.json +1 -1
  1001. package/plugins/lisa-openclaw/.codex-plugin/plugin.json +1 -1
  1002. package/plugins/lisa-openclaw/skills/lisa-openclaw-connect-repo-topic/agents/openai.yaml +1 -1
  1003. package/plugins/lisa-openclaw/skills/lisa-openclaw-connect-staff/agents/openai.yaml +1 -1
  1004. package/plugins/lisa-openclaw/skills/lisa-openclaw-setup/agents/openai.yaml +1 -1
  1005. package/plugins/lisa-openclaw-agy/plugin.json +1 -1
  1006. package/plugins/lisa-openclaw-copilot/.claude-plugin/plugin.json +1 -1
  1007. package/plugins/lisa-openclaw-cursor/.claude-plugin/plugin.json +1 -1
  1008. package/plugins/lisa-phaser/.claude-plugin/plugin.json +1 -1
  1009. package/plugins/lisa-phaser/.codex-plugin/plugin.json +1 -1
  1010. package/plugins/lisa-phaser-agy/plugin.json +1 -1
  1011. package/plugins/lisa-phaser-copilot/.claude-plugin/plugin.json +1 -1
  1012. package/plugins/lisa-phaser-cursor/.claude-plugin/plugin.json +1 -1
  1013. package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
  1014. package/plugins/lisa-rails/.codex-plugin/plugin.json +1 -1
  1015. package/plugins/lisa-rails/skills/e2e-coverage-gaps/SKILL.md +4 -4
  1016. package/plugins/lisa-rails-agy/plugin.json +1 -1
  1017. package/plugins/lisa-rails-agy/skills/e2e-coverage-gaps/SKILL.md +4 -4
  1018. package/plugins/lisa-rails-copilot/.claude-plugin/plugin.json +1 -1
  1019. package/plugins/lisa-rails-copilot/skills/e2e-coverage-gaps/SKILL.md +4 -4
  1020. package/plugins/lisa-rails-cursor/.claude-plugin/plugin.json +1 -1
  1021. package/plugins/lisa-rails-cursor/skills/e2e-coverage-gaps/SKILL.md +4 -4
  1022. package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
  1023. package/plugins/lisa-typescript/.codex-plugin/plugin.json +1 -1
  1024. package/plugins/lisa-typescript-agy/plugin.json +1 -1
  1025. package/plugins/lisa-typescript-copilot/.claude-plugin/plugin.json +1 -1
  1026. package/plugins/lisa-typescript-cursor/.claude-plugin/plugin.json +1 -1
  1027. package/plugins/lisa-wiki/.claude-plugin/plugin.json +1 -1
  1028. package/plugins/lisa-wiki/.codex-plugin/plugin.json +1 -1
  1029. package/plugins/lisa-wiki/skills/lisa-wiki-add-ingest/agents/openai.yaml +1 -1
  1030. package/plugins/lisa-wiki/skills/lisa-wiki-add-role/agents/openai.yaml +1 -1
  1031. package/plugins/lisa-wiki/skills/lisa-wiki-connector-confluence/agents/openai.yaml +1 -1
  1032. package/plugins/lisa-wiki/skills/lisa-wiki-connector-docs/agents/openai.yaml +1 -1
  1033. package/plugins/lisa-wiki/skills/lisa-wiki-connector-git/agents/openai.yaml +1 -1
  1034. package/plugins/lisa-wiki/skills/lisa-wiki-connector-jira/agents/openai.yaml +1 -1
  1035. package/plugins/lisa-wiki/skills/lisa-wiki-connector-memory/agents/openai.yaml +1 -1
  1036. package/plugins/lisa-wiki/skills/lisa-wiki-connector-notion/agents/openai.yaml +1 -1
  1037. package/plugins/lisa-wiki/skills/lisa-wiki-connector-roles/agents/openai.yaml +1 -1
  1038. package/plugins/lisa-wiki/skills/lisa-wiki-connector-slack/agents/openai.yaml +1 -1
  1039. package/plugins/lisa-wiki/skills/lisa-wiki-connector-web/agents/openai.yaml +1 -1
  1040. package/plugins/lisa-wiki/skills/lisa-wiki-doctor/agents/openai.yaml +1 -1
  1041. package/plugins/lisa-wiki/skills/lisa-wiki-ingest/agents/openai.yaml +1 -1
  1042. package/plugins/lisa-wiki/skills/lisa-wiki-lint/agents/openai.yaml +1 -1
  1043. package/plugins/lisa-wiki/skills/lisa-wiki-migrate/agents/openai.yaml +1 -1
  1044. package/plugins/lisa-wiki/skills/lisa-wiki-onboard-me/agents/openai.yaml +1 -1
  1045. package/plugins/lisa-wiki/skills/lisa-wiki-query/agents/openai.yaml +1 -1
  1046. package/plugins/lisa-wiki/skills/lisa-wiki-setup/agents/openai.yaml +1 -1
  1047. package/plugins/lisa-wiki/skills/lisa-wiki-setup-automations/agents/openai.yaml +1 -1
  1048. package/plugins/lisa-wiki/skills/lisa-wiki-status/agents/openai.yaml +1 -1
  1049. package/plugins/lisa-wiki/skills/lisa-wiki-tear-down-automations/agents/openai.yaml +1 -1
  1050. package/plugins/lisa-wiki/skills/lisa-wiki-usage/agents/openai.yaml +1 -1
  1051. package/plugins/lisa-wiki-agy/plugin.json +1 -1
  1052. package/plugins/lisa-wiki-copilot/.claude-plugin/plugin.json +1 -1
  1053. package/plugins/lisa-wiki-cursor/.claude-plugin/plugin.json +1 -1
  1054. package/plugins/src/base/agents/learnings-synthesizer.md +2 -2
  1055. package/plugins/src/base/agents/linear-agent.md +3 -3
  1056. package/plugins/src/base/commands/lisa/analyze-claude-remote.md +6 -0
  1057. package/plugins/src/base/commands/lisa/automation-status.md +12 -0
  1058. package/plugins/src/base/commands/lisa/codify-verification.md +6 -0
  1059. package/plugins/src/base/commands/lisa/cross-pollinate.md +15 -0
  1060. package/plugins/src/base/commands/lisa/debrief/apply.md +6 -0
  1061. package/plugins/src/base/commands/lisa/debrief.md +6 -0
  1062. package/plugins/src/base/commands/lisa/doctor.md +6 -0
  1063. package/plugins/src/base/commands/lisa/exploratory-qa.md +7 -0
  1064. package/plugins/src/base/commands/lisa/fix/linter-error.md +7 -0
  1065. package/plugins/src/base/commands/lisa/generate-claude-remote-build-script.md +6 -0
  1066. package/plugins/src/base/commands/lisa/git/commit.md +7 -0
  1067. package/plugins/src/base/commands/lisa/git/prune.md +6 -0
  1068. package/plugins/src/base/commands/lisa/git/submit-pr.md +7 -0
  1069. package/plugins/src/base/commands/lisa/implement.md +6 -0
  1070. package/plugins/src/base/commands/lisa/improve/code-complexity.md +6 -0
  1071. package/plugins/src/base/commands/lisa/improve/max-lines-per-function.md +7 -0
  1072. package/plugins/src/base/commands/lisa/improve/max-lines.md +7 -0
  1073. package/plugins/src/base/commands/lisa/improve/test-coverage.md +7 -0
  1074. package/plugins/src/base/commands/lisa/improve/tests.md +7 -0
  1075. package/plugins/src/base/commands/lisa/intake-explain.md +31 -0
  1076. package/plugins/src/base/commands/lisa/intake.md +6 -0
  1077. package/plugins/src/base/commands/lisa/monitor.md +6 -0
  1078. package/plugins/src/base/commands/lisa/parity-code-review.md +6 -0
  1079. package/plugins/src/base/commands/lisa/parity-code-simplifier.md +6 -0
  1080. package/plugins/src/base/commands/lisa/parity-coderabbit.md +6 -0
  1081. package/plugins/src/base/commands/lisa/parity-safety-net-rules.md +6 -0
  1082. package/plugins/src/base/commands/lisa/parity-sentry-sdk-setup.md +6 -0
  1083. package/plugins/src/base/commands/lisa/parity-sentry-seer.md +6 -0
  1084. package/plugins/src/base/commands/lisa/parity-skill-creator.md +6 -0
  1085. package/plugins/src/base/commands/lisa/plan.md +6 -0
  1086. package/plugins/src/base/commands/lisa/plugin-sync-explain.md +8 -0
  1087. package/plugins/src/base/commands/lisa/product-walkthrough.md +7 -0
  1088. package/plugins/src/base/commands/lisa/project-ideation.md +6 -0
  1089. package/plugins/src/base/commands/lisa/pull-request/review.md +7 -0
  1090. package/plugins/src/base/commands/lisa/queue-status.md +34 -0
  1091. package/plugins/src/base/commands/lisa/repair-intake.md +6 -0
  1092. package/plugins/src/base/commands/lisa/research.md +6 -0
  1093. package/plugins/src/base/commands/lisa/review/local.md +6 -0
  1094. package/plugins/src/base/commands/lisa/security/zap-scan.md +6 -0
  1095. package/plugins/src/base/commands/lisa/setup/atlassian.md +7 -0
  1096. package/plugins/src/base/commands/lisa/setup/confluence.md +7 -0
  1097. package/plugins/src/base/commands/lisa/setup/github.md +7 -0
  1098. package/plugins/src/base/commands/lisa/setup/jira.md +7 -0
  1099. package/plugins/src/base/commands/lisa/setup/linear.md +7 -0
  1100. package/plugins/src/base/commands/lisa/setup/notion.md +7 -0
  1101. package/plugins/src/base/commands/lisa/setup-automations.md +6 -0
  1102. package/plugins/src/base/commands/lisa/sync-down.md +7 -0
  1103. package/plugins/src/base/commands/lisa/tear-down-automations.md +6 -0
  1104. package/plugins/src/base/commands/lisa/validate-tracker-mapping.md +15 -0
  1105. package/plugins/src/base/commands/lisa/verify-prd.md +6 -0
  1106. package/plugins/src/base/commands/lisa/verify.md +6 -0
  1107. package/plugins/src/base/commands/lisa/wiki/install.md +7 -0
  1108. package/plugins/src/base/hooks/enforce-team-first.sh +1 -1
  1109. package/plugins/src/base/hooks/enforce-verification-gate.sh +4 -4
  1110. package/plugins/src/base/rules/eager/observability-audit.md +4 -4
  1111. package/plugins/src/base/rules/eager/upstream-to-lisa.md +1 -1
  1112. package/plugins/src/base/rules/reference/config-resolution.md +16 -16
  1113. package/plugins/src/base/rules/reference/integration-access-layer.md +7 -7
  1114. package/plugins/src/base/rules/reference/intent-routing.md +14 -14
  1115. package/plugins/src/base/rules/reference/observability-audit.md +4 -4
  1116. package/plugins/src/base/rules/reference/prd-lifecycle-rollup.md +5 -5
  1117. package/plugins/src/base/rules/reference/repo-scope-split.md +3 -3
  1118. package/plugins/src/base/rules/reference/upstream-to-lisa.md +1 -1
  1119. package/plugins/src/base/rules/reference/usage-accounting.md +1 -1
  1120. package/plugins/src/base/skills/lisa-acceptance-criteria/SKILL.md +71 -0
  1121. package/plugins/src/base/skills/lisa-agent-design-best-practices/SKILL.md +219 -0
  1122. package/plugins/src/base/skills/lisa-analyze-claude-remote/SKILL.md +421 -0
  1123. package/plugins/src/base/skills/lisa-atlassian-access/SKILL.md +361 -0
  1124. package/plugins/src/base/skills/lisa-automation-status/SKILL.md +111 -0
  1125. package/plugins/src/base/skills/lisa-bug-triage/SKILL.md +23 -0
  1126. package/plugins/src/base/skills/lisa-codebase-research/SKILL.md +87 -0
  1127. package/plugins/src/base/skills/lisa-codify-verification/SKILL.md +162 -0
  1128. package/plugins/src/base/skills/lisa-confluence-prd-intake/SKILL.md +417 -0
  1129. package/plugins/src/base/skills/lisa-confluence-to-tracker/SKILL.md +362 -0
  1130. package/plugins/src/base/skills/lisa-confluence-write-prd/SKILL.md +109 -0
  1131. package/plugins/src/base/skills/lisa-cross-pollinate/SKILL.md +175 -0
  1132. package/plugins/src/base/skills/lisa-debrief/SKILL.md +94 -0
  1133. package/plugins/src/base/skills/lisa-debrief-apply/SKILL.md +63 -0
  1134. package/plugins/src/base/skills/lisa-doctor/SKILL.md +336 -0
  1135. package/plugins/src/base/skills/lisa-drive-pr-to-merge/SKILL.md +152 -0
  1136. package/plugins/src/base/skills/lisa-epic-triage/SKILL.md +28 -0
  1137. package/plugins/src/base/skills/lisa-exploratory-qa/SKILL.md +91 -0
  1138. package/plugins/src/base/skills/lisa-fix-linter-error/SKILL.md +45 -0
  1139. package/plugins/src/base/skills/lisa-generate-claude-remote-build-script/SKILL.md +224 -0
  1140. package/plugins/src/base/skills/lisa-git-commit/SKILL.md +48 -0
  1141. package/plugins/src/base/skills/lisa-git-prune/SKILL.md +35 -0
  1142. package/plugins/src/base/skills/lisa-git-submit-pr/SKILL.md +113 -0
  1143. package/plugins/src/base/skills/lisa-github-add-journey/SKILL.md +115 -0
  1144. package/plugins/src/base/skills/lisa-github-build-intake/SKILL.md +446 -0
  1145. package/plugins/src/base/skills/lisa-github-create/SKILL.md +101 -0
  1146. package/plugins/src/base/skills/lisa-github-evidence/SKILL.md +110 -0
  1147. package/plugins/src/base/skills/lisa-github-journey/SKILL.md +121 -0
  1148. package/plugins/src/base/skills/lisa-github-prd-intake/SKILL.md +432 -0
  1149. package/plugins/src/base/skills/lisa-github-project-v2/SKILL.md +227 -0
  1150. package/plugins/src/base/skills/lisa-github-read-issue/SKILL.md +248 -0
  1151. package/plugins/src/base/skills/lisa-github-sync/SKILL.md +132 -0
  1152. package/plugins/src/base/skills/lisa-github-to-tracker/SKILL.md +347 -0
  1153. package/plugins/src/base/skills/lisa-github-validate-issue/SKILL.md +330 -0
  1154. package/plugins/src/base/skills/lisa-github-verify/SKILL.md +29 -0
  1155. package/plugins/src/base/skills/lisa-github-write-issue/SKILL.md +339 -0
  1156. package/plugins/src/base/skills/lisa-github-write-prd/SKILL.md +157 -0
  1157. package/plugins/src/base/skills/lisa-implement/SKILL.md +202 -0
  1158. package/plugins/src/base/skills/lisa-improve-code-complexity/SKILL.md +44 -0
  1159. package/plugins/src/base/skills/lisa-improve-max-lines/SKILL.md +45 -0
  1160. package/plugins/src/base/skills/lisa-improve-max-lines-per-function/SKILL.md +46 -0
  1161. package/plugins/src/base/skills/lisa-improve-test-coverage/SKILL.md +44 -0
  1162. package/plugins/src/base/skills/lisa-improve-tests/SKILL.md +47 -0
  1163. package/plugins/src/base/skills/lisa-intake/SKILL.md +133 -0
  1164. package/plugins/src/base/skills/lisa-intake-explain/SKILL.md +279 -0
  1165. package/plugins/src/base/skills/lisa-jam-access/SKILL.md +52 -0
  1166. package/plugins/src/base/skills/lisa-jira-add-journey/SKILL.md +121 -0
  1167. package/plugins/src/base/skills/lisa-jira-build-intake/SKILL.md +368 -0
  1168. package/plugins/src/base/skills/lisa-jira-create/SKILL.md +154 -0
  1169. package/plugins/src/base/skills/lisa-jira-evidence/SKILL.md +90 -0
  1170. package/plugins/src/base/skills/lisa-jira-journey/SKILL.md +127 -0
  1171. package/plugins/src/base/skills/lisa-jira-read-ticket/SKILL.md +198 -0
  1172. package/plugins/src/base/skills/lisa-jira-sync/SKILL.md +108 -0
  1173. package/plugins/src/base/skills/lisa-jira-validate-ticket/SKILL.md +317 -0
  1174. package/plugins/src/base/skills/lisa-jira-verify/SKILL.md +30 -0
  1175. package/plugins/src/base/skills/lisa-jira-write-ticket/SKILL.md +267 -0
  1176. package/plugins/src/base/skills/lisa-jsdoc-best-practices/SKILL.md +432 -0
  1177. package/plugins/src/base/skills/lisa-linear-access/SKILL.md +90 -0
  1178. package/plugins/src/base/skills/lisa-linear-add-journey/SKILL.md +105 -0
  1179. package/plugins/src/base/skills/lisa-linear-build-intake/SKILL.md +346 -0
  1180. package/plugins/src/base/skills/lisa-linear-create/SKILL.md +146 -0
  1181. package/plugins/src/base/skills/lisa-linear-evidence/SKILL.md +103 -0
  1182. package/plugins/src/base/skills/lisa-linear-journey/SKILL.md +134 -0
  1183. package/plugins/src/base/skills/lisa-linear-prd-intake/SKILL.md +383 -0
  1184. package/plugins/src/base/skills/lisa-linear-read-issue/SKILL.md +200 -0
  1185. package/plugins/src/base/skills/lisa-linear-sync/SKILL.md +127 -0
  1186. package/plugins/src/base/skills/lisa-linear-to-tracker/SKILL.md +344 -0
  1187. package/plugins/src/base/skills/lisa-linear-validate-issue/SKILL.md +314 -0
  1188. package/plugins/src/base/skills/lisa-linear-verify/SKILL.md +51 -0
  1189. package/plugins/src/base/skills/lisa-linear-write-issue/SKILL.md +292 -0
  1190. package/plugins/src/base/skills/lisa-linear-write-prd/SKILL.md +96 -0
  1191. package/plugins/src/base/skills/lisa-monitor/SKILL.md +69 -0
  1192. package/plugins/src/base/skills/lisa-nightly-add-test-coverage/SKILL.md +40 -0
  1193. package/plugins/src/base/skills/lisa-nightly-improve-tests/SKILL.md +29 -0
  1194. package/plugins/src/base/skills/lisa-nightly-lower-code-complexity/SKILL.md +28 -0
  1195. package/plugins/src/base/skills/lisa-notion-access/SKILL.md +226 -0
  1196. package/plugins/src/base/skills/lisa-notion-prd-intake/SKILL.md +360 -0
  1197. package/plugins/src/base/skills/lisa-notion-to-tracker/SKILL.md +359 -0
  1198. package/plugins/src/base/skills/lisa-notion-write-prd/SKILL.md +109 -0
  1199. package/plugins/src/base/skills/lisa-parity-code-review/SKILL.md +83 -0
  1200. package/plugins/src/base/skills/lisa-parity-code-simplifier/SKILL.md +76 -0
  1201. package/plugins/src/base/skills/lisa-parity-coderabbit/SKILL.md +77 -0
  1202. package/plugins/src/base/skills/lisa-parity-safety-net-rules/SKILL.md +144 -0
  1203. package/plugins/src/base/skills/lisa-parity-sentry-sdk-setup/SKILL.md +211 -0
  1204. package/plugins/src/base/skills/lisa-parity-sentry-seer/SKILL.md +135 -0
  1205. package/plugins/src/base/skills/lisa-parity-skill-creator/SKILL.md +151 -0
  1206. package/plugins/src/base/skills/lisa-performance-review/SKILL.md +94 -0
  1207. package/plugins/src/base/skills/lisa-plan/SKILL.md +60 -0
  1208. package/plugins/src/base/skills/lisa-plugin-sync-explain/SKILL.md +53 -0
  1209. package/plugins/src/base/skills/lisa-posthog-access/SKILL.md +60 -0
  1210. package/plugins/src/base/skills/lisa-prd-backlink/SKILL.md +265 -0
  1211. package/plugins/src/base/skills/lisa-prd-source-write/SKILL.md +101 -0
  1212. package/plugins/src/base/skills/lisa-prd-ticket-coverage/SKILL.md +170 -0
  1213. package/plugins/src/base/skills/lisa-product-walkthrough/SKILL.md +104 -0
  1214. package/plugins/src/base/skills/lisa-project-ideation/SKILL.md +315 -0
  1215. package/plugins/src/base/skills/lisa-project-ideation/agents/openai.yaml +6 -0
  1216. package/plugins/src/base/skills/lisa-pull-request-review/SKILL.md +84 -0
  1217. package/plugins/src/base/skills/lisa-quality-review/SKILL.md +54 -0
  1218. package/plugins/src/base/skills/lisa-queue-status/SKILL.md +133 -0
  1219. package/plugins/src/base/skills/lisa-repair-intake/SKILL.md +1026 -0
  1220. package/plugins/src/base/skills/lisa-reproduce-bug/SKILL.md +96 -0
  1221. package/plugins/src/base/skills/lisa-research/SKILL.md +68 -0
  1222. package/plugins/src/base/skills/lisa-review-local/SKILL.md +88 -0
  1223. package/plugins/src/base/skills/lisa-root-cause-analysis/SKILL.md +155 -0
  1224. package/plugins/src/base/skills/lisa-security-review/SKILL.md +57 -0
  1225. package/plugins/src/base/skills/lisa-security-zap-scan/SKILL.md +33 -0
  1226. package/plugins/src/base/skills/lisa-sentry-access/SKILL.md +56 -0
  1227. package/plugins/src/base/skills/lisa-setup-atlassian/SKILL.md +347 -0
  1228. package/plugins/src/base/skills/lisa-setup-automations/SKILL.md +103 -0
  1229. package/plugins/src/base/skills/lisa-setup-confluence/SKILL.md +254 -0
  1230. package/plugins/src/base/skills/lisa-setup-github/SKILL.md +268 -0
  1231. package/plugins/src/base/skills/lisa-setup-jira/SKILL.md +198 -0
  1232. package/plugins/src/base/skills/lisa-setup-linear/SKILL.md +251 -0
  1233. package/plugins/src/base/skills/lisa-setup-notion/SKILL.md +316 -0
  1234. package/plugins/src/base/skills/lisa-sonarcloud-access/SKILL.md +71 -0
  1235. package/plugins/src/base/skills/lisa-spec-conformance/SKILL.md +159 -0
  1236. package/plugins/src/base/skills/lisa-sync-down/SKILL.md +171 -0
  1237. package/plugins/src/base/skills/lisa-task-decomposition/SKILL.md +127 -0
  1238. package/plugins/src/base/skills/lisa-task-triage/SKILL.md +23 -0
  1239. package/plugins/src/base/skills/lisa-tdd-implementation/SKILL.md +86 -0
  1240. package/plugins/src/base/skills/lisa-tear-down-automations/SKILL.md +34 -0
  1241. package/plugins/src/base/skills/lisa-test-strategy/SKILL.md +63 -0
  1242. package/plugins/src/base/skills/lisa-ticket-triage/SKILL.md +186 -0
  1243. package/plugins/src/base/skills/lisa-tracker-add-journey/SKILL.md +26 -0
  1244. package/plugins/src/base/skills/lisa-tracker-build-intake/SKILL.md +85 -0
  1245. package/plugins/src/base/skills/lisa-tracker-create/SKILL.md +26 -0
  1246. package/plugins/src/base/skills/lisa-tracker-evidence/SKILL.md +52 -0
  1247. package/plugins/src/base/skills/lisa-tracker-journey/SKILL.md +26 -0
  1248. package/plugins/src/base/skills/lisa-tracker-read/SKILL.md +27 -0
  1249. package/plugins/src/base/skills/lisa-tracker-source-artifacts/SKILL.md +107 -0
  1250. package/plugins/src/base/skills/lisa-tracker-sync/SKILL.md +64 -0
  1251. package/plugins/src/base/skills/lisa-tracker-validate/SKILL.md +36 -0
  1252. package/plugins/src/base/skills/lisa-tracker-verify/SKILL.md +28 -0
  1253. package/plugins/src/base/skills/lisa-tracker-write/SKILL.md +53 -0
  1254. package/plugins/src/base/skills/lisa-usage-accounting/SKILL.md +170 -0
  1255. package/plugins/src/base/skills/lisa-use-the-product/SKILL.md +86 -0
  1256. package/plugins/src/base/skills/lisa-validate-tracker-mapping/SKILL.md +188 -0
  1257. package/plugins/src/base/skills/lisa-verification-lifecycle/SKILL.md +365 -0
  1258. package/plugins/src/base/skills/lisa-verify/SKILL.md +52 -0
  1259. package/plugins/src/base/skills/lisa-verify-prd/SKILL.md +392 -0
  1260. package/plugins/src/base/skills/lisa-wiki-install/SKILL.md +101 -0
  1261. package/plugins/src/expo/skills/e2e-coverage-gaps/SKILL.md +4 -4
  1262. package/plugins/src/harper-fabric/skills/e2e-coverage-gaps/SKILL.md +4 -4
  1263. package/plugins/src/rails/skills/e2e-coverage-gaps/SKILL.md +4 -4
  1264. package/scripts/fix-namespace-test-assertions.mjs +195 -0
  1265. package/scripts/fix-test-assertions-pass2.mjs +86 -0
  1266. package/scripts/fix-test-assertions.mjs +58 -0
  1267. package/scripts/generate-codex-plugin-artifacts.mjs +2 -1
  1268. package/scripts/migrate-skill-command-namespace.mjs +141 -0
  1269. package/scripts/update-test-command-paths.mjs +87 -0
  1270. package/scripts/update-test-skill-paths.mjs +62 -0
  1271. package/plugins/lisa/commands/analyze-claude-remote.md +0 -6
  1272. package/plugins/lisa/commands/automation-status.md +0 -12
  1273. package/plugins/lisa/commands/codify-verification.md +0 -6
  1274. package/plugins/lisa/commands/cross-pollinate.md +0 -15
  1275. package/plugins/lisa/commands/debrief/apply.md +0 -6
  1276. package/plugins/lisa/commands/debrief.md +0 -6
  1277. package/plugins/lisa/commands/doctor.md +0 -6
  1278. package/plugins/lisa/commands/exploratory-qa.md +0 -7
  1279. package/plugins/lisa/commands/fix/linter-error.md +0 -7
  1280. package/plugins/lisa/commands/generate-claude-remote-build-script.md +0 -6
  1281. package/plugins/lisa/commands/git/commit.md +0 -7
  1282. package/plugins/lisa/commands/git/prune.md +0 -6
  1283. package/plugins/lisa/commands/git/submit-pr.md +0 -7
  1284. package/plugins/lisa/commands/implement.md +0 -6
  1285. package/plugins/lisa/commands/improve/code-complexity.md +0 -6
  1286. package/plugins/lisa/commands/improve/max-lines-per-function.md +0 -7
  1287. package/plugins/lisa/commands/improve/max-lines.md +0 -7
  1288. package/plugins/lisa/commands/improve/test-coverage.md +0 -7
  1289. package/plugins/lisa/commands/improve/tests.md +0 -7
  1290. package/plugins/lisa/commands/intake-explain.md +0 -31
  1291. package/plugins/lisa/commands/intake.md +0 -6
  1292. package/plugins/lisa/commands/monitor.md +0 -6
  1293. package/plugins/lisa/commands/parity-code-review.md +0 -6
  1294. package/plugins/lisa/commands/parity-code-simplifier.md +0 -6
  1295. package/plugins/lisa/commands/parity-coderabbit.md +0 -6
  1296. package/plugins/lisa/commands/parity-safety-net-rules.md +0 -6
  1297. package/plugins/lisa/commands/parity-sentry-sdk-setup.md +0 -6
  1298. package/plugins/lisa/commands/parity-sentry-seer.md +0 -6
  1299. package/plugins/lisa/commands/parity-skill-creator.md +0 -6
  1300. package/plugins/lisa/commands/plan.md +0 -6
  1301. package/plugins/lisa/commands/plugin-sync-explain.md +0 -8
  1302. package/plugins/lisa/commands/product-walkthrough.md +0 -7
  1303. package/plugins/lisa/commands/project-ideation.md +0 -6
  1304. package/plugins/lisa/commands/pull-request/review.md +0 -7
  1305. package/plugins/lisa/commands/queue-status.md +0 -34
  1306. package/plugins/lisa/commands/repair-intake.md +0 -6
  1307. package/plugins/lisa/commands/research.md +0 -6
  1308. package/plugins/lisa/commands/review/local.md +0 -6
  1309. package/plugins/lisa/commands/security/zap-scan.md +0 -6
  1310. package/plugins/lisa/commands/setup/atlassian.md +0 -7
  1311. package/plugins/lisa/commands/setup/confluence.md +0 -7
  1312. package/plugins/lisa/commands/setup/github.md +0 -7
  1313. package/plugins/lisa/commands/setup/jira.md +0 -7
  1314. package/plugins/lisa/commands/setup/linear.md +0 -7
  1315. package/plugins/lisa/commands/setup/notion.md +0 -7
  1316. package/plugins/lisa/commands/setup-automations.md +0 -6
  1317. package/plugins/lisa/commands/sync-down.md +0 -7
  1318. package/plugins/lisa/commands/tear-down-automations.md +0 -6
  1319. package/plugins/lisa/commands/validate-tracker-mapping.md +0 -15
  1320. package/plugins/lisa/commands/verify-prd.md +0 -6
  1321. package/plugins/lisa/commands/verify.md +0 -6
  1322. package/plugins/lisa/commands/wiki/install.md +0 -7
  1323. package/plugins/lisa/skills/acceptance-criteria/SKILL.md +0 -71
  1324. package/plugins/lisa/skills/acceptance-criteria/agents/openai.yaml +0 -4
  1325. package/plugins/lisa/skills/agent-design-best-practices/SKILL.md +0 -219
  1326. package/plugins/lisa/skills/agent-design-best-practices/agents/openai.yaml +0 -4
  1327. package/plugins/lisa/skills/analyze-claude-remote/SKILL.md +0 -421
  1328. package/plugins/lisa/skills/analyze-claude-remote/agents/openai.yaml +0 -4
  1329. package/plugins/lisa/skills/atlassian-access/SKILL.md +0 -361
  1330. package/plugins/lisa/skills/atlassian-access/agents/openai.yaml +0 -4
  1331. package/plugins/lisa/skills/automation-status/SKILL.md +0 -111
  1332. package/plugins/lisa/skills/automation-status/agents/openai.yaml +0 -4
  1333. package/plugins/lisa/skills/bug-triage/SKILL.md +0 -23
  1334. package/plugins/lisa/skills/bug-triage/agents/openai.yaml +0 -4
  1335. package/plugins/lisa/skills/codebase-research/SKILL.md +0 -87
  1336. package/plugins/lisa/skills/codebase-research/agents/openai.yaml +0 -4
  1337. package/plugins/lisa/skills/codify-verification/SKILL.md +0 -162
  1338. package/plugins/lisa/skills/codify-verification/agents/openai.yaml +0 -4
  1339. package/plugins/lisa/skills/confluence-prd-intake/SKILL.md +0 -417
  1340. package/plugins/lisa/skills/confluence-prd-intake/agents/openai.yaml +0 -4
  1341. package/plugins/lisa/skills/confluence-to-tracker/SKILL.md +0 -362
  1342. package/plugins/lisa/skills/confluence-to-tracker/agents/openai.yaml +0 -4
  1343. package/plugins/lisa/skills/confluence-write-prd/SKILL.md +0 -109
  1344. package/plugins/lisa/skills/confluence-write-prd/agents/openai.yaml +0 -4
  1345. package/plugins/lisa/skills/cross-pollinate/SKILL.md +0 -175
  1346. package/plugins/lisa/skills/cross-pollinate/agents/openai.yaml +0 -4
  1347. package/plugins/lisa/skills/debrief/SKILL.md +0 -94
  1348. package/plugins/lisa/skills/debrief/agents/openai.yaml +0 -4
  1349. package/plugins/lisa/skills/debrief-apply/SKILL.md +0 -63
  1350. package/plugins/lisa/skills/debrief-apply/agents/openai.yaml +0 -4
  1351. package/plugins/lisa/skills/doctor/SKILL.md +0 -336
  1352. package/plugins/lisa/skills/doctor/agents/openai.yaml +0 -4
  1353. package/plugins/lisa/skills/drive-pr-to-merge/SKILL.md +0 -152
  1354. package/plugins/lisa/skills/drive-pr-to-merge/agents/openai.yaml +0 -4
  1355. package/plugins/lisa/skills/epic-triage/SKILL.md +0 -28
  1356. package/plugins/lisa/skills/epic-triage/agents/openai.yaml +0 -4
  1357. package/plugins/lisa/skills/exploratory-qa/SKILL.md +0 -91
  1358. package/plugins/lisa/skills/exploratory-qa/agents/openai.yaml +0 -4
  1359. package/plugins/lisa/skills/fix-linter-error/SKILL.md +0 -45
  1360. package/plugins/lisa/skills/fix-linter-error/agents/openai.yaml +0 -4
  1361. package/plugins/lisa/skills/generate-claude-remote-build-script/SKILL.md +0 -224
  1362. package/plugins/lisa/skills/generate-claude-remote-build-script/agents/openai.yaml +0 -4
  1363. package/plugins/lisa/skills/git-commit/SKILL.md +0 -48
  1364. package/plugins/lisa/skills/git-commit/agents/openai.yaml +0 -4
  1365. package/plugins/lisa/skills/git-prune/SKILL.md +0 -35
  1366. package/plugins/lisa/skills/git-prune/agents/openai.yaml +0 -4
  1367. package/plugins/lisa/skills/git-submit-pr/SKILL.md +0 -113
  1368. package/plugins/lisa/skills/git-submit-pr/agents/openai.yaml +0 -4
  1369. package/plugins/lisa/skills/github-add-journey/SKILL.md +0 -115
  1370. package/plugins/lisa/skills/github-add-journey/agents/openai.yaml +0 -4
  1371. package/plugins/lisa/skills/github-build-intake/SKILL.md +0 -446
  1372. package/plugins/lisa/skills/github-build-intake/agents/openai.yaml +0 -4
  1373. package/plugins/lisa/skills/github-create/SKILL.md +0 -101
  1374. package/plugins/lisa/skills/github-create/agents/openai.yaml +0 -4
  1375. package/plugins/lisa/skills/github-evidence/SKILL.md +0 -110
  1376. package/plugins/lisa/skills/github-evidence/agents/openai.yaml +0 -4
  1377. package/plugins/lisa/skills/github-journey/SKILL.md +0 -121
  1378. package/plugins/lisa/skills/github-journey/agents/openai.yaml +0 -4
  1379. package/plugins/lisa/skills/github-prd-intake/SKILL.md +0 -432
  1380. package/plugins/lisa/skills/github-prd-intake/agents/openai.yaml +0 -4
  1381. package/plugins/lisa/skills/github-project-v2/SKILL.md +0 -227
  1382. package/plugins/lisa/skills/github-project-v2/agents/openai.yaml +0 -4
  1383. package/plugins/lisa/skills/github-read-issue/SKILL.md +0 -248
  1384. package/plugins/lisa/skills/github-read-issue/agents/openai.yaml +0 -4
  1385. package/plugins/lisa/skills/github-sync/SKILL.md +0 -132
  1386. package/plugins/lisa/skills/github-sync/agents/openai.yaml +0 -4
  1387. package/plugins/lisa/skills/github-to-tracker/SKILL.md +0 -347
  1388. package/plugins/lisa/skills/github-to-tracker/agents/openai.yaml +0 -4
  1389. package/plugins/lisa/skills/github-validate-issue/SKILL.md +0 -330
  1390. package/plugins/lisa/skills/github-validate-issue/agents/openai.yaml +0 -4
  1391. package/plugins/lisa/skills/github-verify/SKILL.md +0 -29
  1392. package/plugins/lisa/skills/github-verify/agents/openai.yaml +0 -4
  1393. package/plugins/lisa/skills/github-write-issue/SKILL.md +0 -339
  1394. package/plugins/lisa/skills/github-write-issue/agents/openai.yaml +0 -4
  1395. package/plugins/lisa/skills/github-write-prd/SKILL.md +0 -157
  1396. package/plugins/lisa/skills/github-write-prd/agents/openai.yaml +0 -4
  1397. package/plugins/lisa/skills/implement/SKILL.md +0 -202
  1398. package/plugins/lisa/skills/implement/agents/openai.yaml +0 -4
  1399. package/plugins/lisa/skills/improve-code-complexity/SKILL.md +0 -44
  1400. package/plugins/lisa/skills/improve-code-complexity/agents/openai.yaml +0 -4
  1401. package/plugins/lisa/skills/improve-max-lines/SKILL.md +0 -45
  1402. package/plugins/lisa/skills/improve-max-lines/agents/openai.yaml +0 -4
  1403. package/plugins/lisa/skills/improve-max-lines-per-function/SKILL.md +0 -46
  1404. package/plugins/lisa/skills/improve-max-lines-per-function/agents/openai.yaml +0 -4
  1405. package/plugins/lisa/skills/improve-test-coverage/SKILL.md +0 -44
  1406. package/plugins/lisa/skills/improve-test-coverage/agents/openai.yaml +0 -4
  1407. package/plugins/lisa/skills/improve-tests/SKILL.md +0 -47
  1408. package/plugins/lisa/skills/improve-tests/agents/openai.yaml +0 -4
  1409. package/plugins/lisa/skills/intake/SKILL.md +0 -133
  1410. package/plugins/lisa/skills/intake/agents/openai.yaml +0 -4
  1411. package/plugins/lisa/skills/intake-explain/SKILL.md +0 -279
  1412. package/plugins/lisa/skills/intake-explain/agents/openai.yaml +0 -4
  1413. package/plugins/lisa/skills/jam-access/SKILL.md +0 -52
  1414. package/plugins/lisa/skills/jam-access/agents/openai.yaml +0 -4
  1415. package/plugins/lisa/skills/jira-add-journey/SKILL.md +0 -121
  1416. package/plugins/lisa/skills/jira-add-journey/agents/openai.yaml +0 -4
  1417. package/plugins/lisa/skills/jira-build-intake/SKILL.md +0 -368
  1418. package/plugins/lisa/skills/jira-build-intake/agents/openai.yaml +0 -4
  1419. package/plugins/lisa/skills/jira-create/SKILL.md +0 -154
  1420. package/plugins/lisa/skills/jira-create/agents/openai.yaml +0 -4
  1421. package/plugins/lisa/skills/jira-evidence/SKILL.md +0 -90
  1422. package/plugins/lisa/skills/jira-evidence/agents/openai.yaml +0 -4
  1423. package/plugins/lisa/skills/jira-journey/SKILL.md +0 -127
  1424. package/plugins/lisa/skills/jira-journey/agents/openai.yaml +0 -4
  1425. package/plugins/lisa/skills/jira-read-ticket/SKILL.md +0 -198
  1426. package/plugins/lisa/skills/jira-read-ticket/agents/openai.yaml +0 -4
  1427. package/plugins/lisa/skills/jira-sync/SKILL.md +0 -108
  1428. package/plugins/lisa/skills/jira-sync/agents/openai.yaml +0 -4
  1429. package/plugins/lisa/skills/jira-validate-ticket/SKILL.md +0 -317
  1430. package/plugins/lisa/skills/jira-validate-ticket/agents/openai.yaml +0 -4
  1431. package/plugins/lisa/skills/jira-verify/SKILL.md +0 -30
  1432. package/plugins/lisa/skills/jira-verify/agents/openai.yaml +0 -4
  1433. package/plugins/lisa/skills/jira-write-ticket/SKILL.md +0 -267
  1434. package/plugins/lisa/skills/jira-write-ticket/agents/openai.yaml +0 -4
  1435. package/plugins/lisa/skills/jsdoc-best-practices/SKILL.md +0 -432
  1436. package/plugins/lisa/skills/jsdoc-best-practices/agents/openai.yaml +0 -4
  1437. package/plugins/lisa/skills/linear-access/SKILL.md +0 -90
  1438. package/plugins/lisa/skills/linear-access/agents/openai.yaml +0 -4
  1439. package/plugins/lisa/skills/linear-add-journey/SKILL.md +0 -105
  1440. package/plugins/lisa/skills/linear-add-journey/agents/openai.yaml +0 -4
  1441. package/plugins/lisa/skills/linear-build-intake/SKILL.md +0 -346
  1442. package/plugins/lisa/skills/linear-build-intake/agents/openai.yaml +0 -4
  1443. package/plugins/lisa/skills/linear-create/SKILL.md +0 -146
  1444. package/plugins/lisa/skills/linear-create/agents/openai.yaml +0 -4
  1445. package/plugins/lisa/skills/linear-evidence/SKILL.md +0 -103
  1446. package/plugins/lisa/skills/linear-evidence/agents/openai.yaml +0 -4
  1447. package/plugins/lisa/skills/linear-journey/SKILL.md +0 -134
  1448. package/plugins/lisa/skills/linear-journey/agents/openai.yaml +0 -4
  1449. package/plugins/lisa/skills/linear-prd-intake/SKILL.md +0 -383
  1450. package/plugins/lisa/skills/linear-prd-intake/agents/openai.yaml +0 -4
  1451. package/plugins/lisa/skills/linear-read-issue/SKILL.md +0 -200
  1452. package/plugins/lisa/skills/linear-read-issue/agents/openai.yaml +0 -4
  1453. package/plugins/lisa/skills/linear-sync/SKILL.md +0 -127
  1454. package/plugins/lisa/skills/linear-sync/agents/openai.yaml +0 -4
  1455. package/plugins/lisa/skills/linear-to-tracker/SKILL.md +0 -344
  1456. package/plugins/lisa/skills/linear-to-tracker/agents/openai.yaml +0 -4
  1457. package/plugins/lisa/skills/linear-validate-issue/SKILL.md +0 -314
  1458. package/plugins/lisa/skills/linear-validate-issue/agents/openai.yaml +0 -4
  1459. package/plugins/lisa/skills/linear-verify/SKILL.md +0 -51
  1460. package/plugins/lisa/skills/linear-verify/agents/openai.yaml +0 -4
  1461. package/plugins/lisa/skills/linear-write-issue/SKILL.md +0 -292
  1462. package/plugins/lisa/skills/linear-write-issue/agents/openai.yaml +0 -4
  1463. package/plugins/lisa/skills/linear-write-prd/SKILL.md +0 -96
  1464. package/plugins/lisa/skills/linear-write-prd/agents/openai.yaml +0 -4
  1465. package/plugins/lisa/skills/monitor/SKILL.md +0 -69
  1466. package/plugins/lisa/skills/monitor/agents/openai.yaml +0 -4
  1467. package/plugins/lisa/skills/nightly-add-test-coverage/SKILL.md +0 -40
  1468. package/plugins/lisa/skills/nightly-add-test-coverage/agents/openai.yaml +0 -4
  1469. package/plugins/lisa/skills/nightly-improve-tests/SKILL.md +0 -29
  1470. package/plugins/lisa/skills/nightly-improve-tests/agents/openai.yaml +0 -4
  1471. package/plugins/lisa/skills/nightly-lower-code-complexity/SKILL.md +0 -28
  1472. package/plugins/lisa/skills/nightly-lower-code-complexity/agents/openai.yaml +0 -4
  1473. package/plugins/lisa/skills/notion-access/SKILL.md +0 -226
  1474. package/plugins/lisa/skills/notion-access/agents/openai.yaml +0 -4
  1475. package/plugins/lisa/skills/notion-prd-intake/SKILL.md +0 -360
  1476. package/plugins/lisa/skills/notion-prd-intake/agents/openai.yaml +0 -4
  1477. package/plugins/lisa/skills/notion-to-tracker/SKILL.md +0 -359
  1478. package/plugins/lisa/skills/notion-to-tracker/agents/openai.yaml +0 -4
  1479. package/plugins/lisa/skills/notion-write-prd/SKILL.md +0 -109
  1480. package/plugins/lisa/skills/notion-write-prd/agents/openai.yaml +0 -4
  1481. package/plugins/lisa/skills/parity-code-review/SKILL.md +0 -83
  1482. package/plugins/lisa/skills/parity-code-review/agents/openai.yaml +0 -4
  1483. package/plugins/lisa/skills/parity-code-simplifier/SKILL.md +0 -76
  1484. package/plugins/lisa/skills/parity-code-simplifier/agents/openai.yaml +0 -4
  1485. package/plugins/lisa/skills/parity-coderabbit/SKILL.md +0 -77
  1486. package/plugins/lisa/skills/parity-coderabbit/agents/openai.yaml +0 -4
  1487. package/plugins/lisa/skills/parity-safety-net-rules/SKILL.md +0 -144
  1488. package/plugins/lisa/skills/parity-safety-net-rules/agents/openai.yaml +0 -4
  1489. package/plugins/lisa/skills/parity-sentry-sdk-setup/SKILL.md +0 -211
  1490. package/plugins/lisa/skills/parity-sentry-sdk-setup/agents/openai.yaml +0 -4
  1491. package/plugins/lisa/skills/parity-sentry-seer/SKILL.md +0 -135
  1492. package/plugins/lisa/skills/parity-sentry-seer/agents/openai.yaml +0 -4
  1493. package/plugins/lisa/skills/parity-skill-creator/SKILL.md +0 -149
  1494. package/plugins/lisa/skills/parity-skill-creator/agents/openai.yaml +0 -4
  1495. package/plugins/lisa/skills/performance-review/SKILL.md +0 -94
  1496. package/plugins/lisa/skills/performance-review/agents/openai.yaml +0 -4
  1497. package/plugins/lisa/skills/plan/SKILL.md +0 -60
  1498. package/plugins/lisa/skills/plan/agents/openai.yaml +0 -4
  1499. package/plugins/lisa/skills/plugin-sync-explain/SKILL.md +0 -53
  1500. package/plugins/lisa/skills/plugin-sync-explain/agents/openai.yaml +0 -4
  1501. package/plugins/lisa/skills/posthog-access/SKILL.md +0 -60
  1502. package/plugins/lisa/skills/posthog-access/agents/openai.yaml +0 -4
  1503. package/plugins/lisa/skills/prd-backlink/SKILL.md +0 -265
  1504. package/plugins/lisa/skills/prd-backlink/agents/openai.yaml +0 -4
  1505. package/plugins/lisa/skills/prd-source-write/SKILL.md +0 -101
  1506. package/plugins/lisa/skills/prd-source-write/agents/openai.yaml +0 -4
  1507. package/plugins/lisa/skills/prd-ticket-coverage/SKILL.md +0 -170
  1508. package/plugins/lisa/skills/prd-ticket-coverage/agents/openai.yaml +0 -4
  1509. package/plugins/lisa/skills/product-walkthrough/SKILL.md +0 -104
  1510. package/plugins/lisa/skills/product-walkthrough/agents/openai.yaml +0 -4
  1511. package/plugins/lisa/skills/project-ideation/SKILL.md +0 -315
  1512. package/plugins/lisa/skills/project-ideation/agents/openai.yaml +0 -6
  1513. package/plugins/lisa/skills/pull-request-review/SKILL.md +0 -84
  1514. package/plugins/lisa/skills/pull-request-review/agents/openai.yaml +0 -4
  1515. package/plugins/lisa/skills/quality-review/SKILL.md +0 -54
  1516. package/plugins/lisa/skills/quality-review/agents/openai.yaml +0 -4
  1517. package/plugins/lisa/skills/queue-status/SKILL.md +0 -133
  1518. package/plugins/lisa/skills/queue-status/agents/openai.yaml +0 -4
  1519. package/plugins/lisa/skills/repair-intake/SKILL.md +0 -1026
  1520. package/plugins/lisa/skills/repair-intake/agents/openai.yaml +0 -4
  1521. package/plugins/lisa/skills/reproduce-bug/SKILL.md +0 -96
  1522. package/plugins/lisa/skills/reproduce-bug/agents/openai.yaml +0 -4
  1523. package/plugins/lisa/skills/research/SKILL.md +0 -68
  1524. package/plugins/lisa/skills/research/agents/openai.yaml +0 -4
  1525. package/plugins/lisa/skills/review-local/SKILL.md +0 -88
  1526. package/plugins/lisa/skills/review-local/agents/openai.yaml +0 -4
  1527. package/plugins/lisa/skills/root-cause-analysis/SKILL.md +0 -155
  1528. package/plugins/lisa/skills/root-cause-analysis/agents/openai.yaml +0 -4
  1529. package/plugins/lisa/skills/security-review/SKILL.md +0 -57
  1530. package/plugins/lisa/skills/security-review/agents/openai.yaml +0 -4
  1531. package/plugins/lisa/skills/security-zap-scan/SKILL.md +0 -33
  1532. package/plugins/lisa/skills/security-zap-scan/agents/openai.yaml +0 -4
  1533. package/plugins/lisa/skills/sentry-access/SKILL.md +0 -56
  1534. package/plugins/lisa/skills/sentry-access/agents/openai.yaml +0 -4
  1535. package/plugins/lisa/skills/setup-atlassian/SKILL.md +0 -347
  1536. package/plugins/lisa/skills/setup-atlassian/agents/openai.yaml +0 -4
  1537. package/plugins/lisa/skills/setup-automations/SKILL.md +0 -103
  1538. package/plugins/lisa/skills/setup-automations/agents/openai.yaml +0 -4
  1539. package/plugins/lisa/skills/setup-confluence/SKILL.md +0 -254
  1540. package/plugins/lisa/skills/setup-confluence/agents/openai.yaml +0 -4
  1541. package/plugins/lisa/skills/setup-github/SKILL.md +0 -268
  1542. package/plugins/lisa/skills/setup-github/agents/openai.yaml +0 -4
  1543. package/plugins/lisa/skills/setup-jira/SKILL.md +0 -198
  1544. package/plugins/lisa/skills/setup-jira/agents/openai.yaml +0 -4
  1545. package/plugins/lisa/skills/setup-linear/SKILL.md +0 -251
  1546. package/plugins/lisa/skills/setup-linear/agents/openai.yaml +0 -4
  1547. package/plugins/lisa/skills/setup-notion/SKILL.md +0 -316
  1548. package/plugins/lisa/skills/setup-notion/agents/openai.yaml +0 -4
  1549. package/plugins/lisa/skills/sonarcloud-access/SKILL.md +0 -71
  1550. package/plugins/lisa/skills/sonarcloud-access/agents/openai.yaml +0 -4
  1551. package/plugins/lisa/skills/spec-conformance/SKILL.md +0 -159
  1552. package/plugins/lisa/skills/spec-conformance/agents/openai.yaml +0 -4
  1553. package/plugins/lisa/skills/sync-down/SKILL.md +0 -171
  1554. package/plugins/lisa/skills/sync-down/agents/openai.yaml +0 -4
  1555. package/plugins/lisa/skills/task-decomposition/SKILL.md +0 -127
  1556. package/plugins/lisa/skills/task-decomposition/agents/openai.yaml +0 -4
  1557. package/plugins/lisa/skills/task-triage/SKILL.md +0 -23
  1558. package/plugins/lisa/skills/task-triage/agents/openai.yaml +0 -4
  1559. package/plugins/lisa/skills/tdd-implementation/SKILL.md +0 -86
  1560. package/plugins/lisa/skills/tdd-implementation/agents/openai.yaml +0 -4
  1561. package/plugins/lisa/skills/tear-down-automations/SKILL.md +0 -34
  1562. package/plugins/lisa/skills/tear-down-automations/agents/openai.yaml +0 -4
  1563. package/plugins/lisa/skills/test-strategy/SKILL.md +0 -63
  1564. package/plugins/lisa/skills/test-strategy/agents/openai.yaml +0 -4
  1565. package/plugins/lisa/skills/ticket-triage/SKILL.md +0 -186
  1566. package/plugins/lisa/skills/ticket-triage/agents/openai.yaml +0 -4
  1567. package/plugins/lisa/skills/tracker-add-journey/SKILL.md +0 -26
  1568. package/plugins/lisa/skills/tracker-add-journey/agents/openai.yaml +0 -4
  1569. package/plugins/lisa/skills/tracker-build-intake/SKILL.md +0 -85
  1570. package/plugins/lisa/skills/tracker-build-intake/agents/openai.yaml +0 -4
  1571. package/plugins/lisa/skills/tracker-create/SKILL.md +0 -26
  1572. package/plugins/lisa/skills/tracker-create/agents/openai.yaml +0 -4
  1573. package/plugins/lisa/skills/tracker-evidence/SKILL.md +0 -52
  1574. package/plugins/lisa/skills/tracker-evidence/agents/openai.yaml +0 -4
  1575. package/plugins/lisa/skills/tracker-journey/SKILL.md +0 -26
  1576. package/plugins/lisa/skills/tracker-journey/agents/openai.yaml +0 -4
  1577. package/plugins/lisa/skills/tracker-read/SKILL.md +0 -27
  1578. package/plugins/lisa/skills/tracker-read/agents/openai.yaml +0 -4
  1579. package/plugins/lisa/skills/tracker-source-artifacts/SKILL.md +0 -107
  1580. package/plugins/lisa/skills/tracker-source-artifacts/agents/openai.yaml +0 -4
  1581. package/plugins/lisa/skills/tracker-sync/SKILL.md +0 -64
  1582. package/plugins/lisa/skills/tracker-sync/agents/openai.yaml +0 -4
  1583. package/plugins/lisa/skills/tracker-validate/SKILL.md +0 -36
  1584. package/plugins/lisa/skills/tracker-validate/agents/openai.yaml +0 -4
  1585. package/plugins/lisa/skills/tracker-verify/SKILL.md +0 -28
  1586. package/plugins/lisa/skills/tracker-verify/agents/openai.yaml +0 -4
  1587. package/plugins/lisa/skills/tracker-write/SKILL.md +0 -53
  1588. package/plugins/lisa/skills/tracker-write/agents/openai.yaml +0 -4
  1589. package/plugins/lisa/skills/usage-accounting/SKILL.md +0 -170
  1590. package/plugins/lisa/skills/usage-accounting/agents/openai.yaml +0 -4
  1591. package/plugins/lisa/skills/use-the-product/SKILL.md +0 -86
  1592. package/plugins/lisa/skills/use-the-product/agents/openai.yaml +0 -4
  1593. package/plugins/lisa/skills/validate-tracker-mapping/SKILL.md +0 -188
  1594. package/plugins/lisa/skills/validate-tracker-mapping/agents/openai.yaml +0 -4
  1595. package/plugins/lisa/skills/verification-lifecycle/SKILL.md +0 -365
  1596. package/plugins/lisa/skills/verification-lifecycle/agents/openai.yaml +0 -4
  1597. package/plugins/lisa/skills/verify/SKILL.md +0 -52
  1598. package/plugins/lisa/skills/verify/agents/openai.yaml +0 -4
  1599. package/plugins/lisa/skills/verify-prd/SKILL.md +0 -392
  1600. package/plugins/lisa/skills/verify-prd/agents/openai.yaml +0 -4
  1601. package/plugins/lisa/skills/wiki-install/SKILL.md +0 -101
  1602. package/plugins/lisa/skills/wiki-install/agents/openai.yaml +0 -4
  1603. package/plugins/lisa-agy/commands/analyze-claude-remote.md +0 -6
  1604. package/plugins/lisa-agy/commands/automation-status.md +0 -12
  1605. package/plugins/lisa-agy/commands/codify-verification.md +0 -6
  1606. package/plugins/lisa-agy/commands/cross-pollinate.md +0 -15
  1607. package/plugins/lisa-agy/commands/debrief/apply.md +0 -6
  1608. package/plugins/lisa-agy/commands/debrief.md +0 -6
  1609. package/plugins/lisa-agy/commands/doctor.md +0 -6
  1610. package/plugins/lisa-agy/commands/exploratory-qa.md +0 -7
  1611. package/plugins/lisa-agy/commands/fix/linter-error.md +0 -7
  1612. package/plugins/lisa-agy/commands/generate-claude-remote-build-script.md +0 -6
  1613. package/plugins/lisa-agy/commands/git/commit.md +0 -7
  1614. package/plugins/lisa-agy/commands/git/prune.md +0 -6
  1615. package/plugins/lisa-agy/commands/git/submit-pr.md +0 -7
  1616. package/plugins/lisa-agy/commands/implement.md +0 -6
  1617. package/plugins/lisa-agy/commands/improve/code-complexity.md +0 -6
  1618. package/plugins/lisa-agy/commands/improve/max-lines-per-function.md +0 -7
  1619. package/plugins/lisa-agy/commands/improve/max-lines.md +0 -7
  1620. package/plugins/lisa-agy/commands/improve/test-coverage.md +0 -7
  1621. package/plugins/lisa-agy/commands/improve/tests.md +0 -7
  1622. package/plugins/lisa-agy/commands/intake-explain.md +0 -31
  1623. package/plugins/lisa-agy/commands/intake.md +0 -6
  1624. package/plugins/lisa-agy/commands/monitor.md +0 -6
  1625. package/plugins/lisa-agy/commands/parity-code-review.md +0 -6
  1626. package/plugins/lisa-agy/commands/parity-code-simplifier.md +0 -6
  1627. package/plugins/lisa-agy/commands/parity-coderabbit.md +0 -6
  1628. package/plugins/lisa-agy/commands/parity-safety-net-rules.md +0 -6
  1629. package/plugins/lisa-agy/commands/parity-sentry-sdk-setup.md +0 -6
  1630. package/plugins/lisa-agy/commands/parity-sentry-seer.md +0 -6
  1631. package/plugins/lisa-agy/commands/parity-skill-creator.md +0 -6
  1632. package/plugins/lisa-agy/commands/plan.md +0 -6
  1633. package/plugins/lisa-agy/commands/plugin-sync-explain.md +0 -8
  1634. package/plugins/lisa-agy/commands/product-walkthrough.md +0 -7
  1635. package/plugins/lisa-agy/commands/project-ideation.md +0 -6
  1636. package/plugins/lisa-agy/commands/pull-request/review.md +0 -7
  1637. package/plugins/lisa-agy/commands/queue-status.md +0 -34
  1638. package/plugins/lisa-agy/commands/repair-intake.md +0 -6
  1639. package/plugins/lisa-agy/commands/research.md +0 -6
  1640. package/plugins/lisa-agy/commands/review/local.md +0 -6
  1641. package/plugins/lisa-agy/commands/security/zap-scan.md +0 -6
  1642. package/plugins/lisa-agy/commands/setup/atlassian.md +0 -7
  1643. package/plugins/lisa-agy/commands/setup/confluence.md +0 -7
  1644. package/plugins/lisa-agy/commands/setup/github.md +0 -7
  1645. package/plugins/lisa-agy/commands/setup/jira.md +0 -7
  1646. package/plugins/lisa-agy/commands/setup/linear.md +0 -7
  1647. package/plugins/lisa-agy/commands/setup/notion.md +0 -7
  1648. package/plugins/lisa-agy/commands/setup-automations.md +0 -6
  1649. package/plugins/lisa-agy/commands/sync-down.md +0 -7
  1650. package/plugins/lisa-agy/commands/tear-down-automations.md +0 -6
  1651. package/plugins/lisa-agy/commands/validate-tracker-mapping.md +0 -15
  1652. package/plugins/lisa-agy/commands/verify-prd.md +0 -6
  1653. package/plugins/lisa-agy/commands/verify.md +0 -6
  1654. package/plugins/lisa-agy/commands/wiki/install.md +0 -7
  1655. package/plugins/lisa-agy/skills/acceptance-criteria/SKILL.md +0 -71
  1656. package/plugins/lisa-agy/skills/agent-design-best-practices/SKILL.md +0 -219
  1657. package/plugins/lisa-agy/skills/analyze-claude-remote/SKILL.md +0 -421
  1658. package/plugins/lisa-agy/skills/atlassian-access/SKILL.md +0 -361
  1659. package/plugins/lisa-agy/skills/automation-status/SKILL.md +0 -111
  1660. package/plugins/lisa-agy/skills/bug-triage/SKILL.md +0 -23
  1661. package/plugins/lisa-agy/skills/codebase-research/SKILL.md +0 -87
  1662. package/plugins/lisa-agy/skills/codify-verification/SKILL.md +0 -162
  1663. package/plugins/lisa-agy/skills/confluence-prd-intake/SKILL.md +0 -417
  1664. package/plugins/lisa-agy/skills/confluence-to-tracker/SKILL.md +0 -362
  1665. package/plugins/lisa-agy/skills/confluence-write-prd/SKILL.md +0 -109
  1666. package/plugins/lisa-agy/skills/cross-pollinate/SKILL.md +0 -175
  1667. package/plugins/lisa-agy/skills/debrief/SKILL.md +0 -94
  1668. package/plugins/lisa-agy/skills/debrief-apply/SKILL.md +0 -63
  1669. package/plugins/lisa-agy/skills/doctor/SKILL.md +0 -336
  1670. package/plugins/lisa-agy/skills/drive-pr-to-merge/SKILL.md +0 -152
  1671. package/plugins/lisa-agy/skills/epic-triage/SKILL.md +0 -28
  1672. package/plugins/lisa-agy/skills/exploratory-qa/SKILL.md +0 -91
  1673. package/plugins/lisa-agy/skills/fix-linter-error/SKILL.md +0 -45
  1674. package/plugins/lisa-agy/skills/generate-claude-remote-build-script/SKILL.md +0 -224
  1675. package/plugins/lisa-agy/skills/git-commit/SKILL.md +0 -48
  1676. package/plugins/lisa-agy/skills/git-prune/SKILL.md +0 -35
  1677. package/plugins/lisa-agy/skills/git-submit-pr/SKILL.md +0 -113
  1678. package/plugins/lisa-agy/skills/github-add-journey/SKILL.md +0 -115
  1679. package/plugins/lisa-agy/skills/github-build-intake/SKILL.md +0 -446
  1680. package/plugins/lisa-agy/skills/github-create/SKILL.md +0 -101
  1681. package/plugins/lisa-agy/skills/github-evidence/SKILL.md +0 -110
  1682. package/plugins/lisa-agy/skills/github-journey/SKILL.md +0 -121
  1683. package/plugins/lisa-agy/skills/github-prd-intake/SKILL.md +0 -432
  1684. package/plugins/lisa-agy/skills/github-project-v2/SKILL.md +0 -227
  1685. package/plugins/lisa-agy/skills/github-read-issue/SKILL.md +0 -248
  1686. package/plugins/lisa-agy/skills/github-sync/SKILL.md +0 -132
  1687. package/plugins/lisa-agy/skills/github-to-tracker/SKILL.md +0 -347
  1688. package/plugins/lisa-agy/skills/github-validate-issue/SKILL.md +0 -330
  1689. package/plugins/lisa-agy/skills/github-verify/SKILL.md +0 -29
  1690. package/plugins/lisa-agy/skills/github-write-issue/SKILL.md +0 -339
  1691. package/plugins/lisa-agy/skills/github-write-prd/SKILL.md +0 -157
  1692. package/plugins/lisa-agy/skills/implement/SKILL.md +0 -202
  1693. package/plugins/lisa-agy/skills/improve-code-complexity/SKILL.md +0 -44
  1694. package/plugins/lisa-agy/skills/improve-max-lines/SKILL.md +0 -45
  1695. package/plugins/lisa-agy/skills/improve-max-lines-per-function/SKILL.md +0 -46
  1696. package/plugins/lisa-agy/skills/improve-test-coverage/SKILL.md +0 -44
  1697. package/plugins/lisa-agy/skills/improve-tests/SKILL.md +0 -47
  1698. package/plugins/lisa-agy/skills/intake/SKILL.md +0 -133
  1699. package/plugins/lisa-agy/skills/intake-explain/SKILL.md +0 -279
  1700. package/plugins/lisa-agy/skills/jam-access/SKILL.md +0 -52
  1701. package/plugins/lisa-agy/skills/jira-add-journey/SKILL.md +0 -121
  1702. package/plugins/lisa-agy/skills/jira-build-intake/SKILL.md +0 -368
  1703. package/plugins/lisa-agy/skills/jira-create/SKILL.md +0 -154
  1704. package/plugins/lisa-agy/skills/jira-evidence/SKILL.md +0 -90
  1705. package/plugins/lisa-agy/skills/jira-journey/SKILL.md +0 -127
  1706. package/plugins/lisa-agy/skills/jira-read-ticket/SKILL.md +0 -198
  1707. package/plugins/lisa-agy/skills/jira-sync/SKILL.md +0 -108
  1708. package/plugins/lisa-agy/skills/jira-validate-ticket/SKILL.md +0 -317
  1709. package/plugins/lisa-agy/skills/jira-verify/SKILL.md +0 -30
  1710. package/plugins/lisa-agy/skills/jira-write-ticket/SKILL.md +0 -267
  1711. package/plugins/lisa-agy/skills/jsdoc-best-practices/SKILL.md +0 -432
  1712. package/plugins/lisa-agy/skills/linear-access/SKILL.md +0 -90
  1713. package/plugins/lisa-agy/skills/linear-add-journey/SKILL.md +0 -105
  1714. package/plugins/lisa-agy/skills/linear-build-intake/SKILL.md +0 -346
  1715. package/plugins/lisa-agy/skills/linear-create/SKILL.md +0 -146
  1716. package/plugins/lisa-agy/skills/linear-evidence/SKILL.md +0 -103
  1717. package/plugins/lisa-agy/skills/linear-journey/SKILL.md +0 -134
  1718. package/plugins/lisa-agy/skills/linear-prd-intake/SKILL.md +0 -383
  1719. package/plugins/lisa-agy/skills/linear-read-issue/SKILL.md +0 -200
  1720. package/plugins/lisa-agy/skills/linear-sync/SKILL.md +0 -127
  1721. package/plugins/lisa-agy/skills/linear-to-tracker/SKILL.md +0 -344
  1722. package/plugins/lisa-agy/skills/linear-validate-issue/SKILL.md +0 -314
  1723. package/plugins/lisa-agy/skills/linear-verify/SKILL.md +0 -51
  1724. package/plugins/lisa-agy/skills/linear-write-issue/SKILL.md +0 -292
  1725. package/plugins/lisa-agy/skills/linear-write-prd/SKILL.md +0 -96
  1726. package/plugins/lisa-agy/skills/monitor/SKILL.md +0 -69
  1727. package/plugins/lisa-agy/skills/nightly-add-test-coverage/SKILL.md +0 -40
  1728. package/plugins/lisa-agy/skills/nightly-improve-tests/SKILL.md +0 -29
  1729. package/plugins/lisa-agy/skills/nightly-lower-code-complexity/SKILL.md +0 -28
  1730. package/plugins/lisa-agy/skills/notion-access/SKILL.md +0 -226
  1731. package/plugins/lisa-agy/skills/notion-prd-intake/SKILL.md +0 -360
  1732. package/plugins/lisa-agy/skills/notion-to-tracker/SKILL.md +0 -359
  1733. package/plugins/lisa-agy/skills/notion-write-prd/SKILL.md +0 -109
  1734. package/plugins/lisa-agy/skills/parity-code-review/SKILL.md +0 -83
  1735. package/plugins/lisa-agy/skills/parity-code-simplifier/SKILL.md +0 -76
  1736. package/plugins/lisa-agy/skills/parity-coderabbit/SKILL.md +0 -77
  1737. package/plugins/lisa-agy/skills/parity-safety-net-rules/SKILL.md +0 -144
  1738. package/plugins/lisa-agy/skills/parity-sentry-sdk-setup/SKILL.md +0 -211
  1739. package/plugins/lisa-agy/skills/parity-sentry-seer/SKILL.md +0 -135
  1740. package/plugins/lisa-agy/skills/parity-skill-creator/SKILL.md +0 -149
  1741. package/plugins/lisa-agy/skills/performance-review/SKILL.md +0 -94
  1742. package/plugins/lisa-agy/skills/plan/SKILL.md +0 -60
  1743. package/plugins/lisa-agy/skills/plugin-sync-explain/SKILL.md +0 -53
  1744. package/plugins/lisa-agy/skills/posthog-access/SKILL.md +0 -60
  1745. package/plugins/lisa-agy/skills/prd-backlink/SKILL.md +0 -265
  1746. package/plugins/lisa-agy/skills/prd-source-write/SKILL.md +0 -101
  1747. package/plugins/lisa-agy/skills/prd-ticket-coverage/SKILL.md +0 -170
  1748. package/plugins/lisa-agy/skills/product-walkthrough/SKILL.md +0 -104
  1749. package/plugins/lisa-agy/skills/project-ideation/SKILL.md +0 -315
  1750. package/plugins/lisa-agy/skills/pull-request-review/SKILL.md +0 -84
  1751. package/plugins/lisa-agy/skills/quality-review/SKILL.md +0 -54
  1752. package/plugins/lisa-agy/skills/queue-status/SKILL.md +0 -133
  1753. package/plugins/lisa-agy/skills/repair-intake/SKILL.md +0 -1026
  1754. package/plugins/lisa-agy/skills/reproduce-bug/SKILL.md +0 -96
  1755. package/plugins/lisa-agy/skills/research/SKILL.md +0 -68
  1756. package/plugins/lisa-agy/skills/review-local/SKILL.md +0 -88
  1757. package/plugins/lisa-agy/skills/root-cause-analysis/SKILL.md +0 -155
  1758. package/plugins/lisa-agy/skills/security-review/SKILL.md +0 -57
  1759. package/plugins/lisa-agy/skills/security-zap-scan/SKILL.md +0 -33
  1760. package/plugins/lisa-agy/skills/sentry-access/SKILL.md +0 -56
  1761. package/plugins/lisa-agy/skills/setup-atlassian/SKILL.md +0 -347
  1762. package/plugins/lisa-agy/skills/setup-automations/SKILL.md +0 -103
  1763. package/plugins/lisa-agy/skills/setup-confluence/SKILL.md +0 -254
  1764. package/plugins/lisa-agy/skills/setup-github/SKILL.md +0 -268
  1765. package/plugins/lisa-agy/skills/setup-jira/SKILL.md +0 -198
  1766. package/plugins/lisa-agy/skills/setup-linear/SKILL.md +0 -251
  1767. package/plugins/lisa-agy/skills/setup-notion/SKILL.md +0 -316
  1768. package/plugins/lisa-agy/skills/sonarcloud-access/SKILL.md +0 -71
  1769. package/plugins/lisa-agy/skills/spec-conformance/SKILL.md +0 -159
  1770. package/plugins/lisa-agy/skills/sync-down/SKILL.md +0 -171
  1771. package/plugins/lisa-agy/skills/task-decomposition/SKILL.md +0 -127
  1772. package/plugins/lisa-agy/skills/task-triage/SKILL.md +0 -23
  1773. package/plugins/lisa-agy/skills/tdd-implementation/SKILL.md +0 -86
  1774. package/plugins/lisa-agy/skills/tear-down-automations/SKILL.md +0 -34
  1775. package/plugins/lisa-agy/skills/test-strategy/SKILL.md +0 -63
  1776. package/plugins/lisa-agy/skills/ticket-triage/SKILL.md +0 -186
  1777. package/plugins/lisa-agy/skills/tracker-add-journey/SKILL.md +0 -26
  1778. package/plugins/lisa-agy/skills/tracker-build-intake/SKILL.md +0 -85
  1779. package/plugins/lisa-agy/skills/tracker-create/SKILL.md +0 -26
  1780. package/plugins/lisa-agy/skills/tracker-evidence/SKILL.md +0 -52
  1781. package/plugins/lisa-agy/skills/tracker-journey/SKILL.md +0 -26
  1782. package/plugins/lisa-agy/skills/tracker-read/SKILL.md +0 -27
  1783. package/plugins/lisa-agy/skills/tracker-source-artifacts/SKILL.md +0 -107
  1784. package/plugins/lisa-agy/skills/tracker-sync/SKILL.md +0 -64
  1785. package/plugins/lisa-agy/skills/tracker-validate/SKILL.md +0 -36
  1786. package/plugins/lisa-agy/skills/tracker-verify/SKILL.md +0 -28
  1787. package/plugins/lisa-agy/skills/tracker-write/SKILL.md +0 -53
  1788. package/plugins/lisa-agy/skills/usage-accounting/SKILL.md +0 -170
  1789. package/plugins/lisa-agy/skills/use-the-product/SKILL.md +0 -86
  1790. package/plugins/lisa-agy/skills/validate-tracker-mapping/SKILL.md +0 -188
  1791. package/plugins/lisa-agy/skills/verification-lifecycle/SKILL.md +0 -365
  1792. package/plugins/lisa-agy/skills/verify/SKILL.md +0 -52
  1793. package/plugins/lisa-agy/skills/verify-prd/SKILL.md +0 -392
  1794. package/plugins/lisa-agy/skills/wiki-install/SKILL.md +0 -101
  1795. package/plugins/lisa-copilot/commands/analyze-claude-remote.md +0 -6
  1796. package/plugins/lisa-copilot/commands/automation-status.md +0 -12
  1797. package/plugins/lisa-copilot/commands/codify-verification.md +0 -6
  1798. package/plugins/lisa-copilot/commands/cross-pollinate.md +0 -15
  1799. package/plugins/lisa-copilot/commands/debrief/apply.md +0 -6
  1800. package/plugins/lisa-copilot/commands/debrief.md +0 -6
  1801. package/plugins/lisa-copilot/commands/doctor.md +0 -6
  1802. package/plugins/lisa-copilot/commands/exploratory-qa.md +0 -7
  1803. package/plugins/lisa-copilot/commands/fix/linter-error.md +0 -7
  1804. package/plugins/lisa-copilot/commands/generate-claude-remote-build-script.md +0 -6
  1805. package/plugins/lisa-copilot/commands/git/commit.md +0 -7
  1806. package/plugins/lisa-copilot/commands/git/prune.md +0 -6
  1807. package/plugins/lisa-copilot/commands/git/submit-pr.md +0 -7
  1808. package/plugins/lisa-copilot/commands/implement.md +0 -6
  1809. package/plugins/lisa-copilot/commands/improve/code-complexity.md +0 -6
  1810. package/plugins/lisa-copilot/commands/improve/max-lines-per-function.md +0 -7
  1811. package/plugins/lisa-copilot/commands/improve/max-lines.md +0 -7
  1812. package/plugins/lisa-copilot/commands/improve/test-coverage.md +0 -7
  1813. package/plugins/lisa-copilot/commands/improve/tests.md +0 -7
  1814. package/plugins/lisa-copilot/commands/intake-explain.md +0 -31
  1815. package/plugins/lisa-copilot/commands/intake.md +0 -6
  1816. package/plugins/lisa-copilot/commands/monitor.md +0 -6
  1817. package/plugins/lisa-copilot/commands/parity-code-review.md +0 -6
  1818. package/plugins/lisa-copilot/commands/parity-code-simplifier.md +0 -6
  1819. package/plugins/lisa-copilot/commands/parity-coderabbit.md +0 -6
  1820. package/plugins/lisa-copilot/commands/parity-safety-net-rules.md +0 -6
  1821. package/plugins/lisa-copilot/commands/parity-sentry-sdk-setup.md +0 -6
  1822. package/plugins/lisa-copilot/commands/parity-sentry-seer.md +0 -6
  1823. package/plugins/lisa-copilot/commands/parity-skill-creator.md +0 -6
  1824. package/plugins/lisa-copilot/commands/plan.md +0 -6
  1825. package/plugins/lisa-copilot/commands/plugin-sync-explain.md +0 -8
  1826. package/plugins/lisa-copilot/commands/product-walkthrough.md +0 -7
  1827. package/plugins/lisa-copilot/commands/project-ideation.md +0 -6
  1828. package/plugins/lisa-copilot/commands/pull-request/review.md +0 -7
  1829. package/plugins/lisa-copilot/commands/queue-status.md +0 -34
  1830. package/plugins/lisa-copilot/commands/repair-intake.md +0 -6
  1831. package/plugins/lisa-copilot/commands/research.md +0 -6
  1832. package/plugins/lisa-copilot/commands/review/local.md +0 -6
  1833. package/plugins/lisa-copilot/commands/security/zap-scan.md +0 -6
  1834. package/plugins/lisa-copilot/commands/setup/atlassian.md +0 -7
  1835. package/plugins/lisa-copilot/commands/setup/confluence.md +0 -7
  1836. package/plugins/lisa-copilot/commands/setup/github.md +0 -7
  1837. package/plugins/lisa-copilot/commands/setup/jira.md +0 -7
  1838. package/plugins/lisa-copilot/commands/setup/linear.md +0 -7
  1839. package/plugins/lisa-copilot/commands/setup/notion.md +0 -7
  1840. package/plugins/lisa-copilot/commands/setup-automations.md +0 -6
  1841. package/plugins/lisa-copilot/commands/sync-down.md +0 -7
  1842. package/plugins/lisa-copilot/commands/tear-down-automations.md +0 -6
  1843. package/plugins/lisa-copilot/commands/validate-tracker-mapping.md +0 -15
  1844. package/plugins/lisa-copilot/commands/verify-prd.md +0 -6
  1845. package/plugins/lisa-copilot/commands/verify.md +0 -6
  1846. package/plugins/lisa-copilot/commands/wiki/install.md +0 -7
  1847. package/plugins/lisa-copilot/skills/acceptance-criteria/SKILL.md +0 -71
  1848. package/plugins/lisa-copilot/skills/agent-design-best-practices/SKILL.md +0 -219
  1849. package/plugins/lisa-copilot/skills/analyze-claude-remote/SKILL.md +0 -421
  1850. package/plugins/lisa-copilot/skills/atlassian-access/SKILL.md +0 -361
  1851. package/plugins/lisa-copilot/skills/automation-status/SKILL.md +0 -111
  1852. package/plugins/lisa-copilot/skills/bug-triage/SKILL.md +0 -23
  1853. package/plugins/lisa-copilot/skills/codebase-research/SKILL.md +0 -87
  1854. package/plugins/lisa-copilot/skills/codify-verification/SKILL.md +0 -162
  1855. package/plugins/lisa-copilot/skills/confluence-prd-intake/SKILL.md +0 -417
  1856. package/plugins/lisa-copilot/skills/confluence-to-tracker/SKILL.md +0 -362
  1857. package/plugins/lisa-copilot/skills/confluence-write-prd/SKILL.md +0 -109
  1858. package/plugins/lisa-copilot/skills/cross-pollinate/SKILL.md +0 -175
  1859. package/plugins/lisa-copilot/skills/debrief/SKILL.md +0 -94
  1860. package/plugins/lisa-copilot/skills/debrief-apply/SKILL.md +0 -63
  1861. package/plugins/lisa-copilot/skills/doctor/SKILL.md +0 -336
  1862. package/plugins/lisa-copilot/skills/drive-pr-to-merge/SKILL.md +0 -152
  1863. package/plugins/lisa-copilot/skills/epic-triage/SKILL.md +0 -28
  1864. package/plugins/lisa-copilot/skills/exploratory-qa/SKILL.md +0 -91
  1865. package/plugins/lisa-copilot/skills/fix-linter-error/SKILL.md +0 -45
  1866. package/plugins/lisa-copilot/skills/generate-claude-remote-build-script/SKILL.md +0 -224
  1867. package/plugins/lisa-copilot/skills/git-commit/SKILL.md +0 -48
  1868. package/plugins/lisa-copilot/skills/git-prune/SKILL.md +0 -35
  1869. package/plugins/lisa-copilot/skills/git-submit-pr/SKILL.md +0 -113
  1870. package/plugins/lisa-copilot/skills/github-add-journey/SKILL.md +0 -115
  1871. package/plugins/lisa-copilot/skills/github-build-intake/SKILL.md +0 -446
  1872. package/plugins/lisa-copilot/skills/github-create/SKILL.md +0 -101
  1873. package/plugins/lisa-copilot/skills/github-evidence/SKILL.md +0 -110
  1874. package/plugins/lisa-copilot/skills/github-journey/SKILL.md +0 -121
  1875. package/plugins/lisa-copilot/skills/github-prd-intake/SKILL.md +0 -432
  1876. package/plugins/lisa-copilot/skills/github-project-v2/SKILL.md +0 -227
  1877. package/plugins/lisa-copilot/skills/github-read-issue/SKILL.md +0 -248
  1878. package/plugins/lisa-copilot/skills/github-sync/SKILL.md +0 -132
  1879. package/plugins/lisa-copilot/skills/github-to-tracker/SKILL.md +0 -347
  1880. package/plugins/lisa-copilot/skills/github-validate-issue/SKILL.md +0 -330
  1881. package/plugins/lisa-copilot/skills/github-verify/SKILL.md +0 -29
  1882. package/plugins/lisa-copilot/skills/github-write-issue/SKILL.md +0 -339
  1883. package/plugins/lisa-copilot/skills/github-write-prd/SKILL.md +0 -157
  1884. package/plugins/lisa-copilot/skills/implement/SKILL.md +0 -202
  1885. package/plugins/lisa-copilot/skills/improve-code-complexity/SKILL.md +0 -44
  1886. package/plugins/lisa-copilot/skills/improve-max-lines/SKILL.md +0 -45
  1887. package/plugins/lisa-copilot/skills/improve-max-lines-per-function/SKILL.md +0 -46
  1888. package/plugins/lisa-copilot/skills/improve-test-coverage/SKILL.md +0 -44
  1889. package/plugins/lisa-copilot/skills/improve-tests/SKILL.md +0 -47
  1890. package/plugins/lisa-copilot/skills/intake/SKILL.md +0 -133
  1891. package/plugins/lisa-copilot/skills/intake-explain/SKILL.md +0 -279
  1892. package/plugins/lisa-copilot/skills/jam-access/SKILL.md +0 -52
  1893. package/plugins/lisa-copilot/skills/jira-add-journey/SKILL.md +0 -121
  1894. package/plugins/lisa-copilot/skills/jira-build-intake/SKILL.md +0 -368
  1895. package/plugins/lisa-copilot/skills/jira-create/SKILL.md +0 -154
  1896. package/plugins/lisa-copilot/skills/jira-evidence/SKILL.md +0 -90
  1897. package/plugins/lisa-copilot/skills/jira-journey/SKILL.md +0 -127
  1898. package/plugins/lisa-copilot/skills/jira-read-ticket/SKILL.md +0 -198
  1899. package/plugins/lisa-copilot/skills/jira-sync/SKILL.md +0 -108
  1900. package/plugins/lisa-copilot/skills/jira-validate-ticket/SKILL.md +0 -317
  1901. package/plugins/lisa-copilot/skills/jira-verify/SKILL.md +0 -30
  1902. package/plugins/lisa-copilot/skills/jira-write-ticket/SKILL.md +0 -267
  1903. package/plugins/lisa-copilot/skills/jsdoc-best-practices/SKILL.md +0 -432
  1904. package/plugins/lisa-copilot/skills/linear-access/SKILL.md +0 -90
  1905. package/plugins/lisa-copilot/skills/linear-add-journey/SKILL.md +0 -105
  1906. package/plugins/lisa-copilot/skills/linear-build-intake/SKILL.md +0 -346
  1907. package/plugins/lisa-copilot/skills/linear-create/SKILL.md +0 -146
  1908. package/plugins/lisa-copilot/skills/linear-evidence/SKILL.md +0 -103
  1909. package/plugins/lisa-copilot/skills/linear-journey/SKILL.md +0 -134
  1910. package/plugins/lisa-copilot/skills/linear-prd-intake/SKILL.md +0 -383
  1911. package/plugins/lisa-copilot/skills/linear-read-issue/SKILL.md +0 -200
  1912. package/plugins/lisa-copilot/skills/linear-sync/SKILL.md +0 -127
  1913. package/plugins/lisa-copilot/skills/linear-to-tracker/SKILL.md +0 -344
  1914. package/plugins/lisa-copilot/skills/linear-validate-issue/SKILL.md +0 -314
  1915. package/plugins/lisa-copilot/skills/linear-verify/SKILL.md +0 -51
  1916. package/plugins/lisa-copilot/skills/linear-write-issue/SKILL.md +0 -292
  1917. package/plugins/lisa-copilot/skills/linear-write-prd/SKILL.md +0 -96
  1918. package/plugins/lisa-copilot/skills/monitor/SKILL.md +0 -69
  1919. package/plugins/lisa-copilot/skills/nightly-add-test-coverage/SKILL.md +0 -40
  1920. package/plugins/lisa-copilot/skills/nightly-improve-tests/SKILL.md +0 -29
  1921. package/plugins/lisa-copilot/skills/nightly-lower-code-complexity/SKILL.md +0 -28
  1922. package/plugins/lisa-copilot/skills/notion-access/SKILL.md +0 -226
  1923. package/plugins/lisa-copilot/skills/notion-prd-intake/SKILL.md +0 -360
  1924. package/plugins/lisa-copilot/skills/notion-to-tracker/SKILL.md +0 -359
  1925. package/plugins/lisa-copilot/skills/notion-write-prd/SKILL.md +0 -109
  1926. package/plugins/lisa-copilot/skills/parity-code-review/SKILL.md +0 -83
  1927. package/plugins/lisa-copilot/skills/parity-code-simplifier/SKILL.md +0 -76
  1928. package/plugins/lisa-copilot/skills/parity-coderabbit/SKILL.md +0 -77
  1929. package/plugins/lisa-copilot/skills/parity-safety-net-rules/SKILL.md +0 -144
  1930. package/plugins/lisa-copilot/skills/parity-sentry-sdk-setup/SKILL.md +0 -211
  1931. package/plugins/lisa-copilot/skills/parity-sentry-seer/SKILL.md +0 -135
  1932. package/plugins/lisa-copilot/skills/parity-skill-creator/SKILL.md +0 -149
  1933. package/plugins/lisa-copilot/skills/performance-review/SKILL.md +0 -94
  1934. package/plugins/lisa-copilot/skills/plan/SKILL.md +0 -60
  1935. package/plugins/lisa-copilot/skills/plugin-sync-explain/SKILL.md +0 -53
  1936. package/plugins/lisa-copilot/skills/posthog-access/SKILL.md +0 -60
  1937. package/plugins/lisa-copilot/skills/prd-backlink/SKILL.md +0 -265
  1938. package/plugins/lisa-copilot/skills/prd-source-write/SKILL.md +0 -101
  1939. package/plugins/lisa-copilot/skills/prd-ticket-coverage/SKILL.md +0 -170
  1940. package/plugins/lisa-copilot/skills/product-walkthrough/SKILL.md +0 -104
  1941. package/plugins/lisa-copilot/skills/project-ideation/SKILL.md +0 -315
  1942. package/plugins/lisa-copilot/skills/pull-request-review/SKILL.md +0 -84
  1943. package/plugins/lisa-copilot/skills/quality-review/SKILL.md +0 -54
  1944. package/plugins/lisa-copilot/skills/queue-status/SKILL.md +0 -133
  1945. package/plugins/lisa-copilot/skills/repair-intake/SKILL.md +0 -1026
  1946. package/plugins/lisa-copilot/skills/reproduce-bug/SKILL.md +0 -96
  1947. package/plugins/lisa-copilot/skills/research/SKILL.md +0 -68
  1948. package/plugins/lisa-copilot/skills/review-local/SKILL.md +0 -88
  1949. package/plugins/lisa-copilot/skills/root-cause-analysis/SKILL.md +0 -155
  1950. package/plugins/lisa-copilot/skills/security-review/SKILL.md +0 -57
  1951. package/plugins/lisa-copilot/skills/security-zap-scan/SKILL.md +0 -33
  1952. package/plugins/lisa-copilot/skills/sentry-access/SKILL.md +0 -56
  1953. package/plugins/lisa-copilot/skills/setup-atlassian/SKILL.md +0 -347
  1954. package/plugins/lisa-copilot/skills/setup-automations/SKILL.md +0 -103
  1955. package/plugins/lisa-copilot/skills/setup-confluence/SKILL.md +0 -254
  1956. package/plugins/lisa-copilot/skills/setup-github/SKILL.md +0 -268
  1957. package/plugins/lisa-copilot/skills/setup-jira/SKILL.md +0 -198
  1958. package/plugins/lisa-copilot/skills/setup-linear/SKILL.md +0 -251
  1959. package/plugins/lisa-copilot/skills/setup-notion/SKILL.md +0 -316
  1960. package/plugins/lisa-copilot/skills/sonarcloud-access/SKILL.md +0 -71
  1961. package/plugins/lisa-copilot/skills/spec-conformance/SKILL.md +0 -159
  1962. package/plugins/lisa-copilot/skills/sync-down/SKILL.md +0 -171
  1963. package/plugins/lisa-copilot/skills/task-decomposition/SKILL.md +0 -127
  1964. package/plugins/lisa-copilot/skills/task-triage/SKILL.md +0 -23
  1965. package/plugins/lisa-copilot/skills/tdd-implementation/SKILL.md +0 -86
  1966. package/plugins/lisa-copilot/skills/tear-down-automations/SKILL.md +0 -34
  1967. package/plugins/lisa-copilot/skills/test-strategy/SKILL.md +0 -63
  1968. package/plugins/lisa-copilot/skills/ticket-triage/SKILL.md +0 -186
  1969. package/plugins/lisa-copilot/skills/tracker-add-journey/SKILL.md +0 -26
  1970. package/plugins/lisa-copilot/skills/tracker-build-intake/SKILL.md +0 -85
  1971. package/plugins/lisa-copilot/skills/tracker-create/SKILL.md +0 -26
  1972. package/plugins/lisa-copilot/skills/tracker-evidence/SKILL.md +0 -52
  1973. package/plugins/lisa-copilot/skills/tracker-journey/SKILL.md +0 -26
  1974. package/plugins/lisa-copilot/skills/tracker-read/SKILL.md +0 -27
  1975. package/plugins/lisa-copilot/skills/tracker-source-artifacts/SKILL.md +0 -107
  1976. package/plugins/lisa-copilot/skills/tracker-sync/SKILL.md +0 -64
  1977. package/plugins/lisa-copilot/skills/tracker-validate/SKILL.md +0 -36
  1978. package/plugins/lisa-copilot/skills/tracker-verify/SKILL.md +0 -28
  1979. package/plugins/lisa-copilot/skills/tracker-write/SKILL.md +0 -53
  1980. package/plugins/lisa-copilot/skills/usage-accounting/SKILL.md +0 -170
  1981. package/plugins/lisa-copilot/skills/use-the-product/SKILL.md +0 -86
  1982. package/plugins/lisa-copilot/skills/validate-tracker-mapping/SKILL.md +0 -188
  1983. package/plugins/lisa-copilot/skills/verification-lifecycle/SKILL.md +0 -365
  1984. package/plugins/lisa-copilot/skills/verify/SKILL.md +0 -52
  1985. package/plugins/lisa-copilot/skills/verify-prd/SKILL.md +0 -392
  1986. package/plugins/lisa-copilot/skills/wiki-install/SKILL.md +0 -101
  1987. package/plugins/lisa-cursor/commands/analyze-claude-remote.md +0 -6
  1988. package/plugins/lisa-cursor/commands/automation-status.md +0 -12
  1989. package/plugins/lisa-cursor/commands/codify-verification.md +0 -6
  1990. package/plugins/lisa-cursor/commands/cross-pollinate.md +0 -15
  1991. package/plugins/lisa-cursor/commands/debrief/apply.md +0 -6
  1992. package/plugins/lisa-cursor/commands/debrief.md +0 -6
  1993. package/plugins/lisa-cursor/commands/doctor.md +0 -6
  1994. package/plugins/lisa-cursor/commands/exploratory-qa.md +0 -7
  1995. package/plugins/lisa-cursor/commands/fix/linter-error.md +0 -7
  1996. package/plugins/lisa-cursor/commands/generate-claude-remote-build-script.md +0 -6
  1997. package/plugins/lisa-cursor/commands/git/commit.md +0 -7
  1998. package/plugins/lisa-cursor/commands/git/prune.md +0 -6
  1999. package/plugins/lisa-cursor/commands/git/submit-pr.md +0 -7
  2000. package/plugins/lisa-cursor/commands/implement.md +0 -6
  2001. package/plugins/lisa-cursor/commands/improve/code-complexity.md +0 -6
  2002. package/plugins/lisa-cursor/commands/improve/max-lines-per-function.md +0 -7
  2003. package/plugins/lisa-cursor/commands/improve/max-lines.md +0 -7
  2004. package/plugins/lisa-cursor/commands/improve/test-coverage.md +0 -7
  2005. package/plugins/lisa-cursor/commands/improve/tests.md +0 -7
  2006. package/plugins/lisa-cursor/commands/intake-explain.md +0 -31
  2007. package/plugins/lisa-cursor/commands/intake.md +0 -6
  2008. package/plugins/lisa-cursor/commands/monitor.md +0 -6
  2009. package/plugins/lisa-cursor/commands/parity-code-review.md +0 -6
  2010. package/plugins/lisa-cursor/commands/parity-code-simplifier.md +0 -6
  2011. package/plugins/lisa-cursor/commands/parity-coderabbit.md +0 -6
  2012. package/plugins/lisa-cursor/commands/parity-safety-net-rules.md +0 -6
  2013. package/plugins/lisa-cursor/commands/parity-sentry-sdk-setup.md +0 -6
  2014. package/plugins/lisa-cursor/commands/parity-sentry-seer.md +0 -6
  2015. package/plugins/lisa-cursor/commands/parity-skill-creator.md +0 -6
  2016. package/plugins/lisa-cursor/commands/plan.md +0 -6
  2017. package/plugins/lisa-cursor/commands/plugin-sync-explain.md +0 -8
  2018. package/plugins/lisa-cursor/commands/product-walkthrough.md +0 -7
  2019. package/plugins/lisa-cursor/commands/project-ideation.md +0 -6
  2020. package/plugins/lisa-cursor/commands/pull-request/review.md +0 -7
  2021. package/plugins/lisa-cursor/commands/queue-status.md +0 -34
  2022. package/plugins/lisa-cursor/commands/repair-intake.md +0 -6
  2023. package/plugins/lisa-cursor/commands/research.md +0 -6
  2024. package/plugins/lisa-cursor/commands/review/local.md +0 -6
  2025. package/plugins/lisa-cursor/commands/security/zap-scan.md +0 -6
  2026. package/plugins/lisa-cursor/commands/setup/atlassian.md +0 -7
  2027. package/plugins/lisa-cursor/commands/setup/confluence.md +0 -7
  2028. package/plugins/lisa-cursor/commands/setup/github.md +0 -7
  2029. package/plugins/lisa-cursor/commands/setup/jira.md +0 -7
  2030. package/plugins/lisa-cursor/commands/setup/linear.md +0 -7
  2031. package/plugins/lisa-cursor/commands/setup/notion.md +0 -7
  2032. package/plugins/lisa-cursor/commands/setup-automations.md +0 -6
  2033. package/plugins/lisa-cursor/commands/sync-down.md +0 -7
  2034. package/plugins/lisa-cursor/commands/tear-down-automations.md +0 -6
  2035. package/plugins/lisa-cursor/commands/validate-tracker-mapping.md +0 -15
  2036. package/plugins/lisa-cursor/commands/verify-prd.md +0 -6
  2037. package/plugins/lisa-cursor/commands/verify.md +0 -6
  2038. package/plugins/lisa-cursor/commands/wiki/install.md +0 -7
  2039. package/plugins/lisa-cursor/skills/acceptance-criteria/SKILL.md +0 -71
  2040. package/plugins/lisa-cursor/skills/agent-design-best-practices/SKILL.md +0 -219
  2041. package/plugins/lisa-cursor/skills/analyze-claude-remote/SKILL.md +0 -421
  2042. package/plugins/lisa-cursor/skills/atlassian-access/SKILL.md +0 -361
  2043. package/plugins/lisa-cursor/skills/automation-status/SKILL.md +0 -111
  2044. package/plugins/lisa-cursor/skills/bug-triage/SKILL.md +0 -23
  2045. package/plugins/lisa-cursor/skills/codebase-research/SKILL.md +0 -87
  2046. package/plugins/lisa-cursor/skills/codify-verification/SKILL.md +0 -162
  2047. package/plugins/lisa-cursor/skills/confluence-prd-intake/SKILL.md +0 -417
  2048. package/plugins/lisa-cursor/skills/confluence-to-tracker/SKILL.md +0 -362
  2049. package/plugins/lisa-cursor/skills/confluence-write-prd/SKILL.md +0 -109
  2050. package/plugins/lisa-cursor/skills/cross-pollinate/SKILL.md +0 -175
  2051. package/plugins/lisa-cursor/skills/debrief/SKILL.md +0 -94
  2052. package/plugins/lisa-cursor/skills/debrief-apply/SKILL.md +0 -63
  2053. package/plugins/lisa-cursor/skills/doctor/SKILL.md +0 -336
  2054. package/plugins/lisa-cursor/skills/drive-pr-to-merge/SKILL.md +0 -152
  2055. package/plugins/lisa-cursor/skills/epic-triage/SKILL.md +0 -28
  2056. package/plugins/lisa-cursor/skills/exploratory-qa/SKILL.md +0 -91
  2057. package/plugins/lisa-cursor/skills/fix-linter-error/SKILL.md +0 -45
  2058. package/plugins/lisa-cursor/skills/generate-claude-remote-build-script/SKILL.md +0 -224
  2059. package/plugins/lisa-cursor/skills/git-commit/SKILL.md +0 -48
  2060. package/plugins/lisa-cursor/skills/git-prune/SKILL.md +0 -35
  2061. package/plugins/lisa-cursor/skills/git-submit-pr/SKILL.md +0 -113
  2062. package/plugins/lisa-cursor/skills/github-add-journey/SKILL.md +0 -115
  2063. package/plugins/lisa-cursor/skills/github-build-intake/SKILL.md +0 -446
  2064. package/plugins/lisa-cursor/skills/github-create/SKILL.md +0 -101
  2065. package/plugins/lisa-cursor/skills/github-evidence/SKILL.md +0 -110
  2066. package/plugins/lisa-cursor/skills/github-journey/SKILL.md +0 -121
  2067. package/plugins/lisa-cursor/skills/github-prd-intake/SKILL.md +0 -432
  2068. package/plugins/lisa-cursor/skills/github-project-v2/SKILL.md +0 -227
  2069. package/plugins/lisa-cursor/skills/github-read-issue/SKILL.md +0 -248
  2070. package/plugins/lisa-cursor/skills/github-sync/SKILL.md +0 -132
  2071. package/plugins/lisa-cursor/skills/github-to-tracker/SKILL.md +0 -347
  2072. package/plugins/lisa-cursor/skills/github-validate-issue/SKILL.md +0 -330
  2073. package/plugins/lisa-cursor/skills/github-verify/SKILL.md +0 -29
  2074. package/plugins/lisa-cursor/skills/github-write-issue/SKILL.md +0 -339
  2075. package/plugins/lisa-cursor/skills/github-write-prd/SKILL.md +0 -157
  2076. package/plugins/lisa-cursor/skills/implement/SKILL.md +0 -202
  2077. package/plugins/lisa-cursor/skills/improve-code-complexity/SKILL.md +0 -44
  2078. package/plugins/lisa-cursor/skills/improve-max-lines/SKILL.md +0 -45
  2079. package/plugins/lisa-cursor/skills/improve-max-lines-per-function/SKILL.md +0 -46
  2080. package/plugins/lisa-cursor/skills/improve-test-coverage/SKILL.md +0 -44
  2081. package/plugins/lisa-cursor/skills/improve-tests/SKILL.md +0 -47
  2082. package/plugins/lisa-cursor/skills/intake/SKILL.md +0 -133
  2083. package/plugins/lisa-cursor/skills/intake-explain/SKILL.md +0 -279
  2084. package/plugins/lisa-cursor/skills/jam-access/SKILL.md +0 -52
  2085. package/plugins/lisa-cursor/skills/jira-add-journey/SKILL.md +0 -121
  2086. package/plugins/lisa-cursor/skills/jira-build-intake/SKILL.md +0 -368
  2087. package/plugins/lisa-cursor/skills/jira-create/SKILL.md +0 -154
  2088. package/plugins/lisa-cursor/skills/jira-evidence/SKILL.md +0 -90
  2089. package/plugins/lisa-cursor/skills/jira-journey/SKILL.md +0 -127
  2090. package/plugins/lisa-cursor/skills/jira-read-ticket/SKILL.md +0 -198
  2091. package/plugins/lisa-cursor/skills/jira-sync/SKILL.md +0 -108
  2092. package/plugins/lisa-cursor/skills/jira-validate-ticket/SKILL.md +0 -317
  2093. package/plugins/lisa-cursor/skills/jira-verify/SKILL.md +0 -30
  2094. package/plugins/lisa-cursor/skills/jira-write-ticket/SKILL.md +0 -267
  2095. package/plugins/lisa-cursor/skills/jsdoc-best-practices/SKILL.md +0 -432
  2096. package/plugins/lisa-cursor/skills/linear-access/SKILL.md +0 -90
  2097. package/plugins/lisa-cursor/skills/linear-add-journey/SKILL.md +0 -105
  2098. package/plugins/lisa-cursor/skills/linear-build-intake/SKILL.md +0 -346
  2099. package/plugins/lisa-cursor/skills/linear-create/SKILL.md +0 -146
  2100. package/plugins/lisa-cursor/skills/linear-evidence/SKILL.md +0 -103
  2101. package/plugins/lisa-cursor/skills/linear-journey/SKILL.md +0 -134
  2102. package/plugins/lisa-cursor/skills/linear-prd-intake/SKILL.md +0 -383
  2103. package/plugins/lisa-cursor/skills/linear-read-issue/SKILL.md +0 -200
  2104. package/plugins/lisa-cursor/skills/linear-sync/SKILL.md +0 -127
  2105. package/plugins/lisa-cursor/skills/linear-to-tracker/SKILL.md +0 -344
  2106. package/plugins/lisa-cursor/skills/linear-validate-issue/SKILL.md +0 -314
  2107. package/plugins/lisa-cursor/skills/linear-verify/SKILL.md +0 -51
  2108. package/plugins/lisa-cursor/skills/linear-write-issue/SKILL.md +0 -292
  2109. package/plugins/lisa-cursor/skills/linear-write-prd/SKILL.md +0 -96
  2110. package/plugins/lisa-cursor/skills/monitor/SKILL.md +0 -69
  2111. package/plugins/lisa-cursor/skills/nightly-add-test-coverage/SKILL.md +0 -40
  2112. package/plugins/lisa-cursor/skills/nightly-improve-tests/SKILL.md +0 -29
  2113. package/plugins/lisa-cursor/skills/nightly-lower-code-complexity/SKILL.md +0 -28
  2114. package/plugins/lisa-cursor/skills/notion-access/SKILL.md +0 -226
  2115. package/plugins/lisa-cursor/skills/notion-prd-intake/SKILL.md +0 -360
  2116. package/plugins/lisa-cursor/skills/notion-to-tracker/SKILL.md +0 -359
  2117. package/plugins/lisa-cursor/skills/notion-write-prd/SKILL.md +0 -109
  2118. package/plugins/lisa-cursor/skills/parity-code-review/SKILL.md +0 -83
  2119. package/plugins/lisa-cursor/skills/parity-code-simplifier/SKILL.md +0 -76
  2120. package/plugins/lisa-cursor/skills/parity-coderabbit/SKILL.md +0 -77
  2121. package/plugins/lisa-cursor/skills/parity-safety-net-rules/SKILL.md +0 -144
  2122. package/plugins/lisa-cursor/skills/parity-sentry-sdk-setup/SKILL.md +0 -211
  2123. package/plugins/lisa-cursor/skills/parity-sentry-seer/SKILL.md +0 -135
  2124. package/plugins/lisa-cursor/skills/parity-skill-creator/SKILL.md +0 -149
  2125. package/plugins/lisa-cursor/skills/performance-review/SKILL.md +0 -94
  2126. package/plugins/lisa-cursor/skills/plan/SKILL.md +0 -60
  2127. package/plugins/lisa-cursor/skills/plugin-sync-explain/SKILL.md +0 -53
  2128. package/plugins/lisa-cursor/skills/posthog-access/SKILL.md +0 -60
  2129. package/plugins/lisa-cursor/skills/prd-backlink/SKILL.md +0 -265
  2130. package/plugins/lisa-cursor/skills/prd-source-write/SKILL.md +0 -101
  2131. package/plugins/lisa-cursor/skills/prd-ticket-coverage/SKILL.md +0 -170
  2132. package/plugins/lisa-cursor/skills/product-walkthrough/SKILL.md +0 -104
  2133. package/plugins/lisa-cursor/skills/project-ideation/SKILL.md +0 -315
  2134. package/plugins/lisa-cursor/skills/pull-request-review/SKILL.md +0 -84
  2135. package/plugins/lisa-cursor/skills/quality-review/SKILL.md +0 -54
  2136. package/plugins/lisa-cursor/skills/queue-status/SKILL.md +0 -133
  2137. package/plugins/lisa-cursor/skills/repair-intake/SKILL.md +0 -1026
  2138. package/plugins/lisa-cursor/skills/reproduce-bug/SKILL.md +0 -96
  2139. package/plugins/lisa-cursor/skills/research/SKILL.md +0 -68
  2140. package/plugins/lisa-cursor/skills/review-local/SKILL.md +0 -88
  2141. package/plugins/lisa-cursor/skills/root-cause-analysis/SKILL.md +0 -155
  2142. package/plugins/lisa-cursor/skills/security-review/SKILL.md +0 -57
  2143. package/plugins/lisa-cursor/skills/security-zap-scan/SKILL.md +0 -33
  2144. package/plugins/lisa-cursor/skills/sentry-access/SKILL.md +0 -56
  2145. package/plugins/lisa-cursor/skills/setup-atlassian/SKILL.md +0 -347
  2146. package/plugins/lisa-cursor/skills/setup-automations/SKILL.md +0 -103
  2147. package/plugins/lisa-cursor/skills/setup-confluence/SKILL.md +0 -254
  2148. package/plugins/lisa-cursor/skills/setup-github/SKILL.md +0 -268
  2149. package/plugins/lisa-cursor/skills/setup-jira/SKILL.md +0 -198
  2150. package/plugins/lisa-cursor/skills/setup-linear/SKILL.md +0 -251
  2151. package/plugins/lisa-cursor/skills/setup-notion/SKILL.md +0 -316
  2152. package/plugins/lisa-cursor/skills/sonarcloud-access/SKILL.md +0 -71
  2153. package/plugins/lisa-cursor/skills/spec-conformance/SKILL.md +0 -159
  2154. package/plugins/lisa-cursor/skills/sync-down/SKILL.md +0 -171
  2155. package/plugins/lisa-cursor/skills/task-decomposition/SKILL.md +0 -127
  2156. package/plugins/lisa-cursor/skills/task-triage/SKILL.md +0 -23
  2157. package/plugins/lisa-cursor/skills/tdd-implementation/SKILL.md +0 -86
  2158. package/plugins/lisa-cursor/skills/tear-down-automations/SKILL.md +0 -34
  2159. package/plugins/lisa-cursor/skills/test-strategy/SKILL.md +0 -63
  2160. package/plugins/lisa-cursor/skills/ticket-triage/SKILL.md +0 -186
  2161. package/plugins/lisa-cursor/skills/tracker-add-journey/SKILL.md +0 -26
  2162. package/plugins/lisa-cursor/skills/tracker-build-intake/SKILL.md +0 -85
  2163. package/plugins/lisa-cursor/skills/tracker-create/SKILL.md +0 -26
  2164. package/plugins/lisa-cursor/skills/tracker-evidence/SKILL.md +0 -52
  2165. package/plugins/lisa-cursor/skills/tracker-journey/SKILL.md +0 -26
  2166. package/plugins/lisa-cursor/skills/tracker-read/SKILL.md +0 -27
  2167. package/plugins/lisa-cursor/skills/tracker-source-artifacts/SKILL.md +0 -107
  2168. package/plugins/lisa-cursor/skills/tracker-sync/SKILL.md +0 -64
  2169. package/plugins/lisa-cursor/skills/tracker-validate/SKILL.md +0 -36
  2170. package/plugins/lisa-cursor/skills/tracker-verify/SKILL.md +0 -28
  2171. package/plugins/lisa-cursor/skills/tracker-write/SKILL.md +0 -53
  2172. package/plugins/lisa-cursor/skills/usage-accounting/SKILL.md +0 -170
  2173. package/plugins/lisa-cursor/skills/use-the-product/SKILL.md +0 -86
  2174. package/plugins/lisa-cursor/skills/validate-tracker-mapping/SKILL.md +0 -188
  2175. package/plugins/lisa-cursor/skills/verification-lifecycle/SKILL.md +0 -365
  2176. package/plugins/lisa-cursor/skills/verify/SKILL.md +0 -52
  2177. package/plugins/lisa-cursor/skills/verify-prd/SKILL.md +0 -392
  2178. package/plugins/lisa-cursor/skills/wiki-install/SKILL.md +0 -101
  2179. package/plugins/src/base/commands/analyze-claude-remote.md +0 -6
  2180. package/plugins/src/base/commands/automation-status.md +0 -12
  2181. package/plugins/src/base/commands/codify-verification.md +0 -6
  2182. package/plugins/src/base/commands/cross-pollinate.md +0 -15
  2183. package/plugins/src/base/commands/debrief/apply.md +0 -6
  2184. package/plugins/src/base/commands/debrief.md +0 -6
  2185. package/plugins/src/base/commands/doctor.md +0 -6
  2186. package/plugins/src/base/commands/exploratory-qa.md +0 -7
  2187. package/plugins/src/base/commands/fix/linter-error.md +0 -7
  2188. package/plugins/src/base/commands/generate-claude-remote-build-script.md +0 -6
  2189. package/plugins/src/base/commands/git/commit.md +0 -7
  2190. package/plugins/src/base/commands/git/prune.md +0 -6
  2191. package/plugins/src/base/commands/git/submit-pr.md +0 -7
  2192. package/plugins/src/base/commands/implement.md +0 -6
  2193. package/plugins/src/base/commands/improve/code-complexity.md +0 -6
  2194. package/plugins/src/base/commands/improve/max-lines-per-function.md +0 -7
  2195. package/plugins/src/base/commands/improve/max-lines.md +0 -7
  2196. package/plugins/src/base/commands/improve/test-coverage.md +0 -7
  2197. package/plugins/src/base/commands/improve/tests.md +0 -7
  2198. package/plugins/src/base/commands/intake-explain.md +0 -31
  2199. package/plugins/src/base/commands/intake.md +0 -6
  2200. package/plugins/src/base/commands/monitor.md +0 -6
  2201. package/plugins/src/base/commands/parity-code-review.md +0 -6
  2202. package/plugins/src/base/commands/parity-code-simplifier.md +0 -6
  2203. package/plugins/src/base/commands/parity-coderabbit.md +0 -6
  2204. package/plugins/src/base/commands/parity-safety-net-rules.md +0 -6
  2205. package/plugins/src/base/commands/parity-sentry-sdk-setup.md +0 -6
  2206. package/plugins/src/base/commands/parity-sentry-seer.md +0 -6
  2207. package/plugins/src/base/commands/parity-skill-creator.md +0 -6
  2208. package/plugins/src/base/commands/plan.md +0 -6
  2209. package/plugins/src/base/commands/plugin-sync-explain.md +0 -8
  2210. package/plugins/src/base/commands/product-walkthrough.md +0 -7
  2211. package/plugins/src/base/commands/project-ideation.md +0 -6
  2212. package/plugins/src/base/commands/pull-request/review.md +0 -7
  2213. package/plugins/src/base/commands/queue-status.md +0 -34
  2214. package/plugins/src/base/commands/repair-intake.md +0 -6
  2215. package/plugins/src/base/commands/research.md +0 -6
  2216. package/plugins/src/base/commands/review/local.md +0 -6
  2217. package/plugins/src/base/commands/security/zap-scan.md +0 -6
  2218. package/plugins/src/base/commands/setup/atlassian.md +0 -7
  2219. package/plugins/src/base/commands/setup/confluence.md +0 -7
  2220. package/plugins/src/base/commands/setup/github.md +0 -7
  2221. package/plugins/src/base/commands/setup/jira.md +0 -7
  2222. package/plugins/src/base/commands/setup/linear.md +0 -7
  2223. package/plugins/src/base/commands/setup/notion.md +0 -7
  2224. package/plugins/src/base/commands/setup-automations.md +0 -6
  2225. package/plugins/src/base/commands/sync-down.md +0 -7
  2226. package/plugins/src/base/commands/tear-down-automations.md +0 -6
  2227. package/plugins/src/base/commands/validate-tracker-mapping.md +0 -15
  2228. package/plugins/src/base/commands/verify-prd.md +0 -6
  2229. package/plugins/src/base/commands/verify.md +0 -6
  2230. package/plugins/src/base/commands/wiki/install.md +0 -7
  2231. package/plugins/src/base/skills/acceptance-criteria/SKILL.md +0 -71
  2232. package/plugins/src/base/skills/agent-design-best-practices/SKILL.md +0 -219
  2233. package/plugins/src/base/skills/analyze-claude-remote/SKILL.md +0 -421
  2234. package/plugins/src/base/skills/atlassian-access/SKILL.md +0 -361
  2235. package/plugins/src/base/skills/automation-status/SKILL.md +0 -111
  2236. package/plugins/src/base/skills/bug-triage/SKILL.md +0 -23
  2237. package/plugins/src/base/skills/codebase-research/SKILL.md +0 -87
  2238. package/plugins/src/base/skills/codify-verification/SKILL.md +0 -162
  2239. package/plugins/src/base/skills/confluence-prd-intake/SKILL.md +0 -417
  2240. package/plugins/src/base/skills/confluence-to-tracker/SKILL.md +0 -362
  2241. package/plugins/src/base/skills/confluence-write-prd/SKILL.md +0 -109
  2242. package/plugins/src/base/skills/cross-pollinate/SKILL.md +0 -175
  2243. package/plugins/src/base/skills/debrief/SKILL.md +0 -94
  2244. package/plugins/src/base/skills/debrief-apply/SKILL.md +0 -63
  2245. package/plugins/src/base/skills/doctor/SKILL.md +0 -336
  2246. package/plugins/src/base/skills/drive-pr-to-merge/SKILL.md +0 -152
  2247. package/plugins/src/base/skills/epic-triage/SKILL.md +0 -28
  2248. package/plugins/src/base/skills/exploratory-qa/SKILL.md +0 -91
  2249. package/plugins/src/base/skills/fix-linter-error/SKILL.md +0 -45
  2250. package/plugins/src/base/skills/generate-claude-remote-build-script/SKILL.md +0 -224
  2251. package/plugins/src/base/skills/git-commit/SKILL.md +0 -48
  2252. package/plugins/src/base/skills/git-prune/SKILL.md +0 -35
  2253. package/plugins/src/base/skills/git-submit-pr/SKILL.md +0 -113
  2254. package/plugins/src/base/skills/github-add-journey/SKILL.md +0 -115
  2255. package/plugins/src/base/skills/github-build-intake/SKILL.md +0 -446
  2256. package/plugins/src/base/skills/github-create/SKILL.md +0 -101
  2257. package/plugins/src/base/skills/github-evidence/SKILL.md +0 -110
  2258. package/plugins/src/base/skills/github-journey/SKILL.md +0 -121
  2259. package/plugins/src/base/skills/github-prd-intake/SKILL.md +0 -432
  2260. package/plugins/src/base/skills/github-project-v2/SKILL.md +0 -227
  2261. package/plugins/src/base/skills/github-read-issue/SKILL.md +0 -248
  2262. package/plugins/src/base/skills/github-sync/SKILL.md +0 -132
  2263. package/plugins/src/base/skills/github-to-tracker/SKILL.md +0 -347
  2264. package/plugins/src/base/skills/github-validate-issue/SKILL.md +0 -330
  2265. package/plugins/src/base/skills/github-verify/SKILL.md +0 -29
  2266. package/plugins/src/base/skills/github-write-issue/SKILL.md +0 -339
  2267. package/plugins/src/base/skills/github-write-prd/SKILL.md +0 -157
  2268. package/plugins/src/base/skills/implement/SKILL.md +0 -202
  2269. package/plugins/src/base/skills/improve-code-complexity/SKILL.md +0 -44
  2270. package/plugins/src/base/skills/improve-max-lines/SKILL.md +0 -45
  2271. package/plugins/src/base/skills/improve-max-lines-per-function/SKILL.md +0 -46
  2272. package/plugins/src/base/skills/improve-test-coverage/SKILL.md +0 -44
  2273. package/plugins/src/base/skills/improve-tests/SKILL.md +0 -47
  2274. package/plugins/src/base/skills/intake/SKILL.md +0 -133
  2275. package/plugins/src/base/skills/intake-explain/SKILL.md +0 -279
  2276. package/plugins/src/base/skills/jam-access/SKILL.md +0 -52
  2277. package/plugins/src/base/skills/jira-add-journey/SKILL.md +0 -121
  2278. package/plugins/src/base/skills/jira-build-intake/SKILL.md +0 -368
  2279. package/plugins/src/base/skills/jira-create/SKILL.md +0 -154
  2280. package/plugins/src/base/skills/jira-evidence/SKILL.md +0 -90
  2281. package/plugins/src/base/skills/jira-journey/SKILL.md +0 -127
  2282. package/plugins/src/base/skills/jira-read-ticket/SKILL.md +0 -198
  2283. package/plugins/src/base/skills/jira-sync/SKILL.md +0 -108
  2284. package/plugins/src/base/skills/jira-validate-ticket/SKILL.md +0 -317
  2285. package/plugins/src/base/skills/jira-verify/SKILL.md +0 -30
  2286. package/plugins/src/base/skills/jira-write-ticket/SKILL.md +0 -267
  2287. package/plugins/src/base/skills/jsdoc-best-practices/SKILL.md +0 -432
  2288. package/plugins/src/base/skills/linear-access/SKILL.md +0 -90
  2289. package/plugins/src/base/skills/linear-add-journey/SKILL.md +0 -105
  2290. package/plugins/src/base/skills/linear-build-intake/SKILL.md +0 -346
  2291. package/plugins/src/base/skills/linear-create/SKILL.md +0 -146
  2292. package/plugins/src/base/skills/linear-evidence/SKILL.md +0 -103
  2293. package/plugins/src/base/skills/linear-journey/SKILL.md +0 -134
  2294. package/plugins/src/base/skills/linear-prd-intake/SKILL.md +0 -383
  2295. package/plugins/src/base/skills/linear-read-issue/SKILL.md +0 -200
  2296. package/plugins/src/base/skills/linear-sync/SKILL.md +0 -127
  2297. package/plugins/src/base/skills/linear-to-tracker/SKILL.md +0 -344
  2298. package/plugins/src/base/skills/linear-validate-issue/SKILL.md +0 -314
  2299. package/plugins/src/base/skills/linear-verify/SKILL.md +0 -51
  2300. package/plugins/src/base/skills/linear-write-issue/SKILL.md +0 -292
  2301. package/plugins/src/base/skills/linear-write-prd/SKILL.md +0 -96
  2302. package/plugins/src/base/skills/monitor/SKILL.md +0 -69
  2303. package/plugins/src/base/skills/nightly-add-test-coverage/SKILL.md +0 -40
  2304. package/plugins/src/base/skills/nightly-improve-tests/SKILL.md +0 -29
  2305. package/plugins/src/base/skills/nightly-lower-code-complexity/SKILL.md +0 -28
  2306. package/plugins/src/base/skills/notion-access/SKILL.md +0 -226
  2307. package/plugins/src/base/skills/notion-prd-intake/SKILL.md +0 -360
  2308. package/plugins/src/base/skills/notion-to-tracker/SKILL.md +0 -359
  2309. package/plugins/src/base/skills/notion-write-prd/SKILL.md +0 -109
  2310. package/plugins/src/base/skills/parity-code-review/SKILL.md +0 -83
  2311. package/plugins/src/base/skills/parity-code-simplifier/SKILL.md +0 -76
  2312. package/plugins/src/base/skills/parity-coderabbit/SKILL.md +0 -77
  2313. package/plugins/src/base/skills/parity-safety-net-rules/SKILL.md +0 -144
  2314. package/plugins/src/base/skills/parity-sentry-sdk-setup/SKILL.md +0 -211
  2315. package/plugins/src/base/skills/parity-sentry-seer/SKILL.md +0 -135
  2316. package/plugins/src/base/skills/parity-skill-creator/SKILL.md +0 -149
  2317. package/plugins/src/base/skills/performance-review/SKILL.md +0 -94
  2318. package/plugins/src/base/skills/plan/SKILL.md +0 -60
  2319. package/plugins/src/base/skills/plugin-sync-explain/SKILL.md +0 -53
  2320. package/plugins/src/base/skills/posthog-access/SKILL.md +0 -60
  2321. package/plugins/src/base/skills/prd-backlink/SKILL.md +0 -265
  2322. package/plugins/src/base/skills/prd-source-write/SKILL.md +0 -101
  2323. package/plugins/src/base/skills/prd-ticket-coverage/SKILL.md +0 -170
  2324. package/plugins/src/base/skills/product-walkthrough/SKILL.md +0 -104
  2325. package/plugins/src/base/skills/project-ideation/SKILL.md +0 -315
  2326. package/plugins/src/base/skills/project-ideation/agents/openai.yaml +0 -6
  2327. package/plugins/src/base/skills/pull-request-review/SKILL.md +0 -84
  2328. package/plugins/src/base/skills/quality-review/SKILL.md +0 -54
  2329. package/plugins/src/base/skills/queue-status/SKILL.md +0 -133
  2330. package/plugins/src/base/skills/repair-intake/SKILL.md +0 -1026
  2331. package/plugins/src/base/skills/reproduce-bug/SKILL.md +0 -96
  2332. package/plugins/src/base/skills/research/SKILL.md +0 -68
  2333. package/plugins/src/base/skills/review-local/SKILL.md +0 -88
  2334. package/plugins/src/base/skills/root-cause-analysis/SKILL.md +0 -155
  2335. package/plugins/src/base/skills/security-review/SKILL.md +0 -57
  2336. package/plugins/src/base/skills/security-zap-scan/SKILL.md +0 -33
  2337. package/plugins/src/base/skills/sentry-access/SKILL.md +0 -56
  2338. package/plugins/src/base/skills/setup-atlassian/SKILL.md +0 -347
  2339. package/plugins/src/base/skills/setup-automations/SKILL.md +0 -103
  2340. package/plugins/src/base/skills/setup-confluence/SKILL.md +0 -254
  2341. package/plugins/src/base/skills/setup-github/SKILL.md +0 -268
  2342. package/plugins/src/base/skills/setup-jira/SKILL.md +0 -198
  2343. package/plugins/src/base/skills/setup-linear/SKILL.md +0 -251
  2344. package/plugins/src/base/skills/setup-notion/SKILL.md +0 -316
  2345. package/plugins/src/base/skills/sonarcloud-access/SKILL.md +0 -71
  2346. package/plugins/src/base/skills/spec-conformance/SKILL.md +0 -159
  2347. package/plugins/src/base/skills/sync-down/SKILL.md +0 -171
  2348. package/plugins/src/base/skills/task-decomposition/SKILL.md +0 -127
  2349. package/plugins/src/base/skills/task-triage/SKILL.md +0 -23
  2350. package/plugins/src/base/skills/tdd-implementation/SKILL.md +0 -86
  2351. package/plugins/src/base/skills/tear-down-automations/SKILL.md +0 -34
  2352. package/plugins/src/base/skills/test-strategy/SKILL.md +0 -63
  2353. package/plugins/src/base/skills/ticket-triage/SKILL.md +0 -186
  2354. package/plugins/src/base/skills/tracker-add-journey/SKILL.md +0 -26
  2355. package/plugins/src/base/skills/tracker-build-intake/SKILL.md +0 -85
  2356. package/plugins/src/base/skills/tracker-create/SKILL.md +0 -26
  2357. package/plugins/src/base/skills/tracker-evidence/SKILL.md +0 -52
  2358. package/plugins/src/base/skills/tracker-journey/SKILL.md +0 -26
  2359. package/plugins/src/base/skills/tracker-read/SKILL.md +0 -27
  2360. package/plugins/src/base/skills/tracker-source-artifacts/SKILL.md +0 -107
  2361. package/plugins/src/base/skills/tracker-sync/SKILL.md +0 -64
  2362. package/plugins/src/base/skills/tracker-validate/SKILL.md +0 -36
  2363. package/plugins/src/base/skills/tracker-verify/SKILL.md +0 -28
  2364. package/plugins/src/base/skills/tracker-write/SKILL.md +0 -53
  2365. package/plugins/src/base/skills/usage-accounting/SKILL.md +0 -170
  2366. package/plugins/src/base/skills/use-the-product/SKILL.md +0 -86
  2367. package/plugins/src/base/skills/validate-tracker-mapping/SKILL.md +0 -188
  2368. package/plugins/src/base/skills/verification-lifecycle/SKILL.md +0 -365
  2369. package/plugins/src/base/skills/verify/SKILL.md +0 -52
  2370. package/plugins/src/base/skills/verify-prd/SKILL.md +0 -392
  2371. package/plugins/src/base/skills/wiki-install/SKILL.md +0 -101
  2372. /package/plugins/lisa/skills/{atlassian-access → lisa-atlassian-access}/scripts/markdown-to-adf.mjs +0 -0
  2373. /package/plugins/lisa/skills/{jira-evidence → lisa-jira-evidence}/scripts/post-evidence.sh +0 -0
  2374. /package/plugins/lisa/skills/{jira-journey → lisa-jira-journey}/scripts/generate-templates.py +0 -0
  2375. /package/plugins/lisa/skills/{jira-journey → lisa-jira-journey}/scripts/parse-plan.py +0 -0
  2376. /package/plugins/lisa/skills/{jira-read-ticket → lisa-jira-read-ticket}/scripts/download-attachment.sh +0 -0
  2377. /package/plugins/lisa/skills/{project-ideation → lisa-project-ideation}/examples/evidence-card-format.md +0 -0
  2378. /package/plugins/lisa/skills/{project-ideation → lisa-project-ideation}/examples/host-project-only.md +0 -0
  2379. /package/plugins/lisa/skills/{project-ideation → lisa-project-ideation}/examples/idempotency-verification-harness.md +0 -0
  2380. /package/plugins/lisa/skills/{project-ideation → lisa-project-ideation}/examples/public-external-inspiration.md +0 -0
  2381. /package/plugins/lisa/skills/{project-ideation → lisa-project-ideation}/examples/unavailable-data-rejection.md +0 -0
  2382. /package/plugins/lisa-agy/skills/{atlassian-access → lisa-atlassian-access}/scripts/markdown-to-adf.mjs +0 -0
  2383. /package/plugins/lisa-agy/skills/{jira-evidence → lisa-jira-evidence}/scripts/post-evidence.sh +0 -0
  2384. /package/plugins/lisa-agy/skills/{jira-journey → lisa-jira-journey}/scripts/generate-templates.py +0 -0
  2385. /package/plugins/lisa-agy/skills/{jira-journey → lisa-jira-journey}/scripts/parse-plan.py +0 -0
  2386. /package/plugins/lisa-agy/skills/{jira-read-ticket → lisa-jira-read-ticket}/scripts/download-attachment.sh +0 -0
  2387. /package/plugins/lisa-agy/skills/{project-ideation → lisa-project-ideation}/examples/evidence-card-format.md +0 -0
  2388. /package/plugins/lisa-agy/skills/{project-ideation → lisa-project-ideation}/examples/host-project-only.md +0 -0
  2389. /package/plugins/lisa-agy/skills/{project-ideation → lisa-project-ideation}/examples/idempotency-verification-harness.md +0 -0
  2390. /package/plugins/lisa-agy/skills/{project-ideation → lisa-project-ideation}/examples/public-external-inspiration.md +0 -0
  2391. /package/plugins/lisa-agy/skills/{project-ideation → lisa-project-ideation}/examples/unavailable-data-rejection.md +0 -0
  2392. /package/plugins/lisa-copilot/skills/{atlassian-access → lisa-atlassian-access}/scripts/markdown-to-adf.mjs +0 -0
  2393. /package/plugins/lisa-copilot/skills/{jira-evidence → lisa-jira-evidence}/scripts/post-evidence.sh +0 -0
  2394. /package/plugins/lisa-copilot/skills/{jira-journey → lisa-jira-journey}/scripts/generate-templates.py +0 -0
  2395. /package/plugins/lisa-copilot/skills/{jira-journey → lisa-jira-journey}/scripts/parse-plan.py +0 -0
  2396. /package/plugins/lisa-copilot/skills/{jira-read-ticket → lisa-jira-read-ticket}/scripts/download-attachment.sh +0 -0
  2397. /package/plugins/lisa-copilot/skills/{project-ideation → lisa-project-ideation}/examples/evidence-card-format.md +0 -0
  2398. /package/plugins/lisa-copilot/skills/{project-ideation → lisa-project-ideation}/examples/host-project-only.md +0 -0
  2399. /package/plugins/lisa-copilot/skills/{project-ideation → lisa-project-ideation}/examples/idempotency-verification-harness.md +0 -0
  2400. /package/plugins/lisa-copilot/skills/{project-ideation → lisa-project-ideation}/examples/public-external-inspiration.md +0 -0
  2401. /package/plugins/lisa-copilot/skills/{project-ideation → lisa-project-ideation}/examples/unavailable-data-rejection.md +0 -0
  2402. /package/plugins/lisa-cursor/skills/{atlassian-access → lisa-atlassian-access}/scripts/markdown-to-adf.mjs +0 -0
  2403. /package/plugins/lisa-cursor/skills/{jira-evidence → lisa-jira-evidence}/scripts/post-evidence.sh +0 -0
  2404. /package/plugins/lisa-cursor/skills/{jira-journey → lisa-jira-journey}/scripts/generate-templates.py +0 -0
  2405. /package/plugins/lisa-cursor/skills/{jira-journey → lisa-jira-journey}/scripts/parse-plan.py +0 -0
  2406. /package/plugins/lisa-cursor/skills/{jira-read-ticket → lisa-jira-read-ticket}/scripts/download-attachment.sh +0 -0
  2407. /package/plugins/lisa-cursor/skills/{project-ideation → lisa-project-ideation}/examples/evidence-card-format.md +0 -0
  2408. /package/plugins/lisa-cursor/skills/{project-ideation → lisa-project-ideation}/examples/host-project-only.md +0 -0
  2409. /package/plugins/lisa-cursor/skills/{project-ideation → lisa-project-ideation}/examples/idempotency-verification-harness.md +0 -0
  2410. /package/plugins/lisa-cursor/skills/{project-ideation → lisa-project-ideation}/examples/public-external-inspiration.md +0 -0
  2411. /package/plugins/lisa-cursor/skills/{project-ideation → lisa-project-ideation}/examples/unavailable-data-rejection.md +0 -0
  2412. /package/plugins/lisa-wiki/commands/{add-ingest.md → lisa/add-ingest.md} +0 -0
  2413. /package/plugins/lisa-wiki/commands/{add-role.md → lisa/add-role.md} +0 -0
  2414. /package/plugins/lisa-wiki/commands/{doctor.md → lisa/doctor.md} +0 -0
  2415. /package/plugins/lisa-wiki/commands/{ingest.md → lisa/ingest.md} +0 -0
  2416. /package/plugins/lisa-wiki/commands/{lint.md → lisa/lint.md} +0 -0
  2417. /package/plugins/lisa-wiki/commands/{migrate.md → lisa/migrate.md} +0 -0
  2418. /package/plugins/lisa-wiki/commands/{onboard-me.md → lisa/onboard-me.md} +0 -0
  2419. /package/plugins/lisa-wiki/commands/{query.md → lisa/query.md} +0 -0
  2420. /package/plugins/lisa-wiki/commands/{setup-automations.md → lisa/setup-automations.md} +0 -0
  2421. /package/plugins/lisa-wiki/commands/{setup.md → lisa/setup.md} +0 -0
  2422. /package/plugins/lisa-wiki/commands/{status.md → lisa/status.md} +0 -0
  2423. /package/plugins/lisa-wiki/commands/{tear-down-automations.md → lisa/tear-down-automations.md} +0 -0
  2424. /package/plugins/lisa-wiki-agy/commands/{add-ingest.md → lisa/add-ingest.md} +0 -0
  2425. /package/plugins/lisa-wiki-agy/commands/{add-role.md → lisa/add-role.md} +0 -0
  2426. /package/plugins/lisa-wiki-agy/commands/{doctor.md → lisa/doctor.md} +0 -0
  2427. /package/plugins/lisa-wiki-agy/commands/{ingest.md → lisa/ingest.md} +0 -0
  2428. /package/plugins/lisa-wiki-agy/commands/{lint.md → lisa/lint.md} +0 -0
  2429. /package/plugins/lisa-wiki-agy/commands/{migrate.md → lisa/migrate.md} +0 -0
  2430. /package/plugins/lisa-wiki-agy/commands/{onboard-me.md → lisa/onboard-me.md} +0 -0
  2431. /package/plugins/lisa-wiki-agy/commands/{query.md → lisa/query.md} +0 -0
  2432. /package/plugins/lisa-wiki-agy/commands/{setup-automations.md → lisa/setup-automations.md} +0 -0
  2433. /package/plugins/lisa-wiki-agy/commands/{setup.md → lisa/setup.md} +0 -0
  2434. /package/plugins/lisa-wiki-agy/commands/{status.md → lisa/status.md} +0 -0
  2435. /package/plugins/lisa-wiki-agy/commands/{tear-down-automations.md → lisa/tear-down-automations.md} +0 -0
  2436. /package/plugins/lisa-wiki-copilot/commands/{add-ingest.md → lisa/add-ingest.md} +0 -0
  2437. /package/plugins/lisa-wiki-copilot/commands/{add-role.md → lisa/add-role.md} +0 -0
  2438. /package/plugins/lisa-wiki-copilot/commands/{doctor.md → lisa/doctor.md} +0 -0
  2439. /package/plugins/lisa-wiki-copilot/commands/{ingest.md → lisa/ingest.md} +0 -0
  2440. /package/plugins/lisa-wiki-copilot/commands/{lint.md → lisa/lint.md} +0 -0
  2441. /package/plugins/lisa-wiki-copilot/commands/{migrate.md → lisa/migrate.md} +0 -0
  2442. /package/plugins/lisa-wiki-copilot/commands/{onboard-me.md → lisa/onboard-me.md} +0 -0
  2443. /package/plugins/lisa-wiki-copilot/commands/{query.md → lisa/query.md} +0 -0
  2444. /package/plugins/lisa-wiki-copilot/commands/{setup-automations.md → lisa/setup-automations.md} +0 -0
  2445. /package/plugins/lisa-wiki-copilot/commands/{setup.md → lisa/setup.md} +0 -0
  2446. /package/plugins/lisa-wiki-copilot/commands/{status.md → lisa/status.md} +0 -0
  2447. /package/plugins/lisa-wiki-copilot/commands/{tear-down-automations.md → lisa/tear-down-automations.md} +0 -0
  2448. /package/plugins/lisa-wiki-cursor/commands/{add-ingest.md → lisa/add-ingest.md} +0 -0
  2449. /package/plugins/lisa-wiki-cursor/commands/{add-role.md → lisa/add-role.md} +0 -0
  2450. /package/plugins/lisa-wiki-cursor/commands/{doctor.md → lisa/doctor.md} +0 -0
  2451. /package/plugins/lisa-wiki-cursor/commands/{ingest.md → lisa/ingest.md} +0 -0
  2452. /package/plugins/lisa-wiki-cursor/commands/{lint.md → lisa/lint.md} +0 -0
  2453. /package/plugins/lisa-wiki-cursor/commands/{migrate.md → lisa/migrate.md} +0 -0
  2454. /package/plugins/lisa-wiki-cursor/commands/{onboard-me.md → lisa/onboard-me.md} +0 -0
  2455. /package/plugins/lisa-wiki-cursor/commands/{query.md → lisa/query.md} +0 -0
  2456. /package/plugins/lisa-wiki-cursor/commands/{setup-automations.md → lisa/setup-automations.md} +0 -0
  2457. /package/plugins/lisa-wiki-cursor/commands/{setup.md → lisa/setup.md} +0 -0
  2458. /package/plugins/lisa-wiki-cursor/commands/{status.md → lisa/status.md} +0 -0
  2459. /package/plugins/lisa-wiki-cursor/commands/{tear-down-automations.md → lisa/tear-down-automations.md} +0 -0
  2460. /package/plugins/src/base/skills/{atlassian-access → lisa-atlassian-access}/scripts/markdown-to-adf.mjs +0 -0
  2461. /package/plugins/src/base/skills/{jira-evidence → lisa-jira-evidence}/scripts/post-evidence.sh +0 -0
  2462. /package/plugins/src/base/skills/{jira-journey → lisa-jira-journey}/scripts/generate-templates.py +0 -0
  2463. /package/plugins/src/base/skills/{jira-journey → lisa-jira-journey}/scripts/parse-plan.py +0 -0
  2464. /package/plugins/src/base/skills/{jira-read-ticket → lisa-jira-read-ticket}/scripts/download-attachment.sh +0 -0
  2465. /package/plugins/src/base/skills/{project-ideation → lisa-project-ideation}/examples/evidence-card-format.md +0 -0
  2466. /package/plugins/src/base/skills/{project-ideation → lisa-project-ideation}/examples/host-project-only.md +0 -0
  2467. /package/plugins/src/base/skills/{project-ideation → lisa-project-ideation}/examples/idempotency-verification-harness.md +0 -0
  2468. /package/plugins/src/base/skills/{project-ideation → lisa-project-ideation}/examples/public-external-inspiration.md +0 -0
  2469. /package/plugins/src/base/skills/{project-ideation → lisa-project-ideation}/examples/unavailable-data-rejection.md +0 -0
  2470. /package/plugins/src/wiki/commands/{add-ingest.md → lisa/add-ingest.md} +0 -0
  2471. /package/plugins/src/wiki/commands/{add-role.md → lisa/add-role.md} +0 -0
  2472. /package/plugins/src/wiki/commands/{doctor.md → lisa/doctor.md} +0 -0
  2473. /package/plugins/src/wiki/commands/{ingest.md → lisa/ingest.md} +0 -0
  2474. /package/plugins/src/wiki/commands/{lint.md → lisa/lint.md} +0 -0
  2475. /package/plugins/src/wiki/commands/{migrate.md → lisa/migrate.md} +0 -0
  2476. /package/plugins/src/wiki/commands/{onboard-me.md → lisa/onboard-me.md} +0 -0
  2477. /package/plugins/src/wiki/commands/{query.md → lisa/query.md} +0 -0
  2478. /package/plugins/src/wiki/commands/{setup-automations.md → lisa/setup-automations.md} +0 -0
  2479. /package/plugins/src/wiki/commands/{setup.md → lisa/setup.md} +0 -0
  2480. /package/plugins/src/wiki/commands/{status.md → lisa/status.md} +0 -0
  2481. /package/plugins/src/wiki/commands/{tear-down-automations.md → lisa/tear-down-automations.md} +0 -0
@@ -0,0 +1,1026 @@
1
+ ---
2
+ name: lisa-repair-intake
3
+ description: "Vendor-agnostic repair scanner — the recovery counterpart to lisa-intake. Where intake claims `ready` work, repair-intake finds work that got stuck or was left half-closed: items left in `blocked`, stalled in an in-progress role (build `claimed`, PRD `in_review`), terminal-labeled items that are still natively open, and rollup/container items whose children are all terminal but whose parent is not closed out. Scans the same queues lisa-intake serves (Notion / Confluence / Linear / GitHub PRD databases; JIRA / GitHub / Linear build queues), enumerates candidates up to `max_candidates`, and repairs every materially actionable one in that bounded set: resumes stalled in-progress work IN PLACE (build → the vendor agent + the scanner's post-agent transition; PRD → the source `*-to-tracker` dry-run validate→route pipeline) — but for a stalled build it first diagnoses the PR/deploy state: a PR that already merged is recovered by applying the env transition build-intake never got to (no re-dispatch); a PR that is merely behind its base is re-synced in place via `gh pr update-branch` so the already-enabled auto-merge can land (a clean rebase needs no human); and only a PR that cannot merge for a non-mechanical reason (true conflict, failing checks, unaddressed CodeRabbit/changes-requested) or a failed deploy gets a build-ready leaf fix ticket with the item moved to `blocked` (blocked by that ticket) rather than re-dispatching, re-validates blocked PRDs when new clarifying answers exist, re-dispatches blocked build items whose `is blocked by` dependencies have since closed OR whose validation/quality-gate self-block now re-validates PASS (re-running `lisa-tracker-validate` against current content — the build mirror of PRD re-validation), performs terminal native closure for terminal-labeled items, reconciles parent rollups to their derived state per leaf-only-lifecycle — including the intermediate-env case (e.g. all children at `On Stg` → parent `On Stg`) and a container wrongly stuck in `ready` — and closes out rollups whose associated child work is fully terminal. Idempotent, loop-protected via a [lisa-repair-intake] marker + state fingerprint + backoff. Never mutates product-owned states (`draft`, `verified`) and never touches `ready` leaves (a container wrongly carrying `ready` is the one exception — it is rolled up from its children, since `ready` on a parent is an invariant violation, not intake's claim signal). Designed as a /schedule cron target running alongside lisa-intake."
4
+ allowed-tools: ["Skill", "Bash", "Read", "Write", "Edit"]
5
+ ---
6
+
7
+ # Repair Intake: $ARGUMENTS
8
+
9
+ Run one batch-**repair** cycle against the queue identified by `$ARGUMENTS`. Where `lisa-intake`
10
+ scans the `ready` role and moves work *forward*, repair-intake scans the **stuck and
11
+ close-out** roles and moves work *unstuck* or *fully closed*:
12
+
13
+ - **Stalled in-progress** — an item left in an in-progress role (build `claimed`, PRD
14
+ `in_review`) whose processing cycle died. It is technically "being worked" but nothing is
15
+ happening, so it sits ignored forever. (The vendor PRD intakes explicitly leave an errored PRD
16
+ in `in_review` "for the human to investigate from there" — that orphan is exactly what this
17
+ skill recovers.) For a stalled **build**, repair-intake first diagnoses *why* it stalled by
18
+ inspecting its PRs and deploys. A PR that **already merged** is recovered by applying the env
19
+ transition build-intake never got to (its merge gate left the item `claimed` when the merge landed
20
+ after its agent returned) — no re-dispatch. A PR that is merely **behind its base** (`BEHIND`, no
21
+ conflict) is **re-synced in place** with `gh pr update-branch` so the already-enabled auto-merge can
22
+ finally land — a clean rebase needs no human, and leaving it stranded is the exact gap that lets an
23
+ auto-merge PR sit unmerged forever. A **true merge conflict** is first given **one bounded in-place
24
+ re-dispatch** to the build agent — whose `drive-pr-to-merge` fix-mode loop resolves conflicts — because
25
+ a conflict, unlike a failing external check, is fixable by re-running the build; only a conflict that
26
+ survives that single attempt (or that the agent says needs design input) becomes a fix ticket. The
27
+ genuinely non-resolvable blockers — failing checks / unaddressed CodeRabbit or `CHANGES_REQUESTED`
28
+ review / a failed deploy — get a build-ready leaf fix ticket with the item moved to `blocked` (blocked
29
+ by that ticket) instead of blindly re-dispatching the agent, which would just churn against them.
30
+ - **Recoverable blocked** — an item in `blocked` whose blocker may now be gone. The blocker is
31
+ one of three classes, and repair re-checks **all** of them, not just dependencies: (a) an
32
+ `is blocked by` **dependency** has since closed; (b) a **validation / quality-gate self-block** —
33
+ the item was bounced to `blocked` by its own pre-flight `verify`/`validate` gate (missing
34
+ Validation Journey, Sign-in Required, Acceptance Criteria, etc.) with **no dependency at all**,
35
+ and a human has since edited the item to add what the gate demanded; or (c) **clarifying
36
+ questions answered** / an **ambiguity** research can now settle. A self-block (b) is the common
37
+ one missed by dependency-only re-checks: nothing else is blocking it, so re-running the same gate
38
+ against its current content is the only way to know it is now passable.
39
+ - **Terminal-open drift** — an item already carrying its true terminal lifecycle role (for
40
+ example GitHub `status:done`) but still open/active in the provider's native state.
41
+ - **Rollup drift** — a parent/container item (Epic, Story, PRD, Linear Project, or equivalent)
42
+ whose own lifecycle state does not match the roll-up of its children's states per
43
+ `leaf-only-lifecycle`. This covers the *completed* case (all children terminal → close the parent
44
+ out) **and** the *intermediate-env* case (all children shipped to an env like `On Stg`, but the
45
+ parent never advanced — including a parent left stranded in a status it should never carry).
46
+ - **Stale-`ready` container** — a parent/container (open child work, or a childless
47
+ **Epic**) wrongly carrying the build-ready role. This is a leaf-only-invariant violation
48
+ the build-intake claim gate deliberately leaves for a human; repair-intake reconciles it by
49
+ rolling the parent up from its children (with an audit note), so a container never sits in `ready`
50
+ indefinitely.
51
+ - **Missing official ready-label drift** — a GitHub issue that is missing every configured Lisa
52
+ lifecycle label. repair-intake classifies it as a PRD or build ticket and adds the configured
53
+ `ready` label (`prd-ready` for a PRD, build `status:ready` for a ticket) so normal intake can see
54
+ it; if the later intake/implement gate finds the item incomplete, it moves the item to `blocked`.
55
+ - **Missing native child link drift** — a GitHub parent (a `ticketed`/other open non-product-owned
56
+ PRD, **or a build Epic/Story container**) whose children are discoverable — from the generated-work
57
+ section/comment for a PRD, or from body parentage (`Parent: #<n>` / `Parent Epic: #<n>`) for a build
58
+ container resolved via the documented hierarchy fallback — but whose native sub-issue list is missing
59
+ one or more of those children. This is the common shape when children were created by an external
60
+ generator (e.g. Codex) or an older write path that recorded parentage only in prose and never called
61
+ `addSubIssue`. repair-intake replays the `prd-backlink` / `github-write-issue` native-linking contract
62
+ and attaches the missing same-repo children idempotently, so rollup and the GitHub UI can rely on the
63
+ native graph again.
64
+
65
+ This skill is the symmetric counterpart to `lisa-intake`. It reuses the same queue-detection,
66
+ the same agent-team orchestration, the same "don't ask, just run" confirmation policy, and the
67
+ same per-item surfaces the vendor intakes use (`lisa:<source>-to-tracker` dry-run for PRDs;
68
+ `lisa:<tracker>-agent` + the scanner's lifecycle transitions for build) — it differs in *which
69
+ roles it scans* and, for stalled/blocked work, *that it skips the claim step* (the item is already
70
+ claimed/blocked). Close-out candidates do not dispatch agents; they only reconcile terminal
71
+ lifecycle state with provider-native closure and rollup state.
72
+
73
+ ## Public contract
74
+
75
+ ```text
76
+ /lisa:repair-intake <queue> [intake_mode=prd|build|both] [stale_after=2h] [max_candidates=100] [force=true]
77
+ ```
78
+
79
+ | Token | Meaning | Default |
80
+ |-------|---------|---------|
81
+ | `<queue>` | Same queue identifier `lisa-intake` accepts (see Source dispatch). Required. | — |
82
+ | `intake_mode` | `prd` \| `build` \| `both`. Only meaningful for a GitHub `org/repo` (or bare `github`) that hosts both PRD and build label namespaces. `both` is unique to repair — a repair sweep usefully covers both lifecycles in one schedule. Absent → `both` when both namespaces exist, else whichever lifecycle exists. | `both` for dual GitHub queues; otherwise infer |
83
+ | `stale_after` | How long since the last state-changing transition into the in-progress role, or since the last human / PR-side forward-progress activity, before an in-progress item counts as stalled. Automation self-comments do not reset this clock. Accepts `24h`, `90m`, `2d`, or `0` (treat any in-progress item as stalled — manual recovery, also the only way to resume work on a provider that exposes no reliable timestamp). Overrides config. | `2h` |
84
+ | `max_candidates` | Cap on how many stuck/close-out candidates to enumerate and evaluate. Repair every materially actionable candidate within this bounded set, then stop. Overrides config. | `100` |
85
+ | `force` | `true` bypasses the loop-prevention backoff window (so a manual re-run re-attempts items even if their fingerprint is unchanged). It does **not** change the staleness rule — use `stale_after=0` for that. | `false` |
86
+
87
+ ## Confirmation policy
88
+
89
+ Do NOT ask the caller whether to proceed. Once invoked with a queue, run the cycle to
90
+ completion. The caller (a human at the CLI or a scheduled cron) has already authorized the run
91
+ by invoking the skill; re-prompting defeats the purpose of a background repair sweep.
92
+
93
+ Specifically forbidden:
94
+
95
+ - Previewing projected scope (number of stuck items, projected re-dispatch count, write counts)
96
+ and asking whether to continue.
97
+ - Offering A/B/C-style choices like "repair / skip / report-only" — the documented behavior IS
98
+ the default.
99
+ - Pausing because many items are stuck, an item looks complex, or a repair is likely to land
100
+ the item back in `blocked`. Returning an item to `blocked` with a current, accurate note is a
101
+ valid outcome of the repair lifecycle, not a failure.
102
+ - Pausing because a re-dispatch looks expensive. The cost of one cycle is bounded by
103
+ `max_candidates` and the actionable subset inside that cap; the cost of stalling a scheduled
104
+ cron waiting on a human is unbounded.
105
+
106
+ The only legitimate reasons to stop early:
107
+
108
+ - Missing required input (no queue argument, missing project configuration). Surface the
109
+ missing value and exit.
110
+ - The queue itself is misconfigured (Status property missing expected values, JIRA workflow
111
+ can't reach required transitions). Surface and exit.
112
+ - No stuck/close-out candidates, or none actionable this cycle. Exit cleanly with the idle-case
113
+ summary.
114
+
115
+ ## Orchestration: agent team
116
+
117
+ If you are NOT already operating inside an agent team (no prior successful team-creation or
118
+ subagent-delegation tool call in this session, not spawned into a team context), the very first
119
+ thing you do is establish team orchestration.
120
+
121
+ Use the team tool for the current runtime:
122
+
123
+ - Claude: use `TeamCreate`. If `TeamCreate` has not been loaded yet, first use `ToolSearch` with
124
+ `query: "select:TeamCreate"` to load its schema.
125
+ - Codex: do not call `TeamCreate`; Codex does not expose that Claude tool. Use `tool_search`
126
+ with a query like `multi-agent tools` to load `multi_agent_v1`, then use
127
+ `multi_agent_v1.spawn_agent` for teammate delegation. Treat the first successful `spawn_agent`
128
+ call as establishing team orchestration.
129
+ - Other runtimes: use the current runtime's tool-discovery mechanism to discover and call the
130
+ appropriate multi-agent/team tool.
131
+
132
+ If no team creation or subagent delegation tool is available, explicitly state that team
133
+ orchestration is unavailable in this runtime, continue as the lead agent, and preserve the
134
+ workflow's review, verification, and task-tracking obligations locally.
135
+
136
+ Until the team is established, the first Codex teammate has been spawned, or the no-team
137
+ fallback has been declared, do NOT call any of: `Agent`, `TaskCreate`, `Skill`, MCP tools
138
+ (Atlassian / Linear / GitHub / Notion), `Read`, `Write`, `Edit`, `Bash`, `Grep`, `Glob`.
139
+ Scanning the queue, evaluating staleness, and dispatching per-item repairs — all of those are
140
+ tasks for the team you are about to create, not for the lead session before orchestration
141
+ exists.
142
+
143
+ If you ARE already inside an agent team (e.g., a teammate invoked this skill via the Skill
144
+ tool), do NOT create a second team — many harnesses reject double-creates — and do NOT collapse the nested flow into a single inline worker. A nested team-first flow must still bring in the specialists it requires by adding them to the existing team, not by doing the work itself:
145
+
146
+ - **Claude:** teams are flat and only the lead can add named teammates, so do NOT call `Agent` with a `name` from a teammate (the harness rejects it: *"Teammates cannot spawn other teammates — the team roster is flat"*). Send the team lead a message naming the specialist teammate(s) this flow needs, their task assignments, and completion criteria, then coordinate through the shared task list until they finish. An anonymous subagent (`Agent` with `name` omitted) is permitted only for bounded one-shot work whose result returns directly to you — it is not a substitute for the required lifecycle specialists.
147
+ - **Codex:** do NOT call `TeamCreate`. If the lead/root agent is addressable (you were given its id/handle), send it a request to `multi_agent_v1.spawn_agent` the specialist agent(s), including each agent's prompt, ownership, and expected result. If no lead handle exists but `spawn_agent` is available to you, spawn only the bounded specialist agent(s) this flow needs, `wait_agent` for their results, and relay those results upward to the parent/lead.
148
+
149
+ Treat the first successful lead-spawn request (or, on the Codex fallback, the first specialist spawn) as preserving team orchestration. Never satisfy a team-first lifecycle flow by doing all the work inline. The cycle's outer team is created by repair-intake. Each per-item repair it runs
150
+ (`lisa:<source>-to-tracker` for a PRD, `lisa:<tracker>-agent` for a build item) executes within
151
+ the same team — those skills' orchestration preambles detect the existing team and skip creating
152
+ a second one. One team per cron cycle.
153
+
154
+ ## Source dispatch
155
+
156
+ Detect the queue type from `$ARGUMENTS` using the **exact same detection and disambiguation
157
+ rules as `lisa-intake`** — read that skill's "Source dispatch" section for the authoritative
158
+ table; the detection is identical and only the per-item action changes (repair instead of
159
+ claim-and-advance). The essentials, inlined here so this skill is self-complete:
160
+
161
+ | If `$ARGUMENTS` is... | Queue / lifecycle | Source/tracker key | Candidates repaired |
162
+ |------------------------|-------------------|--------------------|----------------------|
163
+ | Notion **database** URL/ID | PRD (Notion) | source=notion | `in_review`, `blocked`, terminal/open PRDs, all-terminal generated-work rollups |
164
+ | Confluence **space** URL/key | PRD (Confluence) | source=confluence | `in_review`, `blocked`, terminal/open PRDs, all-terminal generated-work rollups |
165
+ | Confluence **parent page** URL/ID | PRD (Confluence, narrowed) | source=confluence | `in_review`, `blocked`, terminal/open PRDs, all-terminal generated-work rollups |
166
+ | Linear **workspace** URL, **team** URL/key, or literal `linear` | PRD (Linear) | source=linear | `in_review`, `blocked`, terminal/open PRDs, all-terminal generated-work rollups |
167
+ | GitHub **repo** URL / `org/repo` (PRD namespace) | PRD (GitHub) | source=github | `in_review`, `blocked`, terminal/open PRDs, missing PRD child links, all-terminal generated-work rollups |
168
+ | GitHub **repo** URL / `org/repo` with `tracker = github` (build namespace) | Build (GitHub) | tracker=github | `claimed`, `blocked`, terminal/open issues, parent rollups (intermediate-env + all-terminal), stale-`ready` containers |
169
+ | GitHub **repo** URL / `org/repo` with an open issue missing configured lifecycle labels | GitHub label normalization | per classified lifecycle | add configured `prd.ready` or build `ready` |
170
+ | Literal `github` | GitHub; route by `intake_mode` (`prd` / `build` / `both`) | per lifecycle | per lifecycle above, plus GitHub ready-label normalization |
171
+ | JIRA project key or full JQL | Build (JIRA) | tracker=jira | `claimed`, `blocked`, terminal/closure verification, parent rollups (intermediate-env + all-terminal), stale-`ready` containers |
172
+
173
+ Disambiguation (same as `lisa-intake`): a `notion.so`/`notion.site` URL → Notion; an Atlassian
174
+ `/wiki/spaces/<KEY>` URL → Confluence (with `/pages/<id>` → parent-page narrowing); a
175
+ `linear.app` workspace/team URL or literal `linear` → Linear; a `github.com` URL / `<org>/<repo>`
176
+ token / literal `github` → GitHub; a bare token matching the JIRA project-key regex → JIRA
177
+ (else try Confluence space, then Linear team); a string with JQL operators → JQL. **A single-item
178
+ URL is out of scope** — this skill is batch-only; repair one item by hand via `lisa-implement`
179
+ (build) or by re-running `lisa:<source>-to-tracker` (PRD).
180
+
181
+ Role names for every vendor are resolved from `.lisa.config.json` per the `config-resolution`
182
+ rule — never hardcode status/label strings. The relevant repair roles:
183
+
184
+ | Lifecycle | Vendor | In-progress role key | Blocked role key | Terminal / rollup role key |
185
+ |-----------|--------|----------------------|------------------|----------------------------|
186
+ | Build | JIRA | `jira.workflow.claimed` (`In Progress`) | `jira.workflow.blocked` (`Blocked`) | env-resolved `jira.workflow.done` |
187
+ | Build | GitHub | `github.labels.build.claimed` (`status:in-progress`) | `github.labels.build.blocked` (`status:blocked`) | env-resolved `github.labels.build.done` (`status:done`) |
188
+ | Build | Linear | `linear.labels.build.claimed` (`status:in-progress`) | `linear.labels.build.blocked` (`status:blocked`) | env-resolved `linear.labels.build.done` (`status:done`) |
189
+ | PRD | Notion | `notion.values.in_review` (`In Review`) | `notion.values.blocked` (`Blocked`) | `notion.values.shipped` (`Shipped`) |
190
+ | PRD | GitHub | `github.labels.prd.in_review` (`prd-in-review`) | `github.labels.prd.blocked` (`prd-blocked`) | `github.labels.prd.shipped` (`prd-shipped`) |
191
+ | PRD | Linear | `linear.labels.prd.in_review` (`prd-in-review`) | `linear.labels.prd.blocked` (`prd-blocked`) | `linear.labels.prd.shipped` (`prd-shipped`) |
192
+ | PRD | Confluence | `confluence.parents.in_review` (page id) | `confluence.parents.blocked` (page id) | `confluence.parents.shipped` (page id) |
193
+
194
+ In addition to the lifecycle roles above, the build lifecycle defines the **`human_needed` marker** — an additive label (`jira.labels.human_needed` / `github.labels.build.human_needed` / `linear.labels.build.human_needed`, default `Human Needed` / `human-needed`) that rides alongside `blocked` when the block needs human-only input no agent or retry can supply (see `config-resolution` "Build markers"). repair-intake's interaction with the marker is asymmetric and is the whole point of the distinction below:
195
+
196
+ - The blocks repair-intake **itself writes** are the auto-recoverable kind — it files a build-ready fix ticket and moves the item `blocked` *blocked by that ticket*, expecting the next cycle to self-heal. Those are **not** `human_needed`; if such an item arrives already carrying a stale `human_needed` marker, repair-intake **clears** it (the block is no longer waiting on a human).
197
+ - The blocks the **vendor agent** writes when repair-intake re-dispatches it (its pre-flight gate) carry `human_needed` already — the agent owns that marker. repair-intake leaves it in place.
198
+
199
+ Resolve with the standard role-read pattern (local overrides global, default fallback):
200
+
201
+ ```bash
202
+ read_role() {
203
+ local path="$1" default="$2"
204
+ local local_v global_v
205
+ local_v=$(jq -r "${path} // empty" .lisa.config.local.json 2>/dev/null)
206
+ global_v=$(jq -r "${path} // empty" .lisa.config.json 2>/dev/null)
207
+ echo "${local_v:-${global_v:-$default}}"
208
+ }
209
+ # e.g. build/github:
210
+ CLAIMED=$(read_role '.github.labels.build.claimed' 'status:in-progress')
211
+ BLOCKED=$(read_role '.github.labels.build.blocked' 'status:blocked')
212
+ ```
213
+
214
+ ## Access layer (which surface does each write)
215
+
216
+ repair-intake stays vendor-neutral; concrete reads/writes go through the same layers the vendor
217
+ intakes use. Never call Atlassian MCP or `acli` directly — go through `lisa-atlassian-access`.
218
+
219
+ | Vendor | Reads (scan / comments / links) | Writes (transition / comment / close-out) | Re-dispatch / re-validate |
220
+ |--------|---------------------------------|-------------------------------|---------------------------|
221
+ | JIRA (build) | `lisa-atlassian-access` `search-issues` / `lisa-jira-read-ticket` | `lisa-atlassian-access` `transition` / `comment` | `lisa-jira-agent` |
222
+ | GitHub (build) | `gh issue list` / `gh issue view --json` / `gh pr list` / GraphQL sub-issues | `gh issue edit` (labels) / `gh issue comment` / `gh issue close --reason completed` | `lisa-github-agent` |
223
+ | Linear (build) | Linear MCP `list_issues` / `get_issue` / `list_comments` | Linear MCP `save_issue` (labels) / `save_comment` | `lisa-linear-agent` |
224
+ | Notion (PRD) | `lisa-notion-access` (`query`, page comments) | `lisa-notion-access` `write-page` (status) / page comment | `lisa-notion-to-tracker` (dry-run) |
225
+ | GitHub (PRD) | `gh issue list/view` (PRD labels) / GraphQL sub-issues / generated-work section | `gh issue edit` / `gh issue comment` / `gh issue close --reason completed` | `lisa-github-to-tracker` (dry-run) |
226
+ | Linear (PRD) | Linear MCP `list_projects` / `get_project` (+ sentinel feedback issue) | Linear MCP `save_project` (labels) / `save_comment` | `lisa-linear-to-tracker` (dry-run) |
227
+ | Confluence (PRD) | `lisa-atlassian-access` CQL | `lisa-atlassian-access` page `parentId` update / comment | `lisa-confluence-to-tracker` (dry-run) |
228
+
229
+ ## Staleness model
230
+
231
+ An in-progress item (build `claimed`, PRD `in_review`) is **stalled** when the last
232
+ state-changing transition into the in-progress role, or the last human / PR-side forward-progress
233
+ activity after that transition, is older than the `stale_after` threshold. `blocked` items are NOT
234
+ gated on staleness — their repairability is judged on current blocker/answer state, not elapsed
235
+ time.
236
+
237
+ Automation self-comments are not forward progress and must not reset the staleness clock. Status
238
+ comments like `[claude-build-intake] PR remains open...`, `[codex-build-intake] Follow-up pushed...`,
239
+ or `[lisa-repair-intake] ...` may be useful audit notes, but they cannot make a claimed item fresh
240
+ forever. If a provider exposes a changelog/history surface, prefer the timestamp of the last
241
+ transition into the claimed/In-Progress role over the item's generic `updated` timestamp. When the
242
+ history surface is unavailable, ignore comments whose author/marker clearly belongs to Lisa or its
243
+ automation agents, and use the newest human comment/edit or PR-side progress event instead.
244
+
245
+ A build `claimed` leaf whose linked PR has **already merged** (`state == MERGED`) is likewise NOT
246
+ gated on staleness. A merged PR is a settled terminal state, not in-flight work: the only thing
247
+ missing is the env transition build-intake never applied (its merge gate left the item `claimed`
248
+ because the merge landed after its agent returned). The recovery is judged on PR merge state, not
249
+ elapsed time — and crucially **post-merge activity does not defer it**. A freshly-merged PR keeps
250
+ producing activity that the signal below would otherwise read as keep-alive (a queued/in-progress
251
+ release or deploy check-run, a post-merge CodeRabbit summary comment), so gating merged-PR recovery
252
+ on staleness strands a *completed* leaf in `claimed` for as long as that activity keeps the clock
253
+ warm — exactly the failure that leaves a shipped Sub-task showing `status:in-progress` for a day
254
+ while its parents roll up against it. Recover it regardless of recent activity (Build `claimed`
255
+ decision tree step 0, and the dedicated high-confidence ordering bucket).
256
+
257
+ ### Threshold resolution
258
+
259
+ 1. `$ARGUMENTS` `stale_after=<dur>` (one-off override) — always wins. Parse `Nh` / `Nm` / `Nd` /
260
+ `0` into hours.
261
+ 2. `.lisa.config.json` `intake.repair.staleAfterHours` (durable project default).
262
+ 3. Built-in default: **2 hours**.
263
+
264
+ `stale_after=0` means "treat any in-progress item as stalled" — a manual full-recovery lever,
265
+ and the only way to resume work on a provider that exposes no reliable activity timestamp.
266
+
267
+ ### Activity signal (state-change first, portable across vendors)
268
+
269
+ Compute the item's newest eligible activity timestamp from the highest-priority signal the vendor
270
+ exposes, and compare it to `now - stale_after`:
271
+
272
+ 1. Provider-native status/label **transition** time into the in-progress role, when the provider
273
+ exposes it cleanly (JIRA changelog transition to `claimed` / In Progress, GitHub label event,
274
+ Linear state/label history, Notion/Confluence page move/status history).
275
+ 2. Latest human lifecycle/progress **comment** or edit on the item (and, for Linear PRDs, the
276
+ sentinel feedback issue). Exclude automation self-comments and Lisa audit markers such as
277
+ `[claude-build-intake]`, `[codex-build-intake]`, `[lisa-build-intake]`, and
278
+ `[lisa-repair-intake]`.
279
+ 3. For build items, latest **PR-side forward-progress activity** on the linked PR: newest commit,
280
+ review, check-run,
281
+ or PR comment.
282
+ 4. Provider-native item `updatedAt` / `last_edited_time` / `updated` only when the provider cannot
283
+ expose transition/comment authorship and the timestamp is not known to be driven by automation
284
+ self-comments.
285
+
286
+ If ANY of these is newer than the threshold, the item is **active** → record it as `active` and
287
+ skip it (read-only). For build `claimed`, an open PR with recent commits/checks is active. For
288
+ PRD `in_review`, a recent comment or page edit is active.
289
+
290
+ Count only **forward-progress** signals as keep-alive: new commits, a review that was just
291
+ requested or posted, an in-progress/queued check run, a fresh progress comment. A **settled
292
+ blocker state** — a failing/errored check run, `CONFLICTING` mergeability, a `CHANGES_REQUESTED`
293
+ review, an unaddressed CodeRabbit/reviewer change request, or a failed deployment — is NOT
294
+ keep-alive activity: it does not reset the staleness clock. The clock runs from the last genuine
295
+ progress event, so a PR that has been sitting failed/conflicted/awaiting-changes for longer than
296
+ `stale_after` counts as stalled and is diagnosed below.
297
+
298
+ A **merged** linked PR is the same kind of non-keep-alive signal, in the other direction: the work
299
+ is settled and complete, so its post-merge check-runs and summary comments must NOT count as
300
+ keep-alive either. A build `claimed` leaf with a merged PR is recovered regardless of the staleness
301
+ clock (see the Staleness model note above and the dedicated ordering bucket); it is never recorded
302
+ `active` and skipped on the strength of post-merge activity.
303
+
304
+ If a provider cannot expose any reliable timestamp, do **not** auto-resume its in-progress
305
+ items unless the caller passed `stale_after=0`. (Dependency-cleared `blocked` repair still
306
+ proceeds — it is judged on blocker state, not time.)
307
+
308
+ ## Repair decision tree
309
+
310
+ Apply per candidate. Continue through the ordered list until every candidate inside the
311
+ `max_candidates` cap has been evaluated. Each candidate may trigger a write (lifecycle transition,
312
+ native close/archive/complete, re-dispatch, or refreshed note), be recorded read-only, or be
313
+ recorded under Errors. Do not stop after the first write; the cap is the batch boundary.
314
+
315
+ ### Build `claimed` (stalled in-progress) → diagnose blocker, else resume in place
316
+
317
+ **First check for an already-merged PR — this check is NOT gated on staleness.** Read the item's
318
+ linked PR state before applying the staleness gate (see "Stuck-cause diagnosis" step 1–2 for
319
+ discovery). If `state == MERGED`, recover it immediately via step 0's merged-PR arm regardless of
320
+ elapsed time or recent post-merge activity (per the Staleness model's merged-PR exemption): a merged
321
+ PR is a completed leaf, and deferring it behind the staleness clock is what strands shipped work in
322
+ `claimed`.
323
+
324
+ Only if the PR is **not** merged does the staleness gate apply. Once it passes, **diagnose why it
325
+ stalled** by inspecting the item's PRs and deploys (see "Stuck-cause diagnosis" below). A stalled
326
+ build usually stalled for a concrete external reason, and re-dispatching the agent at it will not fix
327
+ a PR that cannot merge or a deploy that failed — it just churns.
328
+
329
+ 0. **Diagnose PR & deploy state.** Run "Stuck-cause diagnosis" below. It resolves, in order:
330
+ - **PR already merged** (checked first, staleness-exempt) → the build effectively completed; the
331
+ vendor build-intake's merge gate left the item `claimed` because the merge landed after its agent
332
+ returned. Do **not** re-dispatch or file anything — apply the scanner's post-agent env-resolved
333
+ `claimed → done` transition directly (step 2 below, env-resolved), and record it. This is the
334
+ recovery arm for build-intake leaving merged-but-unadvanced items in `claimed`.
335
+ - **PR only behind its base (a needed rebase)** → mechanically resolvable, **not** a human blocker.
336
+ Re-sync the branch in place so the already-enabled auto-merge can land (see diagnosis step 3).
337
+ Keep the item `claimed`; a later cycle confirms the merge and transitions. Do **not** file a fix
338
+ ticket for a clean rebase.
339
+ - **A true merge conflict** → **not** an immediate fix ticket. A conflict is fixable by re-running
340
+ the build, so attempt **one** in-place re-dispatch first (the resume sequence below; the vendor
341
+ agent re-enters `drive-pr-to-merge` fix mode, which resolves conflicts). Only a conflict that
342
+ survives that single attempt — the same conflicting head still `CONFLICTING` on a later cycle — or
343
+ that the agent reports needs design input, falls through to the fix-ticket path (diagnosis step 5).
344
+ - **A real external blocker re-running the build cannot fix** (failing checks / `CHANGES_REQUESTED` /
345
+ unaddressed CodeRabbit; or a failed deploy) → **do not dispatch the agent**. File a build-ready leaf
346
+ fix ticket for the blocker, move this item `claimed → blocked` with an `is blocked by` link to that
347
+ ticket, and record it. The existing "Build `blocked` → unblock if cleared" path resumes this item on
348
+ a later cycle once the fix ticket is terminal — a self-healing loop. Skip the resume steps below.
349
+
350
+ If the PR is healthy in-flight and no blocker is found, the work simply died mid-flight — run the **same per-item sequence
351
+ the vendor build-intake runs**, skipping the claim transition (the item is already `claimed`):
352
+
353
+ 1. Dispatch the item to the vendor agent — `lisa-jira-agent` / `lisa-github-agent` /
354
+ `lisa-linear-agent` (matching the queue's tracker) — with the item ref. If repair-intake is
355
+ running as a teammate rather than the lead/root agent, return a structured `delegation-request`
356
+ to the lead instead of spawning that named peer yourself; only the lead can add named teammates
357
+ in Claude's flat roster. This resumes the work in place, preserving its existing branch/PR and
358
+ prior comments.
359
+ 2. **On agent success**, apply the scanner's post-agent transition yourself: `claimed → done`,
360
+ where `done` is **env-resolved** exactly as `lisa:<tracker>-build-intake` resolves it (per
361
+ `config-resolution` env-keyed `done`: explicit `target_env` arg wins; else reverse-lookup the
362
+ env from the resulting PR's base branch via `deploy.branches`; if `done` is a map and env is
363
+ unresolvable, fail loudly — never guess). repair-intake owns this transition because it is
364
+ standing in for the scanner that never got to finish it.
365
+ 3. **On a surfaced blocker** (agent reports it cannot proceed), leave/move the item to `blocked`
366
+ with a `[lisa-repair-intake]` note (see Loop prevention). When the surfaced blocker is something
367
+ **only a human can supply** (credentials, access/permissions, a product or scoping decision), the
368
+ item also carries the `human_needed` marker — the vendor agent's pre-flight gate applies it; if
369
+ repair-intake makes the block transition itself for such a reason, it adds the marker too. (A
370
+ block that another tracked ticket or retry will clear is *not* human-needed — that is the
371
+ auto-recoverable fix-ticket path above.)
372
+
373
+ > Do **not** reset stalled in-progress items to `ready`. Reset throws away state, makes a
374
+ > partially-built item look freshly human-approved to the next `lisa-intake` claim, and forces a
375
+ > two-cycle recovery. Resume in place.
376
+
377
+ #### Stuck-cause diagnosis: PR & deploy blockers
378
+
379
+ Run this for every stalled `claimed` build item **before** considering an agent re-dispatch. The
380
+ goal is to distinguish "work died mid-flight, just resume it" from "work is blocked on a concrete
381
+ external state that resuming the agent cannot fix."
382
+
383
+ **1. Find the associated PR(s) and deploy(s).** From the item's linked PRs (GitHub: prefer the
384
+ native dev-link surface — `gh issue view <n> --json closedByPullRequestsReferences` — which lists
385
+ merged PRs that closed the issue, then `gh pr list --search <issue-ref> --state all`; JIRA:
386
+ dev-status / remote links; Linear: attachments and git-branch links) and the deploy(s) for the
387
+ resulting merge (the env-keyed `deploy.branches` mapping from `config-resolution`). The `--state all`
388
+ is load-bearing: `gh pr list --search` defaults to `--state open`, so a **merged** (closed) PR is
389
+ invisible on that surface — the exact state this recovery path exists to catch. A merged PR linked
390
+ only via search (no `Closes #` / native dev link) would otherwise never be discovered, and the leaf
391
+ would never recover. Read each PR with the vendor's native state, e.g. GitHub
392
+ `gh pr view <n> --json state,mergedAt,mergeable,mergeStateStatus,reviewDecision,statusCheckRollup,comments,reviews`.
393
+
394
+ **2. PR already merged → recover, don't re-dispatch.** If `state == MERGED`, the build is effectively
395
+ complete and the only thing missing is the env transition the build-intake never applied (its merge
396
+ gate left the item `claimed` because the merge landed after its agent returned). Do **not** re-dispatch
397
+ or file anything: apply the scanner's post-agent env-resolved `claimed → done` transition (the
398
+ resume-sequence step 2, env-resolved from the merged PR's base branch) and record it as a repair
399
+ write. Where the env deploy is observable, confirm it did not fail first; a failed post-merge deploy
400
+ falls through to the blocker path (step 4).
401
+
402
+ **3. PR only behind its base → re-sync in place (mechanical, not a blocker).** If the PR is clean but
403
+ behind its base — `mergeStateStatus == BEHIND` while `mergeable != CONFLICTING` and no required check
404
+ is failing — it does **not** need a human. This is exactly the case that strands a PR forever: GitHub
405
+ auto-merge will not advance a `BEHIND` branch on its own, so a PR opened with `--auto` sits unmerged
406
+ until something rebases it. Delegate this mechanical nudge + classification to the
407
+ `drive-pr-to-merge` skill in **report** mode — the single source of truth for the
408
+ "ensure auto-merge + re-sync a clean `BEHIND` branch" primitive — so this scanner does not
409
+ re-implement it:
410
+
411
+ ```text
412
+ drive-pr-to-merge pr=<n> on_blocker=report
413
+ ```
414
+
415
+ In report mode it ensures auto-merge is enabled and runs `gh pr update-branch <n>` only when the
416
+ PR is `BEHIND`-but-clean **and** the base branch's ruleset or classic branch protection requires
417
+ strict up-to-date status checks (`strict_required_status_checks_policy` / `required_status_checks.strict`).
418
+ If strict checks are off, it does not update the branch solely because the base moved; that avoids
419
+ CI cancellation storms in repos where updating the PR head restarts and cancels in-flight runs. It
420
+ never edits code, resolves threads, or dismisses reviews. It returns a classification (`merged` /
421
+ `will-merge-after-resync` / `blocked:<reason>`). On a `merged` / `will-merge-after-resync` result,
422
+ record this as a repair write (`resynced`), keep the item `claimed`, and move on — a later cycle sees
423
+ the now-`CLEAN` (or merged) PR and either lets auto-merge finish or applies the merged-PR recovery in
424
+ step 2. Only if `gh pr update-branch` itself reports a conflict it cannot apply does the PR become a
425
+ true conflict (step 4). Honor the backoff window so repeated cycles don't re-issue `update-branch` on
426
+ an unchanged head (Loop prevention). For JIRA/Linear items the PR is still the GitHub PR backing the
427
+ branch — operate on it the same way.
428
+
429
+ **4. Classify as a blocker.** Treat any of these as a real external blocker:
430
+
431
+ - **True merge conflict** — `mergeable = CONFLICTING` or `mergeStateStatus = DIRTY` (overlapping
432
+ changes a plain rebase cannot resolve), or `gh pr update-branch` (step 3) reported a conflict. A
433
+ merely `BEHIND` branch is **not** here — it was re-synced in step 3. Unlike the other classes below, a
434
+ conflict is **resolvable by re-running the build**, so step 5 gives it one in-place re-dispatch before
435
+ filing — see its conflict-first rule.
436
+ - **Failing required checks** — `statusCheckRollup` has a `FAILURE`/`ERROR`/`TIMED_OUT` conclusion,
437
+ or `mergeStateStatus = UNSTABLE`/`BLOCKED` due to checks.
438
+ - **Change requests outstanding** — `reviewDecision = CHANGES_REQUESTED`, or unresolved CodeRabbit
439
+ (or other reviewer) comments that request changes and have not been addressed by a newer commit.
440
+ - **Branch-protection / approvals blocked** — `mergeStateStatus = BLOCKED` for a reason other than
441
+ a transient check still running.
442
+ - **Failed deploy** — the deployment for the item's merge/branch reports a failed/errored status
443
+ (failed deploy workflow run, failed deployment status, or the project's deploy check is red).
444
+
445
+ A check that is still **queued/in progress**, or a `CLEAN`/`HAS_HOOKS` mergeable PR with no
446
+ outstanding change request, is **not** a blocker — that is normal in-flight state. (Such a PR with
447
+ recent check/commit activity would already have been caught as `active` by the staleness gate.)
448
+
449
+ **5. On a blocker found → file a leaf fix ticket + block the item.**
450
+
451
+ **Conflict-first exception (try to resolve before filing).** A *true merge conflict* — and only a
452
+ conflict, not failing checks, change requests, or a failed deploy — is fixable by re-running the build:
453
+ the vendor agent's `drive-pr-to-merge` fix-mode loop resolves conflicts. So before filing a fix ticket
454
+ for a conflict, give the item **one** in-place re-dispatch: run the resume-in-place sequence (steps 1–3
455
+ of the parent path above), which re-enters `drive-pr-to-merge` in fix mode against the existing PR.
456
+ Bound it to a single attempt per conflicting head — when you re-dispatch, post a `[lisa-repair-intake]
457
+ conflict-resolve-attempt: <item-ref>@<head-sha>` marker keyed on the PR head SHA. On a later cycle, if
458
+ that marker already exists for the **same** head SHA and the PR is still `CONFLICTING`, the attempt
459
+ failed: stop retrying and file the fix ticket below. File immediately (skip the attempt) if the agent
460
+ reports the conflict needs design input. Every other blocker class files the fix ticket with no
461
+ re-dispatch. Honor the backoff window / state fingerprint (Loop prevention) so the re-dispatch is never
462
+ re-issued against an unchanged conflicting head.
463
+
464
+ 1. **File one build-ready leaf fix ticket** per distinct blocker via `lisa-tracker-write` (the
465
+ vendor-neutral leaf writer + validation gate; never a vendor `*-write-*` skill directly),
466
+ `issue_type: Bug` for a failing-check/conflict/failed-deploy, `Task` for review-feedback
467
+ follow-up, `build_ready: true` so it auto-builds. The ticket MUST name: the blocked item + its
468
+ PR/deploy URL, the exact blocker (conflict / which checks failed with their logs link / which
469
+ change requests / which deploy run), three-audience description, and Gherkin acceptance criteria
470
+ for "PR is mergeable / deploy is green."
471
+ 2. **Transition the stalled item `claimed → blocked`** and add an **`is blocked by`** link to the
472
+ new fix ticket (vendor-native: JIRA issue link `is blocked by`; GitHub/Linear `Blocked by:` line
473
+ + label). Post a `[lisa-repair-intake]` note naming what it is blocked by and why. This block is
474
+ **auto-recoverable** — the fix ticket will build and close on its own — so do **not** add the
475
+ `human_needed` marker, and if the item already carries a stale `human_needed` label, remove it
476
+ here (it is no longer waiting on a human). The `human_needed` marker is reserved for blocks a
477
+ human must clear; this one a later cycle clears automatically.
478
+ 3. **Record it** as a repair write. Do **not** dispatch the vendor agent for this item this cycle.
479
+
480
+ The item now sits in `blocked`; once the fix ticket reaches a terminal state, the **Build
481
+ `blocked` → unblock if cleared** path (next section) detects the cleared `is blocked by`
482
+ dependency and resumes the original in place — a self-healing loop.
483
+
484
+ **Idempotency.** Before filing, check for an **open** fix ticket already carrying the marker
485
+ `[lisa-repair-intake] blocker:<item-ref>/<blocker-key>` (blocker-key is a stable slug of the
486
+ blocker, e.g. `pr-1234/merge-conflict` or `pr-1234/checks-failing`). If one exists, reference it
487
+ and ensure the `is blocked by` link is present rather than creating a duplicate. Honor the backoff
488
+ window and state fingerprint (Loop prevention) so re-runs over the same unchanged blocker are no-ops.
489
+
490
+ ### Build `blocked` → re-evaluate, unblock if cleared
491
+
492
+ 1. Read the block reason and classify the blocker (see Blocker classification & clearing). An item
493
+ may be held by a **dependency**, by a **validation / quality-gate self-block**, by a
494
+ **deployed / runtime verification failure**, by an **ambiguity**, or by more than one at once.
495
+ Re-check **every** class present — do not stop at "no `is blocked by` links, therefore nothing
496
+ to do." A self-block has zero dependencies by definition, yet is fully re-checkable.
497
+ 2. **Dependency cleared** — if every parsed `is blocked by` dependency is **cleared** → move
498
+ `blocked → claimed`, then run the same agent-dispatch + post-agent `claimed → done` sequence as
499
+ the stalled-`claimed` path above (one-cycle recovery). If the agent re-blocks, move back to
500
+ `blocked` — a valid outcome.
501
+ 3. **Validation / quality-gate self-block re-check** — if the block reason is a pre-flight
502
+ `verify`/`validate` gate failure (its `[lisa-*]` block note carries a gate marker + a "Missing
503
+ requirements" list and there is **no** open `is blocked by` dependency), re-run the **same gate**
504
+ against the item's **current** content via `lisa-tracker-validate` (read-only; the vendor-neutral
505
+ gate `lisa:<tracker>-build-intake` and `lisa:<tracker>-write-*` already use). This is the build
506
+ mirror of the PRD `blocked → re-validate` path below.
507
+ - **PASS now** (the human added what was missing) → move `blocked → claimed` and resume exactly
508
+ as in (2): agent-dispatch + post-agent `claimed → done`.
509
+ - **Still FAIL** → stay `blocked`, but refresh the note with the **current** (usually smaller)
510
+ missing-requirement set so the human sees what remains. Because the fingerprint includes the
511
+ gate verdict + missing-requirement set (Loop prevention), a partial human fix changes the
512
+ fingerprint and re-checks next cycle, while a truly-unchanged gate result stays in backoff.
513
+ 4. **Deployed / runtime verification blocker re-check** — if the block reason is a failed
514
+ *deployed* or *runtime* verification (a smoke/E2E/health check or manual probe against a live
515
+ environment that errored — e.g. an authenticated endpoint returning 500, a deploy health check
516
+ red, a seeded-data assertion failing), re-check by **reproducing the original failing check with
517
+ the same context it used**: the same auth identity/credentials, the same target environment, the
518
+ same route, and the same scope/parameters. A probe that does **not** exercise the failed path is
519
+ **not** evidence the blocker cleared — an *anonymous* request to an *auth-gated* resource, a
520
+ request against a different environment, or a narrower scope can all return a healthy status
521
+ while the originally-failing path is still broken. (This exact false-negative — an unauthenticated
522
+ `GET` to an auth-gated resource returning 200 without touching the failing table — wrongly unblocked
523
+ a build item whose authenticated path was still 500ing, sending it `ready → claimed → blocked` again.)
524
+ - **Reproduces clean now** (the *same* check that failed now passes) → move `blocked → claimed`
525
+ and resume as in (2).
526
+ - **Still failing** → stay `blocked`; refresh the note with the current observed result. Because
527
+ the root cause is external (a deployed defect, not item content), prefer filing/keeping a
528
+ build-ready fix ticket and an `is blocked by` link to it (the "real external blocker" path),
529
+ so a later cycle self-heals when that ticket goes terminal.
530
+ - **Cannot reproduce this cycle** (the agent lacks the credentials/env access to run the original
531
+ check) → stay `blocked`; do **not** unblock on the absence of a reproduction. If the missing
532
+ access is human-only, apply the `human_needed` marker. Never unblock a deployed-verification
533
+ blocker on a weaker signal than the one that set it.
534
+ 5. If the block was an **ambiguity** research can settle and no dependency remains → run the
535
+ research needed (`lisa-codebase-research` / `lisa-product-walkthrough`); if resolved, proceed
536
+ as in (2).
537
+ 6. Else → still blocked. Refresh the note with the current reason (Loop prevention) and leave it
538
+ `blocked`.
539
+
540
+ ### Build terminal-open → native close / complete / resolve
541
+
542
+ For each build item that already carries the env-resolved true terminal `done` role but is still
543
+ native-open / active / unresolved:
544
+
545
+ 1. Verify the item is a **leaf** or a **rollup parent whose all required children are terminal**.
546
+ If it is a parent with incomplete children, do not close it; refresh a `[lisa-repair-intake]`
547
+ note naming the incomplete child set.
548
+ 2. Verify the terminal `done` role is the true final value per `leaf-only-lifecycle` and
549
+ `config-resolution` env-keyed `done`. Intermediate env labels (for example `status:on-dev` or
550
+ `status:on-stg`) are not terminal and must stay open.
551
+ 3. Perform the provider-native terminal action idempotently:
552
+ - GitHub: `gh issue close <number> --repo <org>/<repo> --reason completed`.
553
+ - Linear: move the issue to the configured Done / Completed native workflow state if available;
554
+ otherwise record the missing native state as a setup error.
555
+ - JIRA: verify it is resolved / closed (`statusCategory = Done`, resolution set if required);
556
+ if not, transition through the configured terminal workflow path or report the missing setup.
557
+ 4. Post a compact `[lisa-repair-intake]` note only when the native close-out changed state or when
558
+ an actionable setup error must be surfaced. Do not spam already-closed terminal items.
559
+
560
+ ### Build parent rollup reconciliation (intermediate-env or terminal close-out)
561
+
562
+ For each parent/container item (an Epic, a Linear Project, or any item — of any type — with open child work),
563
+ reconcile its lifecycle state with the roll-up of its children — **including the intermediate-env
564
+ case**, not only fully-terminal close-out. This is the recovery-side complement to the forward
565
+ rollup the `*-sync --rollup` skills perform; it catches a parent that was never rolled up (or was
566
+ left in a status it should not carry, including a stale build-ready `ready`).
567
+
568
+ 1. Read the child set using the vendor-native hierarchy first (GitHub sub-issues, JIRA
569
+ Epic/parent/sub-task hierarchy, Linear project/parent/sub-issues), with the same fallbacks the
570
+ vendor read/sync skills document. **Record which children were resolved natively vs. only via the
571
+ prose/body-parentage fallback** — the gap between the two sets is repairable native-link drift.
572
+ 1a. **Heal native child links before rolling up (GitHub).** Whenever the resolved child set
573
+ contains same-repo children that are *not* in the parent's native `subIssues` graph — the typical
574
+ case when the children carry `Parent: #<n>` / `Parent Epic: #<n>` in prose but were never attached
575
+ (external generators like Codex, or an older write path) — attach each missing same-repo child as a
576
+ native sub-issue using the identical idempotent `addSubIssue` contract the "GitHub PRD missing child
577
+ links" path documents below: dedupe by `owner/repo#number`, treat "already linked" as success, keep
578
+ cross-repo/cross-vendor children documented-only with a warning, and on `subIssues`/`addSubIssue`
579
+ unavailability record a capability warning and continue. A build parent attaches the children
580
+ resolved by its hierarchy (its Stories/Sub-tasks), not only empty-parent-token top-level work — the
581
+ PRD top-level-only restriction is a PRD rule, not a build one. Record repaired refs in the rollup
582
+ state fingerprint so repeated cycles do not re-post. Do this even when step 2 derives `unchanged`:
583
+ the native graph is what the GitHub UI rollup and progress bar depend on, independently of the
584
+ parent's status.
585
+ 2. **Compute the derived parent state** bottom-up per the `leaf-only-lifecycle` **Parent status
586
+ rollup** state machine, evaluated over the env ladder `in-progress < dev < staging <
587
+ production` (the ordered keys of the env-keyed `done` map): any required child blocked →
588
+ `blocked`; else every required child shipped to some env → the **least-advanced** env among
589
+ them (e.g. all `On Stg` → `On Stg`); else any child started → `claimed`; else unchanged.
590
+ Optional / won't-do / not-planned children are terminal-but-dropped and do not hold the parent
591
+ open.
592
+ 3. **If the derived state differs from the parent's current state, apply it** via the vendor's
593
+ lifecycle write (JIRA transition, GitHub/Linear label swap keeping exactly one `status:*`),
594
+ removing any conflicting stale build lifecycle role — **including a stale `ready`** the parent
595
+ should never carry. Post an idempotent `[lisa-repair-intake]` rollup note naming the derived
596
+ state and the child tally (honor the backoff window + fingerprint).
597
+ 4. **Perform native closure only at the true terminal `done`.** When — and only when — the derived
598
+ env is the production/terminal value, finalize through the provider-native mechanism (GitHub
599
+ `gh issue close --reason completed`, Linear move to Done state, JIRA resolved/closed verified at
600
+ `statusCategory = Done`). An intermediate-env rollup (`On Dev`/`On Stg`) advances the parent's
601
+ status but **must not** close it — it is still open per `leaf-only-lifecycle`.
602
+ 5. If the derived state is `unchanged` (children exist but none started) or the required set is
603
+ ambiguous / inaccessible, leave the parent as-is and record it as `active` or `still_blocked`
604
+ with the current child tally; never guess a transition.
605
+
606
+ ### PRD `in_review` (stalled in-progress) → re-run validate→route
607
+
608
+ After the staleness gate passes, run the **same dry-run validate→route pipeline the vendor PRD
609
+ intake runs per item**, targeted at this single PRD and **skipping the claim** (it is already
610
+ `in_review`):
611
+
612
+ 1. Invoke `lisa:<source>-to-tracker` with `dry_run: true` and the PRD's URL (source = the queue's
613
+ PRD vendor: `notion-to-tracker` / `confluence-to-tracker` / `linear-to-tracker` /
614
+ `github-to-tracker`). This indirectly runs `lisa-tracker-source-artifacts`,
615
+ `lisa-product-walkthrough`, and the `lisa-tracker-validate` gate, returning a structured
616
+ PASS/FAIL report with `prd_anchor` snippets — the same report the PRD intake consumes.
617
+ 2. **On PASS** → re-invoke `lisa:<source>-to-tracker` with `dry_run: false` to write the tickets
618
+ (its full run already writes the PRD back-link via `lisa-prd-backlink`), run the
619
+ `lisa-prd-ticket-coverage` audit as the PRD intake does, then transition the PRD to its
620
+ `ticketed` role via the access layer.
621
+ 3. **On FAIL** → post the clarifying-question comments grouped by `prd_anchor` (page-level for
622
+ `prd_anchor: null`), tagged `[lisa-repair-intake]` (Loop prevention), and transition to
623
+ `blocked`.
624
+
625
+ ### PRD `blocked` → re-validate if new answers exist
626
+
627
+ 1. Determine whether **new clarifying answers** exist: any comment/update on the PRD newer than
628
+ the last `[lisa-repair-intake]` note or the original `blocked` note. For Linear include the
629
+ sentinel feedback issue and anchored sub-issue comments; for Confluence include inline/footer
630
+ comments where the access layer exposes them; for Notion include page comments and
631
+ `last_edited_time`.
632
+ 2. If new answers exist → run the `lisa:<source>-to-tracker` dry-run validate→route pipeline as
633
+ in PRD `in_review` above (skipping claim). PASS → `ticketed`; FAIL → refresh note, stay
634
+ `blocked`.
635
+ 3. If no new answers and no dependency change → leave `blocked` untouched (subject to the
636
+ backoff window — do not re-post an identical note).
637
+
638
+ ### PRD terminal-open → close / archive source artifact
639
+
640
+ For each PRD source artifact that already carries the configured terminal source role (`shipped`
641
+ for generated-work completion, or a source-specific terminal role that the configured PRD source
642
+ declares closed-out) but is still native-open / active:
643
+
644
+ 1. Verify the PRD's generated top-level work is terminal per `prd-lifecycle-rollup`, unless the
645
+ source artifact is already in a stronger product-owned terminal role that explicitly permits
646
+ closure. Do not move a PRD out of `draft` or `verified`.
647
+ 2. Close or archive through the source vendor's native mechanism where one exists:
648
+ - GitHub: close the PRD issue with `--reason completed`.
649
+ - Linear: archive/close the PRD project through Linear MCP when supported by the workspace.
650
+ - Confluence/Notion: archive the page only when the access layer exposes a supported archival
651
+ action; otherwise record a capability-aware no-op.
652
+ 3. Never set `verified`; `/lisa:verify-prd` remains the only automated writer of the verified
653
+ role. This path only reconciles an already-terminal PRD with native closure.
654
+
655
+ ### PRD rollup with all generated work terminal → ship and close out
656
+
657
+ For each PRD in `ticketed` or another non-product-owned open PRD role whose generated top-level
658
+ work is fully terminal:
659
+
660
+ 1. Read the generated top-level child set exactly as `prd-ticket-coverage` / the vendor PRD intake
661
+ does: native PRD children where supported, plus the durable generated-work section fallback.
662
+ 2. Evaluate terminal state using `prd-lifecycle-rollup`'s vendor predicate. A generated Epic or
663
+ Story is terminal only when it has itself rolled up and closed out; do not re-derive its leaf
664
+ descendants directly when its own state is still open.
665
+ 3. Transition the PRD to the configured `shipped` role.
666
+ 4. Close/archive the PRD source artifact through the vendor-native close-out mechanism where
667
+ supported. This repair path is the explicit close-out sweep for PRDs whose child work is done;
668
+ it does not set `verified` and does not run `/lisa:verify-prd`.
669
+ 5. If generated work is missing, ambiguous, or partially incomplete, leave the PRD open and report
670
+ the incomplete child set. Never close a PRD on partial completion.
671
+
672
+ ### GitHub PRD missing child links → native sub-issue repair
673
+
674
+ For each open GitHub PRD in `ticketed` or another non-product-owned PRD role, compare the durable
675
+ generated-work fallback against the PRD's native sub-issue graph and repair missing native links.
676
+ This is the recovery counterpart to `lisa-prd-backlink`'s GitHub native parent-linking section:
677
+ PRD intake/backlink should attach generated top-level work as native PRD children when possible,
678
+ but repair-intake must heal the graph when that write was skipped, failed, or later drifted.
679
+
680
+ 1. Read the generated work exactly as PRD rollup does:
681
+ - Prefer the machine-readable `## Tickets` / `## Generated Work` section (`lisa:gw` tokens).
682
+ - If the machine-readable section is absent but an older Lisa ticketing comment exists, parse only
683
+ its structured `Top-level work:` block as a compatibility fallback. Do not scrape arbitrary
684
+ prose.
685
+ 2. Select only generated **top-level** work:
686
+ - `lisa:gw` entries whose `parent` token is empty.
687
+ - Older ticketing-comment entries under `Top-level work:`.
688
+ Leaf Sub-tasks and descendant Stories are never direct PRD children.
689
+ 3. Restrict native repair to same-repo GitHub issues. Cross-repo or cross-vendor generated work stays
690
+ documented-only; record a warning instead of failing.
691
+ 4. Read the PRD's existing native sub-issues with the same GraphQL `subIssues` query documented by
692
+ `lisa-prd-backlink` / `lisa-github-read-issue`, and dedupe by child-ref
693
+ (`owner/repo#number`).
694
+ 5. For each missing same-repo top-level child, resolve node IDs and call the same GitHub GraphQL
695
+ mutation as `prd-backlink`:
696
+
697
+ ```graphql
698
+ mutation($parentId:ID!,$childId:ID!){
699
+ addSubIssue(input:{issueId:$parentId,subIssueId:$childId}){issue{number}subIssue{number}}
700
+ }
701
+ ```
702
+
703
+ Treat "already linked" duplicate rejections as success. If `subIssues` / `addSubIssue` is
704
+ unavailable, leave the documented generated-work fallback intact, record a capability warning, and
705
+ continue.
706
+ 6. Post one idempotent `[lisa-repair-intake]` note when a missing native PRD child link is repaired
707
+ or when the native-link capability is unavailable. Include the generated top-level child set, the
708
+ pre-existing native child set, and repaired child refs in the state fingerprint so repeated cycles
709
+ do not spam comments.
710
+ 7. Do not transition the PRD lifecycle merely because child links were repaired. Rollup/ship remains
711
+ governed by the PRD rollup path after the child graph is complete.
712
+
713
+ ### GitHub missing official ready-label normalization → configured ready
714
+
715
+ For GitHub queues, enumerate open issues that have **no configured Lisa lifecycle label** in the
716
+ active lifecycle namespace(s). This is the repair path for issues created by older tools or humans
717
+ with labels like `build-ready`, or with no Lisa status label at all, that are invisible to
718
+ `lisa-intake`, whose scanner only reads the configured `ready` labels.
719
+
720
+ 1. Resolve configured lifecycle labels from `.lisa.config.json` / `.lisa.config.local.json`:
721
+ - PRD lifecycle labels: `draft`, `ready`, `in_review`, `blocked`, `ticketed`, `shipped`,
722
+ `verified` when configured.
723
+ - Build lifecycle labels: `ready`, `claimed`, `blocked`, every env-resolved `done` value,
724
+ intermediate status labels where configured, and `human_needed`.
725
+ 2. Query open GitHub issues that are missing all configured lifecycle labels for the lifecycle(s)
726
+ selected by `intake_mode`. If `intake_mode=prd`, only PRD-classified issues are normalized. If
727
+ `intake_mode=build`, every non-PRD issue is normalized as a build ticket. If `intake_mode=both`,
728
+ classify PRDs first and normalize all remaining issues as build tickets.
729
+ 3. Classify the issue:
730
+ - **PRD** if it has PRD labels/markers (`prd`, `type:PRD`, `kind:prd`), PRD structure
731
+ (`## Problem`, `## Goals`, `## Validation Journey`, generated-work/backlink sections), or
732
+ body/comment text that explicitly says `prd-ready`.
733
+ - **Build ticket** if it has build work labels/types (`bug`, `type:Bug`, `task`, `type:Task`,
734
+ `sub-task`, `type:Sub-task`, `improvement`, `type:Improvement`, `story`, `spike`) or
735
+ body/comment text that explicitly says `build-ready`. When PRD signals are absent and the
736
+ selected lifecycle includes build, default to **Build ticket** even if no build type label is
737
+ present; build-intake/implement will validate the item and move it to `blocked` if required
738
+ sections are missing.
739
+ - **Ambiguous PRD/build** if strong PRD and build classifications both match. In `intake_mode=prd`
740
+ normalize as PRD; in `intake_mode=build` normalize as build; in `intake_mode=both`, prefer PRD
741
+ only when the body has PRD structure, otherwise build.
742
+ 4. Apply exactly one configured ready label for the classified lifecycle:
743
+ - PRD → add the configured PRD `ready` label (default `prd-ready`).
744
+ - Build ticket → add the configured build `ready` label (default `status:ready`).
745
+ Keep any unofficial labels for auditability unless the project has explicitly configured one as a
746
+ conflicting lifecycle label. Do not claim the item or dispatch an agent in the same repair cycle;
747
+ normalization makes the next normal `lisa-intake` run pick it up.
748
+ 5. Post one idempotent `[lisa-repair-intake]` note naming the classification and the configured label
749
+ applied. Include the normalization result in the loop-prevention fingerprint so repeated repair
750
+ cycles do not spam comments.
751
+
752
+ ## Blocker classification & clearing (conservative, vendor-specific extraction)
753
+
754
+ A `blocked` build item is held by one or more of three blocker classes. Identify which are present
755
+ from the item's block note(s) and links, then clear-check **each present class** — an item with no
756
+ dependency is not automatically un-actionable; it may be a self-block that now passes.
757
+
758
+ ### Class A — dependency blockers
759
+
760
+ `lisa-tracker-read` is a thin dispatcher that returns each vendor's bundle **verbatim** — there
761
+ is no normalized `is blocked by` field. Read the bundle, then extract blockers per vendor:
762
+
763
+ - **GitHub**: parse the durable forms `lisa-github-build-intake` documents — `Blocked by: #123`,
764
+ qualified cross-repo refs (`owner/repo#123`), issue URLs in the body/comments — plus timeline
765
+ cross-reference events.
766
+ - **JIRA**: inspect the native issue-link records `lisa-jira-read-ticket` returns and select the
767
+ `is blocked by` link type.
768
+ - **Linear**: inspect the native issue **relations** from Linear MCP `get_issue` and select
769
+ blocker relations.
770
+
771
+ Then classify each blocker:
772
+
773
+ - **Closed, or shipped to any environment** → **cleared**. A blocker is cleared at **any**
774
+ env-staged `done` role — not only the production terminal. The `done` role is configured
775
+ per-env as a `{dev, staging, production}` map (`config-resolution`), so `On Dev`, `On Stg`,
776
+ **and** production `Done` all mean the blocker's code is merged and deployed to ≥1 environment.
777
+ A post-build `review` role (e.g. `Code Review`) is likewise cleared — the change exists and is
778
+ in flight. An `is blocked by` link is a **development** dependency: it is satisfied once the
779
+ blocker's code is in trunk; it must NOT wait for the blocker to reach production. (This matches
780
+ the intake-path dependency-hold gate in `lisa-intake-explain`, which already treats
781
+ `code-review` / `on-dev` / `on-stg` / `done` as cleared — repair-intake must not be stricter.
782
+ In an env-staged workflow where `Done` means "in production", a strict production-terminal
783
+ check strands every dependent forever behind a blocker that is already merged and sitting at
784
+ `On Stg` / `On Dev`.)
785
+ - **Open** in a pre-merge role (`ready` / `claimed` / unknown — code not yet in trunk) → **still
786
+ blocking**.
787
+ - **Inaccessible** (deleted, cross-org, permission denied) → **still blocking**, unless the item
788
+ body or a newer human comment explicitly states the dependency is resolved.
789
+
790
+ Only re-dispatch when **every** parsed blocker is cleared. When in doubt, stay blocked — a
791
+ false-negative (left blocked) is cheap; a false-positive (re-dispatched into a real blocker)
792
+ wastes a build cycle.
793
+
794
+ ### Class B — validation / quality-gate self-block
795
+
796
+ A self-block has **no** `is blocked by` dependency: the build-intake/agent flow claimed the item,
797
+ its pre-flight `verify`/`validate` gate failed (missing Validation Journey, Sign-in Required,
798
+ Target Backend Environment, Repository, Out of Scope, Evidence manifest, weak Acceptance Criteria,
799
+ etc.), and the item was bounced to `blocked` carrying that gate's `[lisa-*]` note + "Missing
800
+ requirements" list. Detect it by: (1) the block note bears a known gate marker (e.g.
801
+ `Pre-flight verify gate: BLOCKED`, `jira-verify` / `*-validate-*`), **and** (2) there is no open
802
+ `is blocked by` dependency. (If both a dependency and a self-block are present, clear the
803
+ dependency via Class A first; the self-block re-check still gates the eventual re-dispatch.)
804
+
805
+ Clear-check by **re-running the same gate against current content** — `lisa-tracker-validate`
806
+ (read-only; never writes), which dispatches to `lisa:<tracker>-validate-*` exactly as the write
807
+ path and build-intake do, so the bar cannot drift:
808
+
809
+ - **PASS** → cleared. Proceed to re-dispatch (decision tree step 2).
810
+ - **FAIL** → still self-blocked. Refresh the note with the current missing set (Loop prevention).
811
+
812
+ Conservative, same as Class A: a still-failing gate is a real blocker — never re-dispatch a build
813
+ whose own gate has not yet passed. This is intentionally symmetric with the PRD `blocked →
814
+ re-validate` path: PRDs re-run their dry-run `validate→route` when source content changes; builds
815
+ re-run `tracker-validate` when item content changes. The asymmetry where build `blocked` checked
816
+ only dependencies — leaving verify-gate self-blocks stranded forever after a human filled in the
817
+ missing sections — is the gap this class closes.
818
+
819
+ ### Class C — ambiguity / clarifying answers
820
+
821
+ A block that research or a human answer can settle (no dependency, no failing gate). Re-check by
822
+ running the needed research (`lisa-codebase-research` / `lisa-product-walkthrough`) or detecting a
823
+ human comment/edit newer than the last `[lisa-repair-intake]` note. Resolved → proceed to
824
+ re-dispatch; else stay blocked.
825
+
826
+ ### Class D — deployed / runtime verification failure
827
+
828
+ A block set by a *deployed* or *runtime* check that failed against a live environment — a
829
+ smoke/E2E/health probe or manual reproduction that returned an error (an authenticated endpoint
830
+ 500ing, a deploy health check red, a seeded-data assertion failing). This is neither a dependency
831
+ nor a content gate: the item is correct but the environment it must verify against is broken.
832
+
833
+ Clear-check by **reproducing the original failing check with the same context that set it** — same
834
+ auth identity/credentials, same environment, same route, same scope. The cardinal rule: **never
835
+ unblock on a probe weaker than the one that set the block.** A signal that does not exercise the
836
+ failed path is not a clear:
837
+
838
+ - Anonymous/unauthenticated request to an **auth-gated** resource (it can short-circuit to a
839
+ healthy response without touching the failing code path).
840
+ - A request against a **different environment** than the one that failed.
841
+ - A **narrower scope** than the failing check (a subset that happens to pass).
842
+
843
+ Conservative, same as the other classes: reproduces-clean → cleared; still-failing or
844
+ not-reproducible-this-cycle → stay blocked. Because the cause is external (a deployed defect, not
845
+ item content), the durable handling is the **real external blocker** path — file/keep a build-ready
846
+ fix ticket for the deployed defect and `is blocked by`-link the item to it, so a later cycle
847
+ self-heals when that ticket is terminal. If reproducing the check needs human-only access the agent
848
+ lacks, apply `human_needed`.
849
+
850
+ ## Loop prevention
851
+
852
+ A `blocked` item with a permanently unresolved problem must not be "repaired" and re-noted every
853
+ cron tick.
854
+
855
+ - Every note this skill writes is prefixed `[lisa-repair-intake]` and carries a compact **state
856
+ fingerprint**: the lifecycle role, the set of blocker refs + their observed states, the
857
+ validation verdict (PASS/FAIL) **plus the current missing-requirement set for a Class-B
858
+ self-block** (so a human filling in one of several missing sections changes the fingerprint and
859
+ triggers a re-check next cycle, rather than being suppressed as a no-op), terminal/open state,
860
+ rollup child tally, and a timestamp.
861
+ - Before writing a note or re-attempting a `blocked` item, compute the current fingerprint. If
862
+ an identical fingerprint was already posted within the **backoff window**, skip the item
863
+ silently (record as `still_blocked` / `active`, no write).
864
+ - Backoff window default = `stale_after` (2h). `force=true` bypasses backoff for a manual run.
865
+ - A *changed* fingerprint (new blocker state, new answers, new verdict) always warrants a fresh
866
+ note + re-attempt — backoff suppresses only no-op repeats.
867
+
868
+ ## Lifecycle ownership guard
869
+
870
+ repair-intake owns the repair surfaces needed to recover stuck work and close-out drift:
871
+ build `claimed` / `blocked`, PRD `in_review` / `blocked`, terminal-labeled native-open items,
872
+ parent/container rollups (intermediate-env *and* fully-terminal), and stale-`ready` containers.
873
+ It MAY:
874
+
875
+ - Apply the build scanner's post-agent `claimed → done` on a successful resume (it is finishing
876
+ the scanner's interrupted job), and move a dependency-cleared build item `blocked → claimed`.
877
+ - Manage the `human_needed` marker on build blocks: leave it where the vendor agent set it (a
878
+ human-only pre-flight block), and **clear** it from an item it moves to an auto-recoverable
879
+ `blocked` (blocked by a build-ready fix ticket) — that block self-heals and is not waiting on a
880
+ human.
881
+ - Move a re-validated PRD `in_review`/`blocked → ticketed` (PASS) or `→ blocked` (FAIL), exactly
882
+ as the PRD intake does.
883
+ - Close / complete / resolve build items that already carry the true terminal `done` role but are
884
+ still natively open, per `leaf-only-lifecycle`.
885
+ - Roll up a parent/container to its derived state per the `leaf-only-lifecycle` state machine —
886
+ **including an intermediate env value** (`On Dev`/`On Stg`) when all required children have
887
+ reached that env — and close/complete/resolve it **only** when the derived env is the true
888
+ terminal `done`.
889
+ - Reconcile a **container** wrongly carrying the build-ready `ready` role (a leaf-only-invariant
890
+ violation) by rolling it up from its children and removing the `ready`, with a
891
+ `[lisa-repair-intake]` audit note. This is the one `ready`-touching exception (see MUST NOT) and
892
+ applies only to containers, never to leaves.
893
+ - Move a PRD with fully terminal generated work to `shipped` and close/archive the source artifact
894
+ where the source vendor supports native close-out, per `prd-lifecycle-rollup`.
895
+ - Repair missing native GitHub child links by replaying the same-repo, idempotent `addSubIssue`
896
+ contract — for a **PRD** from the generated-work fallback (top-level-only), and for a **build
897
+ Epic/Story container** from its hierarchy/body-parentage children — so rollup and the GitHub UI can
898
+ rely on the native graph. This repairs structure only; it does not ship, transition, or verify the
899
+ parent.
900
+ - Normalize a GitHub issue with no configured lifecycle label by adding the configured PRD or build
901
+ `ready` label after classifying the issue. This is a visibility repair, not a claim; the item
902
+ remains open and unclaimed for normal intake.
903
+
904
+ It MUST NOT:
905
+
906
+ - Move a PRD out of `draft` or `verified` (those are product-owned), or set `verified` itself.
907
+ - Link leaf Sub-tasks or descendant Stories directly under a PRD. Only generated top-level work
908
+ (empty parent token / `Top-level work:` entries) may become PRD children.
909
+ - Apply a build `done` value other than via the env-resolution rules, or close a native item at
910
+ any value other than the true terminal `done` (see `leaf-only-lifecycle`).
911
+ - Touch `ready` **leaves** (that is `lisa-intake`'s lane). A container carrying `ready` is the
912
+ documented exception above — repair-intake reconciles it because `ready` on a parent is an
913
+ invariant violation, not the human "claim this leaf" signal intake owns.
914
+ - Move a GitHub issue that already carries a configured lifecycle label back to `ready` merely
915
+ because some other label looks stale. Official lifecycle labels remain authoritative.
916
+
917
+ ## Cycle behavior
918
+
919
+ 1. **Resolve the queue** — detect vendor/lifecycle (Source dispatch); resolve stuck role names
920
+ from config. For JIRA, confirm the needed transitions are reachable; stop on misconfig.
921
+ 2. **Enumerate repair candidates** — query in-progress role(s), `blocked` role(s), terminal/open
922
+ items, GitHub parents (PRDs **and build Epic/Story containers**) whose discoverable children —
923
+ generated-work fallback for a PRD, hierarchy/body-parentage for a build container — are missing from
924
+ their native sub-issue graph, rollup parents/PRDs with child work, **containers carrying the `ready`
925
+ role** (a
926
+ leaf-only-invariant violation to reconcile), and GitHub issues with no configured lifecycle label,
927
+ for the detected lifecycle(s), up to `max_candidates`, via the Access layer reads.
928
+ 3. **Order deterministically**, highest repair-confidence first:
929
+ 1. terminal-labeled items that only need native close / complete / resolve,
930
+ 2. build `claimed` leaves whose linked PR is **already merged** — apply the env-resolved
931
+ `claimed → done` close-out (staleness-exempt; no re-dispatch). This MUST run before any rollup
932
+ bucket: a merged-PR leaf is a settled terminal state, and recovering it first means its parent
933
+ rolls up to its true derived state in the **same** cycle. If this ran after rollup (or last,
934
+ among generic stalled items), the parent would be reconciled against a not-yet-closed child and
935
+ the shipped leaf would linger another cron pass — the failure this ordering exists to prevent,
936
+ 3. GitHub parents (PRDs missing native links for generated top-level work, or build Epic/Story
937
+ containers missing native links for prose/hierarchy children) needing structure-only repair,
938
+ 4. rollup parents/PRDs whose child sets are all terminal (close-out),
939
+ 5. rollup parents whose children have advanced to an intermediate env, or stale-`ready`
940
+ containers, that need their derived state applied (status-only reconciliation, no native
941
+ close),
942
+ 6. `blocked` items whose dependencies are now **cleared** (safe, high-value, one-cycle wins),
943
+ 7. `blocked` items whose **validation / quality-gate self-block now re-validates PASS** —
944
+ a human filled in the missing sections (Class B; equally safe and high-value),
945
+ 8. `blocked` items with **new clarifying answers**,
946
+ 9. GitHub missing-official-label normalization candidates,
947
+ 10. **stalled** in-progress items (PR not merged), oldest activity first.
948
+ 4. **Walk the ordered list**, evaluating each candidate (terminal close-out, rollup child tally,
949
+ staleness, dependency, answer checks), and repair **every** candidate that is actionable inside
950
+ the `max_candidates` cap. Continue after successful writes and after per-item errors.
951
+ 5. **Empty / nothing actionable** → exit cleanly:
952
+ `"No stuck items actionable this cycle (examined N, all active or in backoff)."`
953
+ 6. **Failure isolation** — if evaluating one candidate errors, record it under Errors and
954
+ continue to the next; one bad item never aborts the cycle.
955
+
956
+ Process **all materially actionable repairs among the enumerated candidates** — scan up to
957
+ `max_candidates`, repair the actionable subset, then exit. This intentionally differs from
958
+ `lisa-intake`'s one-ready-item claim contract because repair work is bounded by an explicit cap and
959
+ often consists of cheap close-out reconciliation that should drain in one cron pass.
960
+
961
+ ## Summary report
962
+
963
+ Report outcomes in these buckets:
964
+
965
+ - `resumed` — stalled in-progress work re-dispatched in place.
966
+ - `resynced` — a stalled build whose PR was merely behind its base, re-synced via
967
+ `gh pr update-branch` so the already-enabled auto-merge can land; the item stays `claimed` for a
968
+ later cycle to confirm the merge and transition.
969
+ - `recovered` — a stalled build whose PR had already merged, advanced by applying the env-resolved
970
+ `claimed → done` transition build-intake never got to (no re-dispatch).
971
+ - `unblocked` — blocker cleared (or answers resolved); re-dispatched or transitioned to
972
+ `ticketed`.
973
+ - `closed_out` — terminal-labeled items whose native open/active state was closed, completed,
974
+ resolved, or archived.
975
+ - `rolled_up` — parent/container/PRD rollups advanced to their derived state: an intermediate env
976
+ (e.g. all children at `On Stg` → parent `On Stg`), a fully-terminal close-out, or a stale-`ready`
977
+ container reconciled from its children.
978
+ - `relinked` — GitHub parents (PRDs from the generated-work fallback, or build Epic/Story containers
979
+ from hierarchy/body-parentage) whose missing native sub-issue links were attached.
980
+ - `normalized_ready` — GitHub issues missing official lifecycle labels that were classified and
981
+ given the configured PRD/build `ready` label so normal intake can claim them.
982
+ - `still_blocked` — examined and intentionally left `blocked`, with the active reason.
983
+ - `active` — skipped because current work is not stale (or within backoff).
984
+ - `errors` — items that failed evaluation, with the error.
985
+
986
+ State every item repaired this cycle and the action taken. If the output would be long, group by
987
+ bucket and show compact refs plus counts.
988
+
989
+ ## Schedule examples
990
+
991
+ ```text
992
+ /schedule "every 2 hours" /lisa:repair-intake https://www.notion.so/<workspace>/<database-id>
993
+ /schedule "every 2 hours" /lisa:repair-intake https://linear.app/acme
994
+ /schedule "every 2 hours" /lisa:repair-intake acme/product-prds
995
+ /schedule "every 2 hours" /lisa:repair-intake acme/frontend-v2 intake_mode=build
996
+ /schedule "every 2 hours" /lisa:repair-intake github intake_mode=both
997
+ /schedule "every 4 hours" /lisa:repair-intake SE stale_after=12h
998
+ /lisa:repair-intake SE stale_after=0 force=true # manual: treat all in-progress as stalled, ignore backoff
999
+ ```
1000
+
1001
+ Run repair-intake **less frequently than** `lisa-intake` (the ready queue moves faster than
1002
+ stuck work accumulates), or interleaved on a longer cadence.
1003
+
1004
+ ## Rules
1005
+
1006
+ - Never run a cycle without an explicit queue. Side effects too high to default.
1007
+ - Never reset stalled in-progress items to `ready` — resume in place (decision tree).
1008
+ - Never mutate product-owned states (`draft`, `verified`) or set `verified`; PRD rollup close-out
1009
+ may move open generated-work PRDs to `shipped` and close/archive them only after all associated
1010
+ child work is terminal.
1011
+ - Apply build `done` ONLY via the env-resolution rules, and trigger native closure only at the
1012
+ true terminal `done` value (`leaf-only-lifecycle`).
1013
+ - A `blocked` build item's blocker may be a dependency, a validation/quality-gate self-block (no
1014
+ dependency — re-check by re-running `lisa-tracker-validate` against current content), or an
1015
+ ambiguity. Re-check every class present; do not treat "no `is blocked by` links" as "nothing to
1016
+ do."
1017
+ - Never re-dispatch a `blocked` build item unless every parsed blocker is cleared (conservative
1018
+ dependency clearing).
1019
+ - Repair every materially actionable candidate inside the `max_candidates` cap; default cap is 100.
1020
+ - Default GitHub `intake_mode` is `both` when both PRD and build namespaces exist.
1021
+ - Honor the backoff window — never re-post an identical `[lisa-repair-intake]` note within it
1022
+ (unless `force=true`).
1023
+ - Never run two repair cycles concurrently against overlapping queues, and never run
1024
+ repair-intake against a queue `lisa-intake` is concurrently draining — the scheduling layer is
1025
+ responsible for serialization.
1026
+ - Stop and surface failures rather than retry-loop.