@codyswann/lisa 1.67.3 → 1.68.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (127) hide show
  1. package/all/copy-overwrite/.claude/rules/base-rules.md +0 -50
  2. package/all/copy-overwrite/.claude/rules/intent-routing.md +115 -0
  3. package/all/copy-overwrite/.claude/rules/verification.md +27 -538
  4. package/package.json +1 -1
  5. package/plugins/lisa/.claude-plugin/plugin.json +1 -1
  6. package/plugins/lisa/agents/architecture-specialist.md +4 -9
  7. package/plugins/lisa/agents/bug-fixer.md +40 -0
  8. package/plugins/lisa/agents/builder.md +41 -0
  9. package/plugins/lisa/agents/debug-specialist.md +4 -93
  10. package/plugins/lisa/agents/jira-agent.md +85 -0
  11. package/plugins/lisa/agents/performance-specialist.md +2 -11
  12. package/plugins/lisa/agents/product-specialist.md +2 -10
  13. package/plugins/lisa/agents/quality-specialist.md +2 -0
  14. package/plugins/lisa/agents/security-specialist.md +3 -9
  15. package/plugins/lisa/agents/test-specialist.md +2 -16
  16. package/plugins/lisa/agents/verification-specialist.md +38 -103
  17. package/plugins/lisa/commands/build.md +10 -0
  18. package/plugins/lisa/commands/fix.md +10 -0
  19. package/plugins/lisa/commands/improve.md +15 -0
  20. package/plugins/lisa/commands/investigate.md +10 -0
  21. package/plugins/lisa/commands/monitor.md +10 -0
  22. package/plugins/lisa/commands/plan/create.md +1 -1
  23. package/plugins/lisa/commands/plan/execute.md +1 -2
  24. package/plugins/lisa/commands/plan.md +10 -0
  25. package/plugins/lisa/commands/review.md +10 -0
  26. package/plugins/lisa/commands/ship.md +10 -0
  27. package/plugins/lisa/skills/acceptance-criteria/SKILL.md +71 -0
  28. package/plugins/lisa/skills/bug-triage/SKILL.md +23 -0
  29. package/plugins/lisa/skills/codebase-research/SKILL.md +87 -0
  30. package/plugins/lisa/skills/epic-triage/SKILL.md +28 -0
  31. package/plugins/lisa/skills/performance-review/SKILL.md +94 -0
  32. package/plugins/lisa/skills/quality-review/SKILL.md +54 -0
  33. package/plugins/lisa/skills/reproduce-bug/SKILL.md +96 -0
  34. package/plugins/lisa/skills/root-cause-analysis/SKILL.md +155 -0
  35. package/plugins/lisa/skills/security-review/SKILL.md +57 -0
  36. package/plugins/lisa/skills/task-decomposition/SKILL.md +95 -0
  37. package/plugins/lisa/skills/task-triage/SKILL.md +23 -0
  38. package/plugins/lisa/skills/tdd-implementation/SKILL.md +83 -0
  39. package/plugins/lisa/skills/test-strategy/SKILL.md +63 -0
  40. package/plugins/lisa/skills/verification-lifecycle/SKILL.md +292 -0
  41. package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
  42. package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
  43. package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
  44. package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
  45. package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
  46. package/plugins/src/base/agents/architecture-specialist.md +4 -9
  47. package/plugins/src/base/agents/bug-fixer.md +40 -0
  48. package/plugins/src/base/agents/builder.md +41 -0
  49. package/plugins/src/base/agents/debug-specialist.md +4 -93
  50. package/plugins/src/base/agents/jira-agent.md +85 -0
  51. package/plugins/src/base/agents/performance-specialist.md +2 -11
  52. package/plugins/src/base/agents/product-specialist.md +2 -10
  53. package/plugins/src/base/agents/quality-specialist.md +2 -0
  54. package/plugins/src/base/agents/security-specialist.md +3 -9
  55. package/plugins/src/base/agents/test-specialist.md +2 -16
  56. package/plugins/src/base/agents/verification-specialist.md +38 -103
  57. package/plugins/src/base/commands/build.md +10 -0
  58. package/plugins/src/base/commands/fix.md +10 -0
  59. package/plugins/src/base/commands/improve.md +15 -0
  60. package/plugins/src/base/commands/investigate.md +10 -0
  61. package/plugins/src/base/commands/monitor.md +10 -0
  62. package/plugins/src/base/commands/plan/create.md +1 -1
  63. package/plugins/src/base/commands/plan/execute.md +1 -2
  64. package/plugins/src/base/commands/plan.md +10 -0
  65. package/plugins/src/base/commands/review.md +10 -0
  66. package/plugins/src/base/commands/ship.md +10 -0
  67. package/plugins/src/base/skills/acceptance-criteria/SKILL.md +71 -0
  68. package/plugins/src/base/skills/bug-triage/SKILL.md +23 -0
  69. package/plugins/src/base/skills/codebase-research/SKILL.md +87 -0
  70. package/plugins/src/base/skills/epic-triage/SKILL.md +28 -0
  71. package/plugins/src/base/skills/performance-review/SKILL.md +94 -0
  72. package/plugins/src/base/skills/quality-review/SKILL.md +54 -0
  73. package/plugins/src/base/skills/reproduce-bug/SKILL.md +96 -0
  74. package/plugins/src/base/skills/root-cause-analysis/SKILL.md +155 -0
  75. package/plugins/src/base/skills/security-review/SKILL.md +57 -0
  76. package/plugins/src/base/skills/task-decomposition/SKILL.md +95 -0
  77. package/plugins/src/base/skills/task-triage/SKILL.md +23 -0
  78. package/plugins/src/base/skills/tdd-implementation/SKILL.md +83 -0
  79. package/plugins/src/base/skills/test-strategy/SKILL.md +63 -0
  80. package/plugins/src/base/skills/verification-lifecycle/SKILL.md +292 -0
  81. package/expo/copy-overwrite/.claude/rules/expo-verification.md +0 -261
  82. package/plugins/lisa/agents/agent-architect.md +0 -310
  83. package/plugins/lisa/agents/hooks-expert.md +0 -74
  84. package/plugins/lisa/agents/implementer.md +0 -54
  85. package/plugins/lisa/agents/slash-command-architect.md +0 -87
  86. package/plugins/lisa/agents/web-search-researcher.md +0 -112
  87. package/plugins/lisa/commands/git/commit-and-submit-pr.md +0 -7
  88. package/plugins/lisa/commands/git/commit-submit-pr-and-verify.md +0 -7
  89. package/plugins/lisa/commands/git/commit-submit-pr-deploy-and-verify.md +0 -7
  90. package/plugins/lisa/commands/jira/fix.md +0 -7
  91. package/plugins/lisa/commands/jira/implement.md +0 -7
  92. package/plugins/lisa/commands/sonarqube/check.md +0 -6
  93. package/plugins/lisa/commands/sonarqube/fix.md +0 -6
  94. package/plugins/lisa/commands/tasks/load.md +0 -7
  95. package/plugins/lisa/commands/tasks/sync.md +0 -7
  96. package/plugins/lisa/skills/git-commit-and-submit-pr/SKILL.md +0 -8
  97. package/plugins/lisa/skills/git-commit-submit-pr-and-verify/SKILL.md +0 -7
  98. package/plugins/lisa/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +0 -7
  99. package/plugins/lisa/skills/jira-fix/SKILL.md +0 -16
  100. package/plugins/lisa/skills/jira-implement/SKILL.md +0 -18
  101. package/plugins/lisa/skills/sonarqube-check/SKILL.md +0 -11
  102. package/plugins/lisa/skills/sonarqube-fix/SKILL.md +0 -8
  103. package/plugins/lisa/skills/tasks-load/SKILL.md +0 -88
  104. package/plugins/lisa/skills/tasks-sync/SKILL.md +0 -108
  105. package/plugins/src/base/agents/agent-architect.md +0 -310
  106. package/plugins/src/base/agents/hooks-expert.md +0 -74
  107. package/plugins/src/base/agents/implementer.md +0 -54
  108. package/plugins/src/base/agents/slash-command-architect.md +0 -87
  109. package/plugins/src/base/agents/web-search-researcher.md +0 -112
  110. package/plugins/src/base/commands/git/commit-and-submit-pr.md +0 -7
  111. package/plugins/src/base/commands/git/commit-submit-pr-and-verify.md +0 -7
  112. package/plugins/src/base/commands/git/commit-submit-pr-deploy-and-verify.md +0 -7
  113. package/plugins/src/base/commands/jira/fix.md +0 -7
  114. package/plugins/src/base/commands/jira/implement.md +0 -7
  115. package/plugins/src/base/commands/sonarqube/check.md +0 -6
  116. package/plugins/src/base/commands/sonarqube/fix.md +0 -6
  117. package/plugins/src/base/commands/tasks/load.md +0 -7
  118. package/plugins/src/base/commands/tasks/sync.md +0 -7
  119. package/plugins/src/base/skills/git-commit-and-submit-pr/SKILL.md +0 -8
  120. package/plugins/src/base/skills/git-commit-submit-pr-and-verify/SKILL.md +0 -7
  121. package/plugins/src/base/skills/git-commit-submit-pr-deploy-and-verify/SKILL.md +0 -7
  122. package/plugins/src/base/skills/jira-fix/SKILL.md +0 -16
  123. package/plugins/src/base/skills/jira-implement/SKILL.md +0 -18
  124. package/plugins/src/base/skills/sonarqube-check/SKILL.md +0 -11
  125. package/plugins/src/base/skills/sonarqube-fix/SKILL.md +0 -8
  126. package/plugins/src/base/skills/tasks-load/SKILL.md +0 -88
  127. package/plugins/src/base/skills/tasks-sync/SKILL.md +0 -108
