shine-pause-work

Generate a timestamped .continue-here.md handoff file and Git WIP commit when pausing work.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/diShine-digital-agency/SHINE-Code-System --skill shine-pause-work
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shine-pause-work
Source: https://github.com/diShine-digital-agency/SHINE-Code-System/tree/main/skills/shine-pause-work
Command: npx skills add https://github.com/diShine-digital-agency/SHINE-Code-System --skill shine-pause-work

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create context handoff by generating a .continue-here.md file to preserve complete work state when pausing mid-phase.

Core Features & Use Cases

  • Phase detection from recent files to identify current work phase
  • Handoff file creation with timestamp and all relevant state (phase, progress, decisions, blockers)
  • Git commit as WIP and explicit resume instructions for a seamless continuation
  • Works across sessions to maintain continuity

Quick Start

Run the pause-work workflow to generate a handoff file and commit a WIP state for seamless resumption.

Frequently Asked Questions about shine-pause-work

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

FAQPage Schema
How do I preserve work state when pausing mid-phase in a development session?

A handoff file preserves complete work state by capturing your current phase, completed work, remaining tasks, decisions, and blockers in a timestamped file. It provides full session continuity by recording all relevant context alongside a Git WIP commit and explicit resume instructions.

How do I create a Git WIP commit with resume instructions for session continuity?

Run the pause-work workflow to generate a .continue-here.md handoff file containing your work state and resume instructions, then execute a Git WIP commit. This saves your mid-phase progress and provides explicit steps for continuing the work later.

What is a handoff file and how does it maintain session continuity for incomplete work?

A handoff file is a timestamped .continue-here.md document that maintains session continuity by recording the current work phase, completed tasks, remaining items, decisions, and blockers. It provides explicit resume instructions so you can seamlessly pick up incomplete work across different sessions.

Do I need a local repository to generate a work state handoff file and Git WIP commit?

Yes, you need a local repository to generate the handoff file and execute the Git WIP commit. The pause-work workflow script requires local repository access to detect the current work phase from recent files and commit the work-in-progress state.

What's the best way to track remaining tasks and blockers when stopping work midway?

The best way to track remaining tasks and blockers when stopping midway is to consolidate them into a timestamped .continue-here.md handoff file. This approach captures your current phase, decisions, and blockers alongside a Git WIP commit for complete state preservation.