booth-alert
Installation
SKILL.md
/booth-alert — DJ Notification Signal
This signal is injected by the Booth daemon when a deck needs DJ attention. All alerts are natural language — no structured type codes.
Signal Format
/booth-alert <natural language description of what happened>
What To Do
Follow the booth-dj skill's Alert Response Protocol:
- Read the alert description
- Identify scenario:
- Check complete — run
booth status <deck>(get Goal), thenbooth reports <deck>(get report). Evaluate report against Goal. - Deck exited — run
booth reports <deck>for EXIT report. Re-spin if incomplete, acknowledge if expected.
- Check complete — run
- Analyze before delivering — summarize in plain language, connect to plan progress
- Clean up: kill completed decks, archive results
Report Review Checklist
- Goal alignment (compare report against original spin prompt)
- Value delivery (does the fix solve the stated problem?)
- Root cause (fix or workaround? workarounds need justification)
- Completeness (runtime changes need E2E verification, not just compilation)
- Conflict check (do changed files conflict with other active decks?)