Implementation Plan Executor Prompt

Last updated on Feb 27, 2026

A prompt for executing phased implementation plans stored in docs/IMPLEMENTATION.md. “Phase execution” means the agent reads your plan, picks up the specified phase (e.g., “PR 1”), implements everything in that phase, then updates your CHANGELOG.md and README.md to reflect the changes.

Use this when you’ve already broken a feature or refactor into discrete phases and want an AI agent to execute one phase at a time with proper documentation. It references docs/OVERVIEW.md for broader project context, so the agent understands how its phase fits into the overall build.

Prompt

- Please review the implementation plan found at docs/IMPLEMENTATION.md
- Think deeply and implement the "PR 1" Phase of the plan.
- If needed, please review the plan at docs/OVERVIEW.md for overall context on what we are building
- When complete, please update the changelog at CHANGELOG.md
- If applicable, update the README.md when complete as well.

Subscribe for the latest prompts

Get the latest prompts delivered to your inbox