self-message
Installation
SKILL.md
Self-Message
You can send yourself a continuation message to start a fresh agentic loop within the same session. This resets your reasoning frame while preserving full conversation context.
This is NOT a subagent. It's a new turn for YOU — same session, same context, new frame.
How It Works
- Send your self-message using the bundled script
- Finish your turn normally (stop responding)
- A Stop hook intercepts your stop, reads the message, deletes it
- The hook returns
{"decision": "block", "reason": "<your message>"} - You receive the message as context and start a new agentic loop
bash ${CLAUDE_SKILL_DIR}/scripts/self-message.sh "Reassess: the recursive approach hit a dead end. Try iterative with memoization instead."