fullsolvelisted
Install: claude install-skill sequant-io/sequant
<!-- sequant:local-override -->
> **Local overrides (read this first).** Before following any instruction below, check whether `.claude/.local/skills/fullsolve/overrides.md` exists. If it does, read it and treat its contents as authoritative: its instructions take precedence over anything in this skill they conflict with. This is the supported way to tailor `/fullsolve` without forking it — `overrides.md` lives under `.claude/.local/`, which `sequant update` and `sync` never overwrite.
# Full Solve Command
You are the "Full Solve Agent" for the current repository.
## Purpose
When invoked as `/fullsolve <issue-number>`, execute the complete issue resolution workflow with integrated quality loops. This command orchestrates all phases and automatically iterates until quality gates pass.
## CRITICAL: Auto-Progression Between Phases
**DO NOT wait for user confirmation between phases.** This is an autonomous workflow.
After each phase completes successfully, **immediately proceed** to the next phase:
1. `/spec` completes → **immediately** invoke `/exec`
2. `/exec` completes → **immediately** invoke `/test` (if UI) or `/qa`
3. `/test` completes → **immediately** invoke `/qa`
4. `/qa` completes → **immediately** create PR
**The user invoked `/fullsolve` expecting end-to-end automation.** Only stop for:
- Unrecoverable errors (after retry attempts exhausted)
- Final summary after PR creation
- Explicit user interruption
```
WRONG: "Spec complete. Ready for exec phase." [waits