Orchestration No native equivalent
list_analysis_plans
List all active analysis plans with their completion status and step counts.
What it does
Returns a summary of all active analysis plans: plan ID, title, total steps, and completion percentage.
When to use it
- Session overview — see all plans created in the current session
- Picking up work — find an incomplete plan to resume
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.