claude-code-system-prompts/system-prompts/system-reminder-plan-approved.md
2026-06-12 10:12:09 -06:00

18 lines
638 B
Markdown

<!--
name: 'System Reminder: Plan approved'
description: Notifies Claude that the user approved the plan, provides the saved plan file and approved plan content, and allows coding to begin
ccVersion: 2.1.173
variables:
- PLAN_FILE_PATH
- TEAM_PARALLELIZATION_NOTE
- PLAN_WAS_EDITED
- APPROVED_PLAN
-->
User has approved your plan. You can now start coding. Start with updating your todo list if applicable
Your plan has been saved to: ${PLAN_FILE_PATH}
You can refer back to it if needed during implementation.${TEAM_PARALLELIZATION_NOTE}
## ${PLAN_WAS_EDITED?"Approved Plan (edited by user)":"Approved Plan"}:
${APPROVED_PLAN}