@codyswann/lisa 1.96.0 → 2.0.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 (129) hide show
  1. package/package.json +1 -1
  2. package/plugins/lisa/.claude-plugin/plugin.json +1 -1
  3. package/plugins/lisa/commands/{plan/fix-linter-error.md → fix/linter-error.md} +1 -1
  4. package/plugins/lisa/commands/implement.md +6 -0
  5. package/plugins/{src/base/commands/plan/lower-code-complexity.md → lisa/commands/improve/code-complexity.md} +1 -1
  6. package/plugins/lisa/commands/{plan/reduce-max-lines-per-function.md → improve/max-lines-per-function.md} +1 -1
  7. package/plugins/lisa/commands/{plan/add-test-coverage.md → improve/test-coverage.md} +1 -1
  8. package/plugins/lisa/commands/{plan/improve-tests.md → improve/tests.md} +1 -1
  9. package/plugins/lisa/commands/plan.md +15 -3
  10. package/plugins/{src/base/commands/plan/local-code-review.md → lisa/commands/review/local.md} +1 -1
  11. package/plugins/{src/base/skills/plan-fix-linter-error → lisa/skills/fix-linter-error}/SKILL.md +2 -2
  12. package/plugins/lisa/skills/{plan-execute → implement}/SKILL.md +1 -1
  13. package/plugins/lisa/skills/{plan-lower-code-complexity → improve-code-complexity}/SKILL.md +2 -2
  14. package/plugins/lisa/skills/{plan-reduce-max-lines → improve-max-lines}/SKILL.md +2 -2
  15. package/plugins/{src/base/skills/plan-reduce-max-lines-per-function → lisa/skills/improve-max-lines-per-function}/SKILL.md +2 -2
  16. package/plugins/lisa/skills/{plan-add-test-coverage → improve-test-coverage}/SKILL.md +2 -2
  17. package/plugins/{src/base/skills/plan-improve-tests → lisa/skills/improve-tests}/SKILL.md +2 -2
  18. package/plugins/lisa/skills/{plan-local-code-review → review-local}/SKILL.md +1 -1
  19. package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
  20. package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
  21. package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
  22. package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
  23. package/plugins/lisa-rails/skills/{plan-fix-linter-error → fix-linter-error}/SKILL.md +2 -2
  24. package/plugins/lisa-rails/skills/{plan-lower-code-complexity → improve-code-complexity}/SKILL.md +2 -2
  25. package/plugins/{src/rails/skills/plan-reduce-max-lines → lisa-rails/skills/improve-max-lines}/SKILL.md +2 -2
  26. package/plugins/{src/rails/skills/plan-reduce-max-lines-per-function → lisa-rails/skills/improve-max-lines-per-function}/SKILL.md +2 -2
  27. package/plugins/lisa-rails/skills/{plan-add-test-coverage → improve-test-coverage}/SKILL.md +2 -2
  28. package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
  29. package/plugins/src/base/commands/{plan/fix-linter-error.md → fix/linter-error.md} +1 -1
  30. package/plugins/src/base/commands/implement.md +6 -0
  31. package/plugins/{lisa/commands/plan/lower-code-complexity.md → src/base/commands/improve/code-complexity.md} +1 -1
  32. package/plugins/src/base/commands/{plan/reduce-max-lines-per-function.md → improve/max-lines-per-function.md} +1 -1
  33. package/plugins/src/base/commands/{plan/add-test-coverage.md → improve/test-coverage.md} +1 -1
  34. package/plugins/src/base/commands/{plan/improve-tests.md → improve/tests.md} +1 -1
  35. package/plugins/src/base/commands/plan.md +15 -3
  36. package/plugins/{lisa/commands/plan/local-code-review.md → src/base/commands/review/local.md} +1 -1
  37. package/plugins/{lisa/skills/plan-fix-linter-error → src/base/skills/fix-linter-error}/SKILL.md +2 -2
  38. package/plugins/src/base/skills/{plan-execute → implement}/SKILL.md +1 -1
  39. package/plugins/src/base/skills/{plan-lower-code-complexity → improve-code-complexity}/SKILL.md +2 -2
  40. package/plugins/src/base/skills/{plan-reduce-max-lines → improve-max-lines}/SKILL.md +2 -2
  41. package/plugins/{lisa/skills/plan-reduce-max-lines-per-function → src/base/skills/improve-max-lines-per-function}/SKILL.md +2 -2
  42. package/plugins/src/base/skills/{plan-add-test-coverage → improve-test-coverage}/SKILL.md +2 -2
  43. package/plugins/{lisa/skills/plan-improve-tests → src/base/skills/improve-tests}/SKILL.md +2 -2
  44. package/plugins/src/base/skills/{plan-local-code-review → review-local}/SKILL.md +1 -1
  45. package/plugins/src/rails/skills/{plan-fix-linter-error → fix-linter-error}/SKILL.md +2 -2
  46. package/plugins/src/rails/skills/{plan-lower-code-complexity → improve-code-complexity}/SKILL.md +2 -2
  47. package/plugins/{lisa-rails/skills/plan-reduce-max-lines → src/rails/skills/improve-max-lines}/SKILL.md +2 -2
  48. package/plugins/{lisa-rails/skills/plan-reduce-max-lines-per-function → src/rails/skills/improve-max-lines-per-function}/SKILL.md +2 -2
  49. package/plugins/src/rails/skills/{plan-add-test-coverage → improve-test-coverage}/SKILL.md +2 -2
  50. package/plugins/lisa/commands/build.md +0 -12
  51. package/plugins/lisa/commands/fix.md +0 -12
  52. package/plugins/lisa/commands/improve.md +0 -18
  53. package/plugins/lisa/commands/investigate.md +0 -10
  54. package/plugins/lisa/commands/jira/add-journey.md +0 -7
  55. package/plugins/lisa/commands/jira/build-intake.md +0 -7
  56. package/plugins/lisa/commands/jira/create.md +0 -7
  57. package/plugins/lisa/commands/jira/evidence.md +0 -7
  58. package/plugins/lisa/commands/jira/journey.md +0 -7
  59. package/plugins/lisa/commands/jira/read-ticket.md +0 -7
  60. package/plugins/lisa/commands/jira/source-artifacts.md +0 -6
  61. package/plugins/lisa/commands/jira/sync.md +0 -7
  62. package/plugins/lisa/commands/jira/triage.md +0 -7
  63. package/plugins/lisa/commands/jira/validate-ticket.md +0 -7
  64. package/plugins/lisa/commands/jira/verify.md +0 -7
  65. package/plugins/lisa/commands/jira/write-ticket.md +0 -7
  66. package/plugins/lisa/commands/notion-prd-intake.md +0 -7
  67. package/plugins/lisa/commands/plan/create.md +0 -8
  68. package/plugins/lisa/commands/plan/execute.md +0 -6
  69. package/plugins/lisa/commands/prd-ticket-coverage.md +0 -7
  70. package/plugins/lisa/commands/review/implementation.md +0 -7
  71. package/plugins/lisa/commands/review.md +0 -10
  72. package/plugins/lisa/commands/ship.md +0 -8
  73. package/plugins/lisa/commands/spec-conformance.md +0 -7
  74. package/plugins/lisa-expo/commands/jira/add-journey.md +0 -7
  75. package/plugins/lisa-expo/commands/jira/create.md +0 -7
  76. package/plugins/lisa-expo/commands/jira/evidence.md +0 -7
  77. package/plugins/lisa-expo/commands/jira/journey.md +0 -7
  78. package/plugins/lisa-expo/commands/jira/verify.md +0 -7
  79. package/plugins/lisa-rails/commands/jira/add-journey.md +0 -7
  80. package/plugins/lisa-rails/commands/jira/create.md +0 -7
  81. package/plugins/lisa-rails/commands/jira/evidence.md +0 -7
  82. package/plugins/lisa-rails/commands/jira/journey.md +0 -7
  83. package/plugins/lisa-rails/commands/jira/verify.md +0 -7
  84. package/plugins/src/base/commands/build.md +0 -12
  85. package/plugins/src/base/commands/fix.md +0 -12
  86. package/plugins/src/base/commands/improve.md +0 -18
  87. package/plugins/src/base/commands/investigate.md +0 -10
  88. package/plugins/src/base/commands/jira/add-journey.md +0 -7
  89. package/plugins/src/base/commands/jira/build-intake.md +0 -7
  90. package/plugins/src/base/commands/jira/create.md +0 -7
  91. package/plugins/src/base/commands/jira/evidence.md +0 -7
  92. package/plugins/src/base/commands/jira/journey.md +0 -7
  93. package/plugins/src/base/commands/jira/read-ticket.md +0 -7
  94. package/plugins/src/base/commands/jira/source-artifacts.md +0 -6
  95. package/plugins/src/base/commands/jira/sync.md +0 -7
  96. package/plugins/src/base/commands/jira/triage.md +0 -7
  97. package/plugins/src/base/commands/jira/validate-ticket.md +0 -7
  98. package/plugins/src/base/commands/jira/verify.md +0 -7
  99. package/plugins/src/base/commands/jira/write-ticket.md +0 -7
  100. package/plugins/src/base/commands/notion-prd-intake.md +0 -7
  101. package/plugins/src/base/commands/plan/create.md +0 -8
  102. package/plugins/src/base/commands/plan/execute.md +0 -6
  103. package/plugins/src/base/commands/prd-ticket-coverage.md +0 -7
  104. package/plugins/src/base/commands/review/implementation.md +0 -7
  105. package/plugins/src/base/commands/review.md +0 -10
  106. package/plugins/src/base/commands/ship.md +0 -8
  107. package/plugins/src/base/commands/spec-conformance.md +0 -7
  108. package/plugins/src/expo/commands/jira/add-journey.md +0 -7
  109. package/plugins/src/expo/commands/jira/create.md +0 -7
  110. package/plugins/src/expo/commands/jira/evidence.md +0 -7
  111. package/plugins/src/expo/commands/jira/journey.md +0 -7
  112. package/plugins/src/expo/commands/jira/verify.md +0 -7
  113. package/plugins/src/rails/commands/jira/add-journey.md +0 -7
  114. package/plugins/src/rails/commands/jira/create.md +0 -7
  115. package/plugins/src/rails/commands/jira/evidence.md +0 -7
  116. package/plugins/src/rails/commands/jira/journey.md +0 -7
  117. package/plugins/src/rails/commands/jira/verify.md +0 -7
  118. /package/plugins/lisa/commands/{plan/reduce-max-lines.md → improve/max-lines.md} +0 -0
  119. /package/plugins/lisa-rails/commands/{plan/fix-linter-error.md → fix/linter-error.md} +0 -0
  120. /package/plugins/lisa-rails/commands/{plan/lower-code-complexity.md → improve/code-complexity.md} +0 -0
  121. /package/plugins/lisa-rails/commands/{plan/reduce-max-lines-per-function.md → improve/max-lines-per-function.md} +0 -0
  122. /package/plugins/lisa-rails/commands/{plan/reduce-max-lines.md → improve/max-lines.md} +0 -0
  123. /package/plugins/lisa-rails/commands/{plan/add-test-coverage.md → improve/test-coverage.md} +0 -0
  124. /package/plugins/src/base/commands/{plan/reduce-max-lines.md → improve/max-lines.md} +0 -0
  125. /package/plugins/src/rails/commands/{plan/fix-linter-error.md → fix/linter-error.md} +0 -0
  126. /package/plugins/src/rails/commands/{plan/lower-code-complexity.md → improve/code-complexity.md} +0 -0
  127. /package/plugins/src/rails/commands/{plan/reduce-max-lines-per-function.md → improve/max-lines-per-function.md} +0 -0
  128. /package/plugins/src/rails/commands/{plan/reduce-max-lines.md → improve/max-lines.md} +0 -0
  129. /package/plugins/src/rails/commands/{plan/add-test-coverage.md → improve/test-coverage.md} +0 -0
