orchestratelisted
Install: claude install-skill bmmmm/claudii
# claudii Orchestrator — Project Override
Extends the global `/orchestrate` skill. Follow all global rules and phases. This file adds claudii-specific extensions only — nothing here overrides global rules unless explicitly marked.
---
## Phase 1 additions
### 1.2 Pre-flight (claudii)
`scripts/cleanup-worktree.sh` is the project's safety net for orphaned `.claude/worktrees/agent-*` dirs. With Claude Code's native `isolation: "worktree"` auto-cleanup, it's only needed when the global Phase 1.2 sanity check actually finds zombies — not as a routine pre-flight step:
```bash
bash scripts/cleanup-worktree.sh --all # all agent-* dirs
bash scripts/cleanup-worktree.sh agent-XXXXXXXX # single
```
Already in `settings.local.json` allow-list — no sandbox override needed.
### 1.3 Agent aliases
Read available agent aliases from config:
```bash
jq -r '.agents | to_entries[] | "\(.key)\t\(.value.model)\t\(.value.effort)\t\(.value.description)"' config/defaults.json
```
Use these aliases in wave plan presentation (e.g. `sn` for Sonnet high, `op` for Opus high).
### 1.4 Statusline.zsh warnings
Before any wave touching `lib/statusline.zsh`, read the file and list which arrays/functions exist. Always append to those agent prompts:
> **Removed functions — do not re-add:** `_claudii_render_global_line`, `_claudii_render_session_lines`, `_claudii_build_title`. If you see references to these anywhere, delete them.
>
> **Current session arrays:** `_CLAUDII_SDASH_MODELS`, `_