backlog-resume
Check for in-progress work on session start. Use when beginning a new session in a project with backlog.org. Triggers automatically at session start or when user says "what was I working on?", "resume", "continue", or "where did I leave off?". Surfaces WIP tasks and handoff notes to enable seamless session continuity.
What this skill does
# Backlog Resume This skill checks for in-progress work when starting a new session, implementing the "hook pattern" from gastown - if there's work on your hook, you should run it. ## Prerequisites **Before triggering, check that `backlog.org` exists in the project root.** If `backlog.org` does not exist, do NOT trigger this skill. The project hasn't been set up with the backlog system yet. Silently skip - don't suggest setup or explain why the skill isn't running. ## When to Offer This Workflow **Trigger conditions:** - `backlog.org` exists in the project root, AND - Starting a new session in a project with `backlog.org` - User asks "what was I working on?", "resume", "continue" - User says "where did I leave off?" **Initial check:** Read `backlog.org` and look for WIP tasks in the Active section. ## Workflow ### 1. Check for WIP Tasks Read `* Current WIP` > `** Active` section in backlog.org. Look for tasks with state `WIP` (work in progress). ### 2. Surface Handoff Notes and Claude Task State For each WIP task found: - Read the `:HANDOFF:` property - Read recent progress notes (entries starting with `[YYYY-MM-DD]`) - Check for `:CLAUDE_TASK:` property **If `:CLAUDE_TASK:` exists:** - Note the Task List ID for cross-session coordination - Check if there are related Tasks or dependencies - This task has agent coordination enabled ### 3. Present Resume Option If WIP task(s) found, display: ``` ## Work in Progress Found active work from previous session: ### [TASK-ID] Task Title **Handoff notes:** > <content of :HANDOFF: property> **Recent progress:** > <last progress note> **Claude Task:** <task-list-id>/<task-id> (if present) Continue working on this task? ``` The Claude Task link (if present) enables cross-session coordination. Follow the link to check for any updates from subagents or other sessions. ### 4. Quick Consistency Check While reviewing backlog.org, perform a lightweight consistency check: **Stale entries:** - If any tasks show `*** DONE` in backlog.org, they should have been removed - Suggest: "Found completed task [ID] still in backlog. Remove it?" **Design doc drift:** - For WIP/TODO tasks with `:DESIGN:` links, spot-check the source doc - If the source doc shows the task as `** DONE` but backlog shows TODO/WIP: - Suggest removing the stale backlog entry - If the design doc `#+STATUS:` is Complete but tasks are still in backlog: - Suggest running `/reconcile-backlog` to clean up This catches drift early without running a full reconciliation. ### 5. If No WIP Tasks Check if there are TODO tasks in Active section: ``` ## Ready to Start No work in progress. Active queue: 1. [TASK-ID-1] Task title 2. [TASK-ID-2] Task title Start one of these tasks? ``` ### 6. Handle Response - If user wants to continue: Run `/task-start <task-id>` - If user wants different task: Queue or start the requested task - If user declines: Proceed with whatever they want to do ## Example ``` User: <starts session> Claude: "Checking backlog.org for in-progress work... ## Work in Progress Found active work from previous session: ### [DAB-005-01] Implement handoff notes **Handoff notes:** > Stuck on property format. Check org-mode docs for multi-line properties. **Recent progress:** > [2026-01-03] Started implementation. Template updated. Continue working on this task?" ``` ## Related Commands | Command | When to use | |---------|-------------| | `/task-start <id>` | Resume the WIP task | | `/task-queue <id>` | Add a new task to Active | | `/task-hold <id> <reason>` | If task is blocked |
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.