@@ -69,56 +69,6 @@ ASK FIRST:
69
69
  - Before adding a type-checking suppression comment (e.g. ts-ignore, ts-expect-error, ts-nocheck, type: ignore).
70
70
  - Lint suppression in test files is acceptable without asking only when comprehensive test coverage requires it (e.g. file length limits) or when intentional duplication improves test isolation. Include matching re-enable comments where applicable.
71
71
 
72
- Bug Triage:
73
-
74
- 1. Verify you have all information needed to reproduce the bug (authentication requirements, environment information, etc.). Do not make assumptions. If anything is missing, stop and ask before proceeding.
75
- 2. Reproduce the bug. If you cannot reproduce it, stop and report what you tried and what you observed.
76
- 3. Once reproduced, verify you are 100% positive on how to fix it. If not, determine what you need to do to be 100% positive (e.g. add logging, trace the code path, inspect state) and do that first.
77
- 4. Verify you have access to the tools, environments, and permissions needed to deploy and verify this fix (e.g. CI/CD pipelines, deployment targets, logging/monitoring systems, API access, database access). If any are missing or inaccessible, stop and raise them before starting implementation.
78
- 5. Define the tests you will write to confirm the fix and prevent a regression.
79
- 6. Define the documentation you will create or update to explain this bug so another developer understands the "how" and "what" behind it.
80
- 7. If you can verify your fix before deploying to the target environment (e.g. start the app, invoke the API, open a browser, run the process, check logs), do so before deploying.
81
- 8. Define how you will verify the fix beyond a shadow of a doubt (e.g. deploy to the target environment, invoke the API, open a browser, run the process, check logs).
82
-
83
- Bug Implementation:
84
-
85
- 1. Use the output of Bug Triage as your guide. Do not skip triage.
86
-
87
- Task Triage:
88
-
89
- 1. Verify you have all information needed to implement this task (acceptance criteria, design specs, environment information, dependencies, etc.). Do not make assumptions. If anything is missing, stop and ask before proceeding.
90
- 2. Verify you have a clear understanding of the expected behavior or outcome when the task is complete. If not, stop and clarify before starting.
91
- 3. Identify all dependencies (other tasks, services, APIs, data) that must be in place before you can complete this task. If any are unresolved, stop and raise them before starting implementation.
92
- 4. Verify you have access to the tools, environments, and permissions needed to deploy and verify this task (e.g. CI/CD pipelines, deployment targets, logging/monitoring systems, API access, database access). If any are missing or inaccessible, stop and raise them before starting implementation.
93
- 5. Define the tests you will write to confirm the task is implemented correctly and prevent regressions.
94
- 6. Define the documentation you will create or update to explain the "how" and "what" behind this task so another developer understands it.
95
- 7. If you can verify your implementation before deploying to the target environment (e.g. start the app, invoke the API, open a browser, run the process, check logs), do so before deploying.
96
- 8. Define how you will verify the task is complete beyond a shadow of a doubt (e.g. deploy to the target environment, invoke the API, open a browser, run the process, check logs).
97
-
98
- Task Implementation:
99
-
100
- 1. Use the output of Task Triage as your guide. Do not skip triage.
101
-
102
- Epic Triage:
103
-
104
- 1. Verify you have all information needed to understand the full scope of this epic (goals, acceptance criteria, impacted systems, design specs, dependencies, etc.). Do not make assumptions. If anything is missing, stop and ask before proceeding.
105
- 2. Verify the epic is broken down into concrete, well-scoped bugs, tasks, and/or stories that are each fully triaged. If ambiguities exist, stop and resolve them before breaking it down.
106
- 3. Identify all cross-cutting concerns (auth, performance, security, data migrations, third-party integrations) that need to be addressed across the epic.
107
- 4. Identify all dependencies between tasks within the epic, or on external epics, teams, or services. Determine the correct order of execution.
108
- 5. Verify you have access to the tools, environments, and permissions needed to deploy and verify all tasks within this epic (e.g. CI/CD pipelines, deployment targets, logging/monitoring systems, API access, database access). If any are missing or inaccessible, stop and raise them before proceeding.
109
- 6. Define the overall test strategy for the epic (unit, integration, end-to-end, load testing).
110
- 7. Define the documentation that will need to be created or updated to cover the full scope of the epic so another developer understands the architecture, design decisions, and implementation.
111
- 8. Define measurable acceptance criteria that confirm the epic is fully complete.
112
- 9. Define how you will verify the epic is fully delivered beyond a shadow of a doubt (e.g. deploy to the target environment, walk through all acceptance criteria end-to-end, confirm all child tasks/stories are closed, confirm no regressions).
113
-
114
- Epic Implementation:
115
-
116
- 1. Use the output of Epic Triage as your guide. Do not skip triage.
117
- 2. Work through each task and/or story in the order defined during triage, respecting dependencies.
118
- 3. Apply the Bug Implementation and Task Implementation processes to each child bug or task, respectively, as you work through them.
119
- 4. Continuously update the epic and its child issues in JIRA as progress is made.
120
- 5. Do not consider the epic complete until all acceptance criteria are verified in the target environment and all child issues are resolved.
121
-
122
72
  Multi-Repository Awareness:
