← ClaudeAtlas

parklisted

Save current work context for later resumption
technicalpickles/pickled-claude-plugins · ★ 10 · AI & Automation · score 74
Install: claude install-skill technicalpickles/pickled-claude-plugins
# Park Save the current work session. Park has three modes. Pick one, write that shape, do not mix. ## Modes | Mode | Use when | Heading | Filename | |------|----------|---------|----------| | **Continuation** | Bouncing to a new session, work continues | `Parked:` | `[topic-slug].md` | | **Close-out** | Work is done, capturing a record before walking away | `Wrapped:` | `[topic-slug]-wrapped.md` | | **Idle checkpoint** | Automated park triggered by inactivity/cache-expiry, not a user request | `Checkpoint:` | `[topic-slug]-checkpoint.md` | ## Mode Detection Pick one mode by checking these signals in order. Stop at the first one that resolves. 0. **Automated trigger.** If the invoking prompt explicitly identifies itself as an automated/idle-triggered park (e.g. names a watchdog, cron, or "idle-triggered" rather than a person asking) → idle checkpoint. Skip every other signal below — this must resolve without asking, since automated callers run headless and cannot answer a question. 1. **Explicit user hint.** - "park, I'm done" / "wrap this up" / "park to close it out" / "park as record" → close-out - "park, switching sessions" / "park to continue" / "park, picking back up later" → continuation 2. **Terminal-state inference.** If all major next steps are done, no blockers remain, and the current state reads as terminal → close-out. If concrete unfinished next actions exist → continuation. 3. **Ambiguity fallback.** Use the AskUserQuestion tool with one A/B question