package/package.json CHANGED
@@ -78,7 +78,7 @@
78
78
  "lodash": ">=4.18.1"
79
79
  },
80
80
  "name": "@codyswann/lisa",
81
- "version": "1.96.0",
81
+ "version": "2.0.0",
82
82
  "description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
83
83
  "main": "dist/index.js",
84
84
  "exports": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa",
3
- "version": "1.96.0",
3
+ "version": "2.0.0",
4
4
  "description": "Universal governance — agents, skills, commands, hooks, and rules for all projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -4,4 +4,4 @@ allowed-tools: ["Skill"]
4
4
  argument-hint: "<rule-1> [rule-2] [rule-3] ..."
5
5
  ---
6
6
 
7
- Use the /lisa:plan-fix-linter-error skill to fix linter errors. $ARGUMENTS
7
+ Use the /lisa:fix-linter-error skill to fix linter errors. $ARGUMENTS
@@ -0,0 +1,6 @@
1
+ ---
2
+ description: "Implement a work item end-to-end. Vendor-agnostic router: given a work-item URL/key (JIRA, Linear, GitHub Issues) or description, reads it, determines work type (Build/Fix/Improve/Investigate), assembles an agent team, runs the full lifecycle through PR + evidence."
3
+ argument-hint: "<work-item-url | key | description>"
4
+ ---
5
+
6
+ Use the /lisa:implement skill to take a work item from spec to shipped: read the source (whichever tracker it lives in), determine work type, assemble an agent team, and run the full lifecycle through PR creation, code review, deploy, and empirical verification. $ARGUMENTS
@@ -3,4 +3,4 @@ description: "Reduce the cognitive complexity threshold by 2 and fix all violati
3
3
  allowed-tools: ["Skill"]
