# Execute Approved Plan

> Implement an already-approved software plan with focused changes and targeted tests, then stop. Use after plan review or explicit approval. Do not use for exploration or unapproved redesign.

- Skill: `davidbasilefilho/execute-approved-plan` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add davidbasilefilho/execute-approved-plan`
- Raw SKILL.md: https://api.skillmd.com/api/skills/davidbasilefilho/execute-approved-plan/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: davidbasilefilho (https://skillmd.com/u/davidbasilefilho)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/davidbasilefilho/execute-approved-plan

---


# Execute Approved Plan

1. 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.
2. Read selected approved plan and boundaries. Do not invent broad implementation.
3. Read applicable `AGENTS.md` and repo instructions.
4. Do not spawn subagents.
5. Change required files only. Smallest complete patch wins.
6. Preserve architecture, behavior, naming, and style unless plan requires change.
7. Add no optional cleanup, refactor, dependency, feature, compatibility path, or formatting churn.
8. Run narrow relevant tests, type checks, linters, or builds. Fix only failures caused by patch; report unrelated failures without expanding scope.
9. 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.

