unpark
Resume work from a parked handoff
What this skill does
# Unpark Resume work from a parked handoff document, or read a wrapped close-out record as reference. ## Process ### 1. Find Handoff Check parking locations in order: 1. Project `CLAUDE.md` -> `## Handoffs` or `## Parking` -> `Location:` 2. User `~/.claude/CLAUDE.md` -> same lookup 3. Default: `.parkinglot/` in project root If multiple files exist, group them by mode and list: ``` Active handoffs: (A) jwt-authentication.md - Parked 2026-05-06 (B) fix-login-bug.md - Parked 2026-05-04 Wrapped (reference only): (C) sanitation-skill-fix-wrapped.md - Wrapped 2026-03-30 (D) confirm-dotfiles-work-role-wrapped.md - Wrapped 2026-04-12 (E) Other location ``` Detect group by filename suffix (`-wrapped.md`) and the file's first heading (`Parked:` vs `Wrapped:`). Filename and heading should agree; if they disagree, trust the heading and note the mismatch. ### 2. Branch on Mode After the user picks a file, read it and check the first heading. - `# Parked:` -> continue with **Continuation Flow** below - `# Wrapped:` -> switch to **Reference Flow** below ### Continuation Flow #### 2a. Read and Present Read the handoff and present a summary: ``` Resuming: [Topic] Parked: [Date] Branch: [branch] Current state: [Brief summary] Next steps: 1. [Step 1] 2. [Step 2] ``` #### 2b. Validate Check that the handoff is still valid: - [ ] Git branch matches (or can be checked out) - [ ] Worktree exists (if specified) - [ ] Key files still exist - [ ] Decisions still seem relevant #### 2c. Handle Validation Results **If valid:** ``` Validation passed. Ready to continue with: [first next step] Proceed? (A) Yes, continue (B) Review the full handoff first (C) Adjust the plan ``` **If stale or invalid:** ``` Validation found issues: - [Issue 1] - [Issue 2] Options: (A) Update handoff and try again - I'll revise based on current state (B) Start fresh - discard this handoff (C) Continue anyway - I understand the context has changed ``` If option A: update the handoff file with current findings, then recommend unparking again. ### Reference Flow For `Wrapped:` files. No validation runs by default. Present the file as a reference: ``` This is a close-out record, not a handoff. Showing it as reference. Wrapped: [topic] Date: [...] Outcome: [first paragraph from Outcome section] Options: (A) Read the full record (B) Start fresh work building on this (invokes brainstorming with this doc as context) (C) Treat as continuation anyway (runs full validation despite the heading) ``` Option (A): print the file contents as a reference, no further action. Option (B): invoke `superpowers:brainstorming` and pass the wrapped doc's path as starting context. Option (C): rare escape hatch. Treat the file as if it were a continuation and run the validate step from the Continuation Flow. Useful if the user wrapped something prematurely. ## Session Chains Both `Parked:` and `Wrapped:` files include a `Session:` field. Session tracking tools can use this to link work across sessions: ``` Session A (parked) -> handoff.md -> Session B (unparked) -> parked again -> ... Session A (wrapped) -> wrapped.md -> [end of chain, unless treated as continuation] ``` ## Edge Cases - **Branch doesn't exist:** Offer to create it or pick a different branch. - **Files deleted:** Note in validation, may still be able to continue. - **Handoff is very old:** Extra scrutiny on decisions, they may need revisiting. - **Filename/heading mismatch:** Trust the heading. Note the mismatch to the user. - **Legacy `Parked:` file with old shape (Resume Prompt at bottom):** Works fine. The validation flow does not depend on section order.
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.