What problem does it solve? Launching a multi-agent wave is the most expensive action an AI agent takes, and starting one near your usage ceiling can burn through your window mid-run. This Skill gates that decision by checking your current usage block against a threshold before any fan-out begins. ## Core Features & Use Cases - Go / No-Go / Unknown Verdicts: Wraps ccusage blocks --json to compare the active usage block against a threshold (default 95%) and returns a clear verdict with exit codes 0, 1, or 2. - Fail-Closed Design: Returns unknown — never a fabricated go — when usage data, an active block, or a ceiling is unavailable. - Flexible Ceilings: Measures against your historical peak block by default, or against a real plan budget via --token-limit <N>. - Use Case: Before dispatching an orchestrated run of five parallel subagents, run the gate; on NO-GO it reports how many seconds until the window clears so you can trim the wave or wait. ## Quick Start Ask the agent to run /budget-check before launching the planned multi-agent wave and only proceed on a go verdict.