setuplisted
Install: claude install-skill raelli/octowiz
# octowiz:setup
Setup orchestrator for the Octowiz Bridge. Runs only the phases with gaps.
## When invoked
Invoked by `octowiz:octowiz` when the live check reports gaps. Do not invoke directly.
## Pre-flight: run the live check
```bash
octowiz-cache check
```
Parse the JSON output. Store `hard_gaps` and `advisory_gaps`.
If `hard_gaps` is empty: delete `ONBOARDING.md` from the current directory if it exists, then return control to `octowiz:octowiz` to show the A/B/C/D menu.
## Create ONBOARDING.md
If `.octowiz/setup-state.json` does not exist in the current directory, create `ONBOARDING.md`:
```markdown
# Octowiz Setup
## Environment (per-machine)
- [STATUS] superpowers plugin
- [STATUS] mattpocock-skills plugin
- [STATUS] antfu-skills plugin
- [STATUS] LiteLLM env vars (LITELLM_BASE_URL + API key)
- [STATUS] LiteLLM routing cache (verified within 24h)
- [STATUS] Project namespace seeded in LiteLLM Memory
## Project (per-repo)
- [STATUS] antfu skills setup (if TypeScript/Vue stack)
- [STATUS] Agent instructions file (AGENTS.md / CLAUDE.md / GEMINI.md)
- [STATUS] mattpocock-skills section in agent file (## Agent skills)
## Next step
[What is about to run]
```
Use `[x]` for passing checks, `[ ]` for gaps, `[!]` for advisory items.
---
## Phase 1: Plugins
**Run if any of these are in `hard_gaps`:** `plugin_superpowers`, `plugin_mattpocock-skills`, `plugin_antfu-skills`
For each missing plugin, explain what it does and why it is required, then show the install co