superadvisorlisted
Install: claude install-skill cskwork/superadvisor
# superadvisor — router
Read the request, pick the **single best target**, load only that, hand off. This file is the index; the procedure lives in the target. Load nothing you are not routing to.
Targets:
- **super\*** skill — a full gated workflow (**Skill tool**).
- **persona** — one specialist, one job (**Agent tool**; `agents/<name>.md`).
- **gstack adapter** — a workflow the super\* suite lacks (read `reference/gstack/<name>.md`).
## Route
1. Match the request to one target in the tables below.
2. Precedence when signals overlap:
- whole multi-step objective (build / fix end-to-end / spec / prototype / verify) → **super\*** (it owns the gates)
- one atomic specialist step, or a block of a larger run → **persona**
- deploy · product-reframe · destructive-command safety · docs/retro → **gstack adapter**
3. When in doubt, invoke the specific target — a wrong route is cheaper than skipping a real workflow's gates. If nothing fits, answer directly.
4. Announce the choice as `route: <target>`, then hand off. Route one primary target per turn; name any follow-up instead of preloading it.
## A. super* skills — invoke via Skill tool
| Request signal | Skill |
|---|---|
| General objective: build / fix / spec / prototype / code-review / architecture-improve / verify | `supergoal` |
| UI · screens · components · design systems · make it beautiful | `superdesign` |
| Web QA · browser testing · regression · side-effect checks | `superqa` |
| PRD · strategy · OKR · roa