← ClaudeAtlas

superadvisorlisted

Router that dispatches a request to the single best specialist — a super* skill, a persona, or a gstack workflow — and loads only that. Reach for it as the default entry point when a task is substantial, spans domains, or no single skill clearly owns it.
cskwork/superadvisor · ★ 1 · AI & Automation · score 72
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