feat: /pause and /resume skills for cross-session long-task continuation#175
Merged
Conversation
…g, profiles, structure
…or flow consistency
…count, Capture profile exception
…rite/session-init failures, add 'พัก' keywords, cross-reference AUTO-SUMMARY skip conditions
3 tasks
kengio
added a commit
that referenced
this pull request
May 12, 2026
… (#176) * docs(readme): add /pause and /resume to skills list - Add /pause and /resume rows to MAINTAIN tier near /wrapup - Add 'Pausing long work across sessions' paragraph in Automatic Session Saving section - Bump skill count 29+ → 31+ in 3 places (intro card, feature table, commands heading) PR #175 added the skills + INSTRUCTIONS.md + PLUGIN-CHANGELOG but missed README. * docs(readme): add 🆕 badges to recently-added skills (1-week temporary) Mark /search, /pause, /resume, /schedule-add, /schedule-once, /schedule-list, /schedule-remove with 🆕 so first-time README readers can spot the new skills. Includes HTML comment with cleanup date (2026-05-19) per user request to remove after 1 week. * docs(readme): switch 🆕 emoji to shields.io green NEW badge GitHub-success-green flat-square badge reads better in tables than the emoji. Updated cleanup comment to reference the shields.io badge.
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
/pauseskill — save snapshot of long-running work mid-flight (does NOT clear context; user runs/clearmanually)/resumeskill — load latest snapshot of active pause thread in a fresh session (idempotent in same session)/wrapupwith Step 0 thread detection + Thread Wrapup Branch (consolidates pause files + checkpoints into ONE session log)/wrapup"n" branch (3 skip conditions prevent noise)07-logs/pause/with_active.mdpointer + per-thread snapshot files/doctoradds 3 pause-thread health checks (orphan pointer, missing pointer, idle > 14d)Closes the gap between auto-checkpoint (involuntary snapshot) and
/wrapup(terminal) for multi-day work that should consolidate into one session log.Design + plan
01-projects/onebrain/shared/2026-05-12-pause-resume-skill-design.md(in OneBrain vault)01-projects/onebrain/shared/2026-05-12-pause-resume-skill-plan.md(in OneBrain vault)Version
Bumped to v2.4.10 (main was already at v2.4.9 — single sequential bump applied).
Test plan