Pulled one step out of my Level Scout agent into a standalone command:
/alarm-check.
It checks that every level I've marked actually has an alert on it.
Useful on its own — I chart when I chart, not at 08:00. Reads live
alerts and price from TradingView, flags dead alerts and bad labels.
Read-only. It reports, it never deletes.
Two things came out of it.
Building the skill exposed a gap in my agent spec — my label vocabulary
had no slot for one of my setups. Added it.
The skill only counts what's on the chart, and that's the point. I only
mark levels where I'd take a trade. Everything else is noise.
One rule: never report "this level has no alert" — only "no alert found
via TradingView." Absence of a check is not a passed check.
Next: the command that writes the agent's state file. Right now my two
skills can't talk to each other.