Dev Explore
Read-only codebase and requirement exploration before planning. Use when the user asks how code works, wants relevant files and validation commands identified, has an unclear or open-ended development request, needs implementation approaches compared before dev-write-plan, or wants a plan or design grilled/stress-tested. Clarifies by grilling by default — one question at a time with a recommended…
Dev Execute Plan
Execute an implementation plan written by dev-write-plan under `plans/` on the current branch, or a parallel plan group concurrently in per-plan worktrees. Use when the user asks to implement, run, execute, or delegate a plan such as `plans/001`, `execute 002`, `use codex/cursor/claude for this plan`, `run the next TODO plan`, or `run plans 002 and 003 in parallel`. Prefers delegating implementat…
Dev Write Plan
Turn a clear development request into a self-contained outcome contract under `plans/` — requirement, decisions, tradeoffs, direction, scope, and acceptance criteria — for dev-execute-plan or another agent to implement. A decomposable requirement may become a plan group (contract plan, parallel members with disjoint scopes, integration plan) whose members execute concurrently. Use when the user a…