Orchestration No native equivalent

scratchpad_list

List all entries in a plan's scratchpad with their sizes for inspection.

What it does

Returns all keys stored in a plan’s scratchpad along with the size of each value. Useful for inspecting what data has been accumulated across steps.

When to use it

  • Debugging plans — see what data is available in the scratchpad
  • Progress review — check which steps have written results

Benchmark note

This benchmark compares CodeSift against the closest practical native workflow an agent would use for the same task. For some tools, that baseline is a direct shell equivalent such as rg or find. For AST-aware, graph-aware, and LSP-backed tools, the baseline is a multi-step workflow rather than a strictly identical command. Results should be read as agent-workflow comparisons: token cost, call count, and practical context efficiency.