npx claudepluginhub fractalswift/llisa --plugin lisaThis skill uses the workspace's default tool permissions.
**Epic name:** Provided via arguments
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.
Epic name: Provided via arguments
Read .lisa/epics/<epicName>/ directly.
Epic '<name>' not found.
Create it with: /lisa:create-epic <name>
STOP.
Read .state, spec.md, research.md, plan.md, and all task files.
Epic: <name>
Phase: <current phase>
Progress:
✓ Spec - complete (.lisa/epics/<name>/spec.md)
✓ Research - complete
✓ Plan - complete (X tasks)
● Execute - in progress (3/8 tasks done)
✓ 01-setup-database
✓ 02-create-models
✓ 03-api-endpoints
○ 04-add-auth (pending)
○ 05-write-tests (waiting on 04)
✗ 06-deploy-config (blocked)
Spec Summary:
<first 4-5 lines of spec.md Goal and Acceptance Criteria sections>
Yolo: <active with iteration X/Y | not active>
Next Actions:
• /lisa:continue <name> - Resume interactively
• /lisa:yolo <name> - Auto-execute remaining work
Task status icons:
✓ = done○ = pending or waiting on dependencies✗ = blocked→ = in-progress