@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.
- package/dist/codex/agent-transformer.js +5 -1
- package/dist/codex/agent-transformer.js.map +1 -1
- package/dist/codex/skills-installer.d.ts.map +1 -1
- package/dist/codex/skills-installer.js +5 -2
- package/dist/codex/skills-installer.js.map +1 -1
- package/dist/core/lisa-skill-sources.d.ts +9 -0
- package/dist/core/lisa-skill-sources.d.ts.map +1 -1
- package/dist/core/lisa-skill-sources.js +17 -2
- package/dist/core/lisa-skill-sources.js.map +1 -1
- package/dist/opencode/skills-installer.d.ts.map +1 -1
- package/dist/opencode/skills-installer.js +4 -2
- package/dist/opencode/skills-installer.js.map +1 -1
- package/eslint-plugin-code-organization/__tests__/enforce-statement-order.test.js +98 -0
- package/eslint-plugin-code-organization/rules/enforce-statement-order.js +14 -2
- package/package.json +1 -1
- package/plugins/lisa/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa/agents/learnings-synthesizer.md +2 -2
- package/plugins/lisa/agents/linear-agent.md +3 -3
- package/plugins/lisa/commands/lisa/analyze-claude-remote.md +6 -0
- package/plugins/lisa/commands/lisa/automation-status.md +12 -0
- package/plugins/lisa/commands/lisa/codify-verification.md +6 -0
- package/plugins/lisa/commands/lisa/cross-pollinate.md +15 -0
- package/plugins/lisa/commands/lisa/debrief/apply.md +6 -0
- package/plugins/lisa/commands/lisa/debrief.md +6 -0
- package/plugins/lisa/commands/lisa/doctor.md +6 -0
- package/plugins/lisa/commands/lisa/exploratory-qa.md +7 -0
- package/plugins/lisa/commands/lisa/fix/linter-error.md +7 -0
- package/plugins/lisa/commands/lisa/generate-claude-remote-build-script.md +6 -0
- package/plugins/lisa/commands/lisa/git/commit.md +7 -0
- package/plugins/lisa/commands/lisa/git/prune.md +6 -0
- package/plugins/lisa/commands/lisa/git/submit-pr.md +7 -0
- package/plugins/lisa/commands/lisa/implement.md +6 -0
- package/plugins/lisa/commands/lisa/improve/code-complexity.md +6 -0
- package/plugins/lisa/commands/lisa/improve/max-lines-per-function.md +7 -0
- package/plugins/lisa/commands/lisa/improve/max-lines.md +7 -0
- package/plugins/lisa/commands/lisa/improve/test-coverage.md +7 -0
- package/plugins/lisa/commands/lisa/improve/tests.md +7 -0
- package/plugins/lisa/commands/lisa/intake-explain.md +31 -0
- package/plugins/lisa/commands/lisa/intake.md +6 -0
- package/plugins/lisa/commands/lisa/monitor.md +6 -0
- package/plugins/lisa/commands/lisa/parity-code-review.md +6 -0
- package/plugins/lisa/commands/lisa/parity-code-simplifier.md +6 -0
- package/plugins/lisa/commands/lisa/parity-coderabbit.md +6 -0
- package/plugins/lisa/commands/lisa/parity-safety-net-rules.md +6 -0
- package/plugins/lisa/commands/lisa/parity-sentry-sdk-setup.md +6 -0
- package/plugins/lisa/commands/lisa/parity-sentry-seer.md +6 -0
- package/plugins/lisa/commands/lisa/parity-skill-creator.md +6 -0
- package/plugins/lisa/commands/lisa/plan.md +6 -0
- package/plugins/lisa/commands/lisa/plugin-sync-explain.md +8 -0
- package/plugins/lisa/commands/lisa/product-walkthrough.md +7 -0
- package/plugins/lisa/commands/lisa/project-ideation.md +6 -0
- package/plugins/lisa/commands/lisa/pull-request/review.md +7 -0
- package/plugins/lisa/commands/lisa/queue-status.md +34 -0
- package/plugins/lisa/commands/lisa/repair-intake.md +6 -0
- package/plugins/lisa/commands/lisa/research.md +6 -0
- package/plugins/lisa/commands/lisa/review/local.md +6 -0
- package/plugins/lisa/commands/lisa/security/zap-scan.md +6 -0
- package/plugins/lisa/commands/lisa/setup/atlassian.md +7 -0
- package/plugins/lisa/commands/lisa/setup/confluence.md +7 -0
- package/plugins/lisa/commands/lisa/setup/github.md +7 -0
- package/plugins/lisa/commands/lisa/setup/jira.md +7 -0
- package/plugins/lisa/commands/lisa/setup/linear.md +7 -0
- package/plugins/lisa/commands/lisa/setup/notion.md +7 -0
- package/plugins/lisa/commands/lisa/setup-automations.md +6 -0
- package/plugins/lisa/commands/lisa/sync-down.md +7 -0
- package/plugins/lisa/commands/lisa/tear-down-automations.md +6 -0
- package/plugins/lisa/commands/lisa/validate-tracker-mapping.md +15 -0
- package/plugins/lisa/commands/lisa/verify-prd.md +6 -0
- package/plugins/lisa/commands/lisa/verify.md +6 -0
- package/plugins/lisa/commands/lisa/wiki/install.md +7 -0
- package/plugins/lisa/hooks/enforce-team-first.sh +1 -1
- package/plugins/lisa/hooks/enforce-verification-gate.sh +4 -4
- package/plugins/lisa/rules/eager/observability-audit.md +4 -4
- package/plugins/lisa/rules/eager/upstream-to-lisa.md +1 -1
- package/plugins/lisa/rules/reference/config-resolution.md +16 -16
- package/plugins/lisa/rules/reference/integration-access-layer.md +7 -7
- package/plugins/lisa/rules/reference/intent-routing.md +14 -14
- package/plugins/lisa/rules/reference/observability-audit.md +4 -4
- package/plugins/lisa/rules/reference/prd-lifecycle-rollup.md +5 -5
- package/plugins/lisa/rules/reference/repo-scope-split.md +3 -3
- package/plugins/lisa/rules/reference/upstream-to-lisa.md +1 -1
- package/plugins/lisa/rules/reference/usage-accounting.md +1 -1
- package/plugins/lisa/skills/lisa-acceptance-criteria/SKILL.md +71 -0
- package/plugins/lisa/skills/lisa-acceptance-criteria/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-agent-design-best-practices/SKILL.md +219 -0
- package/plugins/lisa/skills/lisa-agent-design-best-practices/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-analyze-claude-remote/SKILL.md +421 -0
- package/plugins/lisa/skills/lisa-analyze-claude-remote/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-atlassian-access/SKILL.md +361 -0
- package/plugins/lisa/skills/lisa-atlassian-access/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-automation-status/SKILL.md +111 -0
- package/plugins/lisa/skills/lisa-automation-status/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-bug-triage/SKILL.md +23 -0
- package/plugins/lisa/skills/lisa-bug-triage/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-codebase-research/SKILL.md +87 -0
- package/plugins/lisa/skills/lisa-codebase-research/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-codify-verification/SKILL.md +162 -0
- package/plugins/lisa/skills/lisa-codify-verification/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-confluence-prd-intake/SKILL.md +417 -0
- package/plugins/lisa/skills/lisa-confluence-prd-intake/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-confluence-to-tracker/SKILL.md +362 -0
- package/plugins/lisa/skills/lisa-confluence-to-tracker/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-confluence-write-prd/SKILL.md +109 -0
- package/plugins/lisa/skills/lisa-confluence-write-prd/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-cross-pollinate/SKILL.md +175 -0
- package/plugins/lisa/skills/lisa-cross-pollinate/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-debrief/SKILL.md +94 -0
- package/plugins/lisa/skills/lisa-debrief/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-debrief-apply/SKILL.md +63 -0
- package/plugins/lisa/skills/lisa-debrief-apply/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-doctor/SKILL.md +336 -0
- package/plugins/lisa/skills/lisa-doctor/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-drive-pr-to-merge/SKILL.md +152 -0
- package/plugins/lisa/skills/lisa-drive-pr-to-merge/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-epic-triage/SKILL.md +28 -0
- package/plugins/lisa/skills/lisa-epic-triage/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-exploratory-qa/SKILL.md +91 -0
- package/plugins/lisa/skills/lisa-exploratory-qa/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-fix-linter-error/SKILL.md +45 -0
- package/plugins/lisa/skills/lisa-fix-linter-error/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-generate-claude-remote-build-script/SKILL.md +224 -0
- package/plugins/lisa/skills/lisa-generate-claude-remote-build-script/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-git-commit/SKILL.md +48 -0
- package/plugins/lisa/skills/lisa-git-commit/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-git-prune/SKILL.md +35 -0
- package/plugins/lisa/skills/lisa-git-prune/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-git-submit-pr/SKILL.md +113 -0
- package/plugins/lisa/skills/lisa-git-submit-pr/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-github-add-journey/SKILL.md +115 -0
- package/plugins/lisa/skills/lisa-github-add-journey/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-github-build-intake/SKILL.md +446 -0
- package/plugins/lisa/skills/lisa-github-build-intake/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-github-create/SKILL.md +101 -0
- package/plugins/lisa/skills/lisa-github-create/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-github-evidence/SKILL.md +110 -0
- package/plugins/lisa/skills/lisa-github-evidence/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-github-journey/SKILL.md +121 -0
- package/plugins/lisa/skills/lisa-github-journey/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-github-prd-intake/SKILL.md +432 -0
- package/plugins/lisa/skills/lisa-github-prd-intake/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-github-project-v2/SKILL.md +227 -0
- package/plugins/lisa/skills/lisa-github-project-v2/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-github-read-issue/SKILL.md +248 -0
- package/plugins/lisa/skills/lisa-github-read-issue/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-github-sync/SKILL.md +132 -0
- package/plugins/lisa/skills/lisa-github-sync/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-github-to-tracker/SKILL.md +347 -0
- package/plugins/lisa/skills/lisa-github-to-tracker/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-github-validate-issue/SKILL.md +330 -0
- package/plugins/lisa/skills/lisa-github-validate-issue/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-github-verify/SKILL.md +29 -0
- package/plugins/lisa/skills/lisa-github-verify/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-github-write-issue/SKILL.md +339 -0
- package/plugins/lisa/skills/lisa-github-write-issue/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-github-write-prd/SKILL.md +157 -0
- package/plugins/lisa/skills/lisa-github-write-prd/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-implement/SKILL.md +202 -0
- package/plugins/lisa/skills/lisa-implement/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-improve-code-complexity/SKILL.md +44 -0
- package/plugins/lisa/skills/lisa-improve-code-complexity/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-improve-max-lines/SKILL.md +45 -0
- package/plugins/lisa/skills/lisa-improve-max-lines/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-improve-max-lines-per-function/SKILL.md +46 -0
- package/plugins/lisa/skills/lisa-improve-max-lines-per-function/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-improve-test-coverage/SKILL.md +44 -0
- package/plugins/lisa/skills/lisa-improve-test-coverage/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-improve-tests/SKILL.md +47 -0
- package/plugins/lisa/skills/lisa-improve-tests/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-intake/SKILL.md +133 -0
- package/plugins/lisa/skills/lisa-intake/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-intake-explain/SKILL.md +279 -0
- package/plugins/lisa/skills/lisa-intake-explain/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-jam-access/SKILL.md +52 -0
- package/plugins/lisa/skills/lisa-jam-access/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-jira-add-journey/SKILL.md +121 -0
- package/plugins/lisa/skills/lisa-jira-add-journey/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-jira-build-intake/SKILL.md +368 -0
- package/plugins/lisa/skills/lisa-jira-build-intake/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-jira-create/SKILL.md +154 -0
- package/plugins/lisa/skills/lisa-jira-create/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-jira-evidence/SKILL.md +90 -0
- package/plugins/lisa/skills/lisa-jira-evidence/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-jira-journey/SKILL.md +127 -0
- package/plugins/lisa/skills/lisa-jira-journey/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-jira-read-ticket/SKILL.md +198 -0
- package/plugins/lisa/skills/lisa-jira-read-ticket/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-jira-sync/SKILL.md +108 -0
- package/plugins/lisa/skills/lisa-jira-sync/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-jira-validate-ticket/SKILL.md +317 -0
- package/plugins/lisa/skills/lisa-jira-validate-ticket/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-jira-verify/SKILL.md +30 -0
- package/plugins/lisa/skills/lisa-jira-verify/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-jira-write-ticket/SKILL.md +267 -0
- package/plugins/lisa/skills/lisa-jira-write-ticket/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-jsdoc-best-practices/SKILL.md +432 -0
- package/plugins/lisa/skills/lisa-jsdoc-best-practices/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-linear-access/SKILL.md +90 -0
- package/plugins/lisa/skills/lisa-linear-access/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-linear-add-journey/SKILL.md +105 -0
- package/plugins/lisa/skills/lisa-linear-add-journey/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-linear-build-intake/SKILL.md +346 -0
- package/plugins/lisa/skills/lisa-linear-build-intake/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-linear-create/SKILL.md +146 -0
- package/plugins/lisa/skills/lisa-linear-create/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-linear-evidence/SKILL.md +103 -0
- package/plugins/lisa/skills/lisa-linear-evidence/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-linear-journey/SKILL.md +134 -0
- package/plugins/lisa/skills/lisa-linear-journey/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-linear-prd-intake/SKILL.md +383 -0
- package/plugins/lisa/skills/lisa-linear-prd-intake/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-linear-read-issue/SKILL.md +200 -0
- package/plugins/lisa/skills/lisa-linear-read-issue/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-linear-sync/SKILL.md +127 -0
- package/plugins/lisa/skills/lisa-linear-sync/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-linear-to-tracker/SKILL.md +344 -0
- package/plugins/lisa/skills/lisa-linear-to-tracker/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-linear-validate-issue/SKILL.md +314 -0
- package/plugins/lisa/skills/lisa-linear-validate-issue/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-linear-verify/SKILL.md +51 -0
- package/plugins/lisa/skills/lisa-linear-verify/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-linear-write-issue/SKILL.md +292 -0
- package/plugins/lisa/skills/lisa-linear-write-issue/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-linear-write-prd/SKILL.md +96 -0
- package/plugins/lisa/skills/lisa-linear-write-prd/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-monitor/SKILL.md +69 -0
- package/plugins/lisa/skills/lisa-monitor/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-nightly-add-test-coverage/SKILL.md +40 -0
- package/plugins/lisa/skills/lisa-nightly-add-test-coverage/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-nightly-improve-tests/SKILL.md +29 -0
- package/plugins/lisa/skills/lisa-nightly-improve-tests/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-nightly-lower-code-complexity/SKILL.md +28 -0
- package/plugins/lisa/skills/lisa-nightly-lower-code-complexity/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-notion-access/SKILL.md +226 -0
- package/plugins/lisa/skills/lisa-notion-access/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-notion-prd-intake/SKILL.md +360 -0
- package/plugins/lisa/skills/lisa-notion-prd-intake/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-notion-to-tracker/SKILL.md +359 -0
- package/plugins/lisa/skills/lisa-notion-to-tracker/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-notion-write-prd/SKILL.md +109 -0
- package/plugins/lisa/skills/lisa-notion-write-prd/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-parity-code-review/SKILL.md +83 -0
- package/plugins/lisa/skills/lisa-parity-code-review/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-parity-code-simplifier/SKILL.md +76 -0
- package/plugins/lisa/skills/lisa-parity-code-simplifier/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-parity-coderabbit/SKILL.md +77 -0
- package/plugins/lisa/skills/lisa-parity-coderabbit/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-parity-safety-net-rules/SKILL.md +144 -0
- package/plugins/lisa/skills/lisa-parity-safety-net-rules/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-parity-sentry-sdk-setup/SKILL.md +211 -0
- package/plugins/lisa/skills/lisa-parity-sentry-sdk-setup/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-parity-sentry-seer/SKILL.md +135 -0
- package/plugins/lisa/skills/lisa-parity-sentry-seer/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-parity-skill-creator/SKILL.md +151 -0
- package/plugins/lisa/skills/lisa-parity-skill-creator/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-performance-review/SKILL.md +94 -0
- package/plugins/lisa/skills/lisa-performance-review/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-plan/SKILL.md +60 -0
- package/plugins/lisa/skills/lisa-plan/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-plugin-sync-explain/SKILL.md +53 -0
- package/plugins/lisa/skills/lisa-plugin-sync-explain/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-posthog-access/SKILL.md +60 -0
- package/plugins/lisa/skills/lisa-posthog-access/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-prd-backlink/SKILL.md +265 -0
- package/plugins/lisa/skills/lisa-prd-backlink/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-prd-source-write/SKILL.md +101 -0
- package/plugins/lisa/skills/lisa-prd-source-write/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-prd-ticket-coverage/SKILL.md +170 -0
- package/plugins/lisa/skills/lisa-prd-ticket-coverage/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-product-walkthrough/SKILL.md +104 -0
- package/plugins/lisa/skills/lisa-product-walkthrough/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-project-ideation/SKILL.md +315 -0
- package/plugins/lisa/skills/lisa-project-ideation/agents/openai.yaml +6 -0
- package/plugins/lisa/skills/lisa-pull-request-review/SKILL.md +84 -0
- package/plugins/lisa/skills/lisa-pull-request-review/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-quality-review/SKILL.md +54 -0
- package/plugins/lisa/skills/lisa-quality-review/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-queue-status/SKILL.md +133 -0
- package/plugins/lisa/skills/lisa-queue-status/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-repair-intake/SKILL.md +1026 -0
- package/plugins/lisa/skills/lisa-repair-intake/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-reproduce-bug/SKILL.md +96 -0
- package/plugins/lisa/skills/lisa-reproduce-bug/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-research/SKILL.md +68 -0
- package/plugins/lisa/skills/lisa-research/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-review-implementation/agents/openai.yaml +1 -1
- package/plugins/lisa/skills/lisa-review-local/SKILL.md +88 -0
- package/plugins/lisa/skills/lisa-review-local/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-root-cause-analysis/SKILL.md +155 -0
- package/plugins/lisa/skills/lisa-root-cause-analysis/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-security-review/SKILL.md +57 -0
- package/plugins/lisa/skills/lisa-security-review/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-security-zap-scan/SKILL.md +33 -0
- package/plugins/lisa/skills/lisa-security-zap-scan/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-sentry-access/SKILL.md +56 -0
- package/plugins/lisa/skills/lisa-sentry-access/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-setup-atlassian/SKILL.md +347 -0
- package/plugins/lisa/skills/lisa-setup-atlassian/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-setup-automations/SKILL.md +103 -0
- package/plugins/lisa/skills/lisa-setup-automations/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-setup-confluence/SKILL.md +254 -0
- package/plugins/lisa/skills/lisa-setup-confluence/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-setup-github/SKILL.md +268 -0
- package/plugins/lisa/skills/lisa-setup-github/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-setup-jira/SKILL.md +198 -0
- package/plugins/lisa/skills/lisa-setup-jira/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-setup-linear/SKILL.md +251 -0
- package/plugins/lisa/skills/lisa-setup-linear/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-setup-notion/SKILL.md +316 -0
- package/plugins/lisa/skills/lisa-setup-notion/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-sonarcloud-access/SKILL.md +71 -0
- package/plugins/lisa/skills/lisa-sonarcloud-access/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-spec-conformance/SKILL.md +159 -0
- package/plugins/lisa/skills/lisa-spec-conformance/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-sync-down/SKILL.md +171 -0
- package/plugins/lisa/skills/lisa-sync-down/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-task-decomposition/SKILL.md +127 -0
- package/plugins/lisa/skills/lisa-task-decomposition/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-task-triage/SKILL.md +23 -0
- package/plugins/lisa/skills/lisa-task-triage/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-tdd-implementation/SKILL.md +86 -0
- package/plugins/lisa/skills/lisa-tdd-implementation/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-tear-down-automations/SKILL.md +34 -0
- package/plugins/lisa/skills/lisa-tear-down-automations/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-test-strategy/SKILL.md +63 -0
- package/plugins/lisa/skills/lisa-test-strategy/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-ticket-triage/SKILL.md +186 -0
- package/plugins/lisa/skills/lisa-ticket-triage/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-tracker-add-journey/SKILL.md +26 -0
- package/plugins/lisa/skills/lisa-tracker-add-journey/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-tracker-build-intake/SKILL.md +85 -0
- package/plugins/lisa/skills/lisa-tracker-build-intake/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-tracker-create/SKILL.md +26 -0
- package/plugins/lisa/skills/lisa-tracker-create/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-tracker-evidence/SKILL.md +52 -0
- package/plugins/lisa/skills/lisa-tracker-evidence/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-tracker-journey/SKILL.md +26 -0
- package/plugins/lisa/skills/lisa-tracker-journey/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-tracker-read/SKILL.md +27 -0
- package/plugins/lisa/skills/lisa-tracker-read/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-tracker-source-artifacts/SKILL.md +107 -0
- package/plugins/lisa/skills/lisa-tracker-source-artifacts/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-tracker-sync/SKILL.md +64 -0
- package/plugins/lisa/skills/lisa-tracker-sync/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-tracker-validate/SKILL.md +36 -0
- package/plugins/lisa/skills/lisa-tracker-validate/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-tracker-verify/SKILL.md +28 -0
- package/plugins/lisa/skills/lisa-tracker-verify/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-tracker-write/SKILL.md +53 -0
- package/plugins/lisa/skills/lisa-tracker-write/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-usage-accounting/SKILL.md +170 -0
- package/plugins/lisa/skills/lisa-usage-accounting/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-use-the-product/SKILL.md +86 -0
- package/plugins/lisa/skills/lisa-use-the-product/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-validate-tracker-mapping/SKILL.md +188 -0
- package/plugins/lisa/skills/lisa-validate-tracker-mapping/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-verification-lifecycle/SKILL.md +365 -0
- package/plugins/lisa/skills/lisa-verification-lifecycle/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-verify/SKILL.md +52 -0
- package/plugins/lisa/skills/lisa-verify/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-verify-prd/SKILL.md +392 -0
- package/plugins/lisa/skills/lisa-verify-prd/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-wiki-install/SKILL.md +101 -0
- package/plugins/lisa/skills/lisa-wiki-install/agents/openai.yaml +4 -0
- package/plugins/lisa-agy/agents/learnings-synthesizer.md +2 -2
- package/plugins/lisa-agy/agents/linear-agent.md +3 -3
- package/plugins/lisa-agy/commands/lisa/analyze-claude-remote.md +6 -0
- package/plugins/lisa-agy/commands/lisa/automation-status.md +12 -0
- package/plugins/lisa-agy/commands/lisa/codify-verification.md +6 -0
- package/plugins/lisa-agy/commands/lisa/cross-pollinate.md +15 -0
- package/plugins/lisa-agy/commands/lisa/debrief/apply.md +6 -0
- package/plugins/lisa-agy/commands/lisa/debrief.md +6 -0
- package/plugins/lisa-agy/commands/lisa/doctor.md +6 -0
- package/plugins/lisa-agy/commands/lisa/exploratory-qa.md +7 -0
- package/plugins/lisa-agy/commands/lisa/fix/linter-error.md +7 -0
- package/plugins/lisa-agy/commands/lisa/generate-claude-remote-build-script.md +6 -0
- package/plugins/lisa-agy/commands/lisa/git/commit.md +7 -0
- package/plugins/lisa-agy/commands/lisa/git/prune.md +6 -0
- package/plugins/lisa-agy/commands/lisa/git/submit-pr.md +7 -0
- package/plugins/lisa-agy/commands/lisa/implement.md +6 -0
- package/plugins/lisa-agy/commands/lisa/improve/code-complexity.md +6 -0
- package/plugins/lisa-agy/commands/lisa/improve/max-lines-per-function.md +7 -0
- package/plugins/lisa-agy/commands/lisa/improve/max-lines.md +7 -0
- package/plugins/lisa-agy/commands/lisa/improve/test-coverage.md +7 -0
- package/plugins/lisa-agy/commands/lisa/improve/tests.md +7 -0
- package/plugins/lisa-agy/commands/lisa/intake-explain.md +31 -0
- package/plugins/lisa-agy/commands/lisa/intake.md +6 -0
- package/plugins/lisa-agy/commands/lisa/monitor.md +6 -0
- package/plugins/lisa-agy/commands/lisa/parity-code-review.md +6 -0
- package/plugins/lisa-agy/commands/lisa/parity-code-simplifier.md +6 -0
- package/plugins/lisa-agy/commands/lisa/parity-coderabbit.md +6 -0
- package/plugins/lisa-agy/commands/lisa/parity-safety-net-rules.md +6 -0
- package/plugins/lisa-agy/commands/lisa/parity-sentry-sdk-setup.md +6 -0
- package/plugins/lisa-agy/commands/lisa/parity-sentry-seer.md +6 -0
- package/plugins/lisa-agy/commands/lisa/parity-skill-creator.md +6 -0
- package/plugins/lisa-agy/commands/lisa/plan.md +6 -0
- package/plugins/lisa-agy/commands/lisa/plugin-sync-explain.md +8 -0
- package/plugins/lisa-agy/commands/lisa/product-walkthrough.md +7 -0
- package/plugins/lisa-agy/commands/lisa/project-ideation.md +6 -0
- package/plugins/lisa-agy/commands/lisa/pull-request/review.md +7 -0
- package/plugins/lisa-agy/commands/lisa/queue-status.md +34 -0
- package/plugins/lisa-agy/commands/lisa/repair-intake.md +6 -0
- package/plugins/lisa-agy/commands/lisa/research.md +6 -0
- package/plugins/lisa-agy/commands/lisa/review/local.md +6 -0
- package/plugins/lisa-agy/commands/lisa/security/zap-scan.md +6 -0
- package/plugins/lisa-agy/commands/lisa/setup/atlassian.md +7 -0
- package/plugins/lisa-agy/commands/lisa/setup/confluence.md +7 -0
- package/plugins/lisa-agy/commands/lisa/setup/github.md +7 -0
- package/plugins/lisa-agy/commands/lisa/setup/jira.md +7 -0
- package/plugins/lisa-agy/commands/lisa/setup/linear.md +7 -0
- package/plugins/lisa-agy/commands/lisa/setup/notion.md +7 -0
- package/plugins/lisa-agy/commands/lisa/setup-automations.md +6 -0
- package/plugins/lisa-agy/commands/lisa/sync-down.md +7 -0
- package/plugins/lisa-agy/commands/lisa/tear-down-automations.md +6 -0
- package/plugins/lisa-agy/commands/lisa/validate-tracker-mapping.md +15 -0
- package/plugins/lisa-agy/commands/lisa/verify-prd.md +6 -0
- package/plugins/lisa-agy/commands/lisa/verify.md +6 -0
- package/plugins/lisa-agy/commands/lisa/wiki/install.md +7 -0
- package/plugins/lisa-agy/plugin.json +1 -1
- package/plugins/lisa-agy/skills/lisa-acceptance-criteria/SKILL.md +71 -0
- package/plugins/lisa-agy/skills/lisa-agent-design-best-practices/SKILL.md +219 -0
- package/plugins/lisa-agy/skills/lisa-analyze-claude-remote/SKILL.md +421 -0
- package/plugins/lisa-agy/skills/lisa-atlassian-access/SKILL.md +361 -0
- package/plugins/lisa-agy/skills/lisa-automation-status/SKILL.md +111 -0
- package/plugins/lisa-agy/skills/lisa-bug-triage/SKILL.md +23 -0
- package/plugins/lisa-agy/skills/lisa-codebase-research/SKILL.md +87 -0
- package/plugins/lisa-agy/skills/lisa-codify-verification/SKILL.md +162 -0
- package/plugins/lisa-agy/skills/lisa-confluence-prd-intake/SKILL.md +417 -0
- package/plugins/lisa-agy/skills/lisa-confluence-to-tracker/SKILL.md +362 -0
- package/plugins/lisa-agy/skills/lisa-confluence-write-prd/SKILL.md +109 -0
- package/plugins/lisa-agy/skills/lisa-cross-pollinate/SKILL.md +175 -0
- package/plugins/lisa-agy/skills/lisa-debrief/SKILL.md +94 -0
- package/plugins/lisa-agy/skills/lisa-debrief-apply/SKILL.md +63 -0
- package/plugins/lisa-agy/skills/lisa-doctor/SKILL.md +336 -0
- package/plugins/lisa-agy/skills/lisa-drive-pr-to-merge/SKILL.md +152 -0
- package/plugins/lisa-agy/skills/lisa-epic-triage/SKILL.md +28 -0
- package/plugins/lisa-agy/skills/lisa-exploratory-qa/SKILL.md +91 -0
- package/plugins/lisa-agy/skills/lisa-fix-linter-error/SKILL.md +45 -0
- package/plugins/lisa-agy/skills/lisa-generate-claude-remote-build-script/SKILL.md +224 -0
- package/plugins/lisa-agy/skills/lisa-git-commit/SKILL.md +48 -0
- package/plugins/lisa-agy/skills/lisa-git-prune/SKILL.md +35 -0
- package/plugins/lisa-agy/skills/lisa-git-submit-pr/SKILL.md +113 -0
- package/plugins/lisa-agy/skills/lisa-github-add-journey/SKILL.md +115 -0
- package/plugins/lisa-agy/skills/lisa-github-build-intake/SKILL.md +446 -0
- package/plugins/lisa-agy/skills/lisa-github-create/SKILL.md +101 -0
- package/plugins/lisa-agy/skills/lisa-github-evidence/SKILL.md +110 -0
- package/plugins/lisa-agy/skills/lisa-github-journey/SKILL.md +121 -0
- package/plugins/lisa-agy/skills/lisa-github-prd-intake/SKILL.md +432 -0
- package/plugins/lisa-agy/skills/lisa-github-project-v2/SKILL.md +227 -0
- package/plugins/lisa-agy/skills/lisa-github-read-issue/SKILL.md +248 -0
- package/plugins/lisa-agy/skills/lisa-github-sync/SKILL.md +132 -0
- package/plugins/lisa-agy/skills/lisa-github-to-tracker/SKILL.md +347 -0
- package/plugins/lisa-agy/skills/lisa-github-validate-issue/SKILL.md +330 -0
- package/plugins/lisa-agy/skills/lisa-github-verify/SKILL.md +29 -0
- package/plugins/lisa-agy/skills/lisa-github-write-issue/SKILL.md +339 -0
- package/plugins/lisa-agy/skills/lisa-github-write-prd/SKILL.md +157 -0
- package/plugins/lisa-agy/skills/lisa-implement/SKILL.md +202 -0
- package/plugins/lisa-agy/skills/lisa-improve-code-complexity/SKILL.md +44 -0
- package/plugins/lisa-agy/skills/lisa-improve-max-lines/SKILL.md +45 -0
- package/plugins/lisa-agy/skills/lisa-improve-max-lines-per-function/SKILL.md +46 -0
- package/plugins/lisa-agy/skills/lisa-improve-test-coverage/SKILL.md +44 -0
- package/plugins/lisa-agy/skills/lisa-improve-tests/SKILL.md +47 -0
- package/plugins/lisa-agy/skills/lisa-intake/SKILL.md +133 -0
- package/plugins/lisa-agy/skills/lisa-intake-explain/SKILL.md +279 -0
- package/plugins/lisa-agy/skills/lisa-jam-access/SKILL.md +52 -0
- package/plugins/lisa-agy/skills/lisa-jira-add-journey/SKILL.md +121 -0
- package/plugins/lisa-agy/skills/lisa-jira-build-intake/SKILL.md +368 -0
- package/plugins/lisa-agy/skills/lisa-jira-create/SKILL.md +154 -0
- package/plugins/lisa-agy/skills/lisa-jira-evidence/SKILL.md +90 -0
- package/plugins/lisa-agy/skills/lisa-jira-journey/SKILL.md +127 -0
- package/plugins/lisa-agy/skills/lisa-jira-read-ticket/SKILL.md +198 -0
- package/plugins/lisa-agy/skills/lisa-jira-sync/SKILL.md +108 -0
- package/plugins/lisa-agy/skills/lisa-jira-validate-ticket/SKILL.md +317 -0
- package/plugins/lisa-agy/skills/lisa-jira-verify/SKILL.md +30 -0
- package/plugins/lisa-agy/skills/lisa-jira-write-ticket/SKILL.md +267 -0
- package/plugins/lisa-agy/skills/lisa-jsdoc-best-practices/SKILL.md +432 -0
- package/plugins/lisa-agy/skills/lisa-linear-access/SKILL.md +90 -0
- package/plugins/lisa-agy/skills/lisa-linear-add-journey/SKILL.md +105 -0
- package/plugins/lisa-agy/skills/lisa-linear-build-intake/SKILL.md +346 -0
- package/plugins/lisa-agy/skills/lisa-linear-create/SKILL.md +146 -0
- package/plugins/lisa-agy/skills/lisa-linear-evidence/SKILL.md +103 -0
- package/plugins/lisa-agy/skills/lisa-linear-journey/SKILL.md +134 -0
- package/plugins/lisa-agy/skills/lisa-linear-prd-intake/SKILL.md +383 -0
- package/plugins/lisa-agy/skills/lisa-linear-read-issue/SKILL.md +200 -0
- package/plugins/lisa-agy/skills/lisa-linear-sync/SKILL.md +127 -0
- package/plugins/lisa-agy/skills/lisa-linear-to-tracker/SKILL.md +344 -0
- package/plugins/lisa-agy/skills/lisa-linear-validate-issue/SKILL.md +314 -0
- package/plugins/lisa-agy/skills/lisa-linear-verify/SKILL.md +51 -0
- package/plugins/lisa-agy/skills/lisa-linear-write-issue/SKILL.md +292 -0
- package/plugins/lisa-agy/skills/lisa-linear-write-prd/SKILL.md +96 -0
- package/plugins/lisa-agy/skills/lisa-monitor/SKILL.md +69 -0
- package/plugins/lisa-agy/skills/lisa-nightly-add-test-coverage/SKILL.md +40 -0
- package/plugins/lisa-agy/skills/lisa-nightly-improve-tests/SKILL.md +29 -0
- package/plugins/lisa-agy/skills/lisa-nightly-lower-code-complexity/SKILL.md +28 -0
- package/plugins/lisa-agy/skills/lisa-notion-access/SKILL.md +226 -0
- package/plugins/lisa-agy/skills/lisa-notion-prd-intake/SKILL.md +360 -0
- package/plugins/lisa-agy/skills/lisa-notion-to-tracker/SKILL.md +359 -0
- package/plugins/lisa-agy/skills/lisa-notion-write-prd/SKILL.md +109 -0
- package/plugins/lisa-agy/skills/lisa-parity-code-review/SKILL.md +83 -0
- package/plugins/lisa-agy/skills/lisa-parity-code-simplifier/SKILL.md +76 -0
- package/plugins/lisa-agy/skills/lisa-parity-coderabbit/SKILL.md +77 -0
- package/plugins/lisa-agy/skills/lisa-parity-safety-net-rules/SKILL.md +144 -0
- package/plugins/lisa-agy/skills/lisa-parity-sentry-sdk-setup/SKILL.md +211 -0
- package/plugins/lisa-agy/skills/lisa-parity-sentry-seer/SKILL.md +135 -0
- package/plugins/lisa-agy/skills/lisa-parity-skill-creator/SKILL.md +151 -0
- package/plugins/lisa-agy/skills/lisa-performance-review/SKILL.md +94 -0
- package/plugins/lisa-agy/skills/lisa-plan/SKILL.md +60 -0
- package/plugins/lisa-agy/skills/lisa-plugin-sync-explain/SKILL.md +53 -0
- package/plugins/lisa-agy/skills/lisa-posthog-access/SKILL.md +60 -0
- package/plugins/lisa-agy/skills/lisa-prd-backlink/SKILL.md +265 -0
- package/plugins/lisa-agy/skills/lisa-prd-source-write/SKILL.md +101 -0
- package/plugins/lisa-agy/skills/lisa-prd-ticket-coverage/SKILL.md +170 -0
- package/plugins/lisa-agy/skills/lisa-product-walkthrough/SKILL.md +104 -0
- package/plugins/lisa-agy/skills/lisa-project-ideation/SKILL.md +315 -0
- package/plugins/lisa-agy/skills/lisa-pull-request-review/SKILL.md +84 -0
- package/plugins/lisa-agy/skills/lisa-quality-review/SKILL.md +54 -0
- package/plugins/lisa-agy/skills/lisa-queue-status/SKILL.md +133 -0
- package/plugins/lisa-agy/skills/lisa-repair-intake/SKILL.md +1026 -0
- package/plugins/lisa-agy/skills/lisa-reproduce-bug/SKILL.md +96 -0
- package/plugins/lisa-agy/skills/lisa-research/SKILL.md +68 -0
- package/plugins/lisa-agy/skills/lisa-review-local/SKILL.md +88 -0
- package/plugins/lisa-agy/skills/lisa-root-cause-analysis/SKILL.md +155 -0
- package/plugins/lisa-agy/skills/lisa-security-review/SKILL.md +57 -0
- package/plugins/lisa-agy/skills/lisa-security-zap-scan/SKILL.md +33 -0
- package/plugins/lisa-agy/skills/lisa-sentry-access/SKILL.md +56 -0
- package/plugins/lisa-agy/skills/lisa-setup-atlassian/SKILL.md +347 -0
- package/plugins/lisa-agy/skills/lisa-setup-automations/SKILL.md +103 -0
- package/plugins/lisa-agy/skills/lisa-setup-confluence/SKILL.md +254 -0
- package/plugins/lisa-agy/skills/lisa-setup-github/SKILL.md +268 -0
- package/plugins/lisa-agy/skills/lisa-setup-jira/SKILL.md +198 -0
- package/plugins/lisa-agy/skills/lisa-setup-linear/SKILL.md +251 -0
- package/plugins/lisa-agy/skills/lisa-setup-notion/SKILL.md +316 -0
- package/plugins/lisa-agy/skills/lisa-sonarcloud-access/SKILL.md +71 -0
- package/plugins/lisa-agy/skills/lisa-spec-conformance/SKILL.md +159 -0
- package/plugins/lisa-agy/skills/lisa-sync-down/SKILL.md +171 -0
- package/plugins/lisa-agy/skills/lisa-task-decomposition/SKILL.md +127 -0
- package/plugins/lisa-agy/skills/lisa-task-triage/SKILL.md +23 -0
- package/plugins/lisa-agy/skills/lisa-tdd-implementation/SKILL.md +86 -0
- package/plugins/lisa-agy/skills/lisa-tear-down-automations/SKILL.md +34 -0
- package/plugins/lisa-agy/skills/lisa-test-strategy/SKILL.md +63 -0
- package/plugins/lisa-agy/skills/lisa-ticket-triage/SKILL.md +186 -0
- package/plugins/lisa-agy/skills/lisa-tracker-add-journey/SKILL.md +26 -0
- package/plugins/lisa-agy/skills/lisa-tracker-build-intake/SKILL.md +85 -0
- package/plugins/lisa-agy/skills/lisa-tracker-create/SKILL.md +26 -0
- package/plugins/lisa-agy/skills/lisa-tracker-evidence/SKILL.md +52 -0
- package/plugins/lisa-agy/skills/lisa-tracker-journey/SKILL.md +26 -0
- package/plugins/lisa-agy/skills/lisa-tracker-read/SKILL.md +27 -0
- package/plugins/lisa-agy/skills/lisa-tracker-source-artifacts/SKILL.md +107 -0
- package/plugins/lisa-agy/skills/lisa-tracker-sync/SKILL.md +64 -0
- package/plugins/lisa-agy/skills/lisa-tracker-validate/SKILL.md +36 -0
- package/plugins/lisa-agy/skills/lisa-tracker-verify/SKILL.md +28 -0
- package/plugins/lisa-agy/skills/lisa-tracker-write/SKILL.md +53 -0
- package/plugins/lisa-agy/skills/lisa-usage-accounting/SKILL.md +170 -0
- package/plugins/lisa-agy/skills/lisa-use-the-product/SKILL.md +86 -0
- package/plugins/lisa-agy/skills/lisa-validate-tracker-mapping/SKILL.md +188 -0
- package/plugins/lisa-agy/skills/lisa-verification-lifecycle/SKILL.md +365 -0
- package/plugins/lisa-agy/skills/lisa-verify/SKILL.md +52 -0
- package/plugins/lisa-agy/skills/lisa-verify-prd/SKILL.md +392 -0
- package/plugins/lisa-agy/skills/lisa-wiki-install/SKILL.md +101 -0
- package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk-agy/plugin.json +1 -1
- package/plugins/lisa-cdk-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-copilot/agents/learnings-synthesizer.agent.md +2 -2
- package/plugins/lisa-copilot/agents/linear-agent.agent.md +3 -3
- package/plugins/lisa-copilot/commands/lisa/analyze-claude-remote.md +6 -0
- package/plugins/lisa-copilot/commands/lisa/automation-status.md +12 -0
- package/plugins/lisa-copilot/commands/lisa/codify-verification.md +6 -0
- package/plugins/lisa-copilot/commands/lisa/cross-pollinate.md +15 -0
- package/plugins/lisa-copilot/commands/lisa/debrief/apply.md +6 -0
- package/plugins/lisa-copilot/commands/lisa/debrief.md +6 -0
- package/plugins/lisa-copilot/commands/lisa/doctor.md +6 -0
- package/plugins/lisa-copilot/commands/lisa/exploratory-qa.md +7 -0
- package/plugins/lisa-copilot/commands/lisa/fix/linter-error.md +7 -0
- package/plugins/lisa-copilot/commands/lisa/generate-claude-remote-build-script.md +6 -0
- package/plugins/lisa-copilot/commands/lisa/git/commit.md +7 -0
- package/plugins/lisa-copilot/commands/lisa/git/prune.md +6 -0
- package/plugins/lisa-copilot/commands/lisa/git/submit-pr.md +7 -0
- package/plugins/lisa-copilot/commands/lisa/implement.md +6 -0
- package/plugins/lisa-copilot/commands/lisa/improve/code-complexity.md +6 -0
- package/plugins/lisa-copilot/commands/lisa/improve/max-lines-per-function.md +7 -0
- package/plugins/lisa-copilot/commands/lisa/improve/max-lines.md +7 -0
- package/plugins/lisa-copilot/commands/lisa/improve/test-coverage.md +7 -0
- package/plugins/lisa-copilot/commands/lisa/improve/tests.md +7 -0
- package/plugins/lisa-copilot/commands/lisa/intake-explain.md +31 -0
- package/plugins/lisa-copilot/commands/lisa/intake.md +6 -0
- package/plugins/lisa-copilot/commands/lisa/monitor.md +6 -0
- package/plugins/lisa-copilot/commands/lisa/parity-code-review.md +6 -0
- package/plugins/lisa-copilot/commands/lisa/parity-code-simplifier.md +6 -0
- package/plugins/lisa-copilot/commands/lisa/parity-coderabbit.md +6 -0
- package/plugins/lisa-copilot/commands/lisa/parity-safety-net-rules.md +6 -0
- package/plugins/lisa-copilot/commands/lisa/parity-sentry-sdk-setup.md +6 -0
- package/plugins/lisa-copilot/commands/lisa/parity-sentry-seer.md +6 -0
- package/plugins/lisa-copilot/commands/lisa/parity-skill-creator.md +6 -0
- package/plugins/lisa-copilot/commands/lisa/plan.md +6 -0
- package/plugins/lisa-copilot/commands/lisa/plugin-sync-explain.md +8 -0
- package/plugins/lisa-copilot/commands/lisa/product-walkthrough.md +7 -0
- package/plugins/lisa-copilot/commands/lisa/project-ideation.md +6 -0
- package/plugins/lisa-copilot/commands/lisa/pull-request/review.md +7 -0
- package/plugins/lisa-copilot/commands/lisa/queue-status.md +34 -0
- package/plugins/lisa-copilot/commands/lisa/repair-intake.md +6 -0
- package/plugins/lisa-copilot/commands/lisa/research.md +6 -0
- package/plugins/lisa-copilot/commands/lisa/review/local.md +6 -0
- package/plugins/lisa-copilot/commands/lisa/security/zap-scan.md +6 -0
- package/plugins/lisa-copilot/commands/lisa/setup/atlassian.md +7 -0
- package/plugins/lisa-copilot/commands/lisa/setup/confluence.md +7 -0
- package/plugins/lisa-copilot/commands/lisa/setup/github.md +7 -0
- package/plugins/lisa-copilot/commands/lisa/setup/jira.md +7 -0
- package/plugins/lisa-copilot/commands/lisa/setup/linear.md +7 -0
- package/plugins/lisa-copilot/commands/lisa/setup/notion.md +7 -0
- package/plugins/lisa-copilot/commands/lisa/setup-automations.md +6 -0
- package/plugins/lisa-copilot/commands/lisa/sync-down.md +7 -0
- package/plugins/lisa-copilot/commands/lisa/tear-down-automations.md +6 -0
- package/plugins/lisa-copilot/commands/lisa/validate-tracker-mapping.md +15 -0
- package/plugins/lisa-copilot/commands/lisa/verify-prd.md +6 -0
- package/plugins/lisa-copilot/commands/lisa/verify.md +6 -0
- package/plugins/lisa-copilot/commands/lisa/wiki/install.md +7 -0
- package/plugins/lisa-copilot/hooks/enforce-verification-gate.sh +4 -4
- package/plugins/lisa-copilot/rules/eager/observability-audit.md +4 -4
- package/plugins/lisa-copilot/rules/eager/upstream-to-lisa.md +1 -1
- package/plugins/lisa-copilot/rules/reference/config-resolution.md +16 -16
- package/plugins/lisa-copilot/rules/reference/integration-access-layer.md +7 -7
- package/plugins/lisa-copilot/rules/reference/intent-routing.md +14 -14
- package/plugins/lisa-copilot/rules/reference/observability-audit.md +4 -4
- package/plugins/lisa-copilot/rules/reference/prd-lifecycle-rollup.md +5 -5
- package/plugins/lisa-copilot/rules/reference/repo-scope-split.md +3 -3
- package/plugins/lisa-copilot/rules/reference/upstream-to-lisa.md +1 -1
- package/plugins/lisa-copilot/rules/reference/usage-accounting.md +1 -1
- package/plugins/lisa-copilot/skills/lisa-acceptance-criteria/SKILL.md +71 -0
- package/plugins/lisa-copilot/skills/lisa-agent-design-best-practices/SKILL.md +219 -0
- package/plugins/lisa-copilot/skills/lisa-analyze-claude-remote/SKILL.md +421 -0
- package/plugins/lisa-copilot/skills/lisa-atlassian-access/SKILL.md +361 -0
- package/plugins/lisa-copilot/skills/lisa-automation-status/SKILL.md +111 -0
- package/plugins/lisa-copilot/skills/lisa-bug-triage/SKILL.md +23 -0
- package/plugins/lisa-copilot/skills/lisa-codebase-research/SKILL.md +87 -0
- package/plugins/lisa-copilot/skills/lisa-codify-verification/SKILL.md +162 -0
- package/plugins/lisa-copilot/skills/lisa-confluence-prd-intake/SKILL.md +417 -0
- package/plugins/lisa-copilot/skills/lisa-confluence-to-tracker/SKILL.md +362 -0
- package/plugins/lisa-copilot/skills/lisa-confluence-write-prd/SKILL.md +109 -0
- package/plugins/lisa-copilot/skills/lisa-cross-pollinate/SKILL.md +175 -0
- package/plugins/lisa-copilot/skills/lisa-debrief/SKILL.md +94 -0
- package/plugins/lisa-copilot/skills/lisa-debrief-apply/SKILL.md +63 -0
- package/plugins/lisa-copilot/skills/lisa-doctor/SKILL.md +336 -0
- package/plugins/lisa-copilot/skills/lisa-drive-pr-to-merge/SKILL.md +152 -0
- package/plugins/lisa-copilot/skills/lisa-epic-triage/SKILL.md +28 -0
- package/plugins/lisa-copilot/skills/lisa-exploratory-qa/SKILL.md +91 -0
- package/plugins/lisa-copilot/skills/lisa-fix-linter-error/SKILL.md +45 -0
- package/plugins/lisa-copilot/skills/lisa-generate-claude-remote-build-script/SKILL.md +224 -0
- package/plugins/lisa-copilot/skills/lisa-git-commit/SKILL.md +48 -0
- package/plugins/lisa-copilot/skills/lisa-git-prune/SKILL.md +35 -0
- package/plugins/lisa-copilot/skills/lisa-git-submit-pr/SKILL.md +113 -0
- package/plugins/lisa-copilot/skills/lisa-github-add-journey/SKILL.md +115 -0
- package/plugins/lisa-copilot/skills/lisa-github-build-intake/SKILL.md +446 -0
- package/plugins/lisa-copilot/skills/lisa-github-create/SKILL.md +101 -0
- package/plugins/lisa-copilot/skills/lisa-github-evidence/SKILL.md +110 -0
- package/plugins/lisa-copilot/skills/lisa-github-journey/SKILL.md +121 -0
- package/plugins/lisa-copilot/skills/lisa-github-prd-intake/SKILL.md +432 -0
- package/plugins/lisa-copilot/skills/lisa-github-project-v2/SKILL.md +227 -0
- package/plugins/lisa-copilot/skills/lisa-github-read-issue/SKILL.md +248 -0
- package/plugins/lisa-copilot/skills/lisa-github-sync/SKILL.md +132 -0
- package/plugins/lisa-copilot/skills/lisa-github-to-tracker/SKILL.md +347 -0
- package/plugins/lisa-copilot/skills/lisa-github-validate-issue/SKILL.md +330 -0
- package/plugins/lisa-copilot/skills/lisa-github-verify/SKILL.md +29 -0
- package/plugins/lisa-copilot/skills/lisa-github-write-issue/SKILL.md +339 -0
- package/plugins/lisa-copilot/skills/lisa-github-write-prd/SKILL.md +157 -0
- package/plugins/lisa-copilot/skills/lisa-implement/SKILL.md +202 -0
- package/plugins/lisa-copilot/skills/lisa-improve-code-complexity/SKILL.md +44 -0
- package/plugins/lisa-copilot/skills/lisa-improve-max-lines/SKILL.md +45 -0
- package/plugins/lisa-copilot/skills/lisa-improve-max-lines-per-function/SKILL.md +46 -0
- package/plugins/lisa-copilot/skills/lisa-improve-test-coverage/SKILL.md +44 -0
- package/plugins/lisa-copilot/skills/lisa-improve-tests/SKILL.md +47 -0
- package/plugins/lisa-copilot/skills/lisa-intake/SKILL.md +133 -0
- package/plugins/lisa-copilot/skills/lisa-intake-explain/SKILL.md +279 -0
- package/plugins/lisa-copilot/skills/lisa-jam-access/SKILL.md +52 -0
- package/plugins/lisa-copilot/skills/lisa-jira-add-journey/SKILL.md +121 -0
- package/plugins/lisa-copilot/skills/lisa-jira-build-intake/SKILL.md +368 -0
- package/plugins/lisa-copilot/skills/lisa-jira-create/SKILL.md +154 -0
- package/plugins/lisa-copilot/skills/lisa-jira-evidence/SKILL.md +90 -0
- package/plugins/lisa-copilot/skills/lisa-jira-journey/SKILL.md +127 -0
- package/plugins/lisa-copilot/skills/lisa-jira-read-ticket/SKILL.md +198 -0
- package/plugins/lisa-copilot/skills/lisa-jira-sync/SKILL.md +108 -0
- package/plugins/lisa-copilot/skills/lisa-jira-validate-ticket/SKILL.md +317 -0
- package/plugins/lisa-copilot/skills/lisa-jira-verify/SKILL.md +30 -0
- package/plugins/lisa-copilot/skills/lisa-jira-write-ticket/SKILL.md +267 -0
- package/plugins/lisa-copilot/skills/lisa-jsdoc-best-practices/SKILL.md +432 -0
- package/plugins/lisa-copilot/skills/lisa-linear-access/SKILL.md +90 -0
- package/plugins/lisa-copilot/skills/lisa-linear-add-journey/SKILL.md +105 -0
- package/plugins/lisa-copilot/skills/lisa-linear-build-intake/SKILL.md +346 -0
- package/plugins/lisa-copilot/skills/lisa-linear-create/SKILL.md +146 -0
- package/plugins/lisa-copilot/skills/lisa-linear-evidence/SKILL.md +103 -0
- package/plugins/lisa-copilot/skills/lisa-linear-journey/SKILL.md +134 -0
- package/plugins/lisa-copilot/skills/lisa-linear-prd-intake/SKILL.md +383 -0
- package/plugins/lisa-copilot/skills/lisa-linear-read-issue/SKILL.md +200 -0
- package/plugins/lisa-copilot/skills/lisa-linear-sync/SKILL.md +127 -0
- package/plugins/lisa-copilot/skills/lisa-linear-to-tracker/SKILL.md +344 -0
- package/plugins/lisa-copilot/skills/lisa-linear-validate-issue/SKILL.md +314 -0
- package/plugins/lisa-copilot/skills/lisa-linear-verify/SKILL.md +51 -0
- package/plugins/lisa-copilot/skills/lisa-linear-write-issue/SKILL.md +292 -0
- package/plugins/lisa-copilot/skills/lisa-linear-write-prd/SKILL.md +96 -0
- package/plugins/lisa-copilot/skills/lisa-monitor/SKILL.md +69 -0
- package/plugins/lisa-copilot/skills/lisa-nightly-add-test-coverage/SKILL.md +40 -0
- package/plugins/lisa-copilot/skills/lisa-nightly-improve-tests/SKILL.md +29 -0
- package/plugins/lisa-copilot/skills/lisa-nightly-lower-code-complexity/SKILL.md +28 -0
- package/plugins/lisa-copilot/skills/lisa-notion-access/SKILL.md +226 -0
- package/plugins/lisa-copilot/skills/lisa-notion-prd-intake/SKILL.md +360 -0
- package/plugins/lisa-copilot/skills/lisa-notion-to-tracker/SKILL.md +359 -0
- package/plugins/lisa-copilot/skills/lisa-notion-write-prd/SKILL.md +109 -0
- package/plugins/lisa-copilot/skills/lisa-parity-code-review/SKILL.md +83 -0
- package/plugins/lisa-copilot/skills/lisa-parity-code-simplifier/SKILL.md +76 -0
- package/plugins/lisa-copilot/skills/lisa-parity-coderabbit/SKILL.md +77 -0
- package/plugins/lisa-copilot/skills/lisa-parity-safety-net-rules/SKILL.md +144 -0
- package/plugins/lisa-copilot/skills/lisa-parity-sentry-sdk-setup/SKILL.md +211 -0
- package/plugins/lisa-copilot/skills/lisa-parity-sentry-seer/SKILL.md +135 -0
- package/plugins/lisa-copilot/skills/lisa-parity-skill-creator/SKILL.md +151 -0
- package/plugins/lisa-copilot/skills/lisa-performance-review/SKILL.md +94 -0
- package/plugins/lisa-copilot/skills/lisa-plan/SKILL.md +60 -0
- package/plugins/lisa-copilot/skills/lisa-plugin-sync-explain/SKILL.md +53 -0
- package/plugins/lisa-copilot/skills/lisa-posthog-access/SKILL.md +60 -0
- package/plugins/lisa-copilot/skills/lisa-prd-backlink/SKILL.md +265 -0
- package/plugins/lisa-copilot/skills/lisa-prd-source-write/SKILL.md +101 -0
- package/plugins/lisa-copilot/skills/lisa-prd-ticket-coverage/SKILL.md +170 -0
- package/plugins/lisa-copilot/skills/lisa-product-walkthrough/SKILL.md +104 -0
- package/plugins/lisa-copilot/skills/lisa-project-ideation/SKILL.md +315 -0
- package/plugins/lisa-copilot/skills/lisa-pull-request-review/SKILL.md +84 -0
- package/plugins/lisa-copilot/skills/lisa-quality-review/SKILL.md +54 -0
- package/plugins/lisa-copilot/skills/lisa-queue-status/SKILL.md +133 -0
- package/plugins/lisa-copilot/skills/lisa-repair-intake/SKILL.md +1026 -0
- package/plugins/lisa-copilot/skills/lisa-reproduce-bug/SKILL.md +96 -0
- package/plugins/lisa-copilot/skills/lisa-research/SKILL.md +68 -0
- package/plugins/lisa-copilot/skills/lisa-review-local/SKILL.md +88 -0
- package/plugins/lisa-copilot/skills/lisa-root-cause-analysis/SKILL.md +155 -0
- package/plugins/lisa-copilot/skills/lisa-security-review/SKILL.md +57 -0
- package/plugins/lisa-copilot/skills/lisa-security-zap-scan/SKILL.md +33 -0
- package/plugins/lisa-copilot/skills/lisa-sentry-access/SKILL.md +56 -0
- package/plugins/lisa-copilot/skills/lisa-setup-atlassian/SKILL.md +347 -0
- package/plugins/lisa-copilot/skills/lisa-setup-automations/SKILL.md +103 -0
- package/plugins/lisa-copilot/skills/lisa-setup-confluence/SKILL.md +254 -0
- package/plugins/lisa-copilot/skills/lisa-setup-github/SKILL.md +268 -0
- package/plugins/lisa-copilot/skills/lisa-setup-jira/SKILL.md +198 -0
- package/plugins/lisa-copilot/skills/lisa-setup-linear/SKILL.md +251 -0
- package/plugins/lisa-copilot/skills/lisa-setup-notion/SKILL.md +316 -0
- package/plugins/lisa-copilot/skills/lisa-sonarcloud-access/SKILL.md +71 -0
- package/plugins/lisa-copilot/skills/lisa-spec-conformance/SKILL.md +159 -0
- package/plugins/lisa-copilot/skills/lisa-sync-down/SKILL.md +171 -0
- package/plugins/lisa-copilot/skills/lisa-task-decomposition/SKILL.md +127 -0
- package/plugins/lisa-copilot/skills/lisa-task-triage/SKILL.md +23 -0
- package/plugins/lisa-copilot/skills/lisa-tdd-implementation/SKILL.md +86 -0
- package/plugins/lisa-copilot/skills/lisa-tear-down-automations/SKILL.md +34 -0
- package/plugins/lisa-copilot/skills/lisa-test-strategy/SKILL.md +63 -0
- package/plugins/lisa-copilot/skills/lisa-ticket-triage/SKILL.md +186 -0
- package/plugins/lisa-copilot/skills/lisa-tracker-add-journey/SKILL.md +26 -0
- package/plugins/lisa-copilot/skills/lisa-tracker-build-intake/SKILL.md +85 -0
- package/plugins/lisa-copilot/skills/lisa-tracker-create/SKILL.md +26 -0
- package/plugins/lisa-copilot/skills/lisa-tracker-evidence/SKILL.md +52 -0
- package/plugins/lisa-copilot/skills/lisa-tracker-journey/SKILL.md +26 -0
- package/plugins/lisa-copilot/skills/lisa-tracker-read/SKILL.md +27 -0
- package/plugins/lisa-copilot/skills/lisa-tracker-source-artifacts/SKILL.md +107 -0
- package/plugins/lisa-copilot/skills/lisa-tracker-sync/SKILL.md +64 -0
- package/plugins/lisa-copilot/skills/lisa-tracker-validate/SKILL.md +36 -0
- package/plugins/lisa-copilot/skills/lisa-tracker-verify/SKILL.md +28 -0
- package/plugins/lisa-copilot/skills/lisa-tracker-write/SKILL.md +53 -0
- package/plugins/lisa-copilot/skills/lisa-usage-accounting/SKILL.md +170 -0
- package/plugins/lisa-copilot/skills/lisa-use-the-product/SKILL.md +86 -0
- package/plugins/lisa-copilot/skills/lisa-validate-tracker-mapping/SKILL.md +188 -0
- package/plugins/lisa-copilot/skills/lisa-verification-lifecycle/SKILL.md +365 -0
- package/plugins/lisa-copilot/skills/lisa-verify/SKILL.md +52 -0
- package/plugins/lisa-copilot/skills/lisa-verify-prd/SKILL.md +392 -0
- package/plugins/lisa-copilot/skills/lisa-wiki-install/SKILL.md +101 -0
- package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cursor/agents/learnings-synthesizer.md +2 -2
- package/plugins/lisa-cursor/agents/linear-agent.md +3 -3
- package/plugins/lisa-cursor/commands/lisa/analyze-claude-remote.md +6 -0
- package/plugins/lisa-cursor/commands/lisa/automation-status.md +12 -0
- package/plugins/lisa-cursor/commands/lisa/codify-verification.md +6 -0
- package/plugins/lisa-cursor/commands/lisa/cross-pollinate.md +15 -0
- package/plugins/lisa-cursor/commands/lisa/debrief/apply.md +6 -0
- package/plugins/lisa-cursor/commands/lisa/debrief.md +6 -0
- package/plugins/lisa-cursor/commands/lisa/doctor.md +6 -0
- package/plugins/lisa-cursor/commands/lisa/exploratory-qa.md +7 -0
- package/plugins/lisa-cursor/commands/lisa/fix/linter-error.md +7 -0
- package/plugins/lisa-cursor/commands/lisa/generate-claude-remote-build-script.md +6 -0
- package/plugins/lisa-cursor/commands/lisa/git/commit.md +7 -0
- package/plugins/lisa-cursor/commands/lisa/git/prune.md +6 -0
- package/plugins/lisa-cursor/commands/lisa/git/submit-pr.md +7 -0
- package/plugins/lisa-cursor/commands/lisa/implement.md +6 -0
- package/plugins/lisa-cursor/commands/lisa/improve/code-complexity.md +6 -0
- package/plugins/lisa-cursor/commands/lisa/improve/max-lines-per-function.md +7 -0
- package/plugins/lisa-cursor/commands/lisa/improve/max-lines.md +7 -0
- package/plugins/lisa-cursor/commands/lisa/improve/test-coverage.md +7 -0
- package/plugins/lisa-cursor/commands/lisa/improve/tests.md +7 -0
- package/plugins/lisa-cursor/commands/lisa/intake-explain.md +31 -0
- package/plugins/lisa-cursor/commands/lisa/intake.md +6 -0
- package/plugins/lisa-cursor/commands/lisa/monitor.md +6 -0
- package/plugins/lisa-cursor/commands/lisa/parity-code-review.md +6 -0
- package/plugins/lisa-cursor/commands/lisa/parity-code-simplifier.md +6 -0
- package/plugins/lisa-cursor/commands/lisa/parity-coderabbit.md +6 -0
- package/plugins/lisa-cursor/commands/lisa/parity-safety-net-rules.md +6 -0
- package/plugins/lisa-cursor/commands/lisa/parity-sentry-sdk-setup.md +6 -0
- package/plugins/lisa-cursor/commands/lisa/parity-sentry-seer.md +6 -0
- package/plugins/lisa-cursor/commands/lisa/parity-skill-creator.md +6 -0
- package/plugins/lisa-cursor/commands/lisa/plan.md +6 -0
- package/plugins/lisa-cursor/commands/lisa/plugin-sync-explain.md +8 -0
- package/plugins/lisa-cursor/commands/lisa/product-walkthrough.md +7 -0
- package/plugins/lisa-cursor/commands/lisa/project-ideation.md +6 -0
- package/plugins/lisa-cursor/commands/lisa/pull-request/review.md +7 -0
- package/plugins/lisa-cursor/commands/lisa/queue-status.md +34 -0
- package/plugins/lisa-cursor/commands/lisa/repair-intake.md +6 -0
- package/plugins/lisa-cursor/commands/lisa/research.md +6 -0
- package/plugins/lisa-cursor/commands/lisa/review/local.md +6 -0
- package/plugins/lisa-cursor/commands/lisa/security/zap-scan.md +6 -0
- package/plugins/lisa-cursor/commands/lisa/setup/atlassian.md +7 -0
- package/plugins/lisa-cursor/commands/lisa/setup/confluence.md +7 -0
- package/plugins/lisa-cursor/commands/lisa/setup/github.md +7 -0
- package/plugins/lisa-cursor/commands/lisa/setup/jira.md +7 -0
- package/plugins/lisa-cursor/commands/lisa/setup/linear.md +7 -0
- package/plugins/lisa-cursor/commands/lisa/setup/notion.md +7 -0
- package/plugins/lisa-cursor/commands/lisa/setup-automations.md +6 -0
- package/plugins/lisa-cursor/commands/lisa/sync-down.md +7 -0
- package/plugins/lisa-cursor/commands/lisa/tear-down-automations.md +6 -0
- package/plugins/lisa-cursor/commands/lisa/validate-tracker-mapping.md +15 -0
- package/plugins/lisa-cursor/commands/lisa/verify-prd.md +6 -0
- package/plugins/lisa-cursor/commands/lisa/verify.md +6 -0
- package/plugins/lisa-cursor/commands/lisa/wiki/install.md +7 -0
- package/plugins/lisa-cursor/hooks/enforce-verification-gate.sh +4 -4
- package/plugins/lisa-cursor/rules/config-resolution-reference.mdc +16 -16
- package/plugins/lisa-cursor/rules/integration-access-layer-reference.mdc +7 -7
- package/plugins/lisa-cursor/rules/intent-routing-reference.mdc +14 -14
- package/plugins/lisa-cursor/rules/observability-audit-reference.mdc +4 -4
- package/plugins/lisa-cursor/rules/observability-audit.mdc +4 -4
- package/plugins/lisa-cursor/rules/prd-lifecycle-rollup-reference.mdc +5 -5
- package/plugins/lisa-cursor/rules/repo-scope-split-reference.mdc +3 -3
- package/plugins/lisa-cursor/rules/upstream-to-lisa-reference.mdc +1 -1
- package/plugins/lisa-cursor/rules/upstream-to-lisa.mdc +1 -1
- package/plugins/lisa-cursor/rules/usage-accounting-reference.mdc +1 -1
- package/plugins/lisa-cursor/skills/lisa-acceptance-criteria/SKILL.md +71 -0
- package/plugins/lisa-cursor/skills/lisa-agent-design-best-practices/SKILL.md +219 -0
- package/plugins/lisa-cursor/skills/lisa-analyze-claude-remote/SKILL.md +421 -0
- package/plugins/lisa-cursor/skills/lisa-atlassian-access/SKILL.md +361 -0
- package/plugins/lisa-cursor/skills/lisa-automation-status/SKILL.md +111 -0
- package/plugins/lisa-cursor/skills/lisa-bug-triage/SKILL.md +23 -0
- package/plugins/lisa-cursor/skills/lisa-codebase-research/SKILL.md +87 -0
- package/plugins/lisa-cursor/skills/lisa-codify-verification/SKILL.md +162 -0
- package/plugins/lisa-cursor/skills/lisa-confluence-prd-intake/SKILL.md +417 -0
- package/plugins/lisa-cursor/skills/lisa-confluence-to-tracker/SKILL.md +362 -0
- package/plugins/lisa-cursor/skills/lisa-confluence-write-prd/SKILL.md +109 -0
- package/plugins/lisa-cursor/skills/lisa-cross-pollinate/SKILL.md +175 -0
- package/plugins/lisa-cursor/skills/lisa-debrief/SKILL.md +94 -0
- package/plugins/lisa-cursor/skills/lisa-debrief-apply/SKILL.md +63 -0
- package/plugins/lisa-cursor/skills/lisa-doctor/SKILL.md +336 -0
- package/plugins/lisa-cursor/skills/lisa-drive-pr-to-merge/SKILL.md +152 -0
- package/plugins/lisa-cursor/skills/lisa-epic-triage/SKILL.md +28 -0
- package/plugins/lisa-cursor/skills/lisa-exploratory-qa/SKILL.md +91 -0
- package/plugins/lisa-cursor/skills/lisa-fix-linter-error/SKILL.md +45 -0
- package/plugins/lisa-cursor/skills/lisa-generate-claude-remote-build-script/SKILL.md +224 -0
- package/plugins/lisa-cursor/skills/lisa-git-commit/SKILL.md +48 -0
- package/plugins/lisa-cursor/skills/lisa-git-prune/SKILL.md +35 -0
- package/plugins/lisa-cursor/skills/lisa-git-submit-pr/SKILL.md +113 -0
- package/plugins/lisa-cursor/skills/lisa-github-add-journey/SKILL.md +115 -0
- package/plugins/lisa-cursor/skills/lisa-github-build-intake/SKILL.md +446 -0
- package/plugins/lisa-cursor/skills/lisa-github-create/SKILL.md +101 -0
- package/plugins/lisa-cursor/skills/lisa-github-evidence/SKILL.md +110 -0
- package/plugins/lisa-cursor/skills/lisa-github-journey/SKILL.md +121 -0
- package/plugins/lisa-cursor/skills/lisa-github-prd-intake/SKILL.md +432 -0
- package/plugins/lisa-cursor/skills/lisa-github-project-v2/SKILL.md +227 -0
- package/plugins/lisa-cursor/skills/lisa-github-read-issue/SKILL.md +248 -0
- package/plugins/lisa-cursor/skills/lisa-github-sync/SKILL.md +132 -0
- package/plugins/lisa-cursor/skills/lisa-github-to-tracker/SKILL.md +347 -0
- package/plugins/lisa-cursor/skills/lisa-github-validate-issue/SKILL.md +330 -0
- package/plugins/lisa-cursor/skills/lisa-github-verify/SKILL.md +29 -0
- package/plugins/lisa-cursor/skills/lisa-github-write-issue/SKILL.md +339 -0
- package/plugins/lisa-cursor/skills/lisa-github-write-prd/SKILL.md +157 -0
- package/plugins/lisa-cursor/skills/lisa-implement/SKILL.md +202 -0
- package/plugins/lisa-cursor/skills/lisa-improve-code-complexity/SKILL.md +44 -0
- package/plugins/lisa-cursor/skills/lisa-improve-max-lines/SKILL.md +45 -0
- package/plugins/lisa-cursor/skills/lisa-improve-max-lines-per-function/SKILL.md +46 -0
- package/plugins/lisa-cursor/skills/lisa-improve-test-coverage/SKILL.md +44 -0
- package/plugins/lisa-cursor/skills/lisa-improve-tests/SKILL.md +47 -0
- package/plugins/lisa-cursor/skills/lisa-intake/SKILL.md +133 -0
- package/plugins/lisa-cursor/skills/lisa-intake-explain/SKILL.md +279 -0
- package/plugins/lisa-cursor/skills/lisa-jam-access/SKILL.md +52 -0
- package/plugins/lisa-cursor/skills/lisa-jira-add-journey/SKILL.md +121 -0
- package/plugins/lisa-cursor/skills/lisa-jira-build-intake/SKILL.md +368 -0
- package/plugins/lisa-cursor/skills/lisa-jira-create/SKILL.md +154 -0
- package/plugins/lisa-cursor/skills/lisa-jira-evidence/SKILL.md +90 -0
- package/plugins/lisa-cursor/skills/lisa-jira-journey/SKILL.md +127 -0
- package/plugins/lisa-cursor/skills/lisa-jira-read-ticket/SKILL.md +198 -0
- package/plugins/lisa-cursor/skills/lisa-jira-sync/SKILL.md +108 -0
- package/plugins/lisa-cursor/skills/lisa-jira-validate-ticket/SKILL.md +317 -0
- package/plugins/lisa-cursor/skills/lisa-jira-verify/SKILL.md +30 -0
- package/plugins/lisa-cursor/skills/lisa-jira-write-ticket/SKILL.md +267 -0
- package/plugins/lisa-cursor/skills/lisa-jsdoc-best-practices/SKILL.md +432 -0
- package/plugins/lisa-cursor/skills/lisa-linear-access/SKILL.md +90 -0
- package/plugins/lisa-cursor/skills/lisa-linear-add-journey/SKILL.md +105 -0
- package/plugins/lisa-cursor/skills/lisa-linear-build-intake/SKILL.md +346 -0
- package/plugins/lisa-cursor/skills/lisa-linear-create/SKILL.md +146 -0
- package/plugins/lisa-cursor/skills/lisa-linear-evidence/SKILL.md +103 -0
- package/plugins/lisa-cursor/skills/lisa-linear-journey/SKILL.md +134 -0
- package/plugins/lisa-cursor/skills/lisa-linear-prd-intake/SKILL.md +383 -0
- package/plugins/lisa-cursor/skills/lisa-linear-read-issue/SKILL.md +200 -0
- package/plugins/lisa-cursor/skills/lisa-linear-sync/SKILL.md +127 -0
- package/plugins/lisa-cursor/skills/lisa-linear-to-tracker/SKILL.md +344 -0
- package/plugins/lisa-cursor/skills/lisa-linear-validate-issue/SKILL.md +314 -0
- package/plugins/lisa-cursor/skills/lisa-linear-verify/SKILL.md +51 -0
- package/plugins/lisa-cursor/skills/lisa-linear-write-issue/SKILL.md +292 -0
- package/plugins/lisa-cursor/skills/lisa-linear-write-prd/SKILL.md +96 -0
- package/plugins/lisa-cursor/skills/lisa-monitor/SKILL.md +69 -0
- package/plugins/lisa-cursor/skills/lisa-nightly-add-test-coverage/SKILL.md +40 -0
- package/plugins/lisa-cursor/skills/lisa-nightly-improve-tests/SKILL.md +29 -0
- package/plugins/lisa-cursor/skills/lisa-nightly-lower-code-complexity/SKILL.md +28 -0
- package/plugins/lisa-cursor/skills/lisa-notion-access/SKILL.md +226 -0
- package/plugins/lisa-cursor/skills/lisa-notion-prd-intake/SKILL.md +360 -0
- package/plugins/lisa-cursor/skills/lisa-notion-to-tracker/SKILL.md +359 -0
- package/plugins/lisa-cursor/skills/lisa-notion-write-prd/SKILL.md +109 -0
- package/plugins/lisa-cursor/skills/lisa-parity-code-review/SKILL.md +83 -0
- package/plugins/lisa-cursor/skills/lisa-parity-code-simplifier/SKILL.md +76 -0
- package/plugins/lisa-cursor/skills/lisa-parity-coderabbit/SKILL.md +77 -0
- package/plugins/lisa-cursor/skills/lisa-parity-safety-net-rules/SKILL.md +144 -0
- package/plugins/lisa-cursor/skills/lisa-parity-sentry-sdk-setup/SKILL.md +211 -0
- package/plugins/lisa-cursor/skills/lisa-parity-sentry-seer/SKILL.md +135 -0
- package/plugins/lisa-cursor/skills/lisa-parity-skill-creator/SKILL.md +151 -0
- package/plugins/lisa-cursor/skills/lisa-performance-review/SKILL.md +94 -0
- package/plugins/lisa-cursor/skills/lisa-plan/SKILL.md +60 -0
- package/plugins/lisa-cursor/skills/lisa-plugin-sync-explain/SKILL.md +53 -0
- package/plugins/lisa-cursor/skills/lisa-posthog-access/SKILL.md +60 -0
- package/plugins/lisa-cursor/skills/lisa-prd-backlink/SKILL.md +265 -0
- package/plugins/lisa-cursor/skills/lisa-prd-source-write/SKILL.md +101 -0
- package/plugins/lisa-cursor/skills/lisa-prd-ticket-coverage/SKILL.md +170 -0
- package/plugins/lisa-cursor/skills/lisa-product-walkthrough/SKILL.md +104 -0
- package/plugins/lisa-cursor/skills/lisa-project-ideation/SKILL.md +315 -0
- package/plugins/lisa-cursor/skills/lisa-pull-request-review/SKILL.md +84 -0
- package/plugins/lisa-cursor/skills/lisa-quality-review/SKILL.md +54 -0
- package/plugins/lisa-cursor/skills/lisa-queue-status/SKILL.md +133 -0
- package/plugins/lisa-cursor/skills/lisa-repair-intake/SKILL.md +1026 -0
- package/plugins/lisa-cursor/skills/lisa-reproduce-bug/SKILL.md +96 -0
- package/plugins/lisa-cursor/skills/lisa-research/SKILL.md +68 -0
- package/plugins/lisa-cursor/skills/lisa-review-local/SKILL.md +88 -0
- package/plugins/lisa-cursor/skills/lisa-root-cause-analysis/SKILL.md +155 -0
- package/plugins/lisa-cursor/skills/lisa-security-review/SKILL.md +57 -0
- package/plugins/lisa-cursor/skills/lisa-security-zap-scan/SKILL.md +33 -0
- package/plugins/lisa-cursor/skills/lisa-sentry-access/SKILL.md +56 -0
- package/plugins/lisa-cursor/skills/lisa-setup-atlassian/SKILL.md +347 -0
- package/plugins/lisa-cursor/skills/lisa-setup-automations/SKILL.md +103 -0
- package/plugins/lisa-cursor/skills/lisa-setup-confluence/SKILL.md +254 -0
- package/plugins/lisa-cursor/skills/lisa-setup-github/SKILL.md +268 -0
- package/plugins/lisa-cursor/skills/lisa-setup-jira/SKILL.md +198 -0
- package/plugins/lisa-cursor/skills/lisa-setup-linear/SKILL.md +251 -0
- package/plugins/lisa-cursor/skills/lisa-setup-notion/SKILL.md +316 -0
- package/plugins/lisa-cursor/skills/lisa-sonarcloud-access/SKILL.md +71 -0
- package/plugins/lisa-cursor/skills/lisa-spec-conformance/SKILL.md +159 -0
- package/plugins/lisa-cursor/skills/lisa-sync-down/SKILL.md +171 -0
- package/plugins/lisa-cursor/skills/lisa-task-decomposition/SKILL.md +127 -0
- package/plugins/lisa-cursor/skills/lisa-task-triage/SKILL.md +23 -0
- package/plugins/lisa-cursor/skills/lisa-tdd-implementation/SKILL.md +86 -0
- package/plugins/lisa-cursor/skills/lisa-tear-down-automations/SKILL.md +34 -0
- package/plugins/lisa-cursor/skills/lisa-test-strategy/SKILL.md +63 -0
- package/plugins/lisa-cursor/skills/lisa-ticket-triage/SKILL.md +186 -0
- package/plugins/lisa-cursor/skills/lisa-tracker-add-journey/SKILL.md +26 -0
- package/plugins/lisa-cursor/skills/lisa-tracker-build-intake/SKILL.md +85 -0
- package/plugins/lisa-cursor/skills/lisa-tracker-create/SKILL.md +26 -0
- package/plugins/lisa-cursor/skills/lisa-tracker-evidence/SKILL.md +52 -0
- package/plugins/lisa-cursor/skills/lisa-tracker-journey/SKILL.md +26 -0
- package/plugins/lisa-cursor/skills/lisa-tracker-read/SKILL.md +27 -0
- package/plugins/lisa-cursor/skills/lisa-tracker-source-artifacts/SKILL.md +107 -0
- package/plugins/lisa-cursor/skills/lisa-tracker-sync/SKILL.md +64 -0
- package/plugins/lisa-cursor/skills/lisa-tracker-validate/SKILL.md +36 -0
- package/plugins/lisa-cursor/skills/lisa-tracker-verify/SKILL.md +28 -0
- package/plugins/lisa-cursor/skills/lisa-tracker-write/SKILL.md +53 -0
- package/plugins/lisa-cursor/skills/lisa-usage-accounting/SKILL.md +170 -0
- package/plugins/lisa-cursor/skills/lisa-use-the-product/SKILL.md +86 -0
- package/plugins/lisa-cursor/skills/lisa-validate-tracker-mapping/SKILL.md +188 -0
- package/plugins/lisa-cursor/skills/lisa-verification-lifecycle/SKILL.md +365 -0
- package/plugins/lisa-cursor/skills/lisa-verify/SKILL.md +52 -0
- package/plugins/lisa-cursor/skills/lisa-verify-prd/SKILL.md +392 -0
- package/plugins/lisa-cursor/skills/lisa-wiki-install/SKILL.md +101 -0
- package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-expo/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-expo/skills/e2e-coverage-gaps/SKILL.md +4 -4
- package/plugins/lisa-expo-agy/plugin.json +1 -1
- package/plugins/lisa-expo-agy/skills/e2e-coverage-gaps/SKILL.md +4 -4
- package/plugins/lisa-expo-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-expo-copilot/skills/e2e-coverage-gaps/SKILL.md +4 -4
- package/plugins/lisa-expo-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-expo-cursor/skills/e2e-coverage-gaps/SKILL.md +4 -4
- package/plugins/lisa-harper-fabric/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric/skills/e2e-coverage-gaps/SKILL.md +4 -4
- package/plugins/lisa-harper-fabric-agy/plugin.json +1 -1
- package/plugins/lisa-harper-fabric-agy/skills/e2e-coverage-gaps/SKILL.md +4 -4
- package/plugins/lisa-harper-fabric-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric-copilot/skills/e2e-coverage-gaps/SKILL.md +4 -4
- package/plugins/lisa-harper-fabric-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric-cursor/skills/e2e-coverage-gaps/SKILL.md +4 -4
- package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs-agy/plugin.json +1 -1
- package/plugins/lisa-nestjs-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw/skills/lisa-openclaw-connect-repo-topic/agents/openai.yaml +1 -1
- package/plugins/lisa-openclaw/skills/lisa-openclaw-connect-staff/agents/openai.yaml +1 -1
- package/plugins/lisa-openclaw/skills/lisa-openclaw-setup/agents/openai.yaml +1 -1
- package/plugins/lisa-openclaw-agy/plugin.json +1 -1
- package/plugins/lisa-openclaw-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser-agy/plugin.json +1 -1
- package/plugins/lisa-phaser-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-rails/skills/e2e-coverage-gaps/SKILL.md +4 -4
- package/plugins/lisa-rails-agy/plugin.json +1 -1
- package/plugins/lisa-rails-agy/skills/e2e-coverage-gaps/SKILL.md +4 -4
- package/plugins/lisa-rails-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails-copilot/skills/e2e-coverage-gaps/SKILL.md +4 -4
- package/plugins/lisa-rails-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails-cursor/skills/e2e-coverage-gaps/SKILL.md +4 -4
- package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript-agy/plugin.json +1 -1
- package/plugins/lisa-typescript-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki/skills/lisa-wiki-add-ingest/agents/openai.yaml +1 -1
- package/plugins/lisa-wiki/skills/lisa-wiki-add-role/agents/openai.yaml +1 -1
- package/plugins/lisa-wiki/skills/lisa-wiki-connector-confluence/agents/openai.yaml +1 -1
- package/plugins/lisa-wiki/skills/lisa-wiki-connector-docs/agents/openai.yaml +1 -1
- package/plugins/lisa-wiki/skills/lisa-wiki-connector-git/agents/openai.yaml +1 -1
- package/plugins/lisa-wiki/skills/lisa-wiki-connector-jira/agents/openai.yaml +1 -1
- package/plugins/lisa-wiki/skills/lisa-wiki-connector-memory/agents/openai.yaml +1 -1
- package/plugins/lisa-wiki/skills/lisa-wiki-connector-notion/agents/openai.yaml +1 -1
- package/plugins/lisa-wiki/skills/lisa-wiki-connector-roles/agents/openai.yaml +1 -1
- package/plugins/lisa-wiki/skills/lisa-wiki-connector-slack/agents/openai.yaml +1 -1
- package/plugins/lisa-wiki/skills/lisa-wiki-connector-web/agents/openai.yaml +1 -1
- package/plugins/lisa-wiki/skills/lisa-wiki-doctor/agents/openai.yaml +1 -1
- package/plugins/lisa-wiki/skills/lisa-wiki-ingest/agents/openai.yaml +1 -1
- package/plugins/lisa-wiki/skills/lisa-wiki-lint/agents/openai.yaml +1 -1
- package/plugins/lisa-wiki/skills/lisa-wiki-migrate/agents/openai.yaml +1 -1
- package/plugins/lisa-wiki/skills/lisa-wiki-onboard-me/agents/openai.yaml +1 -1
- package/plugins/lisa-wiki/skills/lisa-wiki-query/agents/openai.yaml +1 -1
- package/plugins/lisa-wiki/skills/lisa-wiki-setup/agents/openai.yaml +1 -1
- package/plugins/lisa-wiki/skills/lisa-wiki-setup-automations/agents/openai.yaml +1 -1
- package/plugins/lisa-wiki/skills/lisa-wiki-status/agents/openai.yaml +1 -1
- package/plugins/lisa-wiki/skills/lisa-wiki-tear-down-automations/agents/openai.yaml +1 -1
- package/plugins/lisa-wiki/skills/lisa-wiki-usage/agents/openai.yaml +1 -1
- package/plugins/lisa-wiki-agy/plugin.json +1 -1
- package/plugins/lisa-wiki-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/src/base/agents/learnings-synthesizer.md +2 -2
- package/plugins/src/base/agents/linear-agent.md +3 -3
- package/plugins/src/base/commands/lisa/analyze-claude-remote.md +6 -0
- package/plugins/src/base/commands/lisa/automation-status.md +12 -0
- package/plugins/src/base/commands/lisa/codify-verification.md +6 -0
- package/plugins/src/base/commands/lisa/cross-pollinate.md +15 -0
- package/plugins/src/base/commands/lisa/debrief/apply.md +6 -0
- package/plugins/src/base/commands/lisa/debrief.md +6 -0
- package/plugins/src/base/commands/lisa/doctor.md +6 -0
- package/plugins/src/base/commands/lisa/exploratory-qa.md +7 -0
- package/plugins/src/base/commands/lisa/fix/linter-error.md +7 -0
- package/plugins/src/base/commands/lisa/generate-claude-remote-build-script.md +6 -0
- package/plugins/src/base/commands/lisa/git/commit.md +7 -0
- package/plugins/src/base/commands/lisa/git/prune.md +6 -0
- package/plugins/src/base/commands/lisa/git/submit-pr.md +7 -0
- package/plugins/src/base/commands/lisa/implement.md +6 -0
- package/plugins/src/base/commands/lisa/improve/code-complexity.md +6 -0
- package/plugins/src/base/commands/lisa/improve/max-lines-per-function.md +7 -0
- package/plugins/src/base/commands/lisa/improve/max-lines.md +7 -0
- package/plugins/src/base/commands/lisa/improve/test-coverage.md +7 -0
- package/plugins/src/base/commands/lisa/improve/tests.md +7 -0
- package/plugins/src/base/commands/lisa/intake-explain.md +31 -0
- package/plugins/src/base/commands/lisa/intake.md +6 -0
- package/plugins/src/base/commands/lisa/monitor.md +6 -0
- package/plugins/src/base/commands/lisa/parity-code-review.md +6 -0
- package/plugins/src/base/commands/lisa/parity-code-simplifier.md +6 -0
- package/plugins/src/base/commands/lisa/parity-coderabbit.md +6 -0
- package/plugins/src/base/commands/lisa/parity-safety-net-rules.md +6 -0
- package/plugins/src/base/commands/lisa/parity-sentry-sdk-setup.md +6 -0
- package/plugins/src/base/commands/lisa/parity-sentry-seer.md +6 -0
- package/plugins/src/base/commands/lisa/parity-skill-creator.md +6 -0
- package/plugins/src/base/commands/lisa/plan.md +6 -0
- package/plugins/src/base/commands/lisa/plugin-sync-explain.md +8 -0
- package/plugins/src/base/commands/lisa/product-walkthrough.md +7 -0
- package/plugins/src/base/commands/lisa/project-ideation.md +6 -0
- package/plugins/src/base/commands/lisa/pull-request/review.md +7 -0
- package/plugins/src/base/commands/lisa/queue-status.md +34 -0
- package/plugins/src/base/commands/lisa/repair-intake.md +6 -0
- package/plugins/src/base/commands/lisa/research.md +6 -0
- package/plugins/src/base/commands/lisa/review/local.md +6 -0
- package/plugins/src/base/commands/lisa/security/zap-scan.md +6 -0
- package/plugins/src/base/commands/lisa/setup/atlassian.md +7 -0
- package/plugins/src/base/commands/lisa/setup/confluence.md +7 -0
- package/plugins/src/base/commands/lisa/setup/github.md +7 -0
- package/plugins/src/base/commands/lisa/setup/jira.md +7 -0
- package/plugins/src/base/commands/lisa/setup/linear.md +7 -0
- package/plugins/src/base/commands/lisa/setup/notion.md +7 -0
- package/plugins/src/base/commands/lisa/setup-automations.md +6 -0
- package/plugins/src/base/commands/lisa/sync-down.md +7 -0
- package/plugins/src/base/commands/lisa/tear-down-automations.md +6 -0
- package/plugins/src/base/commands/lisa/validate-tracker-mapping.md +15 -0
- package/plugins/src/base/commands/lisa/verify-prd.md +6 -0
- package/plugins/src/base/commands/lisa/verify.md +6 -0
- package/plugins/src/base/commands/lisa/wiki/install.md +7 -0
- package/plugins/src/base/hooks/enforce-team-first.sh +1 -1
- package/plugins/src/base/hooks/enforce-verification-gate.sh +4 -4
- package/plugins/src/base/rules/eager/observability-audit.md +4 -4
- package/plugins/src/base/rules/eager/upstream-to-lisa.md +1 -1
- package/plugins/src/base/rules/reference/config-resolution.md +16 -16
- package/plugins/src/base/rules/reference/integration-access-layer.md +7 -7
- package/plugins/src/base/rules/reference/intent-routing.md +14 -14
- package/plugins/src/base/rules/reference/observability-audit.md +4 -4
- package/plugins/src/base/rules/reference/prd-lifecycle-rollup.md +5 -5
- package/plugins/src/base/rules/reference/repo-scope-split.md +3 -3
- package/plugins/src/base/rules/reference/upstream-to-lisa.md +1 -1
- package/plugins/src/base/rules/reference/usage-accounting.md +1 -1
- package/plugins/src/base/skills/lisa-acceptance-criteria/SKILL.md +71 -0
- package/plugins/src/base/skills/lisa-agent-design-best-practices/SKILL.md +219 -0
- package/plugins/src/base/skills/lisa-analyze-claude-remote/SKILL.md +421 -0
- package/plugins/src/base/skills/lisa-atlassian-access/SKILL.md +361 -0
- package/plugins/src/base/skills/lisa-automation-status/SKILL.md +111 -0
- package/plugins/src/base/skills/lisa-bug-triage/SKILL.md +23 -0
- package/plugins/src/base/skills/lisa-codebase-research/SKILL.md +87 -0
- package/plugins/src/base/skills/lisa-codify-verification/SKILL.md +162 -0
- package/plugins/src/base/skills/lisa-confluence-prd-intake/SKILL.md +417 -0
- package/plugins/src/base/skills/lisa-confluence-to-tracker/SKILL.md +362 -0
- package/plugins/src/base/skills/lisa-confluence-write-prd/SKILL.md +109 -0
- package/plugins/src/base/skills/lisa-cross-pollinate/SKILL.md +175 -0
- package/plugins/src/base/skills/lisa-debrief/SKILL.md +94 -0
- package/plugins/src/base/skills/lisa-debrief-apply/SKILL.md +63 -0
- package/plugins/src/base/skills/lisa-doctor/SKILL.md +336 -0
- package/plugins/src/base/skills/lisa-drive-pr-to-merge/SKILL.md +152 -0
- package/plugins/src/base/skills/lisa-epic-triage/SKILL.md +28 -0
- package/plugins/src/base/skills/lisa-exploratory-qa/SKILL.md +91 -0
- package/plugins/src/base/skills/lisa-fix-linter-error/SKILL.md +45 -0
- package/plugins/src/base/skills/lisa-generate-claude-remote-build-script/SKILL.md +224 -0
- package/plugins/src/base/skills/lisa-git-commit/SKILL.md +48 -0
- package/plugins/src/base/skills/lisa-git-prune/SKILL.md +35 -0
- package/plugins/src/base/skills/lisa-git-submit-pr/SKILL.md +113 -0
- package/plugins/src/base/skills/lisa-github-add-journey/SKILL.md +115 -0
- package/plugins/src/base/skills/lisa-github-build-intake/SKILL.md +446 -0
- package/plugins/src/base/skills/lisa-github-create/SKILL.md +101 -0
- package/plugins/src/base/skills/lisa-github-evidence/SKILL.md +110 -0
- package/plugins/src/base/skills/lisa-github-journey/SKILL.md +121 -0
- package/plugins/src/base/skills/lisa-github-prd-intake/SKILL.md +432 -0
- package/plugins/src/base/skills/lisa-github-project-v2/SKILL.md +227 -0
- package/plugins/src/base/skills/lisa-github-read-issue/SKILL.md +248 -0
- package/plugins/src/base/skills/lisa-github-sync/SKILL.md +132 -0
- package/plugins/src/base/skills/lisa-github-to-tracker/SKILL.md +347 -0
- package/plugins/src/base/skills/lisa-github-validate-issue/SKILL.md +330 -0
- package/plugins/src/base/skills/lisa-github-verify/SKILL.md +29 -0
- package/plugins/src/base/skills/lisa-github-write-issue/SKILL.md +339 -0
- package/plugins/src/base/skills/lisa-github-write-prd/SKILL.md +157 -0
- package/plugins/src/base/skills/lisa-implement/SKILL.md +202 -0
- package/plugins/src/base/skills/lisa-improve-code-complexity/SKILL.md +44 -0
- package/plugins/src/base/skills/lisa-improve-max-lines/SKILL.md +45 -0
- package/plugins/src/base/skills/lisa-improve-max-lines-per-function/SKILL.md +46 -0
- package/plugins/src/base/skills/lisa-improve-test-coverage/SKILL.md +44 -0
- package/plugins/src/base/skills/lisa-improve-tests/SKILL.md +47 -0
- package/plugins/src/base/skills/lisa-intake/SKILL.md +133 -0
- package/plugins/src/base/skills/lisa-intake-explain/SKILL.md +279 -0
- package/plugins/src/base/skills/lisa-jam-access/SKILL.md +52 -0
- package/plugins/src/base/skills/lisa-jira-add-journey/SKILL.md +121 -0
- package/plugins/src/base/skills/lisa-jira-build-intake/SKILL.md +368 -0
- package/plugins/src/base/skills/lisa-jira-create/SKILL.md +154 -0
- package/plugins/src/base/skills/lisa-jira-evidence/SKILL.md +90 -0
- package/plugins/src/base/skills/lisa-jira-journey/SKILL.md +127 -0
- package/plugins/src/base/skills/lisa-jira-read-ticket/SKILL.md +198 -0
- package/plugins/src/base/skills/lisa-jira-sync/SKILL.md +108 -0
- package/plugins/src/base/skills/lisa-jira-validate-ticket/SKILL.md +317 -0
- package/plugins/src/base/skills/lisa-jira-verify/SKILL.md +30 -0
- package/plugins/src/base/skills/lisa-jira-write-ticket/SKILL.md +267 -0
- package/plugins/src/base/skills/lisa-jsdoc-best-practices/SKILL.md +432 -0
- package/plugins/src/base/skills/lisa-linear-access/SKILL.md +90 -0
- package/plugins/src/base/skills/lisa-linear-add-journey/SKILL.md +105 -0
- package/plugins/src/base/skills/lisa-linear-build-intake/SKILL.md +346 -0
- package/plugins/src/base/skills/lisa-linear-create/SKILL.md +146 -0
- package/plugins/src/base/skills/lisa-linear-evidence/SKILL.md +103 -0
- package/plugins/src/base/skills/lisa-linear-journey/SKILL.md +134 -0
- package/plugins/src/base/skills/lisa-linear-prd-intake/SKILL.md +383 -0
- package/plugins/src/base/skills/lisa-linear-read-issue/SKILL.md +200 -0
- package/plugins/src/base/skills/lisa-linear-sync/SKILL.md +127 -0
- package/plugins/src/base/skills/lisa-linear-to-tracker/SKILL.md +344 -0
- package/plugins/src/base/skills/lisa-linear-validate-issue/SKILL.md +314 -0
- package/plugins/src/base/skills/lisa-linear-verify/SKILL.md +51 -0
- package/plugins/src/base/skills/lisa-linear-write-issue/SKILL.md +292 -0
- package/plugins/src/base/skills/lisa-linear-write-prd/SKILL.md +96 -0
- package/plugins/src/base/skills/lisa-monitor/SKILL.md +69 -0
- package/plugins/src/base/skills/lisa-nightly-add-test-coverage/SKILL.md +40 -0
- package/plugins/src/base/skills/lisa-nightly-improve-tests/SKILL.md +29 -0
- package/plugins/src/base/skills/lisa-nightly-lower-code-complexity/SKILL.md +28 -0
- package/plugins/src/base/skills/lisa-notion-access/SKILL.md +226 -0
- package/plugins/src/base/skills/lisa-notion-prd-intake/SKILL.md +360 -0
- package/plugins/src/base/skills/lisa-notion-to-tracker/SKILL.md +359 -0
- package/plugins/src/base/skills/lisa-notion-write-prd/SKILL.md +109 -0
- package/plugins/src/base/skills/lisa-parity-code-review/SKILL.md +83 -0
- package/plugins/src/base/skills/lisa-parity-code-simplifier/SKILL.md +76 -0
- package/plugins/src/base/skills/lisa-parity-coderabbit/SKILL.md +77 -0
- package/plugins/src/base/skills/lisa-parity-safety-net-rules/SKILL.md +144 -0
- package/plugins/src/base/skills/lisa-parity-sentry-sdk-setup/SKILL.md +211 -0
- package/plugins/src/base/skills/lisa-parity-sentry-seer/SKILL.md +135 -0
- package/plugins/src/base/skills/lisa-parity-skill-creator/SKILL.md +151 -0
- package/plugins/src/base/skills/lisa-performance-review/SKILL.md +94 -0
- package/plugins/src/base/skills/lisa-plan/SKILL.md +60 -0
- package/plugins/src/base/skills/lisa-plugin-sync-explain/SKILL.md +53 -0
- package/plugins/src/base/skills/lisa-posthog-access/SKILL.md +60 -0
- package/plugins/src/base/skills/lisa-prd-backlink/SKILL.md +265 -0
- package/plugins/src/base/skills/lisa-prd-source-write/SKILL.md +101 -0
- package/plugins/src/base/skills/lisa-prd-ticket-coverage/SKILL.md +170 -0
- package/plugins/src/base/skills/lisa-product-walkthrough/SKILL.md +104 -0
- package/plugins/src/base/skills/lisa-project-ideation/SKILL.md +315 -0
- package/plugins/src/base/skills/lisa-project-ideation/agents/openai.yaml +6 -0
- package/plugins/src/base/skills/lisa-pull-request-review/SKILL.md +84 -0
- package/plugins/src/base/skills/lisa-quality-review/SKILL.md +54 -0
- package/plugins/src/base/skills/lisa-queue-status/SKILL.md +133 -0
- package/plugins/src/base/skills/lisa-repair-intake/SKILL.md +1026 -0
- package/plugins/src/base/skills/lisa-reproduce-bug/SKILL.md +96 -0
- package/plugins/src/base/skills/lisa-research/SKILL.md +68 -0
- package/plugins/src/base/skills/lisa-review-local/SKILL.md +88 -0
- package/plugins/src/base/skills/lisa-root-cause-analysis/SKILL.md +155 -0
- package/plugins/src/base/skills/lisa-security-review/SKILL.md +57 -0
- package/plugins/src/base/skills/lisa-security-zap-scan/SKILL.md +33 -0
- package/plugins/src/base/skills/lisa-sentry-access/SKILL.md +56 -0
- package/plugins/src/base/skills/lisa-setup-atlassian/SKILL.md +347 -0
- package/plugins/src/base/skills/lisa-setup-automations/SKILL.md +103 -0
- package/plugins/src/base/skills/lisa-setup-confluence/SKILL.md +254 -0
- package/plugins/src/base/skills/lisa-setup-github/SKILL.md +268 -0
- package/plugins/src/base/skills/lisa-setup-jira/SKILL.md +198 -0
- package/plugins/src/base/skills/lisa-setup-linear/SKILL.md +251 -0
- package/plugins/src/base/skills/lisa-setup-notion/SKILL.md +316 -0
- package/plugins/src/base/skills/lisa-sonarcloud-access/SKILL.md +71 -0
- package/plugins/src/base/skills/lisa-spec-conformance/SKILL.md +159 -0
- package/plugins/src/base/skills/lisa-sync-down/SKILL.md +171 -0
- package/plugins/src/base/skills/lisa-task-decomposition/SKILL.md +127 -0
- package/plugins/src/base/skills/lisa-task-triage/SKILL.md +23 -0
- package/plugins/src/base/skills/lisa-tdd-implementation/SKILL.md +86 -0
- package/plugins/src/base/skills/lisa-tear-down-automations/SKILL.md +34 -0
- package/plugins/src/base/skills/lisa-test-strategy/SKILL.md +63 -0
- package/plugins/src/base/skills/lisa-ticket-triage/SKILL.md +186 -0
- package/plugins/src/base/skills/lisa-tracker-add-journey/SKILL.md +26 -0
- package/plugins/src/base/skills/lisa-tracker-build-intake/SKILL.md +85 -0
- package/plugins/src/base/skills/lisa-tracker-create/SKILL.md +26 -0
- package/plugins/src/base/skills/lisa-tracker-evidence/SKILL.md +52 -0
- package/plugins/src/base/skills/lisa-tracker-journey/SKILL.md +26 -0
- package/plugins/src/base/skills/lisa-tracker-read/SKILL.md +27 -0
- package/plugins/src/base/skills/lisa-tracker-source-artifacts/SKILL.md +107 -0
- package/plugins/src/base/skills/lisa-tracker-sync/SKILL.md +64 -0
- package/plugins/src/base/skills/lisa-tracker-validate/SKILL.md +36 -0
- package/plugins/src/base/skills/lisa-tracker-verify/SKILL.md +28 -0
- package/plugins/src/base/skills/lisa-tracker-write/SKILL.md +53 -0
- package/plugins/src/base/skills/lisa-usage-accounting/SKILL.md +170 -0
- package/plugins/src/base/skills/lisa-use-the-product/SKILL.md +86 -0
- package/plugins/src/base/skills/lisa-validate-tracker-mapping/SKILL.md +188 -0
- package/plugins/src/base/skills/lisa-verification-lifecycle/SKILL.md +365 -0
- package/plugins/src/base/skills/lisa-verify/SKILL.md +52 -0
- package/plugins/src/base/skills/lisa-verify-prd/SKILL.md +392 -0
- package/plugins/src/base/skills/lisa-wiki-install/SKILL.md +101 -0
- package/plugins/src/expo/skills/e2e-coverage-gaps/SKILL.md +4 -4
- package/plugins/src/harper-fabric/skills/e2e-coverage-gaps/SKILL.md +4 -4
- package/plugins/src/rails/skills/e2e-coverage-gaps/SKILL.md +4 -4
- package/scripts/fix-namespace-test-assertions.mjs +195 -0
- package/scripts/fix-test-assertions-pass2.mjs +86 -0
- package/scripts/fix-test-assertions.mjs +58 -0
- package/scripts/generate-codex-plugin-artifacts.mjs +2 -1
- package/scripts/migrate-skill-command-namespace.mjs +141 -0
- package/scripts/update-test-command-paths.mjs +87 -0
- package/scripts/update-test-skill-paths.mjs +62 -0
- package/plugins/lisa/commands/analyze-claude-remote.md +0 -6
- package/plugins/lisa/commands/automation-status.md +0 -12
- package/plugins/lisa/commands/codify-verification.md +0 -6
- package/plugins/lisa/commands/cross-pollinate.md +0 -15
- package/plugins/lisa/commands/debrief/apply.md +0 -6
- package/plugins/lisa/commands/debrief.md +0 -6
- package/plugins/lisa/commands/doctor.md +0 -6
- package/plugins/lisa/commands/exploratory-qa.md +0 -7
- package/plugins/lisa/commands/fix/linter-error.md +0 -7
- package/plugins/lisa/commands/generate-claude-remote-build-script.md +0 -6
- package/plugins/lisa/commands/git/commit.md +0 -7
- package/plugins/lisa/commands/git/prune.md +0 -6
- package/plugins/lisa/commands/git/submit-pr.md +0 -7
- package/plugins/lisa/commands/implement.md +0 -6
- package/plugins/lisa/commands/improve/code-complexity.md +0 -6
- package/plugins/lisa/commands/improve/max-lines-per-function.md +0 -7
- package/plugins/lisa/commands/improve/max-lines.md +0 -7
- package/plugins/lisa/commands/improve/test-coverage.md +0 -7
- package/plugins/lisa/commands/improve/tests.md +0 -7
- package/plugins/lisa/commands/intake-explain.md +0 -31
- package/plugins/lisa/commands/intake.md +0 -6
- package/plugins/lisa/commands/monitor.md +0 -6
- package/plugins/lisa/commands/parity-code-review.md +0 -6
- package/plugins/lisa/commands/parity-code-simplifier.md +0 -6
- package/plugins/lisa/commands/parity-coderabbit.md +0 -6
- package/plugins/lisa/commands/parity-safety-net-rules.md +0 -6
- package/plugins/lisa/commands/parity-sentry-sdk-setup.md +0 -6
- package/plugins/lisa/commands/parity-sentry-seer.md +0 -6
- package/plugins/lisa/commands/parity-skill-creator.md +0 -6
- package/plugins/lisa/commands/plan.md +0 -6
- package/plugins/lisa/commands/plugin-sync-explain.md +0 -8
- package/plugins/lisa/commands/product-walkthrough.md +0 -7
- package/plugins/lisa/commands/project-ideation.md +0 -6
- package/plugins/lisa/commands/pull-request/review.md +0 -7
- package/plugins/lisa/commands/queue-status.md +0 -34
- package/plugins/lisa/commands/repair-intake.md +0 -6
- package/plugins/lisa/commands/research.md +0 -6
- package/plugins/lisa/commands/review/local.md +0 -6
- package/plugins/lisa/commands/security/zap-scan.md +0 -6
- package/plugins/lisa/commands/setup/atlassian.md +0 -7
- package/plugins/lisa/commands/setup/confluence.md +0 -7
- package/plugins/lisa/commands/setup/github.md +0 -7
- package/plugins/lisa/commands/setup/jira.md +0 -7
- package/plugins/lisa/commands/setup/linear.md +0 -7
- package/plugins/lisa/commands/setup/notion.md +0 -7
- package/plugins/lisa/commands/setup-automations.md +0 -6
- package/plugins/lisa/commands/sync-down.md +0 -7
- package/plugins/lisa/commands/tear-down-automations.md +0 -6
- package/plugins/lisa/commands/validate-tracker-mapping.md +0 -15
- package/plugins/lisa/commands/verify-prd.md +0 -6
- package/plugins/lisa/commands/verify.md +0 -6
- package/plugins/lisa/commands/wiki/install.md +0 -7
- package/plugins/lisa/skills/acceptance-criteria/SKILL.md +0 -71
- package/plugins/lisa/skills/acceptance-criteria/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/agent-design-best-practices/SKILL.md +0 -219
- package/plugins/lisa/skills/agent-design-best-practices/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/analyze-claude-remote/SKILL.md +0 -421
- package/plugins/lisa/skills/analyze-claude-remote/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/atlassian-access/SKILL.md +0 -361
- package/plugins/lisa/skills/atlassian-access/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/automation-status/SKILL.md +0 -111
- package/plugins/lisa/skills/automation-status/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/bug-triage/SKILL.md +0 -23
- package/plugins/lisa/skills/bug-triage/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/codebase-research/SKILL.md +0 -87
- package/plugins/lisa/skills/codebase-research/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/codify-verification/SKILL.md +0 -162
- package/plugins/lisa/skills/codify-verification/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/confluence-prd-intake/SKILL.md +0 -417
- package/plugins/lisa/skills/confluence-prd-intake/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/confluence-to-tracker/SKILL.md +0 -362
- package/plugins/lisa/skills/confluence-to-tracker/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/confluence-write-prd/SKILL.md +0 -109
- package/plugins/lisa/skills/confluence-write-prd/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/cross-pollinate/SKILL.md +0 -175
- package/plugins/lisa/skills/cross-pollinate/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/debrief/SKILL.md +0 -94
- package/plugins/lisa/skills/debrief/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/debrief-apply/SKILL.md +0 -63
- package/plugins/lisa/skills/debrief-apply/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/doctor/SKILL.md +0 -336
- package/plugins/lisa/skills/doctor/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/drive-pr-to-merge/SKILL.md +0 -152
- package/plugins/lisa/skills/drive-pr-to-merge/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/epic-triage/SKILL.md +0 -28
- package/plugins/lisa/skills/epic-triage/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/exploratory-qa/SKILL.md +0 -91
- package/plugins/lisa/skills/exploratory-qa/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/fix-linter-error/SKILL.md +0 -45
- package/plugins/lisa/skills/fix-linter-error/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/generate-claude-remote-build-script/SKILL.md +0 -224
- package/plugins/lisa/skills/generate-claude-remote-build-script/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/git-commit/SKILL.md +0 -48
- package/plugins/lisa/skills/git-commit/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/git-prune/SKILL.md +0 -35
- package/plugins/lisa/skills/git-prune/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/git-submit-pr/SKILL.md +0 -113
- package/plugins/lisa/skills/git-submit-pr/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/github-add-journey/SKILL.md +0 -115
- package/plugins/lisa/skills/github-add-journey/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/github-build-intake/SKILL.md +0 -446
- package/plugins/lisa/skills/github-build-intake/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/github-create/SKILL.md +0 -101
- package/plugins/lisa/skills/github-create/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/github-evidence/SKILL.md +0 -110
- package/plugins/lisa/skills/github-evidence/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/github-journey/SKILL.md +0 -121
- package/plugins/lisa/skills/github-journey/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/github-prd-intake/SKILL.md +0 -432
- package/plugins/lisa/skills/github-prd-intake/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/github-project-v2/SKILL.md +0 -227
- package/plugins/lisa/skills/github-project-v2/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/github-read-issue/SKILL.md +0 -248
- package/plugins/lisa/skills/github-read-issue/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/github-sync/SKILL.md +0 -132
- package/plugins/lisa/skills/github-sync/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/github-to-tracker/SKILL.md +0 -347
- package/plugins/lisa/skills/github-to-tracker/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/github-validate-issue/SKILL.md +0 -330
- package/plugins/lisa/skills/github-validate-issue/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/github-verify/SKILL.md +0 -29
- package/plugins/lisa/skills/github-verify/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/github-write-issue/SKILL.md +0 -339
- package/plugins/lisa/skills/github-write-issue/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/github-write-prd/SKILL.md +0 -157
- package/plugins/lisa/skills/github-write-prd/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/implement/SKILL.md +0 -202
- package/plugins/lisa/skills/implement/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/improve-code-complexity/SKILL.md +0 -44
- package/plugins/lisa/skills/improve-code-complexity/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/improve-max-lines/SKILL.md +0 -45
- package/plugins/lisa/skills/improve-max-lines/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/improve-max-lines-per-function/SKILL.md +0 -46
- package/plugins/lisa/skills/improve-max-lines-per-function/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/improve-test-coverage/SKILL.md +0 -44
- package/plugins/lisa/skills/improve-test-coverage/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/improve-tests/SKILL.md +0 -47
- package/plugins/lisa/skills/improve-tests/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/intake/SKILL.md +0 -133
- package/plugins/lisa/skills/intake/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/intake-explain/SKILL.md +0 -279
- package/plugins/lisa/skills/intake-explain/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/jam-access/SKILL.md +0 -52
- package/plugins/lisa/skills/jam-access/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/jira-add-journey/SKILL.md +0 -121
- package/plugins/lisa/skills/jira-add-journey/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/jira-build-intake/SKILL.md +0 -368
- package/plugins/lisa/skills/jira-build-intake/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/jira-create/SKILL.md +0 -154
- package/plugins/lisa/skills/jira-create/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/jira-evidence/SKILL.md +0 -90
- package/plugins/lisa/skills/jira-evidence/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/jira-journey/SKILL.md +0 -127
- package/plugins/lisa/skills/jira-journey/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/jira-read-ticket/SKILL.md +0 -198
- package/plugins/lisa/skills/jira-read-ticket/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/jira-sync/SKILL.md +0 -108
- package/plugins/lisa/skills/jira-sync/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/jira-validate-ticket/SKILL.md +0 -317
- package/plugins/lisa/skills/jira-validate-ticket/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/jira-verify/SKILL.md +0 -30
- package/plugins/lisa/skills/jira-verify/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/jira-write-ticket/SKILL.md +0 -267
- package/plugins/lisa/skills/jira-write-ticket/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/jsdoc-best-practices/SKILL.md +0 -432
- package/plugins/lisa/skills/jsdoc-best-practices/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/linear-access/SKILL.md +0 -90
- package/plugins/lisa/skills/linear-access/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/linear-add-journey/SKILL.md +0 -105
- package/plugins/lisa/skills/linear-add-journey/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/linear-build-intake/SKILL.md +0 -346
- package/plugins/lisa/skills/linear-build-intake/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/linear-create/SKILL.md +0 -146
- package/plugins/lisa/skills/linear-create/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/linear-evidence/SKILL.md +0 -103
- package/plugins/lisa/skills/linear-evidence/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/linear-journey/SKILL.md +0 -134
- package/plugins/lisa/skills/linear-journey/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/linear-prd-intake/SKILL.md +0 -383
- package/plugins/lisa/skills/linear-prd-intake/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/linear-read-issue/SKILL.md +0 -200
- package/plugins/lisa/skills/linear-read-issue/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/linear-sync/SKILL.md +0 -127
- package/plugins/lisa/skills/linear-sync/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/linear-to-tracker/SKILL.md +0 -344
- package/plugins/lisa/skills/linear-to-tracker/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/linear-validate-issue/SKILL.md +0 -314
- package/plugins/lisa/skills/linear-validate-issue/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/linear-verify/SKILL.md +0 -51
- package/plugins/lisa/skills/linear-verify/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/linear-write-issue/SKILL.md +0 -292
- package/plugins/lisa/skills/linear-write-issue/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/linear-write-prd/SKILL.md +0 -96
- package/plugins/lisa/skills/linear-write-prd/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/monitor/SKILL.md +0 -69
- package/plugins/lisa/skills/monitor/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/nightly-add-test-coverage/SKILL.md +0 -40
- package/plugins/lisa/skills/nightly-add-test-coverage/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/nightly-improve-tests/SKILL.md +0 -29
- package/plugins/lisa/skills/nightly-improve-tests/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/nightly-lower-code-complexity/SKILL.md +0 -28
- package/plugins/lisa/skills/nightly-lower-code-complexity/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/notion-access/SKILL.md +0 -226
- package/plugins/lisa/skills/notion-access/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/notion-prd-intake/SKILL.md +0 -360
- package/plugins/lisa/skills/notion-prd-intake/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/notion-to-tracker/SKILL.md +0 -359
- package/plugins/lisa/skills/notion-to-tracker/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/notion-write-prd/SKILL.md +0 -109
- package/plugins/lisa/skills/notion-write-prd/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/parity-code-review/SKILL.md +0 -83
- package/plugins/lisa/skills/parity-code-review/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/parity-code-simplifier/SKILL.md +0 -76
- package/plugins/lisa/skills/parity-code-simplifier/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/parity-coderabbit/SKILL.md +0 -77
- package/plugins/lisa/skills/parity-coderabbit/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/parity-safety-net-rules/SKILL.md +0 -144
- package/plugins/lisa/skills/parity-safety-net-rules/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/parity-sentry-sdk-setup/SKILL.md +0 -211
- package/plugins/lisa/skills/parity-sentry-sdk-setup/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/parity-sentry-seer/SKILL.md +0 -135
- package/plugins/lisa/skills/parity-sentry-seer/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/parity-skill-creator/SKILL.md +0 -149
- package/plugins/lisa/skills/parity-skill-creator/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/performance-review/SKILL.md +0 -94
- package/plugins/lisa/skills/performance-review/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/plan/SKILL.md +0 -60
- package/plugins/lisa/skills/plan/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/plugin-sync-explain/SKILL.md +0 -53
- package/plugins/lisa/skills/plugin-sync-explain/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/posthog-access/SKILL.md +0 -60
- package/plugins/lisa/skills/posthog-access/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/prd-backlink/SKILL.md +0 -265
- package/plugins/lisa/skills/prd-backlink/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/prd-source-write/SKILL.md +0 -101
- package/plugins/lisa/skills/prd-source-write/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/prd-ticket-coverage/SKILL.md +0 -170
- package/plugins/lisa/skills/prd-ticket-coverage/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/product-walkthrough/SKILL.md +0 -104
- package/plugins/lisa/skills/product-walkthrough/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/project-ideation/SKILL.md +0 -315
- package/plugins/lisa/skills/project-ideation/agents/openai.yaml +0 -6
- package/plugins/lisa/skills/pull-request-review/SKILL.md +0 -84
- package/plugins/lisa/skills/pull-request-review/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/quality-review/SKILL.md +0 -54
- package/plugins/lisa/skills/quality-review/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/queue-status/SKILL.md +0 -133
- package/plugins/lisa/skills/queue-status/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/repair-intake/SKILL.md +0 -1026
- package/plugins/lisa/skills/repair-intake/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/reproduce-bug/SKILL.md +0 -96
- package/plugins/lisa/skills/reproduce-bug/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/research/SKILL.md +0 -68
- package/plugins/lisa/skills/research/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/review-local/SKILL.md +0 -88
- package/plugins/lisa/skills/review-local/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/root-cause-analysis/SKILL.md +0 -155
- package/plugins/lisa/skills/root-cause-analysis/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/security-review/SKILL.md +0 -57
- package/plugins/lisa/skills/security-review/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/security-zap-scan/SKILL.md +0 -33
- package/plugins/lisa/skills/security-zap-scan/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/sentry-access/SKILL.md +0 -56
- package/plugins/lisa/skills/sentry-access/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/setup-atlassian/SKILL.md +0 -347
- package/plugins/lisa/skills/setup-atlassian/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/setup-automations/SKILL.md +0 -103
- package/plugins/lisa/skills/setup-automations/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/setup-confluence/SKILL.md +0 -254
- package/plugins/lisa/skills/setup-confluence/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/setup-github/SKILL.md +0 -268
- package/plugins/lisa/skills/setup-github/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/setup-jira/SKILL.md +0 -198
- package/plugins/lisa/skills/setup-jira/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/setup-linear/SKILL.md +0 -251
- package/plugins/lisa/skills/setup-linear/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/setup-notion/SKILL.md +0 -316
- package/plugins/lisa/skills/setup-notion/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/sonarcloud-access/SKILL.md +0 -71
- package/plugins/lisa/skills/sonarcloud-access/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/spec-conformance/SKILL.md +0 -159
- package/plugins/lisa/skills/spec-conformance/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/sync-down/SKILL.md +0 -171
- package/plugins/lisa/skills/sync-down/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/task-decomposition/SKILL.md +0 -127
- package/plugins/lisa/skills/task-decomposition/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/task-triage/SKILL.md +0 -23
- package/plugins/lisa/skills/task-triage/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/tdd-implementation/SKILL.md +0 -86
- package/plugins/lisa/skills/tdd-implementation/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/tear-down-automations/SKILL.md +0 -34
- package/plugins/lisa/skills/tear-down-automations/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/test-strategy/SKILL.md +0 -63
- package/plugins/lisa/skills/test-strategy/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/ticket-triage/SKILL.md +0 -186
- package/plugins/lisa/skills/ticket-triage/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/tracker-add-journey/SKILL.md +0 -26
- package/plugins/lisa/skills/tracker-add-journey/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/tracker-build-intake/SKILL.md +0 -85
- package/plugins/lisa/skills/tracker-build-intake/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/tracker-create/SKILL.md +0 -26
- package/plugins/lisa/skills/tracker-create/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/tracker-evidence/SKILL.md +0 -52
- package/plugins/lisa/skills/tracker-evidence/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/tracker-journey/SKILL.md +0 -26
- package/plugins/lisa/skills/tracker-journey/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/tracker-read/SKILL.md +0 -27
- package/plugins/lisa/skills/tracker-read/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/tracker-source-artifacts/SKILL.md +0 -107
- package/plugins/lisa/skills/tracker-source-artifacts/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/tracker-sync/SKILL.md +0 -64
- package/plugins/lisa/skills/tracker-sync/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/tracker-validate/SKILL.md +0 -36
- package/plugins/lisa/skills/tracker-validate/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/tracker-verify/SKILL.md +0 -28
- package/plugins/lisa/skills/tracker-verify/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/tracker-write/SKILL.md +0 -53
- package/plugins/lisa/skills/tracker-write/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/usage-accounting/SKILL.md +0 -170
- package/plugins/lisa/skills/usage-accounting/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/use-the-product/SKILL.md +0 -86
- package/plugins/lisa/skills/use-the-product/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/validate-tracker-mapping/SKILL.md +0 -188
- package/plugins/lisa/skills/validate-tracker-mapping/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/verification-lifecycle/SKILL.md +0 -365
- package/plugins/lisa/skills/verification-lifecycle/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/verify/SKILL.md +0 -52
- package/plugins/lisa/skills/verify/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/verify-prd/SKILL.md +0 -392
- package/plugins/lisa/skills/verify-prd/agents/openai.yaml +0 -4
- package/plugins/lisa/skills/wiki-install/SKILL.md +0 -101
- package/plugins/lisa/skills/wiki-install/agents/openai.yaml +0 -4
- package/plugins/lisa-agy/commands/analyze-claude-remote.md +0 -6
- package/plugins/lisa-agy/commands/automation-status.md +0 -12
- package/plugins/lisa-agy/commands/codify-verification.md +0 -6
- package/plugins/lisa-agy/commands/cross-pollinate.md +0 -15
- package/plugins/lisa-agy/commands/debrief/apply.md +0 -6
- package/plugins/lisa-agy/commands/debrief.md +0 -6
- package/plugins/lisa-agy/commands/doctor.md +0 -6
- package/plugins/lisa-agy/commands/exploratory-qa.md +0 -7
- package/plugins/lisa-agy/commands/fix/linter-error.md +0 -7
- package/plugins/lisa-agy/commands/generate-claude-remote-build-script.md +0 -6
- package/plugins/lisa-agy/commands/git/commit.md +0 -7
- package/plugins/lisa-agy/commands/git/prune.md +0 -6
- package/plugins/lisa-agy/commands/git/submit-pr.md +0 -7
- package/plugins/lisa-agy/commands/implement.md +0 -6
- package/plugins/lisa-agy/commands/improve/code-complexity.md +0 -6
- package/plugins/lisa-agy/commands/improve/max-lines-per-function.md +0 -7
- package/plugins/lisa-agy/commands/improve/max-lines.md +0 -7
- package/plugins/lisa-agy/commands/improve/test-coverage.md +0 -7
- package/plugins/lisa-agy/commands/improve/tests.md +0 -7
- package/plugins/lisa-agy/commands/intake-explain.md +0 -31
- package/plugins/lisa-agy/commands/intake.md +0 -6
- package/plugins/lisa-agy/commands/monitor.md +0 -6
- package/plugins/lisa-agy/commands/parity-code-review.md +0 -6
- package/plugins/lisa-agy/commands/parity-code-simplifier.md +0 -6
- package/plugins/lisa-agy/commands/parity-coderabbit.md +0 -6
- package/plugins/lisa-agy/commands/parity-safety-net-rules.md +0 -6
- package/plugins/lisa-agy/commands/parity-sentry-sdk-setup.md +0 -6
- package/plugins/lisa-agy/commands/parity-sentry-seer.md +0 -6
- package/plugins/lisa-agy/commands/parity-skill-creator.md +0 -6
- package/plugins/lisa-agy/commands/plan.md +0 -6
- package/plugins/lisa-agy/commands/plugin-sync-explain.md +0 -8
- package/plugins/lisa-agy/commands/product-walkthrough.md +0 -7
- package/plugins/lisa-agy/commands/project-ideation.md +0 -6
- package/plugins/lisa-agy/commands/pull-request/review.md +0 -7
- package/plugins/lisa-agy/commands/queue-status.md +0 -34
- package/plugins/lisa-agy/commands/repair-intake.md +0 -6
- package/plugins/lisa-agy/commands/research.md +0 -6
- package/plugins/lisa-agy/commands/review/local.md +0 -6
- package/plugins/lisa-agy/commands/security/zap-scan.md +0 -6
- package/plugins/lisa-agy/commands/setup/atlassian.md +0 -7
- package/plugins/lisa-agy/commands/setup/confluence.md +0 -7
- package/plugins/lisa-agy/commands/setup/github.md +0 -7
- package/plugins/lisa-agy/commands/setup/jira.md +0 -7
- package/plugins/lisa-agy/commands/setup/linear.md +0 -7
- package/plugins/lisa-agy/commands/setup/notion.md +0 -7
- package/plugins/lisa-agy/commands/setup-automations.md +0 -6
- package/plugins/lisa-agy/commands/sync-down.md +0 -7
- package/plugins/lisa-agy/commands/tear-down-automations.md +0 -6
- package/plugins/lisa-agy/commands/validate-tracker-mapping.md +0 -15
- package/plugins/lisa-agy/commands/verify-prd.md +0 -6
- package/plugins/lisa-agy/commands/verify.md +0 -6
- package/plugins/lisa-agy/commands/wiki/install.md +0 -7
- package/plugins/lisa-agy/skills/acceptance-criteria/SKILL.md +0 -71
- package/plugins/lisa-agy/skills/agent-design-best-practices/SKILL.md +0 -219
- package/plugins/lisa-agy/skills/analyze-claude-remote/SKILL.md +0 -421
- package/plugins/lisa-agy/skills/atlassian-access/SKILL.md +0 -361
- package/plugins/lisa-agy/skills/automation-status/SKILL.md +0 -111
- package/plugins/lisa-agy/skills/bug-triage/SKILL.md +0 -23
- package/plugins/lisa-agy/skills/codebase-research/SKILL.md +0 -87
- package/plugins/lisa-agy/skills/codify-verification/SKILL.md +0 -162
- package/plugins/lisa-agy/skills/confluence-prd-intake/SKILL.md +0 -417
- package/plugins/lisa-agy/skills/confluence-to-tracker/SKILL.md +0 -362
- package/plugins/lisa-agy/skills/confluence-write-prd/SKILL.md +0 -109
- package/plugins/lisa-agy/skills/cross-pollinate/SKILL.md +0 -175
- package/plugins/lisa-agy/skills/debrief/SKILL.md +0 -94
- package/plugins/lisa-agy/skills/debrief-apply/SKILL.md +0 -63
- package/plugins/lisa-agy/skills/doctor/SKILL.md +0 -336
- package/plugins/lisa-agy/skills/drive-pr-to-merge/SKILL.md +0 -152
- package/plugins/lisa-agy/skills/epic-triage/SKILL.md +0 -28
- package/plugins/lisa-agy/skills/exploratory-qa/SKILL.md +0 -91
- package/plugins/lisa-agy/skills/fix-linter-error/SKILL.md +0 -45
- package/plugins/lisa-agy/skills/generate-claude-remote-build-script/SKILL.md +0 -224
- package/plugins/lisa-agy/skills/git-commit/SKILL.md +0 -48
- package/plugins/lisa-agy/skills/git-prune/SKILL.md +0 -35
- package/plugins/lisa-agy/skills/git-submit-pr/SKILL.md +0 -113
- package/plugins/lisa-agy/skills/github-add-journey/SKILL.md +0 -115
- package/plugins/lisa-agy/skills/github-build-intake/SKILL.md +0 -446
- package/plugins/lisa-agy/skills/github-create/SKILL.md +0 -101
- package/plugins/lisa-agy/skills/github-evidence/SKILL.md +0 -110
- package/plugins/lisa-agy/skills/github-journey/SKILL.md +0 -121
- package/plugins/lisa-agy/skills/github-prd-intake/SKILL.md +0 -432
- package/plugins/lisa-agy/skills/github-project-v2/SKILL.md +0 -227
- package/plugins/lisa-agy/skills/github-read-issue/SKILL.md +0 -248
- package/plugins/lisa-agy/skills/github-sync/SKILL.md +0 -132
- package/plugins/lisa-agy/skills/github-to-tracker/SKILL.md +0 -347
- package/plugins/lisa-agy/skills/github-validate-issue/SKILL.md +0 -330
- package/plugins/lisa-agy/skills/github-verify/SKILL.md +0 -29
- package/plugins/lisa-agy/skills/github-write-issue/SKILL.md +0 -339
- package/plugins/lisa-agy/skills/github-write-prd/SKILL.md +0 -157
- package/plugins/lisa-agy/skills/implement/SKILL.md +0 -202
- package/plugins/lisa-agy/skills/improve-code-complexity/SKILL.md +0 -44
- package/plugins/lisa-agy/skills/improve-max-lines/SKILL.md +0 -45
- package/plugins/lisa-agy/skills/improve-max-lines-per-function/SKILL.md +0 -46
- package/plugins/lisa-agy/skills/improve-test-coverage/SKILL.md +0 -44
- package/plugins/lisa-agy/skills/improve-tests/SKILL.md +0 -47
- package/plugins/lisa-agy/skills/intake/SKILL.md +0 -133
- package/plugins/lisa-agy/skills/intake-explain/SKILL.md +0 -279
- package/plugins/lisa-agy/skills/jam-access/SKILL.md +0 -52
- package/plugins/lisa-agy/skills/jira-add-journey/SKILL.md +0 -121
- package/plugins/lisa-agy/skills/jira-build-intake/SKILL.md +0 -368
- package/plugins/lisa-agy/skills/jira-create/SKILL.md +0 -154
- package/plugins/lisa-agy/skills/jira-evidence/SKILL.md +0 -90
- package/plugins/lisa-agy/skills/jira-journey/SKILL.md +0 -127
- package/plugins/lisa-agy/skills/jira-read-ticket/SKILL.md +0 -198
- package/plugins/lisa-agy/skills/jira-sync/SKILL.md +0 -108
- package/plugins/lisa-agy/skills/jira-validate-ticket/SKILL.md +0 -317
- package/plugins/lisa-agy/skills/jira-verify/SKILL.md +0 -30
- package/plugins/lisa-agy/skills/jira-write-ticket/SKILL.md +0 -267
- package/plugins/lisa-agy/skills/jsdoc-best-practices/SKILL.md +0 -432
- package/plugins/lisa-agy/skills/linear-access/SKILL.md +0 -90
- package/plugins/lisa-agy/skills/linear-add-journey/SKILL.md +0 -105
- package/plugins/lisa-agy/skills/linear-build-intake/SKILL.md +0 -346
- package/plugins/lisa-agy/skills/linear-create/SKILL.md +0 -146
- package/plugins/lisa-agy/skills/linear-evidence/SKILL.md +0 -103
- package/plugins/lisa-agy/skills/linear-journey/SKILL.md +0 -134
- package/plugins/lisa-agy/skills/linear-prd-intake/SKILL.md +0 -383
- package/plugins/lisa-agy/skills/linear-read-issue/SKILL.md +0 -200
- package/plugins/lisa-agy/skills/linear-sync/SKILL.md +0 -127
- package/plugins/lisa-agy/skills/linear-to-tracker/SKILL.md +0 -344
- package/plugins/lisa-agy/skills/linear-validate-issue/SKILL.md +0 -314
- package/plugins/lisa-agy/skills/linear-verify/SKILL.md +0 -51
- package/plugins/lisa-agy/skills/linear-write-issue/SKILL.md +0 -292
- package/plugins/lisa-agy/skills/linear-write-prd/SKILL.md +0 -96
- package/plugins/lisa-agy/skills/monitor/SKILL.md +0 -69
- package/plugins/lisa-agy/skills/nightly-add-test-coverage/SKILL.md +0 -40
- package/plugins/lisa-agy/skills/nightly-improve-tests/SKILL.md +0 -29
- package/plugins/lisa-agy/skills/nightly-lower-code-complexity/SKILL.md +0 -28
- package/plugins/lisa-agy/skills/notion-access/SKILL.md +0 -226
- package/plugins/lisa-agy/skills/notion-prd-intake/SKILL.md +0 -360
- package/plugins/lisa-agy/skills/notion-to-tracker/SKILL.md +0 -359
- package/plugins/lisa-agy/skills/notion-write-prd/SKILL.md +0 -109
- package/plugins/lisa-agy/skills/parity-code-review/SKILL.md +0 -83
- package/plugins/lisa-agy/skills/parity-code-simplifier/SKILL.md +0 -76
- package/plugins/lisa-agy/skills/parity-coderabbit/SKILL.md +0 -77
- package/plugins/lisa-agy/skills/parity-safety-net-rules/SKILL.md +0 -144
- package/plugins/lisa-agy/skills/parity-sentry-sdk-setup/SKILL.md +0 -211
- package/plugins/lisa-agy/skills/parity-sentry-seer/SKILL.md +0 -135
- package/plugins/lisa-agy/skills/parity-skill-creator/SKILL.md +0 -149
- package/plugins/lisa-agy/skills/performance-review/SKILL.md +0 -94
- package/plugins/lisa-agy/skills/plan/SKILL.md +0 -60
- package/plugins/lisa-agy/skills/plugin-sync-explain/SKILL.md +0 -53
- package/plugins/lisa-agy/skills/posthog-access/SKILL.md +0 -60
- package/plugins/lisa-agy/skills/prd-backlink/SKILL.md +0 -265
- package/plugins/lisa-agy/skills/prd-source-write/SKILL.md +0 -101
- package/plugins/lisa-agy/skills/prd-ticket-coverage/SKILL.md +0 -170
- package/plugins/lisa-agy/skills/product-walkthrough/SKILL.md +0 -104
- package/plugins/lisa-agy/skills/project-ideation/SKILL.md +0 -315
- package/plugins/lisa-agy/skills/pull-request-review/SKILL.md +0 -84
- package/plugins/lisa-agy/skills/quality-review/SKILL.md +0 -54
- package/plugins/lisa-agy/skills/queue-status/SKILL.md +0 -133
- package/plugins/lisa-agy/skills/repair-intake/SKILL.md +0 -1026
- package/plugins/lisa-agy/skills/reproduce-bug/SKILL.md +0 -96
- package/plugins/lisa-agy/skills/research/SKILL.md +0 -68
- package/plugins/lisa-agy/skills/review-local/SKILL.md +0 -88
- package/plugins/lisa-agy/skills/root-cause-analysis/SKILL.md +0 -155
- package/plugins/lisa-agy/skills/security-review/SKILL.md +0 -57
- package/plugins/lisa-agy/skills/security-zap-scan/SKILL.md +0 -33
- package/plugins/lisa-agy/skills/sentry-access/SKILL.md +0 -56
- package/plugins/lisa-agy/skills/setup-atlassian/SKILL.md +0 -347
- package/plugins/lisa-agy/skills/setup-automations/SKILL.md +0 -103
- package/plugins/lisa-agy/skills/setup-confluence/SKILL.md +0 -254
- package/plugins/lisa-agy/skills/setup-github/SKILL.md +0 -268
- package/plugins/lisa-agy/skills/setup-jira/SKILL.md +0 -198
- package/plugins/lisa-agy/skills/setup-linear/SKILL.md +0 -251
- package/plugins/lisa-agy/skills/setup-notion/SKILL.md +0 -316
- package/plugins/lisa-agy/skills/sonarcloud-access/SKILL.md +0 -71
- package/plugins/lisa-agy/skills/spec-conformance/SKILL.md +0 -159
- package/plugins/lisa-agy/skills/sync-down/SKILL.md +0 -171
- package/plugins/lisa-agy/skills/task-decomposition/SKILL.md +0 -127
- package/plugins/lisa-agy/skills/task-triage/SKILL.md +0 -23
- package/plugins/lisa-agy/skills/tdd-implementation/SKILL.md +0 -86
- package/plugins/lisa-agy/skills/tear-down-automations/SKILL.md +0 -34
- package/plugins/lisa-agy/skills/test-strategy/SKILL.md +0 -63
- package/plugins/lisa-agy/skills/ticket-triage/SKILL.md +0 -186
- package/plugins/lisa-agy/skills/tracker-add-journey/SKILL.md +0 -26
- package/plugins/lisa-agy/skills/tracker-build-intake/SKILL.md +0 -85
- package/plugins/lisa-agy/skills/tracker-create/SKILL.md +0 -26
- package/plugins/lisa-agy/skills/tracker-evidence/SKILL.md +0 -52
- package/plugins/lisa-agy/skills/tracker-journey/SKILL.md +0 -26
- package/plugins/lisa-agy/skills/tracker-read/SKILL.md +0 -27
- package/plugins/lisa-agy/skills/tracker-source-artifacts/SKILL.md +0 -107
- package/plugins/lisa-agy/skills/tracker-sync/SKILL.md +0 -64
- package/plugins/lisa-agy/skills/tracker-validate/SKILL.md +0 -36
- package/plugins/lisa-agy/skills/tracker-verify/SKILL.md +0 -28
- package/plugins/lisa-agy/skills/tracker-write/SKILL.md +0 -53
- package/plugins/lisa-agy/skills/usage-accounting/SKILL.md +0 -170
- package/plugins/lisa-agy/skills/use-the-product/SKILL.md +0 -86
- package/plugins/lisa-agy/skills/validate-tracker-mapping/SKILL.md +0 -188
- package/plugins/lisa-agy/skills/verification-lifecycle/SKILL.md +0 -365
- package/plugins/lisa-agy/skills/verify/SKILL.md +0 -52
- package/plugins/lisa-agy/skills/verify-prd/SKILL.md +0 -392
- package/plugins/lisa-agy/skills/wiki-install/SKILL.md +0 -101
- package/plugins/lisa-copilot/commands/analyze-claude-remote.md +0 -6
- package/plugins/lisa-copilot/commands/automation-status.md +0 -12
- package/plugins/lisa-copilot/commands/codify-verification.md +0 -6
- package/plugins/lisa-copilot/commands/cross-pollinate.md +0 -15
- package/plugins/lisa-copilot/commands/debrief/apply.md +0 -6
- package/plugins/lisa-copilot/commands/debrief.md +0 -6
- package/plugins/lisa-copilot/commands/doctor.md +0 -6
- package/plugins/lisa-copilot/commands/exploratory-qa.md +0 -7
- package/plugins/lisa-copilot/commands/fix/linter-error.md +0 -7
- package/plugins/lisa-copilot/commands/generate-claude-remote-build-script.md +0 -6
- package/plugins/lisa-copilot/commands/git/commit.md +0 -7
- package/plugins/lisa-copilot/commands/git/prune.md +0 -6
- package/plugins/lisa-copilot/commands/git/submit-pr.md +0 -7
- package/plugins/lisa-copilot/commands/implement.md +0 -6
- package/plugins/lisa-copilot/commands/improve/code-complexity.md +0 -6
- package/plugins/lisa-copilot/commands/improve/max-lines-per-function.md +0 -7
- package/plugins/lisa-copilot/commands/improve/max-lines.md +0 -7
- package/plugins/lisa-copilot/commands/improve/test-coverage.md +0 -7
- package/plugins/lisa-copilot/commands/improve/tests.md +0 -7
- package/plugins/lisa-copilot/commands/intake-explain.md +0 -31
- package/plugins/lisa-copilot/commands/intake.md +0 -6
- package/plugins/lisa-copilot/commands/monitor.md +0 -6
- package/plugins/lisa-copilot/commands/parity-code-review.md +0 -6
- package/plugins/lisa-copilot/commands/parity-code-simplifier.md +0 -6
- package/plugins/lisa-copilot/commands/parity-coderabbit.md +0 -6
- package/plugins/lisa-copilot/commands/parity-safety-net-rules.md +0 -6
- package/plugins/lisa-copilot/commands/parity-sentry-sdk-setup.md +0 -6
- package/plugins/lisa-copilot/commands/parity-sentry-seer.md +0 -6
- package/plugins/lisa-copilot/commands/parity-skill-creator.md +0 -6
- package/plugins/lisa-copilot/commands/plan.md +0 -6
- package/plugins/lisa-copilot/commands/plugin-sync-explain.md +0 -8
- package/plugins/lisa-copilot/commands/product-walkthrough.md +0 -7
- package/plugins/lisa-copilot/commands/project-ideation.md +0 -6
- package/plugins/lisa-copilot/commands/pull-request/review.md +0 -7
- package/plugins/lisa-copilot/commands/queue-status.md +0 -34
- package/plugins/lisa-copilot/commands/repair-intake.md +0 -6
- package/plugins/lisa-copilot/commands/research.md +0 -6
- package/plugins/lisa-copilot/commands/review/local.md +0 -6
- package/plugins/lisa-copilot/commands/security/zap-scan.md +0 -6
- package/plugins/lisa-copilot/commands/setup/atlassian.md +0 -7
- package/plugins/lisa-copilot/commands/setup/confluence.md +0 -7
- package/plugins/lisa-copilot/commands/setup/github.md +0 -7
- package/plugins/lisa-copilot/commands/setup/jira.md +0 -7
- package/plugins/lisa-copilot/commands/setup/linear.md +0 -7
- package/plugins/lisa-copilot/commands/setup/notion.md +0 -7
- package/plugins/lisa-copilot/commands/setup-automations.md +0 -6
- package/plugins/lisa-copilot/commands/sync-down.md +0 -7
- package/plugins/lisa-copilot/commands/tear-down-automations.md +0 -6
- package/plugins/lisa-copilot/commands/validate-tracker-mapping.md +0 -15
- package/plugins/lisa-copilot/commands/verify-prd.md +0 -6
- package/plugins/lisa-copilot/commands/verify.md +0 -6
- package/plugins/lisa-copilot/commands/wiki/install.md +0 -7
- package/plugins/lisa-copilot/skills/acceptance-criteria/SKILL.md +0 -71
- package/plugins/lisa-copilot/skills/agent-design-best-practices/SKILL.md +0 -219
- package/plugins/lisa-copilot/skills/analyze-claude-remote/SKILL.md +0 -421
- package/plugins/lisa-copilot/skills/atlassian-access/SKILL.md +0 -361
- package/plugins/lisa-copilot/skills/automation-status/SKILL.md +0 -111
- package/plugins/lisa-copilot/skills/bug-triage/SKILL.md +0 -23
- package/plugins/lisa-copilot/skills/codebase-research/SKILL.md +0 -87
- package/plugins/lisa-copilot/skills/codify-verification/SKILL.md +0 -162
- package/plugins/lisa-copilot/skills/confluence-prd-intake/SKILL.md +0 -417
- package/plugins/lisa-copilot/skills/confluence-to-tracker/SKILL.md +0 -362
- package/plugins/lisa-copilot/skills/confluence-write-prd/SKILL.md +0 -109
- package/plugins/lisa-copilot/skills/cross-pollinate/SKILL.md +0 -175
- package/plugins/lisa-copilot/skills/debrief/SKILL.md +0 -94
- package/plugins/lisa-copilot/skills/debrief-apply/SKILL.md +0 -63
- package/plugins/lisa-copilot/skills/doctor/SKILL.md +0 -336
- package/plugins/lisa-copilot/skills/drive-pr-to-merge/SKILL.md +0 -152
- package/plugins/lisa-copilot/skills/epic-triage/SKILL.md +0 -28
- package/plugins/lisa-copilot/skills/exploratory-qa/SKILL.md +0 -91
- package/plugins/lisa-copilot/skills/fix-linter-error/SKILL.md +0 -45
- package/plugins/lisa-copilot/skills/generate-claude-remote-build-script/SKILL.md +0 -224
- package/plugins/lisa-copilot/skills/git-commit/SKILL.md +0 -48
- package/plugins/lisa-copilot/skills/git-prune/SKILL.md +0 -35
- package/plugins/lisa-copilot/skills/git-submit-pr/SKILL.md +0 -113
- package/plugins/lisa-copilot/skills/github-add-journey/SKILL.md +0 -115
- package/plugins/lisa-copilot/skills/github-build-intake/SKILL.md +0 -446
- package/plugins/lisa-copilot/skills/github-create/SKILL.md +0 -101
- package/plugins/lisa-copilot/skills/github-evidence/SKILL.md +0 -110
- package/plugins/lisa-copilot/skills/github-journey/SKILL.md +0 -121
- package/plugins/lisa-copilot/skills/github-prd-intake/SKILL.md +0 -432
- package/plugins/lisa-copilot/skills/github-project-v2/SKILL.md +0 -227
- package/plugins/lisa-copilot/skills/github-read-issue/SKILL.md +0 -248
- package/plugins/lisa-copilot/skills/github-sync/SKILL.md +0 -132
- package/plugins/lisa-copilot/skills/github-to-tracker/SKILL.md +0 -347
- package/plugins/lisa-copilot/skills/github-validate-issue/SKILL.md +0 -330
- package/plugins/lisa-copilot/skills/github-verify/SKILL.md +0 -29
- package/plugins/lisa-copilot/skills/github-write-issue/SKILL.md +0 -339
- package/plugins/lisa-copilot/skills/github-write-prd/SKILL.md +0 -157
- package/plugins/lisa-copilot/skills/implement/SKILL.md +0 -202
- package/plugins/lisa-copilot/skills/improve-code-complexity/SKILL.md +0 -44
- package/plugins/lisa-copilot/skills/improve-max-lines/SKILL.md +0 -45
- package/plugins/lisa-copilot/skills/improve-max-lines-per-function/SKILL.md +0 -46
- package/plugins/lisa-copilot/skills/improve-test-coverage/SKILL.md +0 -44
- package/plugins/lisa-copilot/skills/improve-tests/SKILL.md +0 -47
- package/plugins/lisa-copilot/skills/intake/SKILL.md +0 -133
- package/plugins/lisa-copilot/skills/intake-explain/SKILL.md +0 -279
- package/plugins/lisa-copilot/skills/jam-access/SKILL.md +0 -52
- package/plugins/lisa-copilot/skills/jira-add-journey/SKILL.md +0 -121
- package/plugins/lisa-copilot/skills/jira-build-intake/SKILL.md +0 -368
- package/plugins/lisa-copilot/skills/jira-create/SKILL.md +0 -154
- package/plugins/lisa-copilot/skills/jira-evidence/SKILL.md +0 -90
- package/plugins/lisa-copilot/skills/jira-journey/SKILL.md +0 -127
- package/plugins/lisa-copilot/skills/jira-read-ticket/SKILL.md +0 -198
- package/plugins/lisa-copilot/skills/jira-sync/SKILL.md +0 -108
- package/plugins/lisa-copilot/skills/jira-validate-ticket/SKILL.md +0 -317
- package/plugins/lisa-copilot/skills/jira-verify/SKILL.md +0 -30
- package/plugins/lisa-copilot/skills/jira-write-ticket/SKILL.md +0 -267
- package/plugins/lisa-copilot/skills/jsdoc-best-practices/SKILL.md +0 -432
- package/plugins/lisa-copilot/skills/linear-access/SKILL.md +0 -90
- package/plugins/lisa-copilot/skills/linear-add-journey/SKILL.md +0 -105
- package/plugins/lisa-copilot/skills/linear-build-intake/SKILL.md +0 -346
- package/plugins/lisa-copilot/skills/linear-create/SKILL.md +0 -146
- package/plugins/lisa-copilot/skills/linear-evidence/SKILL.md +0 -103
- package/plugins/lisa-copilot/skills/linear-journey/SKILL.md +0 -134
- package/plugins/lisa-copilot/skills/linear-prd-intake/SKILL.md +0 -383
- package/plugins/lisa-copilot/skills/linear-read-issue/SKILL.md +0 -200
- package/plugins/lisa-copilot/skills/linear-sync/SKILL.md +0 -127
- package/plugins/lisa-copilot/skills/linear-to-tracker/SKILL.md +0 -344
- package/plugins/lisa-copilot/skills/linear-validate-issue/SKILL.md +0 -314
- package/plugins/lisa-copilot/skills/linear-verify/SKILL.md +0 -51
- package/plugins/lisa-copilot/skills/linear-write-issue/SKILL.md +0 -292
- package/plugins/lisa-copilot/skills/linear-write-prd/SKILL.md +0 -96
- package/plugins/lisa-copilot/skills/monitor/SKILL.md +0 -69
- package/plugins/lisa-copilot/skills/nightly-add-test-coverage/SKILL.md +0 -40
- package/plugins/lisa-copilot/skills/nightly-improve-tests/SKILL.md +0 -29
- package/plugins/lisa-copilot/skills/nightly-lower-code-complexity/SKILL.md +0 -28
- package/plugins/lisa-copilot/skills/notion-access/SKILL.md +0 -226
- package/plugins/lisa-copilot/skills/notion-prd-intake/SKILL.md +0 -360
- package/plugins/lisa-copilot/skills/notion-to-tracker/SKILL.md +0 -359
- package/plugins/lisa-copilot/skills/notion-write-prd/SKILL.md +0 -109
- package/plugins/lisa-copilot/skills/parity-code-review/SKILL.md +0 -83
- package/plugins/lisa-copilot/skills/parity-code-simplifier/SKILL.md +0 -76
- package/plugins/lisa-copilot/skills/parity-coderabbit/SKILL.md +0 -77
- package/plugins/lisa-copilot/skills/parity-safety-net-rules/SKILL.md +0 -144
- package/plugins/lisa-copilot/skills/parity-sentry-sdk-setup/SKILL.md +0 -211
- package/plugins/lisa-copilot/skills/parity-sentry-seer/SKILL.md +0 -135
- package/plugins/lisa-copilot/skills/parity-skill-creator/SKILL.md +0 -149
- package/plugins/lisa-copilot/skills/performance-review/SKILL.md +0 -94
- package/plugins/lisa-copilot/skills/plan/SKILL.md +0 -60
- package/plugins/lisa-copilot/skills/plugin-sync-explain/SKILL.md +0 -53
- package/plugins/lisa-copilot/skills/posthog-access/SKILL.md +0 -60
- package/plugins/lisa-copilot/skills/prd-backlink/SKILL.md +0 -265
- package/plugins/lisa-copilot/skills/prd-source-write/SKILL.md +0 -101
- package/plugins/lisa-copilot/skills/prd-ticket-coverage/SKILL.md +0 -170
- package/plugins/lisa-copilot/skills/product-walkthrough/SKILL.md +0 -104
- package/plugins/lisa-copilot/skills/project-ideation/SKILL.md +0 -315
- package/plugins/lisa-copilot/skills/pull-request-review/SKILL.md +0 -84
- package/plugins/lisa-copilot/skills/quality-review/SKILL.md +0 -54
- package/plugins/lisa-copilot/skills/queue-status/SKILL.md +0 -133
- package/plugins/lisa-copilot/skills/repair-intake/SKILL.md +0 -1026
- package/plugins/lisa-copilot/skills/reproduce-bug/SKILL.md +0 -96
- package/plugins/lisa-copilot/skills/research/SKILL.md +0 -68
- package/plugins/lisa-copilot/skills/review-local/SKILL.md +0 -88
- package/plugins/lisa-copilot/skills/root-cause-analysis/SKILL.md +0 -155
- package/plugins/lisa-copilot/skills/security-review/SKILL.md +0 -57
- package/plugins/lisa-copilot/skills/security-zap-scan/SKILL.md +0 -33
- package/plugins/lisa-copilot/skills/sentry-access/SKILL.md +0 -56
- package/plugins/lisa-copilot/skills/setup-atlassian/SKILL.md +0 -347
- package/plugins/lisa-copilot/skills/setup-automations/SKILL.md +0 -103
- package/plugins/lisa-copilot/skills/setup-confluence/SKILL.md +0 -254
- package/plugins/lisa-copilot/skills/setup-github/SKILL.md +0 -268
- package/plugins/lisa-copilot/skills/setup-jira/SKILL.md +0 -198
- package/plugins/lisa-copilot/skills/setup-linear/SKILL.md +0 -251
- package/plugins/lisa-copilot/skills/setup-notion/SKILL.md +0 -316
- package/plugins/lisa-copilot/skills/sonarcloud-access/SKILL.md +0 -71
- package/plugins/lisa-copilot/skills/spec-conformance/SKILL.md +0 -159
- package/plugins/lisa-copilot/skills/sync-down/SKILL.md +0 -171
- package/plugins/lisa-copilot/skills/task-decomposition/SKILL.md +0 -127
- package/plugins/lisa-copilot/skills/task-triage/SKILL.md +0 -23
- package/plugins/lisa-copilot/skills/tdd-implementation/SKILL.md +0 -86
- package/plugins/lisa-copilot/skills/tear-down-automations/SKILL.md +0 -34
- package/plugins/lisa-copilot/skills/test-strategy/SKILL.md +0 -63
- package/plugins/lisa-copilot/skills/ticket-triage/SKILL.md +0 -186
- package/plugins/lisa-copilot/skills/tracker-add-journey/SKILL.md +0 -26
- package/plugins/lisa-copilot/skills/tracker-build-intake/SKILL.md +0 -85
- package/plugins/lisa-copilot/skills/tracker-create/SKILL.md +0 -26
- package/plugins/lisa-copilot/skills/tracker-evidence/SKILL.md +0 -52
- package/plugins/lisa-copilot/skills/tracker-journey/SKILL.md +0 -26
- package/plugins/lisa-copilot/skills/tracker-read/SKILL.md +0 -27
- package/plugins/lisa-copilot/skills/tracker-source-artifacts/SKILL.md +0 -107
- package/plugins/lisa-copilot/skills/tracker-sync/SKILL.md +0 -64
- package/plugins/lisa-copilot/skills/tracker-validate/SKILL.md +0 -36
- package/plugins/lisa-copilot/skills/tracker-verify/SKILL.md +0 -28
- package/plugins/lisa-copilot/skills/tracker-write/SKILL.md +0 -53
- package/plugins/lisa-copilot/skills/usage-accounting/SKILL.md +0 -170
- package/plugins/lisa-copilot/skills/use-the-product/SKILL.md +0 -86
- package/plugins/lisa-copilot/skills/validate-tracker-mapping/SKILL.md +0 -188
- package/plugins/lisa-copilot/skills/verification-lifecycle/SKILL.md +0 -365
- package/plugins/lisa-copilot/skills/verify/SKILL.md +0 -52
- package/plugins/lisa-copilot/skills/verify-prd/SKILL.md +0 -392
- package/plugins/lisa-copilot/skills/wiki-install/SKILL.md +0 -101
- package/plugins/lisa-cursor/commands/analyze-claude-remote.md +0 -6
- package/plugins/lisa-cursor/commands/automation-status.md +0 -12
- package/plugins/lisa-cursor/commands/codify-verification.md +0 -6
- package/plugins/lisa-cursor/commands/cross-pollinate.md +0 -15
- package/plugins/lisa-cursor/commands/debrief/apply.md +0 -6
- package/plugins/lisa-cursor/commands/debrief.md +0 -6
- package/plugins/lisa-cursor/commands/doctor.md +0 -6
- package/plugins/lisa-cursor/commands/exploratory-qa.md +0 -7
- package/plugins/lisa-cursor/commands/fix/linter-error.md +0 -7
- package/plugins/lisa-cursor/commands/generate-claude-remote-build-script.md +0 -6
- package/plugins/lisa-cursor/commands/git/commit.md +0 -7
- package/plugins/lisa-cursor/commands/git/prune.md +0 -6
- package/plugins/lisa-cursor/commands/git/submit-pr.md +0 -7
- package/plugins/lisa-cursor/commands/implement.md +0 -6
- package/plugins/lisa-cursor/commands/improve/code-complexity.md +0 -6
- package/plugins/lisa-cursor/commands/improve/max-lines-per-function.md +0 -7
- package/plugins/lisa-cursor/commands/improve/max-lines.md +0 -7
- package/plugins/lisa-cursor/commands/improve/test-coverage.md +0 -7
- package/plugins/lisa-cursor/commands/improve/tests.md +0 -7
- package/plugins/lisa-cursor/commands/intake-explain.md +0 -31
- package/plugins/lisa-cursor/commands/intake.md +0 -6
- package/plugins/lisa-cursor/commands/monitor.md +0 -6
- package/plugins/lisa-cursor/commands/parity-code-review.md +0 -6
- package/plugins/lisa-cursor/commands/parity-code-simplifier.md +0 -6
- package/plugins/lisa-cursor/commands/parity-coderabbit.md +0 -6
- package/plugins/lisa-cursor/commands/parity-safety-net-rules.md +0 -6
- package/plugins/lisa-cursor/commands/parity-sentry-sdk-setup.md +0 -6
- package/plugins/lisa-cursor/commands/parity-sentry-seer.md +0 -6
- package/plugins/lisa-cursor/commands/parity-skill-creator.md +0 -6
- package/plugins/lisa-cursor/commands/plan.md +0 -6
- package/plugins/lisa-cursor/commands/plugin-sync-explain.md +0 -8
- package/plugins/lisa-cursor/commands/product-walkthrough.md +0 -7
- package/plugins/lisa-cursor/commands/project-ideation.md +0 -6
- package/plugins/lisa-cursor/commands/pull-request/review.md +0 -7
- package/plugins/lisa-cursor/commands/queue-status.md +0 -34
- package/plugins/lisa-cursor/commands/repair-intake.md +0 -6
- package/plugins/lisa-cursor/commands/research.md +0 -6
- package/plugins/lisa-cursor/commands/review/local.md +0 -6
- package/plugins/lisa-cursor/commands/security/zap-scan.md +0 -6
- package/plugins/lisa-cursor/commands/setup/atlassian.md +0 -7
- package/plugins/lisa-cursor/commands/setup/confluence.md +0 -7
- package/plugins/lisa-cursor/commands/setup/github.md +0 -7
- package/plugins/lisa-cursor/commands/setup/jira.md +0 -7
- package/plugins/lisa-cursor/commands/setup/linear.md +0 -7
- package/plugins/lisa-cursor/commands/setup/notion.md +0 -7
- package/plugins/lisa-cursor/commands/setup-automations.md +0 -6
- package/plugins/lisa-cursor/commands/sync-down.md +0 -7
- package/plugins/lisa-cursor/commands/tear-down-automations.md +0 -6
- package/plugins/lisa-cursor/commands/validate-tracker-mapping.md +0 -15
- package/plugins/lisa-cursor/commands/verify-prd.md +0 -6
- package/plugins/lisa-cursor/commands/verify.md +0 -6
- package/plugins/lisa-cursor/commands/wiki/install.md +0 -7
- package/plugins/lisa-cursor/skills/acceptance-criteria/SKILL.md +0 -71
- package/plugins/lisa-cursor/skills/agent-design-best-practices/SKILL.md +0 -219
- package/plugins/lisa-cursor/skills/analyze-claude-remote/SKILL.md +0 -421
- package/plugins/lisa-cursor/skills/atlassian-access/SKILL.md +0 -361
- package/plugins/lisa-cursor/skills/automation-status/SKILL.md +0 -111
- package/plugins/lisa-cursor/skills/bug-triage/SKILL.md +0 -23
- package/plugins/lisa-cursor/skills/codebase-research/SKILL.md +0 -87
- package/plugins/lisa-cursor/skills/codify-verification/SKILL.md +0 -162
- package/plugins/lisa-cursor/skills/confluence-prd-intake/SKILL.md +0 -417
- package/plugins/lisa-cursor/skills/confluence-to-tracker/SKILL.md +0 -362
- package/plugins/lisa-cursor/skills/confluence-write-prd/SKILL.md +0 -109
- package/plugins/lisa-cursor/skills/cross-pollinate/SKILL.md +0 -175
- package/plugins/lisa-cursor/skills/debrief/SKILL.md +0 -94
- package/plugins/lisa-cursor/skills/debrief-apply/SKILL.md +0 -63
- package/plugins/lisa-cursor/skills/doctor/SKILL.md +0 -336
- package/plugins/lisa-cursor/skills/drive-pr-to-merge/SKILL.md +0 -152
- package/plugins/lisa-cursor/skills/epic-triage/SKILL.md +0 -28
- package/plugins/lisa-cursor/skills/exploratory-qa/SKILL.md +0 -91
- package/plugins/lisa-cursor/skills/fix-linter-error/SKILL.md +0 -45
- package/plugins/lisa-cursor/skills/generate-claude-remote-build-script/SKILL.md +0 -224
- package/plugins/lisa-cursor/skills/git-commit/SKILL.md +0 -48
- package/plugins/lisa-cursor/skills/git-prune/SKILL.md +0 -35
- package/plugins/lisa-cursor/skills/git-submit-pr/SKILL.md +0 -113
- package/plugins/lisa-cursor/skills/github-add-journey/SKILL.md +0 -115
- package/plugins/lisa-cursor/skills/github-build-intake/SKILL.md +0 -446
- package/plugins/lisa-cursor/skills/github-create/SKILL.md +0 -101
- package/plugins/lisa-cursor/skills/github-evidence/SKILL.md +0 -110
- package/plugins/lisa-cursor/skills/github-journey/SKILL.md +0 -121
- package/plugins/lisa-cursor/skills/github-prd-intake/SKILL.md +0 -432
- package/plugins/lisa-cursor/skills/github-project-v2/SKILL.md +0 -227
- package/plugins/lisa-cursor/skills/github-read-issue/SKILL.md +0 -248
- package/plugins/lisa-cursor/skills/github-sync/SKILL.md +0 -132
- package/plugins/lisa-cursor/skills/github-to-tracker/SKILL.md +0 -347
- package/plugins/lisa-cursor/skills/github-validate-issue/SKILL.md +0 -330
- package/plugins/lisa-cursor/skills/github-verify/SKILL.md +0 -29
- package/plugins/lisa-cursor/skills/github-write-issue/SKILL.md +0 -339
- package/plugins/lisa-cursor/skills/github-write-prd/SKILL.md +0 -157
- package/plugins/lisa-cursor/skills/implement/SKILL.md +0 -202
- package/plugins/lisa-cursor/skills/improve-code-complexity/SKILL.md +0 -44
- package/plugins/lisa-cursor/skills/improve-max-lines/SKILL.md +0 -45
- package/plugins/lisa-cursor/skills/improve-max-lines-per-function/SKILL.md +0 -46
- package/plugins/lisa-cursor/skills/improve-test-coverage/SKILL.md +0 -44
- package/plugins/lisa-cursor/skills/improve-tests/SKILL.md +0 -47
- package/plugins/lisa-cursor/skills/intake/SKILL.md +0 -133
- package/plugins/lisa-cursor/skills/intake-explain/SKILL.md +0 -279
- package/plugins/lisa-cursor/skills/jam-access/SKILL.md +0 -52
- package/plugins/lisa-cursor/skills/jira-add-journey/SKILL.md +0 -121
- package/plugins/lisa-cursor/skills/jira-build-intake/SKILL.md +0 -368
- package/plugins/lisa-cursor/skills/jira-create/SKILL.md +0 -154
- package/plugins/lisa-cursor/skills/jira-evidence/SKILL.md +0 -90
- package/plugins/lisa-cursor/skills/jira-journey/SKILL.md +0 -127
- package/plugins/lisa-cursor/skills/jira-read-ticket/SKILL.md +0 -198
- package/plugins/lisa-cursor/skills/jira-sync/SKILL.md +0 -108
- package/plugins/lisa-cursor/skills/jira-validate-ticket/SKILL.md +0 -317
- package/plugins/lisa-cursor/skills/jira-verify/SKILL.md +0 -30
- package/plugins/lisa-cursor/skills/jira-write-ticket/SKILL.md +0 -267
- package/plugins/lisa-cursor/skills/jsdoc-best-practices/SKILL.md +0 -432
- package/plugins/lisa-cursor/skills/linear-access/SKILL.md +0 -90
- package/plugins/lisa-cursor/skills/linear-add-journey/SKILL.md +0 -105
- package/plugins/lisa-cursor/skills/linear-build-intake/SKILL.md +0 -346
- package/plugins/lisa-cursor/skills/linear-create/SKILL.md +0 -146
- package/plugins/lisa-cursor/skills/linear-evidence/SKILL.md +0 -103
- package/plugins/lisa-cursor/skills/linear-journey/SKILL.md +0 -134
- package/plugins/lisa-cursor/skills/linear-prd-intake/SKILL.md +0 -383
- package/plugins/lisa-cursor/skills/linear-read-issue/SKILL.md +0 -200
- package/plugins/lisa-cursor/skills/linear-sync/SKILL.md +0 -127
- package/plugins/lisa-cursor/skills/linear-to-tracker/SKILL.md +0 -344
- package/plugins/lisa-cursor/skills/linear-validate-issue/SKILL.md +0 -314
- package/plugins/lisa-cursor/skills/linear-verify/SKILL.md +0 -51
- package/plugins/lisa-cursor/skills/linear-write-issue/SKILL.md +0 -292
- package/plugins/lisa-cursor/skills/linear-write-prd/SKILL.md +0 -96
- package/plugins/lisa-cursor/skills/monitor/SKILL.md +0 -69
- package/plugins/lisa-cursor/skills/nightly-add-test-coverage/SKILL.md +0 -40
- package/plugins/lisa-cursor/skills/nightly-improve-tests/SKILL.md +0 -29
- package/plugins/lisa-cursor/skills/nightly-lower-code-complexity/SKILL.md +0 -28
- package/plugins/lisa-cursor/skills/notion-access/SKILL.md +0 -226
- package/plugins/lisa-cursor/skills/notion-prd-intake/SKILL.md +0 -360
- package/plugins/lisa-cursor/skills/notion-to-tracker/SKILL.md +0 -359
- package/plugins/lisa-cursor/skills/notion-write-prd/SKILL.md +0 -109
- package/plugins/lisa-cursor/skills/parity-code-review/SKILL.md +0 -83
- package/plugins/lisa-cursor/skills/parity-code-simplifier/SKILL.md +0 -76
- package/plugins/lisa-cursor/skills/parity-coderabbit/SKILL.md +0 -77
- package/plugins/lisa-cursor/skills/parity-safety-net-rules/SKILL.md +0 -144
- package/plugins/lisa-cursor/skills/parity-sentry-sdk-setup/SKILL.md +0 -211
- package/plugins/lisa-cursor/skills/parity-sentry-seer/SKILL.md +0 -135
- package/plugins/lisa-cursor/skills/parity-skill-creator/SKILL.md +0 -149
- package/plugins/lisa-cursor/skills/performance-review/SKILL.md +0 -94
- package/plugins/lisa-cursor/skills/plan/SKILL.md +0 -60
- package/plugins/lisa-cursor/skills/plugin-sync-explain/SKILL.md +0 -53
- package/plugins/lisa-cursor/skills/posthog-access/SKILL.md +0 -60
- package/plugins/lisa-cursor/skills/prd-backlink/SKILL.md +0 -265
- package/plugins/lisa-cursor/skills/prd-source-write/SKILL.md +0 -101
- package/plugins/lisa-cursor/skills/prd-ticket-coverage/SKILL.md +0 -170
- package/plugins/lisa-cursor/skills/product-walkthrough/SKILL.md +0 -104
- package/plugins/lisa-cursor/skills/project-ideation/SKILL.md +0 -315
- package/plugins/lisa-cursor/skills/pull-request-review/SKILL.md +0 -84
- package/plugins/lisa-cursor/skills/quality-review/SKILL.md +0 -54
- package/plugins/lisa-cursor/skills/queue-status/SKILL.md +0 -133
- package/plugins/lisa-cursor/skills/repair-intake/SKILL.md +0 -1026
- package/plugins/lisa-cursor/skills/reproduce-bug/SKILL.md +0 -96
- package/plugins/lisa-cursor/skills/research/SKILL.md +0 -68
- package/plugins/lisa-cursor/skills/review-local/SKILL.md +0 -88
- package/plugins/lisa-cursor/skills/root-cause-analysis/SKILL.md +0 -155
- package/plugins/lisa-cursor/skills/security-review/SKILL.md +0 -57
- package/plugins/lisa-cursor/skills/security-zap-scan/SKILL.md +0 -33
- package/plugins/lisa-cursor/skills/sentry-access/SKILL.md +0 -56
- package/plugins/lisa-cursor/skills/setup-atlassian/SKILL.md +0 -347
- package/plugins/lisa-cursor/skills/setup-automations/SKILL.md +0 -103
- package/plugins/lisa-cursor/skills/setup-confluence/SKILL.md +0 -254
- package/plugins/lisa-cursor/skills/setup-github/SKILL.md +0 -268
- package/plugins/lisa-cursor/skills/setup-jira/SKILL.md +0 -198
- package/plugins/lisa-cursor/skills/setup-linear/SKILL.md +0 -251
- package/plugins/lisa-cursor/skills/setup-notion/SKILL.md +0 -316
- package/plugins/lisa-cursor/skills/sonarcloud-access/SKILL.md +0 -71
- package/plugins/lisa-cursor/skills/spec-conformance/SKILL.md +0 -159
- package/plugins/lisa-cursor/skills/sync-down/SKILL.md +0 -171
- package/plugins/lisa-cursor/skills/task-decomposition/SKILL.md +0 -127
- package/plugins/lisa-cursor/skills/task-triage/SKILL.md +0 -23
- package/plugins/lisa-cursor/skills/tdd-implementation/SKILL.md +0 -86
- package/plugins/lisa-cursor/skills/tear-down-automations/SKILL.md +0 -34
- package/plugins/lisa-cursor/skills/test-strategy/SKILL.md +0 -63
- package/plugins/lisa-cursor/skills/ticket-triage/SKILL.md +0 -186
- package/plugins/lisa-cursor/skills/tracker-add-journey/SKILL.md +0 -26
- package/plugins/lisa-cursor/skills/tracker-build-intake/SKILL.md +0 -85
- package/plugins/lisa-cursor/skills/tracker-create/SKILL.md +0 -26
- package/plugins/lisa-cursor/skills/tracker-evidence/SKILL.md +0 -52
- package/plugins/lisa-cursor/skills/tracker-journey/SKILL.md +0 -26
- package/plugins/lisa-cursor/skills/tracker-read/SKILL.md +0 -27
- package/plugins/lisa-cursor/skills/tracker-source-artifacts/SKILL.md +0 -107
- package/plugins/lisa-cursor/skills/tracker-sync/SKILL.md +0 -64
- package/plugins/lisa-cursor/skills/tracker-validate/SKILL.md +0 -36
- package/plugins/lisa-cursor/skills/tracker-verify/SKILL.md +0 -28
- package/plugins/lisa-cursor/skills/tracker-write/SKILL.md +0 -53
- package/plugins/lisa-cursor/skills/usage-accounting/SKILL.md +0 -170
- package/plugins/lisa-cursor/skills/use-the-product/SKILL.md +0 -86
- package/plugins/lisa-cursor/skills/validate-tracker-mapping/SKILL.md +0 -188
- package/plugins/lisa-cursor/skills/verification-lifecycle/SKILL.md +0 -365
- package/plugins/lisa-cursor/skills/verify/SKILL.md +0 -52
- package/plugins/lisa-cursor/skills/verify-prd/SKILL.md +0 -392
- package/plugins/lisa-cursor/skills/wiki-install/SKILL.md +0 -101
- package/plugins/src/base/commands/analyze-claude-remote.md +0 -6
- package/plugins/src/base/commands/automation-status.md +0 -12
- package/plugins/src/base/commands/codify-verification.md +0 -6
- package/plugins/src/base/commands/cross-pollinate.md +0 -15
- package/plugins/src/base/commands/debrief/apply.md +0 -6
- package/plugins/src/base/commands/debrief.md +0 -6
- package/plugins/src/base/commands/doctor.md +0 -6
- package/plugins/src/base/commands/exploratory-qa.md +0 -7
- package/plugins/src/base/commands/fix/linter-error.md +0 -7
- package/plugins/src/base/commands/generate-claude-remote-build-script.md +0 -6
- package/plugins/src/base/commands/git/commit.md +0 -7
- package/plugins/src/base/commands/git/prune.md +0 -6
- package/plugins/src/base/commands/git/submit-pr.md +0 -7
- package/plugins/src/base/commands/implement.md +0 -6
- package/plugins/src/base/commands/improve/code-complexity.md +0 -6
- package/plugins/src/base/commands/improve/max-lines-per-function.md +0 -7
- package/plugins/src/base/commands/improve/max-lines.md +0 -7
- package/plugins/src/base/commands/improve/test-coverage.md +0 -7
- package/plugins/src/base/commands/improve/tests.md +0 -7
- package/plugins/src/base/commands/intake-explain.md +0 -31
- package/plugins/src/base/commands/intake.md +0 -6
- package/plugins/src/base/commands/monitor.md +0 -6
- package/plugins/src/base/commands/parity-code-review.md +0 -6
- package/plugins/src/base/commands/parity-code-simplifier.md +0 -6
- package/plugins/src/base/commands/parity-coderabbit.md +0 -6
- package/plugins/src/base/commands/parity-safety-net-rules.md +0 -6
- package/plugins/src/base/commands/parity-sentry-sdk-setup.md +0 -6
- package/plugins/src/base/commands/parity-sentry-seer.md +0 -6
- package/plugins/src/base/commands/parity-skill-creator.md +0 -6
- package/plugins/src/base/commands/plan.md +0 -6
- package/plugins/src/base/commands/plugin-sync-explain.md +0 -8
- package/plugins/src/base/commands/product-walkthrough.md +0 -7
- package/plugins/src/base/commands/project-ideation.md +0 -6
- package/plugins/src/base/commands/pull-request/review.md +0 -7
- package/plugins/src/base/commands/queue-status.md +0 -34
- package/plugins/src/base/commands/repair-intake.md +0 -6
- package/plugins/src/base/commands/research.md +0 -6
- package/plugins/src/base/commands/review/local.md +0 -6
- package/plugins/src/base/commands/security/zap-scan.md +0 -6
- package/plugins/src/base/commands/setup/atlassian.md +0 -7
- package/plugins/src/base/commands/setup/confluence.md +0 -7
- package/plugins/src/base/commands/setup/github.md +0 -7
- package/plugins/src/base/commands/setup/jira.md +0 -7
- package/plugins/src/base/commands/setup/linear.md +0 -7
- package/plugins/src/base/commands/setup/notion.md +0 -7
- package/plugins/src/base/commands/setup-automations.md +0 -6
- package/plugins/src/base/commands/sync-down.md +0 -7
- package/plugins/src/base/commands/tear-down-automations.md +0 -6
- package/plugins/src/base/commands/validate-tracker-mapping.md +0 -15
- package/plugins/src/base/commands/verify-prd.md +0 -6
- package/plugins/src/base/commands/verify.md +0 -6
- package/plugins/src/base/commands/wiki/install.md +0 -7
- package/plugins/src/base/skills/acceptance-criteria/SKILL.md +0 -71
- package/plugins/src/base/skills/agent-design-best-practices/SKILL.md +0 -219
- package/plugins/src/base/skills/analyze-claude-remote/SKILL.md +0 -421
- package/plugins/src/base/skills/atlassian-access/SKILL.md +0 -361
- package/plugins/src/base/skills/automation-status/SKILL.md +0 -111
- package/plugins/src/base/skills/bug-triage/SKILL.md +0 -23
- package/plugins/src/base/skills/codebase-research/SKILL.md +0 -87
- package/plugins/src/base/skills/codify-verification/SKILL.md +0 -162
- package/plugins/src/base/skills/confluence-prd-intake/SKILL.md +0 -417
- package/plugins/src/base/skills/confluence-to-tracker/SKILL.md +0 -362
- package/plugins/src/base/skills/confluence-write-prd/SKILL.md +0 -109
- package/plugins/src/base/skills/cross-pollinate/SKILL.md +0 -175
- package/plugins/src/base/skills/debrief/SKILL.md +0 -94
- package/plugins/src/base/skills/debrief-apply/SKILL.md +0 -63
- package/plugins/src/base/skills/doctor/SKILL.md +0 -336
- package/plugins/src/base/skills/drive-pr-to-merge/SKILL.md +0 -152
- package/plugins/src/base/skills/epic-triage/SKILL.md +0 -28
- package/plugins/src/base/skills/exploratory-qa/SKILL.md +0 -91
- package/plugins/src/base/skills/fix-linter-error/SKILL.md +0 -45
- package/plugins/src/base/skills/generate-claude-remote-build-script/SKILL.md +0 -224
- package/plugins/src/base/skills/git-commit/SKILL.md +0 -48
- package/plugins/src/base/skills/git-prune/SKILL.md +0 -35
- package/plugins/src/base/skills/git-submit-pr/SKILL.md +0 -113
- package/plugins/src/base/skills/github-add-journey/SKILL.md +0 -115
- package/plugins/src/base/skills/github-build-intake/SKILL.md +0 -446
- package/plugins/src/base/skills/github-create/SKILL.md +0 -101
- package/plugins/src/base/skills/github-evidence/SKILL.md +0 -110
- package/plugins/src/base/skills/github-journey/SKILL.md +0 -121
- package/plugins/src/base/skills/github-prd-intake/SKILL.md +0 -432
- package/plugins/src/base/skills/github-project-v2/SKILL.md +0 -227
- package/plugins/src/base/skills/github-read-issue/SKILL.md +0 -248
- package/plugins/src/base/skills/github-sync/SKILL.md +0 -132
- package/plugins/src/base/skills/github-to-tracker/SKILL.md +0 -347
- package/plugins/src/base/skills/github-validate-issue/SKILL.md +0 -330
- package/plugins/src/base/skills/github-verify/SKILL.md +0 -29
- package/plugins/src/base/skills/github-write-issue/SKILL.md +0 -339
- package/plugins/src/base/skills/github-write-prd/SKILL.md +0 -157
- package/plugins/src/base/skills/implement/SKILL.md +0 -202
- package/plugins/src/base/skills/improve-code-complexity/SKILL.md +0 -44
- package/plugins/src/base/skills/improve-max-lines/SKILL.md +0 -45
- package/plugins/src/base/skills/improve-max-lines-per-function/SKILL.md +0 -46
- package/plugins/src/base/skills/improve-test-coverage/SKILL.md +0 -44
- package/plugins/src/base/skills/improve-tests/SKILL.md +0 -47
- package/plugins/src/base/skills/intake/SKILL.md +0 -133
- package/plugins/src/base/skills/intake-explain/SKILL.md +0 -279
- package/plugins/src/base/skills/jam-access/SKILL.md +0 -52
- package/plugins/src/base/skills/jira-add-journey/SKILL.md +0 -121
- package/plugins/src/base/skills/jira-build-intake/SKILL.md +0 -368
- package/plugins/src/base/skills/jira-create/SKILL.md +0 -154
- package/plugins/src/base/skills/jira-evidence/SKILL.md +0 -90
- package/plugins/src/base/skills/jira-journey/SKILL.md +0 -127
- package/plugins/src/base/skills/jira-read-ticket/SKILL.md +0 -198
- package/plugins/src/base/skills/jira-sync/SKILL.md +0 -108
- package/plugins/src/base/skills/jira-validate-ticket/SKILL.md +0 -317
- package/plugins/src/base/skills/jira-verify/SKILL.md +0 -30
- package/plugins/src/base/skills/jira-write-ticket/SKILL.md +0 -267
- package/plugins/src/base/skills/jsdoc-best-practices/SKILL.md +0 -432
- package/plugins/src/base/skills/linear-access/SKILL.md +0 -90
- package/plugins/src/base/skills/linear-add-journey/SKILL.md +0 -105
- package/plugins/src/base/skills/linear-build-intake/SKILL.md +0 -346
- package/plugins/src/base/skills/linear-create/SKILL.md +0 -146
- package/plugins/src/base/skills/linear-evidence/SKILL.md +0 -103
- package/plugins/src/base/skills/linear-journey/SKILL.md +0 -134
- package/plugins/src/base/skills/linear-prd-intake/SKILL.md +0 -383
- package/plugins/src/base/skills/linear-read-issue/SKILL.md +0 -200
- package/plugins/src/base/skills/linear-sync/SKILL.md +0 -127
- package/plugins/src/base/skills/linear-to-tracker/SKILL.md +0 -344
- package/plugins/src/base/skills/linear-validate-issue/SKILL.md +0 -314
- package/plugins/src/base/skills/linear-verify/SKILL.md +0 -51
- package/plugins/src/base/skills/linear-write-issue/SKILL.md +0 -292
- package/plugins/src/base/skills/linear-write-prd/SKILL.md +0 -96
- package/plugins/src/base/skills/monitor/SKILL.md +0 -69
- package/plugins/src/base/skills/nightly-add-test-coverage/SKILL.md +0 -40
- package/plugins/src/base/skills/nightly-improve-tests/SKILL.md +0 -29
- package/plugins/src/base/skills/nightly-lower-code-complexity/SKILL.md +0 -28
- package/plugins/src/base/skills/notion-access/SKILL.md +0 -226
- package/plugins/src/base/skills/notion-prd-intake/SKILL.md +0 -360
- package/plugins/src/base/skills/notion-to-tracker/SKILL.md +0 -359
- package/plugins/src/base/skills/notion-write-prd/SKILL.md +0 -109
- package/plugins/src/base/skills/parity-code-review/SKILL.md +0 -83
- package/plugins/src/base/skills/parity-code-simplifier/SKILL.md +0 -76
- package/plugins/src/base/skills/parity-coderabbit/SKILL.md +0 -77
- package/plugins/src/base/skills/parity-safety-net-rules/SKILL.md +0 -144
- package/plugins/src/base/skills/parity-sentry-sdk-setup/SKILL.md +0 -211
- package/plugins/src/base/skills/parity-sentry-seer/SKILL.md +0 -135
- package/plugins/src/base/skills/parity-skill-creator/SKILL.md +0 -149
- package/plugins/src/base/skills/performance-review/SKILL.md +0 -94
- package/plugins/src/base/skills/plan/SKILL.md +0 -60
- package/plugins/src/base/skills/plugin-sync-explain/SKILL.md +0 -53
- package/plugins/src/base/skills/posthog-access/SKILL.md +0 -60
- package/plugins/src/base/skills/prd-backlink/SKILL.md +0 -265
- package/plugins/src/base/skills/prd-source-write/SKILL.md +0 -101
- package/plugins/src/base/skills/prd-ticket-coverage/SKILL.md +0 -170
- package/plugins/src/base/skills/product-walkthrough/SKILL.md +0 -104
- package/plugins/src/base/skills/project-ideation/SKILL.md +0 -315
- package/plugins/src/base/skills/project-ideation/agents/openai.yaml +0 -6
- package/plugins/src/base/skills/pull-request-review/SKILL.md +0 -84
- package/plugins/src/base/skills/quality-review/SKILL.md +0 -54
- package/plugins/src/base/skills/queue-status/SKILL.md +0 -133
- package/plugins/src/base/skills/repair-intake/SKILL.md +0 -1026
- package/plugins/src/base/skills/reproduce-bug/SKILL.md +0 -96
- package/plugins/src/base/skills/research/SKILL.md +0 -68
- package/plugins/src/base/skills/review-local/SKILL.md +0 -88
- package/plugins/src/base/skills/root-cause-analysis/SKILL.md +0 -155
- package/plugins/src/base/skills/security-review/SKILL.md +0 -57
- package/plugins/src/base/skills/security-zap-scan/SKILL.md +0 -33
- package/plugins/src/base/skills/sentry-access/SKILL.md +0 -56
- package/plugins/src/base/skills/setup-atlassian/SKILL.md +0 -347
- package/plugins/src/base/skills/setup-automations/SKILL.md +0 -103
- package/plugins/src/base/skills/setup-confluence/SKILL.md +0 -254
- package/plugins/src/base/skills/setup-github/SKILL.md +0 -268
- package/plugins/src/base/skills/setup-jira/SKILL.md +0 -198
- package/plugins/src/base/skills/setup-linear/SKILL.md +0 -251
- package/plugins/src/base/skills/setup-notion/SKILL.md +0 -316
- package/plugins/src/base/skills/sonarcloud-access/SKILL.md +0 -71
- package/plugins/src/base/skills/spec-conformance/SKILL.md +0 -159
- package/plugins/src/base/skills/sync-down/SKILL.md +0 -171
- package/plugins/src/base/skills/task-decomposition/SKILL.md +0 -127
- package/plugins/src/base/skills/task-triage/SKILL.md +0 -23
- package/plugins/src/base/skills/tdd-implementation/SKILL.md +0 -86
- package/plugins/src/base/skills/tear-down-automations/SKILL.md +0 -34
- package/plugins/src/base/skills/test-strategy/SKILL.md +0 -63
- package/plugins/src/base/skills/ticket-triage/SKILL.md +0 -186
- package/plugins/src/base/skills/tracker-add-journey/SKILL.md +0 -26
- package/plugins/src/base/skills/tracker-build-intake/SKILL.md +0 -85
- package/plugins/src/base/skills/tracker-create/SKILL.md +0 -26
- package/plugins/src/base/skills/tracker-evidence/SKILL.md +0 -52
- package/plugins/src/base/skills/tracker-journey/SKILL.md +0 -26
- package/plugins/src/base/skills/tracker-read/SKILL.md +0 -27
- package/plugins/src/base/skills/tracker-source-artifacts/SKILL.md +0 -107
- package/plugins/src/base/skills/tracker-sync/SKILL.md +0 -64
- package/plugins/src/base/skills/tracker-validate/SKILL.md +0 -36
- package/plugins/src/base/skills/tracker-verify/SKILL.md +0 -28
- package/plugins/src/base/skills/tracker-write/SKILL.md +0 -53
- package/plugins/src/base/skills/usage-accounting/SKILL.md +0 -170
- package/plugins/src/base/skills/use-the-product/SKILL.md +0 -86
- package/plugins/src/base/skills/validate-tracker-mapping/SKILL.md +0 -188
- package/plugins/src/base/skills/verification-lifecycle/SKILL.md +0 -365
- package/plugins/src/base/skills/verify/SKILL.md +0 -52
- package/plugins/src/base/skills/verify-prd/SKILL.md +0 -392
- package/plugins/src/base/skills/wiki-install/SKILL.md +0 -101
- /package/plugins/lisa/skills/{atlassian-access → lisa-atlassian-access}/scripts/markdown-to-adf.mjs +0 -0
- /package/plugins/lisa/skills/{jira-evidence → lisa-jira-evidence}/scripts/post-evidence.sh +0 -0
- /package/plugins/lisa/skills/{jira-journey → lisa-jira-journey}/scripts/generate-templates.py +0 -0
- /package/plugins/lisa/skills/{jira-journey → lisa-jira-journey}/scripts/parse-plan.py +0 -0
- /package/plugins/lisa/skills/{jira-read-ticket → lisa-jira-read-ticket}/scripts/download-attachment.sh +0 -0
- /package/plugins/lisa/skills/{project-ideation → lisa-project-ideation}/examples/evidence-card-format.md +0 -0
- /package/plugins/lisa/skills/{project-ideation → lisa-project-ideation}/examples/host-project-only.md +0 -0
- /package/plugins/lisa/skills/{project-ideation → lisa-project-ideation}/examples/idempotency-verification-harness.md +0 -0
- /package/plugins/lisa/skills/{project-ideation → lisa-project-ideation}/examples/public-external-inspiration.md +0 -0
- /package/plugins/lisa/skills/{project-ideation → lisa-project-ideation}/examples/unavailable-data-rejection.md +0 -0
- /package/plugins/lisa-agy/skills/{atlassian-access → lisa-atlassian-access}/scripts/markdown-to-adf.mjs +0 -0
- /package/plugins/lisa-agy/skills/{jira-evidence → lisa-jira-evidence}/scripts/post-evidence.sh +0 -0
- /package/plugins/lisa-agy/skills/{jira-journey → lisa-jira-journey}/scripts/generate-templates.py +0 -0
- /package/plugins/lisa-agy/skills/{jira-journey → lisa-jira-journey}/scripts/parse-plan.py +0 -0
- /package/plugins/lisa-agy/skills/{jira-read-ticket → lisa-jira-read-ticket}/scripts/download-attachment.sh +0 -0
- /package/plugins/lisa-agy/skills/{project-ideation → lisa-project-ideation}/examples/evidence-card-format.md +0 -0
- /package/plugins/lisa-agy/skills/{project-ideation → lisa-project-ideation}/examples/host-project-only.md +0 -0
- /package/plugins/lisa-agy/skills/{project-ideation → lisa-project-ideation}/examples/idempotency-verification-harness.md +0 -0
- /package/plugins/lisa-agy/skills/{project-ideation → lisa-project-ideation}/examples/public-external-inspiration.md +0 -0
- /package/plugins/lisa-agy/skills/{project-ideation → lisa-project-ideation}/examples/unavailable-data-rejection.md +0 -0
- /package/plugins/lisa-copilot/skills/{atlassian-access → lisa-atlassian-access}/scripts/markdown-to-adf.mjs +0 -0
- /package/plugins/lisa-copilot/skills/{jira-evidence → lisa-jira-evidence}/scripts/post-evidence.sh +0 -0
- /package/plugins/lisa-copilot/skills/{jira-journey → lisa-jira-journey}/scripts/generate-templates.py +0 -0
- /package/plugins/lisa-copilot/skills/{jira-journey → lisa-jira-journey}/scripts/parse-plan.py +0 -0
- /package/plugins/lisa-copilot/skills/{jira-read-ticket → lisa-jira-read-ticket}/scripts/download-attachment.sh +0 -0
- /package/plugins/lisa-copilot/skills/{project-ideation → lisa-project-ideation}/examples/evidence-card-format.md +0 -0
- /package/plugins/lisa-copilot/skills/{project-ideation → lisa-project-ideation}/examples/host-project-only.md +0 -0
- /package/plugins/lisa-copilot/skills/{project-ideation → lisa-project-ideation}/examples/idempotency-verification-harness.md +0 -0
- /package/plugins/lisa-copilot/skills/{project-ideation → lisa-project-ideation}/examples/public-external-inspiration.md +0 -0
- /package/plugins/lisa-copilot/skills/{project-ideation → lisa-project-ideation}/examples/unavailable-data-rejection.md +0 -0
- /package/plugins/lisa-cursor/skills/{atlassian-access → lisa-atlassian-access}/scripts/markdown-to-adf.mjs +0 -0
- /package/plugins/lisa-cursor/skills/{jira-evidence → lisa-jira-evidence}/scripts/post-evidence.sh +0 -0
- /package/plugins/lisa-cursor/skills/{jira-journey → lisa-jira-journey}/scripts/generate-templates.py +0 -0
- /package/plugins/lisa-cursor/skills/{jira-journey → lisa-jira-journey}/scripts/parse-plan.py +0 -0
- /package/plugins/lisa-cursor/skills/{jira-read-ticket → lisa-jira-read-ticket}/scripts/download-attachment.sh +0 -0
- /package/plugins/lisa-cursor/skills/{project-ideation → lisa-project-ideation}/examples/evidence-card-format.md +0 -0
- /package/plugins/lisa-cursor/skills/{project-ideation → lisa-project-ideation}/examples/host-project-only.md +0 -0
- /package/plugins/lisa-cursor/skills/{project-ideation → lisa-project-ideation}/examples/idempotency-verification-harness.md +0 -0
- /package/plugins/lisa-cursor/skills/{project-ideation → lisa-project-ideation}/examples/public-external-inspiration.md +0 -0
- /package/plugins/lisa-cursor/skills/{project-ideation → lisa-project-ideation}/examples/unavailable-data-rejection.md +0 -0
- /package/plugins/lisa-wiki/commands/{add-ingest.md → lisa/add-ingest.md} +0 -0
- /package/plugins/lisa-wiki/commands/{add-role.md → lisa/add-role.md} +0 -0
- /package/plugins/lisa-wiki/commands/{doctor.md → lisa/doctor.md} +0 -0
- /package/plugins/lisa-wiki/commands/{ingest.md → lisa/ingest.md} +0 -0
- /package/plugins/lisa-wiki/commands/{lint.md → lisa/lint.md} +0 -0
- /package/plugins/lisa-wiki/commands/{migrate.md → lisa/migrate.md} +0 -0
- /package/plugins/lisa-wiki/commands/{onboard-me.md → lisa/onboard-me.md} +0 -0
- /package/plugins/lisa-wiki/commands/{query.md → lisa/query.md} +0 -0
- /package/plugins/lisa-wiki/commands/{setup-automations.md → lisa/setup-automations.md} +0 -0
- /package/plugins/lisa-wiki/commands/{setup.md → lisa/setup.md} +0 -0
- /package/plugins/lisa-wiki/commands/{status.md → lisa/status.md} +0 -0
- /package/plugins/lisa-wiki/commands/{tear-down-automations.md → lisa/tear-down-automations.md} +0 -0
- /package/plugins/lisa-wiki-agy/commands/{add-ingest.md → lisa/add-ingest.md} +0 -0
- /package/plugins/lisa-wiki-agy/commands/{add-role.md → lisa/add-role.md} +0 -0
- /package/plugins/lisa-wiki-agy/commands/{doctor.md → lisa/doctor.md} +0 -0
- /package/plugins/lisa-wiki-agy/commands/{ingest.md → lisa/ingest.md} +0 -0
- /package/plugins/lisa-wiki-agy/commands/{lint.md → lisa/lint.md} +0 -0
- /package/plugins/lisa-wiki-agy/commands/{migrate.md → lisa/migrate.md} +0 -0
- /package/plugins/lisa-wiki-agy/commands/{onboard-me.md → lisa/onboard-me.md} +0 -0
- /package/plugins/lisa-wiki-agy/commands/{query.md → lisa/query.md} +0 -0
- /package/plugins/lisa-wiki-agy/commands/{setup-automations.md → lisa/setup-automations.md} +0 -0
- /package/plugins/lisa-wiki-agy/commands/{setup.md → lisa/setup.md} +0 -0
- /package/plugins/lisa-wiki-agy/commands/{status.md → lisa/status.md} +0 -0
- /package/plugins/lisa-wiki-agy/commands/{tear-down-automations.md → lisa/tear-down-automations.md} +0 -0
- /package/plugins/lisa-wiki-copilot/commands/{add-ingest.md → lisa/add-ingest.md} +0 -0
- /package/plugins/lisa-wiki-copilot/commands/{add-role.md → lisa/add-role.md} +0 -0
- /package/plugins/lisa-wiki-copilot/commands/{doctor.md → lisa/doctor.md} +0 -0
- /package/plugins/lisa-wiki-copilot/commands/{ingest.md → lisa/ingest.md} +0 -0
- /package/plugins/lisa-wiki-copilot/commands/{lint.md → lisa/lint.md} +0 -0
- /package/plugins/lisa-wiki-copilot/commands/{migrate.md → lisa/migrate.md} +0 -0
- /package/plugins/lisa-wiki-copilot/commands/{onboard-me.md → lisa/onboard-me.md} +0 -0
- /package/plugins/lisa-wiki-copilot/commands/{query.md → lisa/query.md} +0 -0
- /package/plugins/lisa-wiki-copilot/commands/{setup-automations.md → lisa/setup-automations.md} +0 -0
- /package/plugins/lisa-wiki-copilot/commands/{setup.md → lisa/setup.md} +0 -0
- /package/plugins/lisa-wiki-copilot/commands/{status.md → lisa/status.md} +0 -0
- /package/plugins/lisa-wiki-copilot/commands/{tear-down-automations.md → lisa/tear-down-automations.md} +0 -0
- /package/plugins/lisa-wiki-cursor/commands/{add-ingest.md → lisa/add-ingest.md} +0 -0
- /package/plugins/lisa-wiki-cursor/commands/{add-role.md → lisa/add-role.md} +0 -0
- /package/plugins/lisa-wiki-cursor/commands/{doctor.md → lisa/doctor.md} +0 -0
- /package/plugins/lisa-wiki-cursor/commands/{ingest.md → lisa/ingest.md} +0 -0
- /package/plugins/lisa-wiki-cursor/commands/{lint.md → lisa/lint.md} +0 -0
- /package/plugins/lisa-wiki-cursor/commands/{migrate.md → lisa/migrate.md} +0 -0
- /package/plugins/lisa-wiki-cursor/commands/{onboard-me.md → lisa/onboard-me.md} +0 -0
- /package/plugins/lisa-wiki-cursor/commands/{query.md → lisa/query.md} +0 -0
- /package/plugins/lisa-wiki-cursor/commands/{setup-automations.md → lisa/setup-automations.md} +0 -0
- /package/plugins/lisa-wiki-cursor/commands/{setup.md → lisa/setup.md} +0 -0
- /package/plugins/lisa-wiki-cursor/commands/{status.md → lisa/status.md} +0 -0
- /package/plugins/lisa-wiki-cursor/commands/{tear-down-automations.md → lisa/tear-down-automations.md} +0 -0
- /package/plugins/src/base/skills/{atlassian-access → lisa-atlassian-access}/scripts/markdown-to-adf.mjs +0 -0
- /package/plugins/src/base/skills/{jira-evidence → lisa-jira-evidence}/scripts/post-evidence.sh +0 -0
- /package/plugins/src/base/skills/{jira-journey → lisa-jira-journey}/scripts/generate-templates.py +0 -0
- /package/plugins/src/base/skills/{jira-journey → lisa-jira-journey}/scripts/parse-plan.py +0 -0
- /package/plugins/src/base/skills/{jira-read-ticket → lisa-jira-read-ticket}/scripts/download-attachment.sh +0 -0
- /package/plugins/src/base/skills/{project-ideation → lisa-project-ideation}/examples/evidence-card-format.md +0 -0
- /package/plugins/src/base/skills/{project-ideation → lisa-project-ideation}/examples/host-project-only.md +0 -0
- /package/plugins/src/base/skills/{project-ideation → lisa-project-ideation}/examples/idempotency-verification-harness.md +0 -0
- /package/plugins/src/base/skills/{project-ideation → lisa-project-ideation}/examples/public-external-inspiration.md +0 -0
- /package/plugins/src/base/skills/{project-ideation → lisa-project-ideation}/examples/unavailable-data-rejection.md +0 -0
- /package/plugins/src/wiki/commands/{add-ingest.md → lisa/add-ingest.md} +0 -0
- /package/plugins/src/wiki/commands/{add-role.md → lisa/add-role.md} +0 -0
- /package/plugins/src/wiki/commands/{doctor.md → lisa/doctor.md} +0 -0
- /package/plugins/src/wiki/commands/{ingest.md → lisa/ingest.md} +0 -0
- /package/plugins/src/wiki/commands/{lint.md → lisa/lint.md} +0 -0
- /package/plugins/src/wiki/commands/{migrate.md → lisa/migrate.md} +0 -0
- /package/plugins/src/wiki/commands/{onboard-me.md → lisa/onboard-me.md} +0 -0
- /package/plugins/src/wiki/commands/{query.md → lisa/query.md} +0 -0
- /package/plugins/src/wiki/commands/{setup-automations.md → lisa/setup-automations.md} +0 -0
- /package/plugins/src/wiki/commands/{setup.md → lisa/setup.md} +0 -0
- /package/plugins/src/wiki/commands/{status.md → lisa/status.md} +0 -0
- /package/plugins/src/wiki/commands/{tear-down-automations.md → lisa/tear-down-automations.md} +0 -0
|
@@ -0,0 +1,432 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: lisa-github-prd-intake
|
|
3
|
+
description: "Scans a GitHub repository for issues carrying the configured `ready` PRD label and runs the first eligible one through the dry-run validation pipeline. A PRD that passes every gate gets tickets written (to whatever destination tracker is configured — JIRA, GitHub Issues itself, or Linear) and the label flipped to the configured `ticketed` label; a PRD that fails gets clarifying-question comments and the label flipped to the configured `blocked` label. The GitHub counterpart of lisa-notion-prd-intake / lisa-confluence-prd-intake / lisa-linear-prd-intake. Composes existing skills (github-to-tracker, tracker-validate, tracker-source-artifacts, product-walkthrough)."
|
|
4
|
+
allowed-tools: ["Skill", "Bash"]
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# GitHub PRD Intake: $ARGUMENTS
|
|
8
|
+
|
|
9
|
+
`$ARGUMENTS` is one of:
|
|
10
|
+
|
|
11
|
+
- A GitHub `org/repo` token (e.g., `acme/product-prds`) — scans the repo for issues carrying the configured `ready` PRD label.
|
|
12
|
+
- A full GitHub repo URL (e.g., `https://github.com/acme/product-prds`).
|
|
13
|
+
- The literal token `github` — falls back to `.lisa.config.json` (`github.org` / `github.repo`).
|
|
14
|
+
|
|
15
|
+
Run one intake cycle against that repo. The first eligible issue with the `ready` label is claimed, validated, routed to either the `blocked` label (with clarifying comments) or the `ticketed` label (with destination tickets created), then the cycle exits. Remaining ready PRDs stay queued for later scheduler invocations.
|
|
16
|
+
|
|
17
|
+
## Workflow resolution
|
|
18
|
+
|
|
19
|
+
PRD label names are read from `.lisa.config.json` `github.labels.prd.*`, falling back to defaults documented in the `config-resolution` rule. Bash pattern:
|
|
20
|
+
|
|
21
|
+
```bash
|
|
22
|
+
# Read role with default fallback. Local overrides global per-key.
|
|
23
|
+
read_role() {
|
|
24
|
+
local role="$1" default="$2"
|
|
25
|
+
local local_v global_v
|
|
26
|
+
local_v=$(jq -r ".github.labels.prd.${role} // empty" .lisa.config.local.json 2>/dev/null)
|
|
27
|
+
global_v=$(jq -r ".github.labels.prd.${role} // empty" .lisa.config.json 2>/dev/null)
|
|
28
|
+
echo "${local_v:-${global_v:-$default}}"
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
READY=$(read_role ready "prd-ready")
|
|
32
|
+
IN_REVIEW=$(read_role in_review "prd-in-review")
|
|
33
|
+
BLOCKED=$(read_role blocked "prd-blocked")
|
|
34
|
+
TICKETED=$(read_role ticketed "prd-ticketed")
|
|
35
|
+
SHIPPED=$(read_role shipped "prd-shipped")
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
In prose below, the role names refer to the resolved labels: e.g. "the `ready` label" means whatever `github.labels.prd.ready` resolves to (default: `prd-ready`).
|
|
39
|
+
|
|
40
|
+
This skill is the GitHub counterpart of `lisa-notion-prd-intake`, `lisa-confluence-prd-intake`, and `lisa-linear-prd-intake`. Phases, gates, comment templates, and rules are identical — the only differences are (1) the lifecycle is encoded as **issue labels** (mirroring Linear's project labels and Confluence's page labels), (2) the fetch / update tools are the `gh` CLI, and (3) clarifying-question comments land directly on the source PRD issue (because GitHub Issues *do* have native comments — no sentinel issue required, unlike Linear). Keep all four skills behaviorally aligned: when changing intake logic, change them together.
|
|
41
|
+
|
|
42
|
+
The **PRD shipped rollup phase (3f)** transitions a `$TICKETED` PRD to `$SHIPPED` once all its generated top-level work is terminal, per the `prd-lifecycle-rollup` rule. This phase is GitHub-only here because its vendor surface (issue close + labels via `gh`) is GitHub-specific; the Linear / Confluence / Notion intake skills carry the **same** vendor-neutral rollup with their own surfaces (sibling sub-task #584, now landed). All four intake skills are behaviorally aligned across the rollup phase too — keep them in sync when changing rollup logic.
|
|
43
|
+
|
|
44
|
+
## Confirmation policy
|
|
45
|
+
|
|
46
|
+
Do NOT ask the caller whether to proceed. Once invoked with a repo, run the cycle to completion for the first eligible PRD — claim, validate, branch to `$BLOCKED` or `$TICKETED`, write the summary, and exit. The caller has already authorized the run by invoking the skill; re-prompting defeats the purpose of a background queue.
|
|
47
|
+
|
|
48
|
+
Specifically forbidden:
|
|
49
|
+
|
|
50
|
+
- Previewing projected scope and asking whether to continue.
|
|
51
|
+
- Offering A/B/C-style choices like "proceed / skip / dry-run only" — the documented behavior IS the default.
|
|
52
|
+
- Pausing because a PRD looks large, has many open questions, or is likely to end in `$BLOCKED`. The `blocked` label is a valid terminal state of this lifecycle, not a failure mode.
|
|
53
|
+
- Pausing because the dry-run validation looks expensive.
|
|
54
|
+
|
|
55
|
+
The only legitimate reasons to stop early:
|
|
56
|
+
|
|
57
|
+
- Missing repo argument or required configuration. Surface and exit.
|
|
58
|
+
- Repo unreachable, or the labelling convention not yet adopted (no issue carries any of `$READY` / `$IN_REVIEW` / `$BLOCKED` / `$TICKETED`). Surface and exit.
|
|
59
|
+
- Empty ready set. Exit cleanly with `"No GitHub issues labeled $READY in <org>/<repo>. Nothing to do."`
|
|
60
|
+
|
|
61
|
+
## Lifecycle assumed
|
|
62
|
+
|
|
63
|
+
The PRD lifecycle is encoded as **issue labels**:
|
|
64
|
+
|
|
65
|
+
```text
|
|
66
|
+
draft → ready → in_review → blocked | ticketed → shipped → verified
|
|
67
|
+
(product) (us) (us) (product) (product)
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
(Defaults: `prd-draft` / `prd-ready` / `prd-in-review` / `prd-blocked` / `prd-ticketed` / `prd-shipped` / `prd-verified`.)
|
|
71
|
+
|
|
72
|
+
`verified` is the terminal state after `shipped`: it means the shipped product has been empirically checked against the PRD (set by `/lisa:verify-prd`, not by this intake skill). A failed post-ship verification does **not** use `blocked`; `/lisa:verify-prd` re-opens the PRD `shipped → ticketed` and creates build-ready fix tickets that auto-build and trigger a re-verify (the self-healing loop), introducing no `verifying` / `verification-failed` state. Like `draft` and `shipped`, `verified` is **product-owned** — this intake skill never sets, clears, or otherwise touches it. See the "PRD-level verification vs ticket verification" section of the `prd-lifecycle-rollup` rule.
|
|
73
|
+
|
|
74
|
+
Exactly one of these labels is expected on a PRD issue at any time.
|
|
75
|
+
|
|
76
|
+
This skill transitions:
|
|
77
|
+
|
|
78
|
+
- `$READY` → `$IN_REVIEW` (claim)
|
|
79
|
+
- `$IN_REVIEW` → `$BLOCKED` (gate failures or coverage gaps)
|
|
80
|
+
- `$IN_REVIEW` → `$TICKETED` (success)
|
|
81
|
+
- `$TICKETED` → `$BLOCKED` (post-write coverage gaps from Phase 3e)
|
|
82
|
+
- `$TICKETED` → `$SHIPPED` (PRD shipped rollup, Phase 3f — only when **all** generated top-level children are terminal)
|
|
83
|
+
|
|
84
|
+
The `draft` and `verified` labels are owned by product and are never touched here (`verified` is set by `/lisa:verify-prd` after empirical PRD-level acceptance). The `shipped` label is set by this skill's **rollup phase (3f)** when, and only when, the PRD's generated top-level work is all terminal — per the `prd-lifecycle-rollup` rule; product may also set it by hand. Rollup never advances a PRD to `shipped` on partial completion, and never closes a PRD issue at shipped. `/lisa:verify-prd` closes the issue only after a verified PASS.
|
|
85
|
+
|
|
86
|
+
A "transition" means: remove the old lifecycle label and add the new one (`gh issue edit <num> --remove-label <old> --add-label <new>`). The skill MUST verify exactly one lifecycle label is present after the update.
|
|
87
|
+
|
|
88
|
+
If the repo has not yet adopted these labels, this skill cannot run. See "Adoption" at the bottom.
|
|
89
|
+
|
|
90
|
+
**Label namespace separation:** the PRD lifecycle uses the configured PRD labels (defaults `prd-*`). The build-queue lifecycle (used by `lisa-github-build-intake`) uses the configured build labels (defaults `status:*`). The two never overlap. When the destination tracker is also GitHub Issues (self-host case), the same repo can host both — but a single issue is either a PRD (carrying a PRD lifecycle label) or a build ticket (carrying a build label), never both.
|
|
91
|
+
|
|
92
|
+
## Phases
|
|
93
|
+
|
|
94
|
+
### Phase 1 — Resolve the repo
|
|
95
|
+
|
|
96
|
+
1. Parse `$ARGUMENTS`:
|
|
97
|
+
- `org/repo` token → use as-is.
|
|
98
|
+
- GitHub URL → extract `org` and `repo`.
|
|
99
|
+
- Literal `github` → resolve from `.lisa.config.json`; error if not set.
|
|
100
|
+
2. Confirm `gh auth status` succeeds.
|
|
101
|
+
3. Confirm the repo is reachable: `gh repo view <org>/<repo> --json name`.
|
|
102
|
+
4. Verify the PRD label set exists:
|
|
103
|
+
```bash
|
|
104
|
+
gh label list --repo <org>/<repo> --json name --jq '.[] | .name' \
|
|
105
|
+
| grep -xE "$READY|$IN_REVIEW|$BLOCKED|$TICKETED|$SHIPPED"
|
|
106
|
+
```
|
|
107
|
+
If none of the configured PRD labels are present, surface a label-convention error and exit (see "Adoption").
|
|
108
|
+
|
|
109
|
+
### Phase 2 — Find ready PRDs
|
|
110
|
+
|
|
111
|
+
```bash
|
|
112
|
+
gh issue list --repo <org>/<repo> --label "$READY" --state open --limit 100 \
|
|
113
|
+
--json number,title,body,labels,author,milestone,createdAt,updatedAt,url
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
For each candidate, confirm exactly one lifecycle label is present (the `--label` filter selects `$READY` matches, but a PRD could have ended up with two labels by hand — that's a misconfiguration, not a normal queue entry).
|
|
117
|
+
|
|
118
|
+
If empty, run a secondary check:
|
|
119
|
+
|
|
120
|
+
```bash
|
|
121
|
+
gh issue list --repo <org>/<repo> --state open --limit 100 --json number,labels \
|
|
122
|
+
--jq "[.[] | .labels[] | select(.name == \"$READY\" or .name == \"$IN_REVIEW\" or .name == \"$BLOCKED\" or .name == \"$TICKETED\") | .name] | unique"
|
|
123
|
+
```
|
|
124
|
+
|
|
125
|
+
If no PRD lifecycle labels appear on any open issue → convention not adopted; surface error and exit. If lifecycle labels exist but none are `$READY` → genuinely empty queue, exit cleanly with the idle message.
|
|
126
|
+
|
|
127
|
+
### Phase 3 — Process the first eligible ready PRD
|
|
128
|
+
|
|
129
|
+
Select the first ready PRD issue returned by Phase 2 and process only that issue. Later scheduler invocations process the remaining ready PRDs.
|
|
130
|
+
|
|
131
|
+
#### 3a. Claim
|
|
132
|
+
|
|
133
|
+
```bash
|
|
134
|
+
gh issue edit <num> --repo <org>/<repo> --remove-label "$READY" --add-label "$IN_REVIEW"
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
This is the idempotency lock — a re-entrant cycle's `--label $READY` filter won't see this issue again.
|
|
138
|
+
|
|
139
|
+
If the relabel fails (permission, race), log and skip. Do not proceed to validation on a PRD you didn't successfully claim.
|
|
140
|
+
|
|
141
|
+
This skill never edits the PRD body. Communication with product happens only through comments.
|
|
142
|
+
|
|
143
|
+
#### 3b. Dry-run validation
|
|
144
|
+
|
|
145
|
+
Invoke the `lisa-github-to-tracker` skill with `dry_run: true` and the PRD issue ref. The skill returns a structured report containing:
|
|
146
|
+
- The planned ticket hierarchy
|
|
147
|
+
- Per-ticket validation verdicts and remediation
|
|
148
|
+
- An overall PASS / FAIL verdict
|
|
149
|
+
- A failure count
|
|
150
|
+
|
|
151
|
+
This call indirectly invokes `lisa-tracker-source-artifacts` (artifact extraction + classification) and `lisa-product-walkthrough` (when the PRD touches existing user-facing surfaces). All gate logic lives in `lisa-tracker-validate` (which dispatches to `lisa-jira-validate-ticket` or `lisa-github-validate-issue` depending on the configured destination).
|
|
152
|
+
|
|
153
|
+
#### 3c. Branch on the verdict
|
|
154
|
+
|
|
155
|
+
**If `PASS`** (every planned ticket passed every applicable gate):
|
|
156
|
+
|
|
157
|
+
1. Re-invoke `lisa-github-to-tracker` with `dry_run: false` to actually write tickets. This re-runs the planning phases and the preservation gate.
|
|
158
|
+
2. Capture the created ticket refs.
|
|
159
|
+
3. Post a comment on the PRD issue listing the created tickets with their URLs:
|
|
160
|
+
```bash
|
|
161
|
+
gh issue comment <prd-num> --repo <org>/<repo> --body-file /tmp/ticketed-comment.md
|
|
162
|
+
```
|
|
163
|
+
Lead with: `"Ticketed by Claude. Created N tickets in <destination> — see below. Add the $SHIPPED label after the work is delivered."` The destination is named (JIRA / GitHub Issues) so product knows where to look.
|
|
164
|
+
4. Transition labels: `gh issue edit <prd-num> --remove-label "$IN_REVIEW" --add-label "$TICKETED"`.
|
|
165
|
+
5. **Run Phase 3e (coverage audit)** before considering this PRD done.
|
|
166
|
+
|
|
167
|
+
**If `FAIL`**:
|
|
168
|
+
|
|
169
|
+
The audience is the **product team**, not engineers. Follow the strict comment rules below.
|
|
170
|
+
|
|
171
|
+
##### 3c.1 Partition failures
|
|
172
|
+
|
|
173
|
+
1. Drop every failure where `product_relevant = false`. Internal data-quality problems — the agent should fix its own spec, not ask product. Record dropped failures under `Errors` in the cycle summary.
|
|
174
|
+
2. Group remaining product-relevant failures by `prd_anchor` (a section heading or a `selection_with_ellipsis` snippet from the PRD body). Failures sharing an anchor become one comment.
|
|
175
|
+
|
|
176
|
+
##### 3c.2 Render each comment
|
|
177
|
+
|
|
178
|
+
GitHub Issues do not have selection-anchored comments (unlike Confluence inline comments). Approximate by quoting the relevant body excerpt at the top of each comment:
|
|
179
|
+
|
|
180
|
+
```bash
|
|
181
|
+
gh issue comment <prd-num> --repo <org>/<repo> --body-file /tmp/anchored-comment-N.md
|
|
182
|
+
```
|
|
183
|
+
|
|
184
|
+
Each comment template MUST contain these parts in this order, no exceptions:
|
|
185
|
+
|
|
186
|
+
```text
|
|
187
|
+
[<Category badge>] <prd_section heading text>
|
|
188
|
+
|
|
189
|
+
> <quoted excerpt from the PRD body, ~10–30 words around the anchor — this stands in for inline anchoring>
|
|
190
|
+
|
|
191
|
+
**What's unclear:** <validator's `what` field, verbatim — already product-readable>
|
|
192
|
+
|
|
193
|
+
**Recommendation:** <validator's `recommendation` field, verbatim — must contain 1–3 concrete options, never a generic "please clarify">
|
|
194
|
+
|
|
195
|
+
**Action:** Update this section in the PRD, then replace the `$BLOCKED` label with `$READY` on the issue and Claude will re-run intake.
|
|
196
|
+
```
|
|
197
|
+
|
|
198
|
+
If multiple failures share an anchor, render each as its own `**What's unclear:** ... **Recommendation:** ...` block within the same comment, separated by `---`. Keep the single `[Category badge]` heading at the top.
|
|
199
|
+
|
|
200
|
+
For unanchored failures (`prd_anchor: null`), post one rollup comment prefixed with `Issues without a specific section anchor:`.
|
|
201
|
+
|
|
202
|
+
##### 3c.3 Category badges
|
|
203
|
+
|
|
204
|
+
| Validator category | Badge label |
|
|
205
|
+
|---------------------|-------------|
|
|
206
|
+
| `product-clarity` | `[Product clarity]` |
|
|
207
|
+
| `acceptance-criteria` | `[Acceptance criteria]` |
|
|
208
|
+
| `design-ux` | `[Design / UX]` |
|
|
209
|
+
| `scope` | `[Scope]` |
|
|
210
|
+
| `dependency` | `[Dependency]` |
|
|
211
|
+
| `data` | `[Data]` |
|
|
212
|
+
| `technical` | `[Technical]` |
|
|
213
|
+
|
|
214
|
+
`structural` failures must never reach this step (filtered in 3c.1).
|
|
215
|
+
|
|
216
|
+
##### 3c.4 Forbidden in product comments
|
|
217
|
+
|
|
218
|
+
- Gate IDs (`S4`, `F2`, etc.).
|
|
219
|
+
- GitHub-Issues-specific terminology (`gh`, `sub-issue`, `label namespace`) — paraphrase before posting.
|
|
220
|
+
- Internal skill names (`lisa-tracker-validate`, `github-to-tracker`).
|
|
221
|
+
- Engineering shorthand (`AC`, `OOS`, `repo`, `env var`).
|
|
222
|
+
- "Clarify this" / "Please specify" without candidate resolutions.
|
|
223
|
+
|
|
224
|
+
##### 3c.5 Label transition
|
|
225
|
+
|
|
226
|
+
After all comments are posted, transition: `gh issue edit <num> --remove-label "$IN_REVIEW" --add-label "$BLOCKED"`. Do NOT write any tickets.
|
|
227
|
+
|
|
228
|
+
#### 3d. Stop
|
|
229
|
+
|
|
230
|
+
Stop immediately after the claimed PRD is ticketed, blocked, or recorded as an error.
|
|
231
|
+
|
|
232
|
+
#### 3e. Coverage audit (mandatory after $TICKETED)
|
|
233
|
+
|
|
234
|
+
Per-ticket gates prove each ticket is well-formed; they do NOT prove the *set* of tickets covers the *whole* PRD. Invoke `lisa-prd-ticket-coverage` to catch silent drops.
|
|
235
|
+
|
|
236
|
+
1. Invoke `lisa-prd-ticket-coverage` with `<PRD URL> tickets=[<created refs from 3c step 2>]`. The coverage skill auto-detects the PRD vendor from the URL host (`github.com` → GitHub).
|
|
237
|
+
2. Read the verdict:
|
|
238
|
+
|
|
239
|
+
| Verdict | Action |
|
|
240
|
+
|---------|--------|
|
|
241
|
+
| `COMPLETE` | Done. Leave label as `$TICKETED`. End the cycle. |
|
|
242
|
+
| `COMPLETE_WITH_SCOPE_CREEP` | Post an advisory comment on the PRD issue naming the scope-creep tickets. Leave label as `$TICKETED`. |
|
|
243
|
+
| `GAPS_FOUND` | The created ticket set is incomplete. (a) For each gap, post a comment using the same product-facing template as Phase 3c.2 — anchored when `prd_anchor` is non-null. (b) Post one summary comment listing the tickets that *were* successfully created. (c) Transition labels from `$TICKETED` back to `$BLOCKED`. |
|
|
244
|
+
| `NO_TICKETS_FOUND` | Should not happen if step 2 succeeded. Log as Error; leave label as `$TICKETED` with a flag comment. |
|
|
245
|
+
|
|
246
|
+
3. The created tickets remain in the destination tracker regardless of the verdict. The audit only tells us whether *more* are needed.
|
|
247
|
+
|
|
248
|
+
#### 3f. PRD shipped rollup
|
|
249
|
+
|
|
250
|
+
A PRD's lifecycle terminal state (`shipped`) is **derived** from whether the work it generated is done — it is never set by hand here on its own authority. This phase implements the GitHub leg of that derivation, per the `prd-lifecycle-rollup` rule (cite it by slug; do not restate its taxonomy or terminal-state semantics here). Linear / Confluence / Notion rollup is a sibling sub-task (#584) and is out of scope for this skill.
|
|
251
|
+
|
|
252
|
+
Rollup runs over PRD issues that are already `$TICKETED` (the only state from which a PRD can ship): the freshly-ticketed PRD from Phase 3c, and — because rollup also catches PRDs whose children finished in a *later* cycle — every issue currently carrying `$TICKETED`. Process each independently; one PRD never blocks another's rollup.
|
|
253
|
+
|
|
254
|
+
##### 3f.0 Shipped remains open for verification
|
|
255
|
+
|
|
256
|
+
There is no close/archive configuration at the shipped hop. Rollup sets `$SHIPPED` and leaves the PRD issue **open** so Phase 3g can dispatch `/lisa:verify-prd`. Provider-native issue closure is owned by `/lisa:verify-prd` after it transitions `$SHIPPED → verified` on a PASS.
|
|
257
|
+
|
|
258
|
+
##### 3f.1 Idempotency guard (no-op if already shipped)
|
|
259
|
+
|
|
260
|
+
Rollup is keyed by the PRD's current state. If the PRD already carries `$SHIPPED`, it is a **no-op** — do not re-transition, do not close, do not re-comment. Record it as `already shipped (no-op)` in the cycle summary and move on. This is what makes re-running intake safe.
|
|
261
|
+
|
|
262
|
+
##### 3f.2 Read the generated top-level child set
|
|
263
|
+
|
|
264
|
+
Read the PRD's **generated top-level work** — its created Epics and any top-level Stories created directly under it, **excluding** leaf Sub-tasks and any Story nested under a generated Epic (`prd-lifecycle-rollup` rule, generated-top-level-work contract). Use two sources, native first:
|
|
265
|
+
|
|
266
|
+
1. **Native sub-issues (primary).** Traverse the PRD issue's native sub-issue graph via the GraphQL `subIssues` query (the same query `lisa-github-read-issue` Phase 3 uses). The PRD's direct `subIssues` nodes are its top-level children:
|
|
267
|
+
|
|
268
|
+
```bash
|
|
269
|
+
gh api graphql -f query='
|
|
270
|
+
query($org:String!,$repo:String!,$number:Int!){
|
|
271
|
+
repository(owner:$org,name:$repo){
|
|
272
|
+
issue(number:$number){
|
|
273
|
+
subIssues(first: 100) {
|
|
274
|
+
nodes {
|
|
275
|
+
number title state url
|
|
276
|
+
repository { nameWithOwner }
|
|
277
|
+
labels(first: 50) { nodes { name } }
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
}' -F org=<org> -F repo=<repo> -F number=<prd-num>
|
|
283
|
+
```
|
|
284
|
+
|
|
285
|
+
2. **Documented `## Tickets` section (fallback).** When native sub-issues are unavailable (older GHES, sub-issues feature off, or the source PRD and the destination tracker are different systems so the children were never linked as sub-issues), parse the machine-readable generated-work section `lisa-prd-backlink` writes to the PRD body (`## Tickets`, alias `## Generated Work`; see #582). Top-level children are the `### <Epic key>: <title>` group headers' first line (`- [<ref>](<url>) — Epic`) plus any top-level Story listed directly under `### Unparented items`. Lines nested deeper (` - ... — Story:` under an Epic, ` - ... — Sub-task:`) are descendants, NOT top-level children — skip them.
|
|
286
|
+
|
|
287
|
+
```bash
|
|
288
|
+
# Top-level child refs = Epic lines (top indent) + Unparented top-level Stories.
|
|
289
|
+
# Sub-tasks and Stories nested under an Epic are descendants — excluded.
|
|
290
|
+
gh issue view <prd-num> --repo <org>/<repo> --json body --jq '.body' \
|
|
291
|
+
| awk '/^## (Tickets|Generated Work)/{insec=1;next} /^## /{insec=0}
|
|
292
|
+
insec && /^- \[.*\] — Epic/{print}
|
|
293
|
+
insec && /^### Unparented items/{unp=1;next}
|
|
294
|
+
insec && unp && /^- \[.*\] — Story/{print}'
|
|
295
|
+
```
|
|
296
|
+
|
|
297
|
+
Dedupe the resulting child set by **child-ref identity** (`owner/repo#number`) so a child that appears both as a native sub-issue and in the documented section is counted once (`prd-lifecycle-rollup` idempotency dedupe key). If neither source yields any child (the PRD generated nothing, or the relationship was never recorded), record `no generated top-level children — rollup skipped` and leave the PRD as `$TICKETED`; do not ship an empty PRD.
|
|
298
|
+
|
|
299
|
+
##### 3f.3 Apply the terminal-state predicate
|
|
300
|
+
|
|
301
|
+
For each top-level child, fetch its state + labels (already present from the GraphQL nodes, or `gh issue view <child-num> --json state,labels`) and classify per the `prd-lifecycle-rollup` GitHub predicate:
|
|
302
|
+
|
|
303
|
+
- **Terminal (shipped).** The child issue is **CLOSED** *and* (where the build-status label is in use) carries the resolved build `done` role label (`status:done` by default). A child Epic is terminal only when it has itself rolled up to its own terminal state per `leaf-only-lifecycle` — read the child's own resolved state; do not re-derive it from its leaves here.
|
|
304
|
+
- **Terminal-but-dropped.** The child is closed **as not planned** (`stateReason == "not_planned"`). It does not hold the PRD open and is excluded from the shipped set — treated like a won't-do leaf.
|
|
305
|
+
- **Incomplete / blocked.** Anything else: still open, or closed without the `done` label. Holds the PRD open.
|
|
306
|
+
|
|
307
|
+
The set of **required** children for the all-terminal check is the top-level children minus the terminal-but-dropped ones.
|
|
308
|
+
|
|
309
|
+
##### 3f.4 Branch on the rollup verdict
|
|
310
|
+
|
|
311
|
+
**All required children terminal** (every required top-level child is terminal; at least one required child exists):
|
|
312
|
+
|
|
313
|
+
1. Transition labels: `gh issue edit <prd-num> --repo <org>/<repo> --remove-label "$TICKETED" --add-label "$SHIPPED"`. Verify exactly one lifecycle label remains (the single-label invariant).
|
|
314
|
+
2. Leave the PRD issue open for `/lisa:verify-prd`; do not close at the shipped hop.
|
|
315
|
+
3. Post a short rollup comment naming the terminal child set and (when dropped children exist) the dropped set, so the audit trail records *why* the PRD shipped. Lead with `"Shipped by Claude — all generated top-level work is complete."`
|
|
316
|
+
|
|
317
|
+
**Any required child incomplete / blocked**:
|
|
318
|
+
|
|
319
|
+
1. Leave the PRD label as `$TICKETED` and leave the issue **open**. Do NOT add `$SHIPPED`. Do NOT close.
|
|
320
|
+
2. Report the incomplete child set — both in the cycle summary and, when at least one cycle has previously ticketed this PRD, as a single advisory comment listing the still-open children (`- <ref> "<title>" — <state>`), so product can see what's blocking the rollup. Keep it idempotent: regenerate the advisory rather than appending a fresh one each cycle.
|
|
321
|
+
|
|
322
|
+
##### 3f.5 Rollup is GitHub-only and cites the rule
|
|
323
|
+
|
|
324
|
+
This phase only touches GitHub PRD issues. It implements exactly one PRD-lifecycle hop — `$TICKETED → $SHIPPED` — and deliberately leaves native closure to `/lisa:verify-prd` after `$SHIPPED → verified`. All terminal-state semantics, the generated-top-level-work boundary, the env-keyed `done` resolution, and the dedupe-by-child-ref idempotency come from the `prd-lifecycle-rollup` rule; this skill is its GitHub implementation, not a second source of truth.
|
|
325
|
+
|
|
326
|
+
#### 3g. PRD verification dispatch (close the loop on shipped PRDs)
|
|
327
|
+
|
|
328
|
+
`shipped` and `verified` are distinct facts about a PRD (see the `prd-lifecycle-rollup` rule's "PRD-level verification vs ticket verification" and "Closing the loop" sections). Rollup (3f) only reaches `$SHIPPED`; the `shipped → verified` (pass) / `shipped → ticketed` (fail) hops are owned by `/lisa:verify-prd`. This phase **closes that loop** by dispatching the initiative-level acceptance gate for shipped PRDs. It never performs the verification transition itself — the "never sets the verification outcome" invariant holds: `lisa-verify-prd`, not this skill, sets `verified` (or, on failure, re-opens the PRD to `ticketed`).
|
|
329
|
+
|
|
330
|
+
Re-query the PRDs currently carrying `$SHIPPED` via `gh issue list --repo <org>/<repo> --label "$SHIPPED" --state open`. Pick the **first** one and invoke `lisa-verify-prd <issue-url>`. Process **one shipped PRD per cycle** — `lisa-verify-prd` is a heavy full flow (spec-conformance + empirical verification + fix-issue creation), so it is bounded exactly like the single-ready-PRD claim in Phase 3; the scheduler drains the rest.
|
|
331
|
+
|
|
332
|
+
**Per-cycle combined bound:** each scheduler cycle dispatches at most one ready PRD (the Phase 3 single-ready-PRD claim) **and** at most one shipped PRD for verification (this Phase 3g dispatch), for a maximum of two PRD operations per cycle. Ready intake runs first (Phase 3), then shipped verify (Phase 3g).
|
|
333
|
+
|
|
334
|
+
`lisa-verify-prd` owns the outcome: on a CONFORMS verdict with all empirical checks passing it transitions `$SHIPPED → verified` and posts evidence; on a conformance miss or a failing/unavailable check it **re-opens the PRD `$SHIPPED → ticketed`** (never `blocked`) and creates **build-ready** fix tickets registered as the PRD's generated work, then posts a failure report — the fix tickets auto-build, rollup (3f) re-ships the PRD once they are terminal, and a later cycle re-verifies (the self-healing loop). Either branch moves the PRD out of `$SHIPPED`, so it is not re-picked this cycle; a PRD whose generated work is not actually terminal is guard-stopped by `lisa-verify-prd` (left `$SHIPPED`) — that is verify-prd's gate, not this skill's.
|
|
335
|
+
|
|
336
|
+
This phase, like 3f, is **behaviorally identical across all four intake skills** (`github-prd-intake`, `linear-prd-intake`, `notion-prd-intake`, `confluence-prd-intake`) — only the `$SHIPPED` query surface differs; keep them aligned. Record the dispatched PRD + verify-prd's verdict in the summary.
|
|
337
|
+
|
|
338
|
+
### Phase 4 — Summary report
|
|
339
|
+
|
|
340
|
+
```text
|
|
341
|
+
## github-prd-intake summary
|
|
342
|
+
|
|
343
|
+
Repo: <org>/<repo> (<URL>)
|
|
344
|
+
Cycle started: <ISO timestamp>
|
|
345
|
+
Cycle completed: <ISO timestamp>
|
|
346
|
+
|
|
347
|
+
PRDs processed: <n>
|
|
348
|
+
- $TICKETED: <n>
|
|
349
|
+
- <issue-ref> "<title>" → <epic-ref> + <story-count> stories + <subtask-count> sub-tasks (coverage: COMPLETE | COMPLETE_WITH_SCOPE_CREEP)
|
|
350
|
+
- $BLOCKED: <n>
|
|
351
|
+
- <issue-ref> "<title>" → <gate-failure-count> gate failures (pre-write) OR <gap-count> coverage gaps (post-write)
|
|
352
|
+
- Errors (claim failed, etc): <n>
|
|
353
|
+
- <issue-ref> "<title>" — <reason>
|
|
354
|
+
|
|
355
|
+
Rollup (Phase 3f):
|
|
356
|
+
- $SHIPPED: <n>
|
|
357
|
+
- <issue-ref> "<title>" → all <child-count> top-level children terminal (<dropped-count> dropped); left open for verify-prd
|
|
358
|
+
- Held open (incomplete children): <n>
|
|
359
|
+
- <issue-ref> "<title>" → <incomplete-count> of <child-count> top-level children still open
|
|
360
|
+
- Already shipped (no-op): <n>
|
|
361
|
+
- No generated children (rollup skipped): <n>
|
|
362
|
+
|
|
363
|
+
Total tickets created: <n>
|
|
364
|
+
Coverage audit summary: <n> COMPLETE / <n> COMPLETE_WITH_SCOPE_CREEP / <n> GAPS_FOUND
|
|
365
|
+
```
|
|
366
|
+
|
|
367
|
+
Print to the agent's output. Do not write this summary to GitHub.
|
|
368
|
+
|
|
369
|
+
## Self-host edge case (PRD repo = destination repo)
|
|
370
|
+
|
|
371
|
+
When the configured destination tracker is GitHub Issues AND the PRD repo is the same as the destination repo, both reads and writes hit the same place. Disambiguation rules:
|
|
372
|
+
|
|
373
|
+
- A PRD issue carries a PRD lifecycle label (configured under `github.labels.prd.*`). Built tickets carry a `type:*` + build-status label set (configured under `github.labels.build.*`), but never a PRD lifecycle label.
|
|
374
|
+
- The "Ticketed by Claude" comment on the PRD links to the destination ticket numbers (which live in the same repo, so the links are simple `#<n>` refs).
|
|
375
|
+
- `lisa-prd-ticket-coverage` filters out the source PRD itself when listing destination tickets — the PRD is never a ticket of its own work.
|
|
376
|
+
|
|
377
|
+
## Idempotency & safety
|
|
378
|
+
|
|
379
|
+
- **One item per cycle**: this skill processes the first eligible ready PRD issue from Phase 2, then exits. New or remaining ready issues are picked up by later scheduler invocations.
|
|
380
|
+
- **No writes outside the lifecycle**: this skill only ever writes to the destination tracker via `lisa-github-to-tracker` (which delegates to `lisa-tracker-write`), only ever changes labels among `$IN_REVIEW`, `$BLOCKED`, `$TICKETED`, `$SHIPPED`, only ever comments on the source PRD issue. It never edits PRD bodies, never touches the `draft` label, never closes PRD issues at the shipped hop, and never deletes any issue.
|
|
381
|
+
- **Claim-first ordering**: the label flip to `$IN_REVIEW` happens BEFORE validation runs.
|
|
382
|
+
- **Failure handling**: an exception processing the selected PRD is caught and recorded under "Errors" in the summary, then the cycle exits. The PRD that errored is left labeled `$IN_REVIEW` — humans investigate from there.
|
|
383
|
+
- **Single-label invariant**: after every transition, verify exactly one lifecycle label is present.
|
|
384
|
+
- **Rollup idempotency**: rollup (Phase 3f) is a no-op on a PRD already carrying `$SHIPPED` — no duplicate transition, no shipped-time close, no duplicate comment. The all-terminal condition is a pure function of the children's current states, so recomputing it is safe to re-run. Native closure only follows verified PASS in `/lisa:verify-prd`.
|
|
385
|
+
|
|
386
|
+
## Configuration
|
|
387
|
+
|
|
388
|
+
Same configuration as `lisa-github-to-tracker`. See that skill for the full table. Key items:
|
|
389
|
+
|
|
390
|
+
- **From `.lisa.config.json`**: `github.org` and `github.repo` (required for the source repo, and also for the destination repo when `tracker = "github"` — self-host case), plus `github.labels.prd.*` for the lifecycle label vocabulary (all optional; defaults documented above).
|
|
391
|
+
- **From environment variables**: `E2E_BASE_URL`, `E2E_TEST_PHONE`, `E2E_TEST_OTP`, `E2E_TEST_ORG`, `E2E_GRAPHQL_URL` (operational E2E test config).
|
|
392
|
+
|
|
393
|
+
Destination tracker config (jira / github / linear) is consumed by `lisa-tracker-write` internally — this skill does NOT read it. If any required value is missing, surface and exit — never invent values.
|
|
394
|
+
|
|
395
|
+
| Field | Default | Purpose |
|
|
396
|
+
|-------|---------|---------|
|
|
397
|
+
| `.lisa.config.json` `github.labels.prd.ready` | `prd-ready` | Label signalling "PRD ready for ticketing" |
|
|
398
|
+
| `.lisa.config.json` `github.labels.prd.in_review` | `prd-in-review` | Label set on claim |
|
|
399
|
+
| `.lisa.config.json` `github.labels.prd.blocked` | `prd-blocked` | Label set on validation failure |
|
|
400
|
+
| `.lisa.config.json` `github.labels.prd.ticketed` | `prd-ticketed` | Label set on success |
|
|
401
|
+
| `.lisa.config.json` `github.labels.prd.shipped` | `prd-shipped` | Label product sets after delivery |
|
|
402
|
+
|
|
403
|
+
## Rules
|
|
404
|
+
|
|
405
|
+
- Never write to the destination tracker outside of `lisa-github-to-tracker` → `lisa-tracker-write`.
|
|
406
|
+
- Never add or remove a label this skill doesn't own (`$IN_REVIEW`, `$BLOCKED`, `$TICKETED`, and `$SHIPPED` via the rollup phase only). Product owns the `draft` and `ready` PRD labels; product and the rollup phase (3f) both set `shipped`.
|
|
407
|
+
- Set `$SHIPPED` only from the rollup phase, and only when all generated top-level children are terminal per the `prd-lifecycle-rollup` rule. Never ship on partial completion and never close at shipped.
|
|
408
|
+
- Never edit a PRD's body. Communication with product happens only via comments.
|
|
409
|
+
- Never post a single dump of all gate failures on one comment. One comment per `prd_anchor` group, plus one rollup for unanchored failures.
|
|
410
|
+
- Never include a gate ID, internal skill name, or engineering shorthand in a comment body.
|
|
411
|
+
- Never run more than one intake cycle concurrently against the same repo.
|
|
412
|
+
- If `lisa-github-to-tracker` returns errors, treat them as gate failures: comment + `$BLOCKED`. Don't silently fail.
|
|
413
|
+
|
|
414
|
+
## Adoption (one-time per repo)
|
|
415
|
+
|
|
416
|
+
Before this skill can run, the repo must adopt the PRD lifecycle issue-label convention. Using the defaults:
|
|
417
|
+
|
|
418
|
+
1. Create the labels:
|
|
419
|
+
```bash
|
|
420
|
+
gh label create prd-draft --color C5DEF5 --description "PRD in progress (product owns)" --repo <org>/<repo>
|
|
421
|
+
gh label create prd-ready --color FBCA04 --description "PRD ready for ticketing" --repo <org>/<repo>
|
|
422
|
+
gh label create prd-in-review --color 5319E7 --description "Claude is reviewing this PRD" --repo <org>/<repo>
|
|
423
|
+
gh label create prd-blocked --color D93F0B --description "PRD blocked — see comments" --repo <org>/<repo>
|
|
424
|
+
gh label create prd-ticketed --color 0E8A16 --description "Tickets created — see comments" --repo <org>/<repo>
|
|
425
|
+
gh label create prd-shipped --color 1D76DB --description "Work delivered (product owns)" --repo <org>/<repo>
|
|
426
|
+
```
|
|
427
|
+
If your project overrides any `github.labels.prd.*` role name in config, substitute the actual label names you configured.
|
|
428
|
+
2. Apply the `$READY` label to issues that are ready for ticketing.
|
|
429
|
+
3. Reserve `$IN_REVIEW`, `$BLOCKED`, `$TICKETED` for this skill — humans should not set them manually except to recover from an error.
|
|
430
|
+
4. Keep the PRD label namespace strictly separate from the build-queue label namespace owned by `lisa-github-build-intake`.
|
|
431
|
+
|
|
432
|
+
If the repo hasn't adopted these labels, the first run exits with a label-convention error (not the idle empty-set message) — this distinguishes setup from a genuinely empty queue.
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
display_name: "Github PRD Intake"
|
|
2
|
+
short_description: "Scans a GitHub repository for issues carrying the configured `ready` PRD label and runs the first eligible one through the dry-run…"
|
|
3
|
+
default_prompt:
|
|
4
|
+
- "Use $lisa-github-prd-intake: Scans a GitHub repository for issues carrying the configured `ready` PRD label and runs the first eligible one through the dry-run…."
|