4
4
  ---
5
5
 
6
- Use the /lisa:plan-lower-code-complexity skill to lower code complexity.
6
+ Use the /lisa:improve-code-complexity skill to lower code complexity.
@@ -4,4 +4,4 @@ allowed-tools: ["Skill"]
4
4
  argument-hint: "<max-lines-per-function-value>"
5
5
  ---
6
6
 
7
- Use the /lisa:plan-reduce-max-lines-per-function skill to reduce max function lines. $ARGUMENTS
7
+ Use the /lisa:improve-max-lines-per-function skill to reduce max function lines. $ARGUMENTS
@@ -4,4 +4,4 @@ allowed-tools: ["Skill"]
4
4
  argument-hint: "<threshold-percentage>"
5
5
  ---
6
6
 
7
- Use the /lisa:plan-add-test-coverage skill to increase test coverage. $ARGUMENTS
7
+ Use the /lisa:improve-test-coverage skill to increase test coverage. $ARGUMENTS
@@ -4,4 +4,4 @@ allowed-tools: ["Skill"]
4
4
  argument-hint: "<target-description>"
5
5
  ---
6
6
 
7
- Use the /lisa:plan-improve-tests skill to improve test quality. $ARGUMENTS
7
+ Use the /lisa:improve-tests skill to improve test quality. $ARGUMENTS
@@ -1,14 +1,26 @@
1
1
  ---
2
- description: "Plan work. Defines acceptance criteria, researches codebase, maps dependencies, and breaks down into ordered work items."
3
- argument-hint: "<description-or-ticket-id-or-url>"
2
+ description: "Plan work. Vendor-agnostic intake — given a PRD URL/path or description, extracts requirements, walks the live product, validates, and creates work items in the configured tracker."
3
+ argument-hint: "<PRD-url | @file | ticket-id-or-url | description>"
4
4
  ---
5
5
 
6
6
  Apply the `intent-routing` rule (loaded via the lisa plugin) and execute the **Plan** flow.
7
7
 
8
8
  **Orchestration: agent team.** Plan is a multi-specialist flow feeding a shared decomposition. After echoing the flow and orchestration mode, your FIRST tool call MUST be `TeamCreate`. Do not call `TaskCreate`, `Agent`, or implementation tools before the team exists.
9
9
 
10
+ ## Source dispatch
11
+
12
+ Detect the source type from `$ARGUMENTS` and route accordingly. The Plan flow is vendor-agnostic — the public interface speaks "PRD" and "work items", not "Notion" or "JIRA".
13
+
14
+ | If `$ARGUMENTS` is... | Hand off to |
15
+ |------------------------|-------------|
16
+ | A Notion URL (`notion.so/...` or a Notion database/page ID) | The `notion-prd-intake` skill (single-PRD mode if one page; database-scan mode if a database URL). It runs the full pipeline: extract artifacts, walk live product, dry-run validate, create tickets in the configured tracker, run the coverage audit, transition Notion `Status`. |
17
+ | A JIRA ticket ID or URL (e.g. `SE-123` or `*.atlassian.net/browse/SE-123`) | The `jira-agent`, which reads the ticket and extracts context. (Used when an existing JIRA epic *is* the spec — Plan decomposes it into stories/sub-tasks.) |
18
+ | A Linear / GitHub Issues URL or key | *Not yet implemented.* Stop and tell the user the adapter doesn't exist yet — the architecture supports it, but no `linear-prd-intake` / `github-prd-intake` skill has been built. Don't fall back. |
19
+ | A file path (`@plan.md`, `./spec.md`) | Read the file as the spec; run the Plan flow's core decomposition with the file content as input. |
20
+ | A plain-text description | Use the description as the spec; run the Plan flow's core decomposition. |
21
+
10
22
  If no PRD or specification exists, suggest running the **Research** flow first to produce one.
