Skip to main content
Ask, Build, and Debug each operate on the same knowledge graph, a structured map of every component, dependency, and relationship across the codebase.
ModeUse when
AskUse when a question about the codebase needs an answer, whether that is how a flow operates, where something is implemented, or what depends on a given component
BuildA feature, endpoint, or modification needs to be implemented with full awareness of existing patterns and dependencies
DebugA reported issue, exception, or unexpected behavior needs to be traced from where it surfaces to where it originates

How they fit together

Ask, Build, and Debug operate on the same knowledge graph. Using Ask first surfaces the relevant components and their relationships, narrowing what Build needs to generate or what Debug needs to trace.

Agent tool mapping

21 Tools Total