qsd-pause-work

Creates a timestamped .continue-here.md handoff and commits it as WIP.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/thecomputer07/qsd --skill qsd-pause-work
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qsd-pause-work
Source: https://github.com/thecomputer07/qsd/tree/main/skills/qsd-pause-work
Command: npx skills add https://github.com/thecomputer07/qsd --skill qsd-pause-work

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pausing work mid-phase often leads to lost context and duplicates of effort; this skill creates a structured handoff to preserve complete state for seamless resumption.

Core Features & Use Cases

  • Handoff file generation: creates a timestamped .continue-here.md containing phase, decisions, blockers, and remaining work.
  • State capture workflow: detects current phase and gathers essential state from recent activity.
  • Git-based protection: commits the handoff as a WIP to prevent loss and facilitate review.
  • Resume guidance: provides explicit steps to reload state and continue the paused workflow.

Quick Start

Follow the pause-work workflow from @$HOME/.claude/qsd/workflows/pause-work.md to generate the handoff and commit.

Frequently Asked Questions about qsd-pause-work

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save my work state before pausing to avoid losing context?

To save your work state before pausing, you need a structured handoff mechanism. This workflow detects the current phase, collects complete state, writes a timestamped handoff file, and commits it as a WIP to prevent context loss.

How does a git checkpoint workflow handle mid-phase work handoffs?

A git checkpoint workflow handles mid-phase handoffs by creating a timestamped .continue-here.md file capturing your phase, decisions, and blockers, then committing it as a WIP. This provides deterministic steps to resume without losing progress.

What is the best way to resume work after a long pause without forgetting decisions?

The best way to resume work after a pause is using a structured handoff file. It provides explicit reload steps and captures remaining work, ensuring you recover complete state and continue exactly where the workflow was paused.

Does the pause work handoff workflow require any specific dependencies or components?

No, the pause work handoff workflow requires no specific dependencies or external components. It operates independently by generating a markdown handoff file and leveraging standard git commits to protect your work state.

When should I not use a git commit for pausing work?

You should not use a git commit for pausing work if your project restricts intermediate WIP commits or lacks git version control. The workflow relies on committing a handoff file to prevent state loss during work resumption.