Rename OUTSTANDING_ITEMS.md to BACKLOG.md, add ROADMAP.md and /help - #23
Merged
Conversation
Design doc for renaming OUTSTANDING_ITEMS.md to BACKLOG.md, adding a new ROADMAP.md stub, and a new /session-continuity:help command that explains the plugin's purpose and each file's intent.
Resolve Step 3b/3c contradiction, add missed primer.md Step 7/8 touchpoints, fix file-count arithmetic, and clarify two vague phrases.
14-task plan implementing the approved spec: rename OUTSTANDING_ITEMS.md to BACKLOG.md with automatic migration, add ROADMAP.md, add /session-continuity:help, and dogfood the migration on this repo.
Fix nested-fence markdown corruption in Task 3's help.md content block, resolve an ambiguous step-number instruction in Task 5, align Task 5/13's migration intro-line rewrite with Task 1's template (avoid redundant "Backlog...Backlog" phrasing on migrated files), and switch every grep '...\|...' alternation to grep -E (BSD/macOS grep doesn't support \|).
…ITEMS.md installs
…_ITEMS.md installs
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.
Summary
.session-continuity/OUTSTANDING_ITEMS.mdtoBACKLOG.mdeverywhere (template, commands, hooks, skill docs, README, CHANGELOG), with an automatic migration path (primer.md's new Step 3c, plus asession-start.shnudge) for existing installs still on the old filename..session-continuity/ROADMAP.mdfile — freeform Now/Next/Later strategic direction, distinct from BACKLOG's numbered tactical queue./session-continuity:help— explains the plugin's purpose and what each of the five files is for; its command list is generated at runtime from each command's own frontmatter so it can't drift..session-continuity/instance as proof the migration path works.0.21.1→0.22.0.Test plan
shellcheck hooks/session-start.shcleansession-start.shelif branch against a scratch repocommands/doctor.md's file-existence loop against this repo (all 5 files report EXISTS)OUTSTANDING_ITEMS/"four files"/"six commands" referenceSpec:
meta/superpowers/specs/2026-08-31-backlog-roadmap-help-design.mdPlan:
meta/superpowers/plans/2026-08-31-backlog-roadmap-help.md