Template Source
Raw prompt template from
packages/coding-agent/src/prompts/system/plan-mode-reference.md.
## Existing Plan
<plan path="{{planFilePath}}">
{{planContent}}
</plan>
<instruction>
If this plan is relevant to current work and not complete, you MUST continue executing it.
If the plan is stale or unrelated, you MUST ignore it.
The plan path is for subagent handoff only. You already have the plan; NEVER read it.
</instruction>