Plan
The agent reads your task, queries a knowledge graph of your codebase, and produces a precise plan: files to modify, implementation steps, branch name. No vague intent.
- Pulls relevant nodes from a Graphify graph
- Multi-repo aware. Knows which repo each step belongs in
- Outputs a structured plan, reviewable before code runs