Orchestration No native equivalent
get_analysis_plan
Get the current state of an analysis plan including all step statuses and results.
What it does
Returns the full state of an analysis plan: title, steps, their statuses (pending, running, completed, failed), and any results stored in the scratchpad.
When to use it
- Progress tracking — check which steps have completed
- Debugging failures — see which step failed and why
- Reviewing results — inspect completed step outputs
Related tools
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.