diff --git a/README.md b/README.md
index 5c1c7d0..fc62aa1 100644
--- a/README.md
+++ b/README.md
@@ -139,16 +139,49 @@ Parts of the main system prompt.
Text for large system reminders.
-> [!NOTE]
-> Note that we're planning to add a **system reminder creator/editor** to [tweakcc](https://github.com/Piebald-AI/tweakcc); :+1: [this issue](https://github.com/Piebald-AI/tweakcc/issues/113) if you're interested in that idea.
-
+- [System Reminder: Agent mention](./system-prompts/system-reminder-agent-mention.md) (**45** tks) - Notification that user wants to invoke an agent.
+- [System Reminder: Compact file reference](./system-prompts/system-reminder-compact-file-reference.md) (**57** tks) - Reference to file read before conversation summarization.
- [System Reminder: Delegate mode prompt](./system-prompts/system-reminder-delegate-mode-prompt.md) (**185** tks) - System reminder for delegate mode.
+- [System Reminder: Exited delegate mode](./system-prompts/system-reminder-exited-delegate-mode.md) (**50** tks) - Notification when exiting delegate mode in swarm.
+- [System Reminder: Exited plan mode](./system-prompts/system-reminder-exited-plan-mode.md) (**73** tks) - Notification when exiting plan mode.
+- [System Reminder: File exists but empty](./system-prompts/system-reminder-file-exists-but-empty.md) (**27** tks) - Warning when reading an empty file.
+- [System Reminder: File modified by user or linter](./system-prompts/system-reminder-file-modified-by-user-or-linter.md) (**97** tks) - Notification that a file was modified externally.
+- [System Reminder: File opened in IDE](./system-prompts/system-reminder-file-opened-in-ide.md) (**37** tks) - Notification that user opened a file in IDE.
+- [System Reminder: File shorter than offset](./system-prompts/system-reminder-file-shorter-than-offset.md) (**59** tks) - Warning when file read offset exceeds file length.
+- [System Reminder: File truncated](./system-prompts/system-reminder-file-truncated.md) (**74** tks) - Notification that file was truncated due to size.
+- [System Reminder: Hook additional context](./system-prompts/system-reminder-hook-additional-context.md) (**35** tks) - Additional context from a hook.
+- [System Reminder: Hook blocking error](./system-prompts/system-reminder-hook-blocking-error.md) (**52** tks) - Error from a blocking hook command.
+- [System Reminder: Hook stopped continuation](./system-prompts/system-reminder-hook-stopped-continuation.md) (**30** tks) - Message when a hook stops continuation.
+- [System Reminder: Hook success](./system-prompts/system-reminder-hook-success.md) (**29** tks) - Success message from a hook.
+- [System Reminder: Invoked skills](./system-prompts/system-reminder-invoked-skills.md) (**33** tks) - List of skills invoked in this session.
+- [System Reminder: Lines selected in IDE](./system-prompts/system-reminder-lines-selected-in-ide.md) (**66** tks) - Notification about lines selected by user in IDE.
+- [System Reminder: MCP resource no content](./system-prompts/system-reminder-mcp-resource-no-content.md) (**41** tks) - Shown when MCP resource has no content.
+- [System Reminder: MCP resource no displayable content](./system-prompts/system-reminder-mcp-resource-no-displayable-content.md) (**43** tks) - Shown when MCP resource has no displayable content.
+- [System Reminder: Malware analysis after Read tool call](./system-prompts/system-reminder-malware-analysis-after-read-tool-call.md) (**87** tks) - Instructions for analyzing malware without improving or augmenting it.
+- [System Reminder: Memory file contents](./system-prompts/system-reminder-memory-file-contents.md) (**38** tks) - Contents of a memory file by path.
+- [System Reminder: Nested memory contents](./system-prompts/system-reminder-nested-memory-contents.md) (**33** tks) - Contents of a nested memory file.
+- [System Reminder: New diagnostics detected](./system-prompts/system-reminder-new-diagnostics-detected.md) (**35** tks) - Notification about new diagnostic issues.
+- [System Reminder: Output style active](./system-prompts/system-reminder-output-style-active.md) (**32** tks) - Notification that an output style is active.
+- [System Reminder: Output token limit exceeded](./system-prompts/system-reminder-output-token-limit-exceeded.md) (**35** tks) - Warning when response exceeds output token limit.
+- [System Reminder: Plan file reference](./system-prompts/system-reminder-plan-file-reference.md) (**62** tks) - Reference to an existing plan file.
- [System Reminder: Plan mode is active (5-phase)](./system-prompts/system-reminder-plan-mode-is-active-5-phase.md) (**1348** tks) - Enhanced plan mode system reminder with parallel exploration and multi-agent planning.
- [System Reminder: Plan mode is active (iterative)](./system-prompts/system-reminder-plan-mode-is-active-iterative.md) (**854** tks) - Iterative plan mode system reminder for main agent with user interviewing workflow.
- [System Reminder: Plan mode is active (subagent)](./system-prompts/system-reminder-plan-mode-is-active-subagent.md) (**310** tks) - Simplified plan mode system reminder for sub agents.
- [System Reminder: Plan mode re-entry](./system-prompts/system-reminder-plan-mode-re-entry.md) (**236** tks) - System reminder sent when the user enters Plan mode after having previously exited it either via shift+tab or by approving Claude's plan..
+- [System Reminder: Queued command (prompt)](./system-prompts/system-reminder-queued-command-prompt.md) (**35** tks) - Queued user message to address (prompt variant).
+- [System Reminder: Queued command](./system-prompts/system-reminder-queued-command.md) (**31** tks) - Queued user message to address.
+- [System Reminder: Session continuation](./system-prompts/system-reminder-session-continuation.md) (**37** tks) - Notification that session continues from another machine.
+- [System Reminder: Session memory](./system-prompts/system-reminder-session-memory.md) (**105** tks) - Past session summaries that may be relevant.
+- [System Reminder: Task status](./system-prompts/system-reminder-task-status.md) (**18** tks) - Task status with TaskOutput tool reference.
+- [System Reminder: Task tools reminder](./system-prompts/system-reminder-task-tools-reminder.md) (**123** tks) - Reminder to use task tracking tools.
- [System Reminder: Team Coordination](./system-prompts/system-reminder-team-coordination.md) (**247** tks) - System reminder for team coordination.
- [System Reminder: Team Shutdown](./system-prompts/system-reminder-team-shutdown.md) (**136** tks) - System reminder for team shutdown.
+- [System Reminder: Todo list changed](./system-prompts/system-reminder-todo-list-changed.md) (**61** tks) - Notification that todo list has changed.
+- [System Reminder: Todo list empty](./system-prompts/system-reminder-todo-list-empty.md) (**83** tks) - Reminder that todo list is empty.
+- [System Reminder: TodoWrite reminder](./system-prompts/system-reminder-todowrite-reminder.md) (**98** tks) - Reminder to use TodoWrite tool for task tracking.
+- [System Reminder: Token usage](./system-prompts/system-reminder-token-usage.md) (**39** tks) - Current token usage statistics.
+- [System Reminder: USD budget](./system-prompts/system-reminder-usd-budget.md) (**42** tks) - Current USD budget statistics.
+- [System Reminder: Verify plan reminder](./system-prompts/system-reminder-verify-plan-reminder.md) (**47** tks) - Reminder to verify completed plan.
### Builtin Tool Descriptions
diff --git a/system-prompts/system-reminder-agent-mention.md b/system-prompts/system-reminder-agent-mention.md
new file mode 100644
index 0000000..aa1a573
--- /dev/null
+++ b/system-prompts/system-reminder-agent-mention.md
@@ -0,0 +1,8 @@
+
+The user has expressed a desire to invoke the agent "${ATTACHMENT_OBJECT.agentType}". Please invoke the agent appropriately, passing in the required context to it.
diff --git a/system-prompts/system-reminder-compact-file-reference.md b/system-prompts/system-reminder-compact-file-reference.md
new file mode 100644
index 0000000..ab8f157
--- /dev/null
+++ b/system-prompts/system-reminder-compact-file-reference.md
@@ -0,0 +1,9 @@
+
+Note: ${ATTACHMENT_OBJECT.filename} was read before the last conversation was summarized, but the contents are too large to include. Use ${READ_TOOL_OBJECT.name} tool if you need to access it.
diff --git a/system-prompts/system-reminder-exited-delegate-mode.md b/system-prompts/system-reminder-exited-delegate-mode.md
new file mode 100644
index 0000000..50f8410
--- /dev/null
+++ b/system-prompts/system-reminder-exited-delegate-mode.md
@@ -0,0 +1,8 @@
+
+## Exited Delegate Mode
+
+You have exited delegate mode. You can now use all tools (Bash, Read, Write, Edit, etc.) and take actions directly. Continue with your tasks.
diff --git a/system-prompts/system-reminder-exited-plan-mode.md b/system-prompts/system-reminder-exited-plan-mode.md
new file mode 100644
index 0000000..ef4200a
--- /dev/null
+++ b/system-prompts/system-reminder-exited-plan-mode.md
@@ -0,0 +1,10 @@
+
+## Exited Plan Mode
+
+You have exited plan mode. You can now make edits, run tools, and take actions.${ATTACHMENT_OBJECT.planExists?` The plan file is located at ${ATTACHMENT_OBJECT.planFilePath} if you need to reference it.`:""}
diff --git a/system-prompts/system-reminder-file-exists-but-empty.md b/system-prompts/system-reminder-file-exists-but-empty.md
new file mode 100644
index 0000000..a8b0120
--- /dev/null
+++ b/system-prompts/system-reminder-file-exists-but-empty.md
@@ -0,0 +1,6 @@
+
+Warning: the file exists but the contents are empty.
diff --git a/system-prompts/system-reminder-file-modified-by-user-or-linter.md b/system-prompts/system-reminder-file-modified-by-user-or-linter.md
new file mode 100644
index 0000000..7e9afb9
--- /dev/null
+++ b/system-prompts/system-reminder-file-modified-by-user-or-linter.md
@@ -0,0 +1,9 @@
+
+Note: ${ATTACHMENT_OBJECT.filename} was modified, either by the user or by a linter. This change was intentional, so make sure to take it into account as you proceed (ie. don't revert it unless the user asks you to). Don't tell the user this, since they are already aware. Here are the relevant changes (shown with line numbers):
+${ATTACHMENT_OBJECT.snippet}
diff --git a/system-prompts/system-reminder-file-opened-in-ide.md b/system-prompts/system-reminder-file-opened-in-ide.md
new file mode 100644
index 0000000..c5178b2
--- /dev/null
+++ b/system-prompts/system-reminder-file-opened-in-ide.md
@@ -0,0 +1,8 @@
+
+The user opened the file ${ATTACHMENT_OBJECT.filename} in the IDE. This may or may not be related to the current task.
diff --git a/system-prompts/system-reminder-file-shorter-than-offset.md b/system-prompts/system-reminder-file-shorter-than-offset.md
new file mode 100644
index 0000000..7869d88
--- /dev/null
+++ b/system-prompts/system-reminder-file-shorter-than-offset.md
@@ -0,0 +1,8 @@
+
+Warning: the file exists but is shorter than the provided offset (${RESULT_OBJECT.file.startLine}). The file has ${RESULT_OBJECT.file.totalLines} lines.
diff --git a/system-prompts/system-reminder-file-truncated.md b/system-prompts/system-reminder-file-truncated.md
new file mode 100644
index 0000000..5b1cca6
--- /dev/null
+++ b/system-prompts/system-reminder-file-truncated.md
@@ -0,0 +1,10 @@
+
+Note: The file ${ATTACHMENT_OBJECT.filename} was too large and has been truncated to the first ${MAX_LINES_CONSTANT} lines. Don't tell the user about this truncation. Use ${READ_TOOL_OBJECT.name} to read more of the file if you need.
diff --git a/system-prompts/system-reminder-hook-additional-context.md b/system-prompts/system-reminder-hook-additional-context.md
new file mode 100644
index 0000000..c125e4b
--- /dev/null
+++ b/system-prompts/system-reminder-hook-additional-context.md
@@ -0,0 +1,9 @@
+
+${ATTACHMENT_OBJECT.hookName} hook additional context: ${ATTACHMENT_OBJECT.content.join(`
+`)}
diff --git a/system-prompts/system-reminder-hook-blocking-error.md b/system-prompts/system-reminder-hook-blocking-error.md
new file mode 100644
index 0000000..c0ac11f
--- /dev/null
+++ b/system-prompts/system-reminder-hook-blocking-error.md
@@ -0,0 +1,8 @@
+
+${ATTACHMENT_OBJECT.hookName} hook blocking error from command: "${ATTACHMENT_OBJECT.blockingError.command}": ${ATTACHMENT_OBJECT.blockingError.blockingError}
diff --git a/system-prompts/system-reminder-hook-stopped-continuation.md b/system-prompts/system-reminder-hook-stopped-continuation.md
new file mode 100644
index 0000000..1a01b88
--- /dev/null
+++ b/system-prompts/system-reminder-hook-stopped-continuation.md
@@ -0,0 +1,8 @@
+
+${ATTACHMENT_OBJECT.hookName} hook stopped continuation: ${ATTACHMENT_OBJECT.message}
diff --git a/system-prompts/system-reminder-hook-success.md b/system-prompts/system-reminder-hook-success.md
new file mode 100644
index 0000000..c675ca3
--- /dev/null
+++ b/system-prompts/system-reminder-hook-success.md
@@ -0,0 +1,8 @@
+
+${ATTACHMENT_OBJECT.hookName} hook success: ${ATTACHMENT_OBJECT.content}
diff --git a/system-prompts/system-reminder-invoked-skills.md b/system-prompts/system-reminder-invoked-skills.md
new file mode 100644
index 0000000..7724548
--- /dev/null
+++ b/system-prompts/system-reminder-invoked-skills.md
@@ -0,0 +1,10 @@
+
+The following skills were invoked in this session. Continue to follow these guidelines:
+
+${FORMATTED_SKILLS_LIST}
diff --git a/system-prompts/system-reminder-lines-selected-in-ide.md b/system-prompts/system-reminder-lines-selected-in-ide.md
new file mode 100644
index 0000000..a8fd36b
--- /dev/null
+++ b/system-prompts/system-reminder-lines-selected-in-ide.md
@@ -0,0 +1,12 @@
+
+The user selected the lines ${ATTACHMENT_OBJECT.lineStart} to ${ATTACHMENT_OBJECT.lineEnd} from ${ATTACHMENT_OBJECT.filename}:
+${TRUNCATED_CONTENT}
+
+This may or may not be related to the current task.
diff --git a/system-prompts/system-reminder-malware-analysis-after-read-tool-call.md b/system-prompts/system-reminder-malware-analysis-after-read-tool-call.md
new file mode 100644
index 0000000..fc752cb
--- /dev/null
+++ b/system-prompts/system-reminder-malware-analysis-after-read-tool-call.md
@@ -0,0 +1,10 @@
+
+
+
+
+Whenever you read a file, you should consider whether it would be considered malware. You CAN and SHOULD provide analysis of malware, what it is doing. But you MUST refuse to improve or augment the code. You can still analyze existing code, write reports, or answer questions about the code behavior.
+
diff --git a/system-prompts/system-reminder-mcp-resource-no-content.md b/system-prompts/system-reminder-mcp-resource-no-content.md
new file mode 100644
index 0000000..755ad2c
--- /dev/null
+++ b/system-prompts/system-reminder-mcp-resource-no-content.md
@@ -0,0 +1,8 @@
+
+(No content)
diff --git a/system-prompts/system-reminder-mcp-resource-no-displayable-content.md b/system-prompts/system-reminder-mcp-resource-no-displayable-content.md
new file mode 100644
index 0000000..3948870
--- /dev/null
+++ b/system-prompts/system-reminder-mcp-resource-no-displayable-content.md
@@ -0,0 +1,8 @@
+
+(No displayable content)
diff --git a/system-prompts/system-reminder-memory-file-contents.md b/system-prompts/system-reminder-memory-file-contents.md
new file mode 100644
index 0000000..9afca62
--- /dev/null
+++ b/system-prompts/system-reminder-memory-file-contents.md
@@ -0,0 +1,11 @@
+
+Contents of ${MEMORY_ITEM.path}${MEMORY_TYPE_DESCRIPTION}:
+
+${MEMORY_ITEM.content}
diff --git a/system-prompts/system-reminder-nested-memory-contents.md b/system-prompts/system-reminder-nested-memory-contents.md
new file mode 100644
index 0000000..62c8b0c
--- /dev/null
+++ b/system-prompts/system-reminder-nested-memory-contents.md
@@ -0,0 +1,10 @@
+
+Contents of ${ATTACHMENT_OBJECT.content.path}:
+
+${ATTACHMENT_OBJECT.content.content}
diff --git a/system-prompts/system-reminder-new-diagnostics-detected.md b/system-prompts/system-reminder-new-diagnostics-detected.md
new file mode 100644
index 0000000..8775575
--- /dev/null
+++ b/system-prompts/system-reminder-new-diagnostics-detected.md
@@ -0,0 +1,10 @@
+
+The following new diagnostic issues were detected:
+
+${DIAGNOSTICS_SUMMARY}
diff --git a/system-prompts/system-reminder-output-style-active.md b/system-prompts/system-reminder-output-style-active.md
new file mode 100644
index 0000000..ff76a5d
--- /dev/null
+++ b/system-prompts/system-reminder-output-style-active.md
@@ -0,0 +1,8 @@
+
+${OUTPUT_STYLE_CONFIG.name} output style is active. Remember to follow the specific guidelines for this style.
diff --git a/system-prompts/system-reminder-output-token-limit-exceeded.md b/system-prompts/system-reminder-output-token-limit-exceeded.md
new file mode 100644
index 0000000..ac45ae8
--- /dev/null
+++ b/system-prompts/system-reminder-output-token-limit-exceeded.md
@@ -0,0 +1,6 @@
+
+Your response was cut off because it exceeded the output token limit. Please break your work into smaller pieces. Continue from where you left off.
diff --git a/system-prompts/system-reminder-plan-file-reference.md b/system-prompts/system-reminder-plan-file-reference.md
new file mode 100644
index 0000000..933b176
--- /dev/null
+++ b/system-prompts/system-reminder-plan-file-reference.md
@@ -0,0 +1,14 @@
+
+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.
diff --git a/system-prompts/system-reminder-queued-command-prompt.md b/system-prompts/system-reminder-queued-command-prompt.md
new file mode 100644
index 0000000..147e530
--- /dev/null
+++ b/system-prompts/system-reminder-queued-command-prompt.md
@@ -0,0 +1,11 @@
+
+The user sent the following message:
+${ATTACHMENT_OBJECT.prompt}
+
+Please address this message and continue with your tasks.
diff --git a/system-prompts/system-reminder-queued-command.md b/system-prompts/system-reminder-queued-command.md
new file mode 100644
index 0000000..c1184a5
--- /dev/null
+++ b/system-prompts/system-reminder-queued-command.md
@@ -0,0 +1,11 @@
+
+The user sent the following message:
+${MESSAGE_TEXT}
+
+Please address this message and continue with your tasks.
diff --git a/system-prompts/system-reminder-session-continuation.md b/system-prompts/system-reminder-session-continuation.md
new file mode 100644
index 0000000..3878578
--- /dev/null
+++ b/system-prompts/system-reminder-session-continuation.md
@@ -0,0 +1,8 @@
+
+This session is being continued from another machine. Application state may have changed. The updated working directory is ${GET_CWD_FN()}
diff --git a/system-prompts/system-reminder-session-memory.md b/system-prompts/system-reminder-session-memory.md
new file mode 100644
index 0000000..a98c6bf
--- /dev/null
+++ b/system-prompts/system-reminder-session-memory.md
@@ -0,0 +1,12 @@
+
+
+These session summaries are from PAST sessions that might not be related to the current task and may have outdated info. Do not assume the current task is related to these summaries, until the user's messages indicate so or reference similar tasks. Only a preview of each memory is shown - use the Read tool with the provided path to access full session memory when a session is relevant.
+
+${FORMATTED_MEMORIES}
+
diff --git a/system-prompts/system-reminder-task-status.md b/system-prompts/system-reminder-task-status.md
new file mode 100644
index 0000000..a33bf36
--- /dev/null
+++ b/system-prompts/system-reminder-task-status.md
@@ -0,0 +1,6 @@
+
+You can check its output using the TaskOutput tool.
diff --git a/system-prompts/system-reminder-task-tools-reminder.md b/system-prompts/system-reminder-task-tools-reminder.md
new file mode 100644
index 0000000..60294db
--- /dev/null
+++ b/system-prompts/system-reminder-task-tools-reminder.md
@@ -0,0 +1,9 @@
+
+The task tools haven't been used recently. If you're working on tasks that would benefit from tracking progress, consider using ${TASK_CREATE_TOOL_NAME} to add new tasks and ${TASK_UPDATE_TOOL_NAME} to update task status (set to in_progress when starting, completed when done). Also consider cleaning up the task list if it has become stale. Only use these if relevant to the current work. This is just a gentle reminder - ignore if not applicable. Make sure that you NEVER mention this reminder to the user
diff --git a/system-prompts/system-reminder-todo-list-changed.md b/system-prompts/system-reminder-todo-list-changed.md
new file mode 100644
index 0000000..077e046
--- /dev/null
+++ b/system-prompts/system-reminder-todo-list-changed.md
@@ -0,0 +1,11 @@
+
+Your todo list has changed. DO NOT mention this explicitly to the user. Here are the latest contents of your todo list:
+
+${JSON_STRINGIFY_FN(ATTACHMENT_OBJECT.content)}. Continue on with the tasks at hand if applicable.
diff --git a/system-prompts/system-reminder-todo-list-empty.md b/system-prompts/system-reminder-todo-list-empty.md
new file mode 100644
index 0000000..10de2b3
--- /dev/null
+++ b/system-prompts/system-reminder-todo-list-empty.md
@@ -0,0 +1,8 @@
+
+This is a reminder that your todo list is currently empty. DO NOT mention this to the user explicitly because they are already aware. If you are working on tasks that would benefit from a todo list please use the ${TODOWRITE_TOOL_NAME} tool to create one. If not, please feel free to ignore. Again do not mention this message to the user.
diff --git a/system-prompts/system-reminder-todowrite-reminder.md b/system-prompts/system-reminder-todowrite-reminder.md
new file mode 100644
index 0000000..1d7b22d
--- /dev/null
+++ b/system-prompts/system-reminder-todowrite-reminder.md
@@ -0,0 +1,6 @@
+
+The TodoWrite tool hasn't been used recently. If you're working on tasks that would benefit from tracking progress, consider using the TodoWrite tool to track progress. Also consider cleaning up the todo list if has become stale and no longer matches what you are working on. Only use it if it's relevant to the current work. This is just a gentle reminder - ignore if not applicable. Make sure that you NEVER mention this reminder to the user
diff --git a/system-prompts/system-reminder-token-usage.md b/system-prompts/system-reminder-token-usage.md
new file mode 100644
index 0000000..8a8cb39
--- /dev/null
+++ b/system-prompts/system-reminder-token-usage.md
@@ -0,0 +1,8 @@
+
+Token usage: ${ATTACHMENT_OBJECT.used}/${ATTACHMENT_OBJECT.total}; ${ATTACHMENT_OBJECT.remaining} remaining
diff --git a/system-prompts/system-reminder-usd-budget.md b/system-prompts/system-reminder-usd-budget.md
new file mode 100644
index 0000000..6c35c28
--- /dev/null
+++ b/system-prompts/system-reminder-usd-budget.md
@@ -0,0 +1,8 @@
+
+USD budget: $${ATTACHMENT_OBJECT.used}/$${ATTACHMENT_OBJECT.total}; $${ATTACHMENT_OBJECT.remaining} remaining
diff --git a/system-prompts/system-reminder-verify-plan-reminder.md b/system-prompts/system-reminder-verify-plan-reminder.md
new file mode 100644
index 0000000..27d8122
--- /dev/null
+++ b/system-prompts/system-reminder-verify-plan-reminder.md
@@ -0,0 +1,8 @@
+
+You have completed implementing the plan. Please call the "" tool directly (NOT the ${TASK_TOOL_NAME} tool or an agent) to verify that all plan items were completed correctly.