Prompt file imported from spencermarx/open-code-review (
.windsurf/workflows/openspec-approve.md). Copyright stays with the author.
Usage
/openspec-approve <change-id>
Example: /openspec-approve add-video-upload-support
Guardrails
- Think step by step like Martin Fowler and Kent Dodds—favor composition, clear boundaries, and incremental progress.
- Adhere to existing patterns, best practices, and project standards (
openspec/project.mdandapps/dev-docs/docs/guides/coding-standards.md). - Stop at the end of each task set so that the user can review changes and provide feedback.
Steps
- Mark the proposal as approved: update
changes/<id>/proposal.mdstatus toapprovedif not already. - Read
openspec/project.mdandapps/dev-docs/docs/guides/coding-standards.mdto ground implementation in project standards. - Execute
/openspec-apply <change-id>to implement the approved proposal. Be sure to specify that we want to stop at the end of each task set so that the user can review changes and provide feedback.