11
23
 
12
- If the argument is a JIRA ticket ID or URL, hand off to the `jira-agent` which will read the ticket and extract context.
24
+ The underlying intake skills (e.g. `notion-prd-intake`) are internal developers don't invoke them directly. They speak in vendor-agnostic terms (`/plan <PRD>`); the source/tracker choice is config.
13
25
 
14
26
  $ARGUMENTS
@@ -3,4 +3,4 @@ description: "Review local branch changes compared to main"
3
3
  allowed-tools: ["Skill"]
4
4
  ---
5
5
 
6
- Use the /lisa:plan-local-code-review skill to review local changes.
6
+ Use the /lisa:review-local skill to review local changes.
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: plan-fix-linter-error
2
+ name: fix-linter-error
3
3
  description: This skill should be used when fixing all violations of one or more ESLint rules across the codebase. It runs the linter, groups violations by rule and file, generates a brief with fix strategies, and creates a plan with tasks to implement the fixes.
4
4
  allowed-tools: ["Read", "Bash", "Glob", "Grep"]
5
5
 
@@ -42,4 +42,4 @@ Fix strategies: extract functions, early returns, apply formatting, add types
42
42
  Verification: `bun run lint 2>&1 | grep -E "($ARGUMENTS)" | wc -l` → Expected: 0
43
43
  ```
44
44
 
45
- Invoke `/plan-execute` with this brief to create the implementation plan.
45
+ Invoke `/implement` with this brief to create the implementation plan.
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: plan-execute
2
+ name: implement
3
3
  description: This skill should be used for any non-trivial request — features, bugs, stories, epics, spikes, or multi-step tasks. It accepts a ticket URL (Jira, Linear, GitHub), a file path containing a spec, or a plain-text prompt. It assembles an agent team, breaks the work into structured tasks, and manages the full lifecycle from research through implementation, code review, deploy, and empirical verification.
4
4
  ---
5
5
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: plan-lower-code-complexity
2
+ name: improve-code-complexity
3
3
  description: This skill should be used when reducing the cognitive complexity threshold of the codebase. It lowers the threshold by 2, identifies functions that exceed the new limit, generates a brief with refactoring strategies, and creates a plan with tasks to fix all violations.
4
4
  allowed-tools: ["Read", "Bash", "Glob", "Grep"]
5
5
  ---
@@ -41,4 +41,4 @@ Refactoring strategies: extract functions, early returns, extract conditions, us
41
41
  Verification: `bun run lint 2>&1 | grep "cognitive-complexity" | wc -l` → Expected: 0
42
42
  ```
43
43
 
44
- Invoke `/plan-execute` with this brief to create the implementation plan.
44
+ Invoke `/implement` with this brief to create the implementation plan.
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: plan-reduce-max-lines
2
+ name: improve-max-lines
3
3
  description: This skill should be used when reducing the maximum file lines threshold and fixing all violations. It updates the eslint threshold configuration, identifies files exceeding the new limit, generates a brief with refactoring strategies, and creates a plan with tasks to split oversized files.
4
4
  allowed-tools: ["Read", "Bash", "Glob", "Grep"]
5
5
 
@@ -42,4 +42,4 @@ Refactoring strategies: extract modules, remove duplication, delete dead code, s
42
42
  Verification: `bun run lint 2>&1 | grep "max-lines" | wc -l` → Expected: 0
43
43
  ```
44
44
 
45
- Invoke `/plan-execute` with this brief to create the implementation plan.
45
+ Invoke `/implement` with this brief to create the implementation plan.
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: plan-reduce-max-lines-per-function
2
+ name: improve-max-lines-per-function
3
3
  description: This skill should be used when reducing the maximum lines per function threshold and fixing all violations. It updates the eslint threshold configuration, identifies functions exceeding the new limit, generates a brief with refactoring strategies, and creates a plan with tasks to split oversized functions.
4
4
  allowed-tools: ["Read", "Bash", "Glob", "Grep"]
5
5
 
@@ -43,4 +43,4 @@ Refactoring strategies: extract functions, early returns, extract conditions, us
43
43
  Verification: `bun run lint 2>&1 | grep "max-lines-per-function" | wc -l` → Expected: 0
44
44
  ```
45
45
 
46
- Invoke `/plan-execute` with this brief to create the implementation plan.
46
+ Invoke `/implement` with this brief to create the implementation plan.
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: plan-add-test-coverage
2
+ name: improve-test-coverage
3
3
  description: This skill should be used when increasing test coverage to a specified threshold percentage. It runs the coverage report, identifies files with the lowest coverage, generates a brief with coverage gaps, and creates a plan with tasks to add the missing tests.
4
4
  allowed-tools: ["Read", "Bash", "Glob", "Grep"]
5
5
 
@@ -41,4 +41,4 @@ Configuration: [config file path], update thresholds to $ARGUMENTS%
41
41
  Verification: `bun run test:cov` → Expected: All thresholds pass at $ARGUMENTS%
42
42
  ```
43
43
 
44
- Invoke `/plan-execute` with this brief to create the implementation plan.
44
+ Invoke `/implement` with this brief to create the implementation plan.
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: plan-improve-tests
2
+ name: improve-tests
3
3
  description: This skill should be used when improving test quality. It scans the test suite for weak, brittle, or poorly-written tests, generates a brief with improvement opportunities, and creates a plan with tasks to strengthen the tests.
4
4
  allowed-tools: ["Read", "Bash", "Glob", "Grep"]
5
5
  ---
@@ -44,4 +44,4 @@ Test files needing improvement (ordered by impact):
44
44
  Verification: `bun run test` -> Expected: All tests pass, improved assertions and coverage
45
45
  ```
