Planner agent
Understands the codebase before anything is written
The planner reads its way through your repositories first and works out the approach. You get that approach on the ticket before a single line of code appears, so you can tell in thirty seconds whether it has understood the problem.
- check_circleCan read your code, but is never able to change it
- check_circleFollows the conventions your project already documents
- check_circleThe plan lands on the ticket, so a bad approach is caught early and cheaply
- check_circleIf the planner has nothing useful to say, the work continues without it
