Skip to content

When to use what

A quick map from what you're trying to do to the command that does it.

Understanding code

You want to…Use
Orient in an unfamiliar repoarch, then modules
Get context for a specific taskcontext "task" or ask "task"
Find code when you don't know its namesemantic "meaning"
See one file's shape without bodiesskeleton FILE
Read an exact line rangelines FILE 40 80

Before editing

You want to…Use
Know what breaks if I change this functionmethod-impact QNAME
See a symbol's full blast radiusimpact QNAME
Find the tests that cover thistest-map TARGET
Check a plan references real codeverify-plan

Generating code

You want to…Use
Match the repo's file conventionsconventions, then scaffold
Run the whole gated pipelinecreate "task"
Audit AI output for fabricationsverify / verify-output
Review a diff before committingreview

Trusting an answer

You want to…Use
Confirm context is sufficient firstvalidate "task" --min-coverage 60
Score if the answer is groundedjudge --answer-file … --context-file …
Catch fabricated files / symbolsverify --answer-file …

Proving value

You want to…Use
See tokens + dollars savedgain
Open a savings dashboardgain --report
Produce an audit-grade evidence packevidence "task"

Next steps

Released under the terms in the repository LICENSE.