46
46
 
47
- Invoke `/plan-execute` with this brief to create the implementation plan.
47
+ Invoke `/implement` with this brief to create the implementation plan.
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: plan-local-code-review
2
+ name: review-local
3
3
  description: This skill should be used when performing a code review on local changes on the current branch compared to the main branch. It uses multiple parallel agents to check for bugs, CLAUDE.md compliance, git history context, previous PR comments, and code comment adherence, then scores and filters findings by confidence level.
4
4
  disable-model-invocation: false
5
5
  ---
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-cdk",
3
- "version": "1.96.0",
3
+ "version": "2.0.0",
4
4
  "description": "AWS CDK-specific plugin",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-expo",
3
- "version": "1.96.0",
3
+ "version": "2.0.0",
4
4
  "description": "Expo/React Native-specific skills, agents, rules, and MCP servers",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-nestjs",
3
- "version": "1.96.0",
3
+ "version": "2.0.0",
4
4
  "description": "NestJS-specific skills (GraphQL, TypeORM) and hooks (migration write-protection)",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-rails",
3
- "version": "1.96.0",
3
+ "version": "2.0.0",
4
4
  "description": "Ruby on Rails-specific hooks — RuboCop linting/formatting and ast-grep scanning on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: plan-fix-linter-error
2
+ name: fix-linter-error
3
3
  description: This skill should be used when fixing all violations of one or more RuboCop cops across the codebase. It runs RuboCop, groups violations by cop and file, generates a brief with fix strategies, and creates a plan with tasks to implement the fixes.
4
4
  allowed-tools: ["Read", "Bash", "Glob", "Grep"]
5
5
 
@@ -42,4 +42,4 @@ Fix strategies: extract methods, reduce complexity, apply auto-correct where saf
42
42
  Verification: `bundle exec rubocop --format simple 2>&1 | grep -E "($ARGUMENTS)" | wc -l` -> Expected: 0
43
43
  ```
44
44
 
45
- Invoke `/plan-execute` with this brief to create the implementation plan.
45
+ Invoke `/implement` with this brief to create the implementation plan.
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: plan-lower-code-complexity
2
+ name: improve-code-complexity
3
3
  description: This skill should be used when reducing the code complexity threshold of the codebase. It lowers the CyclomaticComplexity threshold by 2, identifies methods that exceed the new limit, generates a brief with refactoring strategies, and creates a plan with tasks to fix all violations.
4
4
  allowed-tools: ["Read", "Bash", "Glob", "Grep"]
5
5
  ---
@@ -45,4 +45,4 @@ Refactoring strategies: extract methods, early returns, extract conditions, use
45
45
  Verification: `bundle exec rubocop --only Metrics/CyclomaticComplexity --format simple 2>&1 | grep "offense" | wc -l` -> Expected: 0
46
46
  ```
47
47
 
48
- Invoke `/plan-execute` with this brief to create the implementation plan.
48
+ Invoke `/implement` with this brief to create the implementation plan.
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: plan-reduce-max-lines
2
+ name: improve-max-lines
3
3
  description: This skill should be used when reducing the maximum class/module lines threshold and fixing all violations. It updates the RuboCop configuration, identifies classes and modules exceeding the new limit, generates a brief with refactoring strategies, and creates a plan with tasks to split oversized files.
4
4
  allowed-tools: ["Read", "Bash", "Glob", "Grep"]
5
5
 
@@ -43,4 +43,4 @@ Refactoring strategies: extract concerns, extract service objects, remove duplic
43
43
  Verification: `bundle exec rubocop --only Metrics/ClassLength,Metrics/ModuleLength --format simple 2>&1 | grep "offense" | wc -l` -> Expected: 0
44
44
  ```
45
45
 
46
- Invoke `/plan-execute` with this brief to create the implementation plan.
46
+ Invoke `/implement` with this brief to create the implementation plan.
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: plan-reduce-max-lines-per-function
2
+ name: improve-max-lines-per-function
3
3
  description: This skill should be used when reducing the maximum lines per method threshold and fixing all violations. It updates the RuboCop configuration, identifies methods exceeding the new limit, generates a brief with refactoring strategies, and creates a plan with tasks to split oversized methods.
4
4
  allowed-tools: ["Read", "Bash", "Glob", "Grep"]
5
5
 
@@ -43,4 +43,4 @@ Refactoring strategies: extract methods, early returns, extract conditions, use
43
43
  Verification: `bundle exec rubocop --only Metrics/MethodLength --format simple 2>&1 | grep "offense" | wc -l` -> Expected: 0
44
44
  ```
45
45
 
46
- Invoke `/plan-execute` with this brief to create the implementation plan.
46
+ Invoke `/implement` with this brief to create the implementation plan.
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: plan-add-test-coverage
2
+ name: improve-test-coverage
3
3
  description: This skill should be used when increasing test coverage to a specified threshold percentage. It runs the test suite with SimpleCov, identifies files with the lowest coverage, generates a brief with coverage gaps, and creates a plan with tasks to add the missing tests.
4
4
  allowed-tools: ["Read", "Bash", "Glob", "Grep"]
5
5
 
@@ -42,4 +42,4 @@ Configuration: .simplecov, update minimum_coverage to $ARGUMENTS%
42
42
  Verification: `bundle exec rspec` -> Expected: SimpleCov reports >= $ARGUMENTS% coverage
