This PullPlane starter recipe is for ambiguous or cross-cutting work that needs evidence before implementation. It separates investigation, coding, and review into explicit handoffs.
The agent chain
The recipe runs Research at ultracode effort, Codex at high effort, and Reviewer at high effort. Research documents the relevant codebase, risks, viable approaches, and recommendation before Codex implements. Reviewer then checks the implementation against the same acceptance criteria.
- Research: read-only findings and recommended approach
- Codex: focused implementation and verification
- Reviewer: correctness, regressions, edge cases, and missing tests
What the team reviews
Review the research recommendation before treating it as the implementation plan. After the coding step, inspect the branch, diff, available checks and preview, then resolve the Reviewer's findings before a human approves the merge.