feat(commands): add /sidenote to park a thought without derailing the current task#19
Merged
Merged
Conversation
… current task A passing thought dropped mid-task reads as a new request, so the agent rushes the big task to get to it. /sidenote reframes it as a parked later-task: log it verbatim to .claude/sidenotes.md, one-line ack, resume with scope and pace unchanged. Bare /sidenote flushes the list. Wired into the installer (copy on install, remove on uninstall) and documented in the README alongside /scalable, including the plain-text SIDENOTE: prefix for agents without slash commands.
…times-i-think-about
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a
/sidenoteslash command: a way to jot a passing thought mid-task without the agent treating it as a new request and rushing the current work to "get to" it.The command reframes the queued message as a parked later-task, not a now-task:
.claude/sidenotes.md(durable across compaction and session end — Claude Code has no native instruction-parking store to reuse)./sidenoteflushes the open list back to you.Changes
commands/sidenote.md— the command (auto-discovered as/sidenote, like/scalable).bin/install.js— copies it on install, removes it on--uninstall(verified round-trip).README.md— new section + intro line, including the plain-textSIDENOTE:prefix convention for agents without slash commands.Verification
npm run check-syncgreen (single-sourceCLAUDE.mduntouched).sidenote.mdalongsidescalable.md, uninstall removes it cleanly.