mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-06-13 14:43:33 +08:00
18 lines
638 B
Markdown
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}
|