Always know the one next thing worth doing
This is where the grade actually moves. Ask benchfit next for the single highest-priority fix, hand it to your coding agent, let it make the change, then re-scan. BLOCKING gates come first, then WARNING gates, then the weakest dimension metrics.
Drop this CLAUDE.md snippet in your repo and your agent knows the loop without being told each time:
CLAUDE.md
Or skip the snippet entirely — BenchFit is an MCP server, so your agent can call the whole loop as native tools (scan, next, explain, quibble):
For the vibe coder: your AI writes the code — BenchFit tells you both the truth about it. One command, a grade in your terminal.
Worth learning — the commands you'll reach for most:
benchfitLocal scan of the current directory
benchfit -cloudScore server-side via the cloud API
benchfit nextThe single highest-priority recommendation
benchfit next --dimension RPrioritized fixes for one dimension
benchfit next -jsonMachine-readable recommendation for agents
benchfit explain <ID|last>What a gate/metric means, why it matters, how to fix it
benchfit mcpServe the loop to coding agents over MCP
benchfit webOpen your BenchFit dashboard (all your projects) in a browser
benchfit -cloud -strictFail on blocking architecture gates