npx claudepluginhub fractalswift/llisa --plugin lisaThis skill uses the workspace's default tool permissions.
Read the `.lisa/epics/` directory directly.
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
Read the .lisa/epics/ directory directly.
For each subdirectory in .lisa/epics/:
.lisa/epics/<name>/.state (JSON) if it exists.state, infer from which files exist:
tasks/ dir exists → execute phaseplan.md exists → plan phaseresearch.md exists → research phasespec.md exists → spec phasetasks/*.md files and checking for ## Status: done/blocked/in-progress/pendingEpic: auth-system
✓ Spec
✓ Research
✓ Plan
● Execute (3/8 tasks done) [YOLO ACTIVE]
Next: /lisa:continue auth-system or /lisa:yolo auth-system
---
Epic: initial-setup
✓ Spec
✓ Research
✓ Plan
✓ Execute (5/5 complete)
---
Epic: new-feature
✓ Spec
○ Research
○ Plan
○ Execute
Next: /lisa:continue new-feature or /lisa:yolo new-feature
Legend:
✓ = complete (flag is true in .state, or file exists)● = in progress (has tasks but not all done)○ = not startedAlways show both /lisa:continue and /lisa:yolo for any epic with spec complete but not fully done.
If .lisa/epics/ does not exist or is empty:
No epics found.
Get started: /lisa:create-epic <name>