/anchor | In a project: keep this tree current. In Anchor: scaffold/reconfigure another project (path required). | Project: CWD/git root. Anchor base: explicit path. | Scaffolded: yes (claude/grok). Anchor: base skill only. |
/draft | Any project with .plans/ when you are planning, not implementing. | Current repo’s .plans/drafts/ | Yes (dual-use base + scaffold) |
/work | Any project with ready plans under .plans/bugs/ or features/ when you want interactive execution. | Current repo’s .plans/ | Yes |
/review | When plans sit in .plans/review-needed/ and a human should sign off (AI critic + survey). The only route to main. See How work reaches dev. | Current repo’s .plans/review-needed/ | Yes |
/audit | Exhaustive security audit (code + deps) → prioritized bug plans. Frontier/reasoner only by default. | Current project root / .plans/bugs/ | Yes |
/deploy | When a project is ready to ship — runs the deploy tooling it already uses, or sets tooling up when it has none. | Current project root / its configured target | Yes |
/optimize | Check a project against standards for its type (sharing metadata, discoverability, repo hygiene) → checkbox-picked improvement plans. | Current project root / .plans/drafts/ | Yes |
/fleet-watch | Turn on background pullers for a project’s .plans/ (often from Anchor CWD with a sibling name, or from the project itself). | CWD if it has .plans/, else named path / ../app | Yes |
/install-anchor | Anywhere anchor is missing or broken on PATH (first machine setup or new shell). | Locates Anchor checkout; not project-specific | Yes |
/local-models | Any host (Anchor checkout or project) when choosing/installing a lean local executor for this machine. Re-run per clone — multi-machine safe. | This host; operator defaults from Anchor; machine-local wiring + portable project notes | Yes (dual-use base + scaffold) |