43
43
  ```
44
44
 
45
- Invoke `/plan-execute` with this brief to create the implementation plan.
45
+ Invoke `/implement` with this brief to create the implementation plan.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-typescript",
3
- "version": "1.96.0",
3
+ "version": "2.0.0",
4
4
  "description": "TypeScript-specific hooks — Prettier formatting, ESLint linting, and ast-grep scanning on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -4,4 +4,4 @@ allowed-tools: ["Skill"]
4
4
  argument-hint: "<rule-1> [rule-2] [rule-3] ..."
5
5
  ---
6
6
 
7
- Use the /lisa:plan-fix-linter-error skill to fix linter errors. $ARGUMENTS
7
+ Use the /lisa:fix-linter-error skill to fix linter errors. $ARGUMENTS
@@ -0,0 +1,6 @@
1
+ ---
2
+ description: "Implement a work item end-to-end. Vendor-agnostic router: given a work-item URL/key (JIRA, Linear, GitHub Issues) or description, reads it, determines work type (Build/Fix/Improve/Investigate), assembles an agent team, runs the full lifecycle through PR + evidence."
3
+ argument-hint: "<work-item-url | key | description>"
4
+ ---
5
+
6
+ Use the /lisa:implement skill to take a work item from spec to shipped: read the source (whichever tracker it lives in), determine work type, assemble an agent team, and run the full lifecycle through PR creation, code review, deploy, and empirical verification. $ARGUMENTS
@@ -3,4 +3,4 @@ description: "Reduce the cognitive complexity threshold by 2 and fix all violati
3
3
  allowed-tools: ["Skill"]
4
4
  ---
5
5
 
6
- Use the /lisa:plan-lower-code-complexity skill to lower code complexity.
6
+ Use the /lisa:improve-code-complexity skill to lower code complexity.
@@ -4,4 +4,4 @@ allowed-tools: ["Skill"]
4
4
  argument-hint: "<max-lines-per-function-value>"
5
5
  ---
6
6
 
7
- Use the /lisa:plan-reduce-max-lines-per-function skill to reduce max function lines. $ARGUMENTS
7
+ Use the /lisa:improve-max-lines-per-function skill to reduce max function lines. $ARGUMENTS
@@ -4,4 +4,4 @@ allowed-tools: ["Skill"]
4
4
  argument-hint: "<threshold-percentage>"
5
5
  ---
6
6
 
7
- Use the /lisa:plan-add-test-coverage skill to increase test coverage. $ARGUMENTS
7
+ Use the /lisa:improve-test-coverage skill to increase test coverage. $ARGUMENTS
@@ -4,4 +4,4 @@ allowed-tools: ["Skill"]
4
4
  argument-hint: "<target-description>"
5
5
  ---
6
6
 
7
- Use the /lisa:plan-improve-tests skill to improve test quality. $ARGUMENTS
7
+ Use the /lisa:improve-tests skill to improve test quality. $ARGUMENTS
@@ -1,14 +1,26 @@
1
1
  ---
2
- description: "Plan work. Defines acceptance criteria, researches codebase, maps dependencies, and breaks down into ordered work items."
3
- argument-hint: "<description-or-ticket-id-or-url>"
2
+ description: "Plan work. Vendor-agnostic intake — given a PRD URL/path or description, extracts requirements, walks the live product, validates, and creates work items in the configured tracker."
3
+ argument-hint: "<PRD-url | @file | ticket-id-or-url | description>"
4
4
  ---
5
5
 
6
6
  Apply the `intent-routing` rule (loaded via the lisa plugin) and execute the **Plan** flow.
7
7
 
8
8
  **Orchestration: agent team.** Plan is a multi-specialist flow feeding a shared decomposition. After echoing the flow and orchestration mode, your FIRST tool call MUST be `TeamCreate`. Do not call `TaskCreate`, `Agent`, or implementation tools before the team exists.
9
9
 
10
+ ## Source dispatch
11
+
12
+ Detect the source type from `$ARGUMENTS` and route accordingly. The Plan flow is vendor-agnostic — the public interface speaks "PRD" and "work items", not "Notion" or "JIRA".
13
+
14
+ | If `$ARGUMENTS` is... | Hand off to |
15
+ |------------------------|-------------|
16
+ | A Notion URL (`notion.so/...` or a Notion database/page ID) | The `notion-prd-intake` skill (single-PRD mode if one page; database-scan mode if a database URL). It runs the full pipeline: extract artifacts, walk live product, dry-run validate, create tickets in the configured tracker, run the coverage audit, transition Notion `Status`. |
17
+ | A JIRA ticket ID or URL (e.g. `SE-123` or `*.atlassian.net/browse/SE-123`) | The `jira-agent`, which reads the ticket and extracts context. (Used when an existing JIRA epic *is* the spec — Plan decomposes it into stories/sub-tasks.) |
18
+ | A Linear / GitHub Issues URL or key | *Not yet implemented.* Stop and tell the user the adapter doesn't exist yet — the architecture supports it, but no `linear-prd-intake` / `github-prd-intake` skill has been built. Don't fall back. |
19
+ | A file path (`@plan.md`, `./spec.md`) | Read the file as the spec; run the Plan flow's core decomposition with the file content as input. |
20
+ | A plain-text description | Use the description as the spec; run the Plan flow's core decomposition. |
21
+
10
22
  If no PRD or specification exists, suggest running the **Research** flow first to produce one.
11
23
 
12
- If the argument is a JIRA ticket ID or URL, hand off to the `jira-agent` which will read the ticket and extract context.
24
+ The underlying intake skills (e.g. `notion-prd-intake`) are internal developers don't invoke them directly. They speak in vendor-agnostic terms (`/plan <PRD>`); the source/tracker choice is config.
13
25
 
14
26
  $ARGUMENTS
@@ -3,4 +3,4 @@ description: "Review local branch changes compared to main"
3
3
  allowed-tools: ["Skill"]
4
4
  ---
5
5
 
6
- Use the /lisa:plan-local-code-review skill to review local changes.
6
+ Use the /lisa:review-local skill to review local changes.
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: plan-fix-linter-error
2
+ name: fix-linter-error
3
3
  description: This skill should be used when fixing all violations of one or more ESLint rules across the codebase. It runs the linter, groups violations by rule and file, generates a brief with fix strategies, and creates a plan with tasks to implement the fixes.
4
4
  allowed-tools: ["Read", "Bash", "Glob", "Grep"]
5
5
 
@@ -42,4 +42,4 @@ Fix strategies: extract functions, early returns, apply formatting, add types
42
42
  Verification: `bun run lint 2>&1 | grep -E "($ARGUMENTS)" | wc -l` → Expected: 0
43
43
  ```
