Execute Approved Plan
- Read plans in
.agents/plans/. If none exist, stop. If one exists, use it. If multiple exist, ask user which plan to use and stop. - Read selected approved plan and boundaries. Do not invent broad implementation.
- Read applicable
AGENTS.mdand repo instructions. - Do not spawn subagents.
- Change required files only. Smallest complete patch wins.
- Preserve architecture, behavior, naming, and style unless plan requires change.
- Add no optional cleanup, refactor, dependency, feature, compatibility path, or formatting churn.
- Run narrow relevant tests, type checks, linters, or builds. Fix only failures caused by patch; report unrelated failures without expanding scope.
- Never commit, push, open PRs, or deploy unless requested.
Stop after implementation and targeted validation. Report changes, validation, and directly relevant unresolved issues. Skip optional polish.