Executes one phase of an implementation plan stored in docs/IMPLEMENTATION.md.
You tell it which phase to run (e.g., “PR 1”), it implements everything in that phase, then updates CHANGELOG.md and README.md.
Useful when you’ve already split a feature into discrete phases and want to hand off execution one piece at a time.
It also reads docs/OVERVIEW.md so it has context on the broader project.
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.