44
44
 
45
- Invoke `/plan-execute` with this brief to create the implementation plan.
45
+ Invoke `/implement` with this brief to create the implementation plan.
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: plan-execute
2
+ name: implement
3
3
  description: This skill should be used for any non-trivial request — features, bugs, stories, epics, spikes, or multi-step tasks. It accepts a ticket URL (Jira, Linear, GitHub), a file path containing a spec, or a plain-text prompt. It assembles an agent team, breaks the work into structured tasks, and manages the full lifecycle from research through implementation, code review, deploy, and empirical verification.
4
4
  ---
5
5
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: plan-lower-code-complexity
2
+ name: improve-code-complexity
3
3
  description: This skill should be used when reducing the cognitive complexity threshold of the codebase. It lowers the threshold by 2, identifies functions that exceed the new limit, generates a brief with refactoring strategies, and creates a plan with tasks to fix all violations.
4
4
  allowed-tools: ["Read", "Bash", "Glob", "Grep"]
5
5
  ---
@@ -41,4 +41,4 @@ Refactoring strategies: extract functions, early returns, extract conditions, us
41
41
  Verification: `bun run lint 2>&1 | grep "cognitive-complexity" | wc -l` → Expected: 0
42
42
  ```
43
43
 
44
- Invoke `/plan-execute` with this brief to create the implementation plan.
44
+ Invoke `/implement` with this brief to create the implementation plan.
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: plan-reduce-max-lines
2
+ name: improve-max-lines
3
3
  description: This skill should be used when reducing the maximum file lines threshold and fixing all violations. It updates the eslint threshold configuration, identifies files exceeding the new limit, generates a brief with refactoring strategies, and creates a plan with tasks to split oversized files.
4
4
  allowed-tools: ["Read", "Bash", "Glob", "Grep"]
5
5
 
@@ -42,4 +42,4 @@ Refactoring strategies: extract modules, remove duplication, delete dead code, s
42
42
  Verification: `bun run lint 2>&1 | grep "max-lines" | wc -l` → Expected: 0
43
43
  ```
44
44
 
45
- Invoke `/plan-execute` with this brief to create the implementation plan.
45
+ Invoke `/implement` with this brief to create the implementation plan.
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: plan-reduce-max-lines-per-function
2
+ name: improve-max-lines-per-function
3
3
  description: This skill should be used when reducing the maximum lines per function threshold and fixing all violations. It updates the eslint threshold configuration, identifies functions exceeding the new limit, generates a brief with refactoring strategies, and creates a plan with tasks to split oversized functions.
4
4
  allowed-tools: ["Read", "Bash", "Glob", "Grep"]
5
5
 
@@ -43,4 +43,4 @@ Refactoring strategies: extract functions, early returns, extract conditions, us
43
43
  Verification: `bun run lint 2>&1 | grep "max-lines-per-function" | wc -l` → Expected: 0
44
44
  ```
45
45
 
46
- Invoke `/plan-execute` with this brief to create the implementation plan.
46
+ Invoke `/implement` with this brief to create the implementation plan.
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: plan-add-test-coverage
2
+ name: improve-test-coverage
3
3
  description: This skill should be used when increasing test coverage to a specified threshold percentage. It runs the coverage report, identifies files with the lowest coverage, generates a brief with coverage gaps, and creates a plan with tasks to add the missing tests.
4
4
  allowed-tools: ["Read", "Bash", "Glob", "Grep"]
5
5
 
@@ -41,4 +41,4 @@ Configuration: [config file path], update thresholds to $ARGUMENTS%
41
41
  Verification: `bun run test:cov` → Expected: All thresholds pass at $ARGUMENTS%
42
42
  ```
43
43
 
44
- Invoke `/plan-execute` with this brief to create the implementation plan.
44
+ Invoke `/implement` with this brief to create the implementation plan.
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: plan-improve-tests
2
+ name: improve-tests
3
3
  description: This skill should be used when improving test quality. It scans the test suite for weak, brittle, or poorly-written tests, generates a brief with improvement opportunities, and creates a plan with tasks to strengthen the tests.
4
4
  allowed-tools: ["Read", "Bash", "Glob", "Grep"]
5
5
  ---
@@ -44,4 +44,4 @@ Test files needing improvement (ordered by impact):
44
44
  Verification: `bun run test` -> Expected: All tests pass, improved assertions and coverage
45
45
  ```
46
46
 
47
- Invoke `/plan-execute` with this brief to create the implementation plan.
47
+ Invoke `/implement` with this brief to create the implementation plan.
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: plan-local-code-review
2
+ name: review-local
3
3
  description: This skill should be used when performing a code review on local changes on the current branch compared to the main branch. It uses multiple parallel agents to check for bugs, CLAUDE.md compliance, git history context, previous PR comments, and code comment adherence, then scores and filters findings by confidence level.
4
4
  disable-model-invocation: false
5
5
  ---
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: plan-fix-linter-error
2
+ name: fix-linter-error
3
3
  description: This skill should be used when fixing all violations of one or more RuboCop cops across the codebase. It runs RuboCop, groups violations by cop and file, generates a brief with fix strategies, and creates a plan with tasks to implement the fixes.
4
4
  allowed-tools: ["Read", "Bash", "Glob", "Grep"]
5
5
 
@@ -42,4 +42,4 @@ Fix strategies: extract methods, reduce complexity, apply auto-correct where saf
42
42
  Verification: `bundle exec rubocop --format simple 2>&1 | grep -E "($ARGUMENTS)" | wc -l` -> Expected: 0
43
43
  ```