123
73
 
124
74
  When working in a microservices architecture, the code you need may span multiple repositories. Watch for these signals that you're missing context:
@@ -0,0 +1,115 @@
1
+ # Intent Routing
2
+
3
+ Classify the user's request and execute the matching flow. Each flow is a sequence of agents. Sub-flows can be invoked by any flow.
4
+
5
+ ## Flows
6
+
7
+ ### Fix
8
+ When: Bug reports, broken behavior, error messages, JIRA bug tickets.
9
+
10
+ Sequence:
11
+ 1. `git-history-analyzer` — understand why affected code exists, find related past fixes/reverts
12
+ 2. `debug-specialist` — reproduce the bug, prove root cause with evidence
13
+ 3. `architecture-specialist` — assess fix risk, identify files to change, check for ripple effects
14
+ 4. `test-specialist` — design regression test strategy
15
+ 5. `bug-fixer` — implement fix via TDD (reproduction becomes failing test)
16
+ 6. **Verify sub-flow**
17
+ 7. **Ship sub-flow**
18
+ 8. `learner` — capture discoveries for future sessions
19
+
20
+ ### Build
21
+ When: New features, stories, tasks, JIRA story/task tickets.
22
+
23
+ Sequence:
24
+ 1. `product-specialist` — define acceptance criteria, user flows, error states
25
+ 2. `architecture-specialist` — research codebase, design approach, map dependencies
26
+ 3. `test-specialist` — design test strategy (coverage, edge cases, TDD sequence)
27
+ 4. `builder` — implement via TDD (acceptance criteria become tests)
28
+ 5. **Verify sub-flow**
29
+ 6. **Review sub-flow**
30
+ 7. **Ship sub-flow**
31
+ 8. `learner` — capture discoveries
32
+
33
+ ### Investigate
34
+ When: "Why is this happening?", triage requests, JIRA spike tickets.
35
+
36
+ Sequence:
37
+ 1. `git-history-analyzer` — understand code evolution, find related changes
38
+ 2. `debug-specialist` — reproduce, trace execution, prove root cause
39
+ 3. `ops-specialist` — check logs, errors, health (if runtime issue)
40
+ 4. Report findings with evidence, recommend next action (Fix, Build, or escalate)
41
+
42
+ ### Plan
43
+ When: "Break this down", epic planning, large scope work, JIRA epic tickets.
44
+
45
+ Sequence:
46
+ 1. `product-specialist` — define acceptance criteria for the whole scope
47
+ 2. `architecture-specialist` — understand scope, map dependencies, identify cross-cutting concerns
48
+ 3. Break down into ordered tasks, each with: acceptance criteria, verification type, dependencies
49
+
50
+ ### Verify
51
+ When: Pre-ship quality gate. Used as a sub-flow by Fix and Build.
52
+
53
+ Sequence:
54
+ 1. Run full test suite — all tests must pass before proceeding
55
+ 2. Run quality checks — lint, typecheck, and format
56
+ 3. `verification-specialist` — verify acceptance criteria are met empirically
57
+
58
+ ### Ship
59
+ When: Code is ready to deploy. Used as a sub-flow by Fix, Build, and Improve.
60
+
61
+ Sequence:
62
+ 1. Commit — atomic conventional commits via `git-commit` skill
63
+ 2. PR — create/update pull request via `git-submit-pr` skill
64
+ 3. **Review sub-flow** (if not already done)
65
+ 4. PR Watch Loop (repeat until mergeable):
66
+ - If status checks fail → fix and push
67
+ - If merge conflicts → resolve and push
68
+ - If bot review feedback (CodeRabbit, etc.):
69
+ - Valid feedback → implement fix, push, resolve comment
70
+ - Invalid feedback → reply explaining why, resolve comment
71
+ - Repeat until all checks pass and all comments are resolved
72
+ 5. Merge the PR
73
+ 6. `ops-specialist` — deploy to target environment
74
+ 7. `verification-specialist` — post-deploy health check and smoke test
75
+ 8. `ops-specialist` — monitor for errors in first minutes
76
+
77
+ ### Review
78
+ When: Code review requests, PR review, quality assessment. Used as a sub-flow by Build.
79
+
80
+ Sequence:
81
+ 1. Run in parallel: `quality-specialist`, `security-specialist`, `performance-specialist`
82
+ 2. `product-specialist` — verify acceptance criteria are met empirically
83
+ 3. `test-specialist` — verify test coverage and quality
84
+ 4. Consolidate findings, ranked by severity
85
+
86
+ ### Improve
87
+ When: Refactoring, optimization, coverage improvement, complexity reduction.
88
+
89
+ Sequence:
90
+ 1. `architecture-specialist` — identify target, measure baseline, plan approach
91
+ 2. `test-specialist` — ensure existing test coverage before refactoring (safety net)
92
+ 3. `builder` — implement improvements via TDD
93
+ 4. `verification-specialist` — measure again, prove improvement
94
+ 5. **Ship sub-flow**
95
+ 6. `learner` — capture discoveries
96
+
97
+ ### Monitor
98
+ When: "Check the logs", "Any errors?", health checks, production monitoring.
99
+
100
+ Sequence:
101
+ 1. `ops-specialist` — health checks, log inspection, error monitoring, performance analysis
102
+ 2. Report findings, escalate if action needed
103
+
104
+ ## JIRA Entry Point
105
+
106
+ When the request references a JIRA ticket (ticket ID like PROJ-123 or a JIRA URL):
107
+
108
+ 1. Hand off to `jira-agent`
109
+ 2. `jira-agent` reads the ticket, validates quality, determines intent
110
+ 3. `jira-agent` delegates to the appropriate flow above
111
+ 4. `jira-agent` syncs progress at milestones and posts evidence at completion
112
+
113
+ ## Sub-flow Usage
114
+
115
+ Flows reference sub-flows by name. When a flow says "Ship sub-flow", execute the full Ship sequence. When it says "Review sub-flow", execute the full Review sequence. Sub-flows can be nested (e.g., Ship includes Review).