mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-30 13:45:23 +08:00
15 lines
371 B
Markdown
15 lines
371 B
Markdown
<!--
|
|
name: 'System Reminder: Plan file reference'
|
|
description: Reference to an existing plan file
|
|
ccVersion: 2.1.18
|
|
variables:
|
|
- ATTACHMENT_OBJECT
|
|
-->
|
|
A plan file exists from plan mode at: ${ATTACHMENT_OBJECT.planFilePath}
|
|
|
|
Plan contents:
|
|
|
|
${ATTACHMENT_OBJECT.planContent}
|
|
|
|
If this plan is relevant to the current work and not already complete, continue working on it.
|