Workflow & Tooling
Recommended tools
Section titled “Recommended tools”- Warp
- OpenCode
- OpenAI API (GPT) (cheap per token)
- oyo
- Linear / Linear Guide
Coding-agent workflow (recommended)
Section titled “Coding-agent workflow (recommended)”- Code locally with worktrees (use the
wttool). - Review the diff with
oyo. - Create PR and push changes.
- Review the PR with Linear Guide:
- replace
github.comin the PR URL withlinear.review.
- replace
For model recommendations, see the Agentic Coding section.
Working style
Section titled “Working style”- Move quickly, but keep changes reviewable.
- Prefer small, focused change sets over mixed concerns.