Skip to content

Instantly share code, notes, and snippets.

View gavinwright-engr's full-sized avatar

Gavin Wright gavinwright-engr

View GitHub Profile
@gavinwright-engr
gavinwright-engr / gist:499e96574d7a10d939b34388a3774924
Created February 26, 2026 07:04
Boris Cherny's Workflow Orchestration agent.md File
# Workflow Orchestration
## 1. Plan Mode Default
- Enter plan mode for ANY non-trivial task (3+ steps or architectural decisions)
- If something goes sideways, STOP and re-plan immediately — don’t keep pushing
- Use plan mode for verification steps, not just building
- Write detailed specs upfront to reduce ambiguity
## 2. Subagent Strategy
- Use subagents liberally to keep main context window clean