44
44
 
45
- Invoke `/plan-execute` with this brief to create the implementation plan.
45
+ Invoke `/implement` with this brief to create the implementation plan.
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: plan-lower-code-complexity
2
+ name: improve-code-complexity
3
3
  description: This skill should be used when reducing the code complexity threshold of the codebase. It lowers the CyclomaticComplexity threshold by 2, identifies methods that exceed the new limit, generates a brief with refactoring strategies, and creates a plan with tasks to fix all violations.
4
4
  allowed-tools: ["Read", "Bash", "Glob", "Grep"]
5
5
  ---
@@ -45,4 +45,4 @@ Refactoring strategies: extract methods, early returns, extract conditions, use
45
45
  Verification: `bundle exec rubocop --only Metrics/CyclomaticComplexity --format simple 2>&1 | grep "offense" | wc -l` -> Expected: 0
46
46
  ```
47
47
 
48
- Invoke `/plan-execute` with this brief to create the implementation plan.
48
+ Invoke `/implement` with this brief to create the implementation plan.
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: plan-reduce-max-lines
2
+ name: improve-max-lines
3
3
  description: This skill should be used when reducing the maximum class/module lines threshold and fixing all violations. It updates the RuboCop configuration, identifies classes and modules exceeding the new limit, generates a brief with refactoring strategies, and creates a plan with tasks to split oversized files.
4
4
  allowed-tools: ["Read", "Bash", "Glob", "Grep"]
5
5
 
@@ -43,4 +43,4 @@ Refactoring strategies: extract concerns, extract service objects, remove duplic
43
43
  Verification: `bundle exec rubocop --only Metrics/ClassLength,Metrics/ModuleLength --format simple 2>&1 | grep "offense" | wc -l` -> Expected: 0
44
44
  ```
45
45
 
46
- Invoke `/plan-execute` with this brief to create the implementation plan.
46
+ Invoke `/implement` with this brief to create the implementation plan.
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: plan-reduce-max-lines-per-function
2
+ name: improve-max-lines-per-function
3
3
  description: This skill should be used when reducing the maximum lines per method threshold and fixing all violations. It updates the RuboCop configuration, identifies methods exceeding the new limit, generates a brief with refactoring strategies, and creates a plan with tasks to split oversized methods.
4
4
  allowed-tools: ["Read", "Bash", "Glob", "Grep"]
5
5
 
@@ -43,4 +43,4 @@ Refactoring strategies: extract methods, early returns, extract conditions, use
43
43
  Verification: `bundle exec rubocop --only Metrics/MethodLength --format simple 2>&1 | grep "offense" | wc -l` -> Expected: 0
44
44
  ```
45
45
 
46
- Invoke `/plan-execute` with this brief to create the implementation plan.
46
+ Invoke `/implement` with this brief to create the implementation plan.
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: plan-add-test-coverage
2
+ name: improve-test-coverage
3
3
  description: This skill should be used when increasing test coverage to a specified threshold percentage. It runs the test suite with SimpleCov, identifies files with the lowest coverage, generates a brief with coverage gaps, and creates a plan with tasks to add the missing tests.
4
4
  allowed-tools: ["Read", "Bash", "Glob", "Grep"]
5
5
 
@@ -42,4 +42,4 @@ Configuration: .simplecov, update minimum_coverage to $ARGUMENTS%
42
42
  Verification: `bundle exec rspec` -> Expected: SimpleCov reports >= $ARGUMENTS% coverage
43
43
  ```
44
44
 
45
- Invoke `/plan-execute` with this brief to create the implementation plan.
45
+ Invoke `/implement` with this brief to create the implementation plan.
@@ -1,12 +0,0 @@
1
- ---
2
- description: "Build a feature. Defines acceptance criteria, researches codebase, implements via TDD, verifies locally, and reviews."
3
- argument-hint: "<description-or-ticket-id-or-url>"
4
- ---
5
-
6
- Apply the `intent-routing` rule (loaded via the lisa plugin) and execute the **Implement** flow with the **Build** work type.
7
-
8
- **Orchestration: agent team.** Build runs a long multi-specialist sequence with parallel review. After echoing the flow and orchestration mode, your FIRST tool call MUST be `TeamCreate`. Do not call `TaskCreate`, `Agent`, or implementation tools before the team exists.
9
-
10
- If the argument is a JIRA ticket ID or URL, hand off to the `jira-agent` which will read the ticket, extract context, and delegate back to the Implement flow.
11
-
12
- $ARGUMENTS
@@ -1,12 +0,0 @@
1
- ---
2
- description: "Fix a bug. Reproduces, analyzes git history, finds root cause, implements fix via TDD, verifies locally, and reviews."
3
- argument-hint: "<description-or-ticket-id-or-url>"
4
- ---
5
-
6
- Apply the `intent-routing` rule (loaded via the lisa plugin) and execute the **Implement** flow with the **Fix** work type.
7
-
8
- **Orchestration: agent team.** Fix runs a long multi-specialist sequence with parallel review. After echoing the flow and orchestration mode, your FIRST tool call MUST be `TeamCreate`. Do not call `TaskCreate`, `Agent`, or implementation tools before the team exists.
9
-
10
- If the argument is a JIRA ticket ID or URL, hand off to the `jira-agent` which will read the ticket, extract context, and delegate back to the Implement flow.
11
-
12
- $ARGUMENTS