Print the active brand kit summary plus setup and preflight status, on demand (the same checks the SessionStart hook runs).
Copy the command definition below into:
~/.claude/commands/brand-status.md---
name: brand-status
description: Print the active brand kit summary plus setup and preflight status, on demand (the same checks the SessionStart hook runs).
---
# /brand-status
Show the current brand state at any time — reuses the same emitters as the
SessionStart hook, so the output matches what loads at session start.
## Steps
1. Set `BRAND_FORGE_ROOT` to the plugin root (`${CLAUDE_PLUGIN_ROOT}`).
2. From the repo root, run each emitter and print its output:
```bash
for f in "${CLAUDE_PLUGIN_ROOT}"/lib/context/*; do bash "$f"; done
```
3. If nothing prints, there's no brand profile yet — suggest `/brand-new`.
The emitters cover: the active kit (name, palette, fonts, tone), a setup nudge, and
a raster preflight warning (only when the opt-in raster engine is enabled). No network.