Resume work from saved checkpoint or progress document
sonnetworkflow/# Resume Work Resume work after a break, context clear, or session handoff. ## Process ### Step 1: Check for Checkpoints (Automatic) **Before asking for input**, check for saved checkpoints: **If checkpoint found**: 1. Read it completely 2. Present summary to user: 3. If user confirms, use checkpoint as the document 4. If user provides different path, use that instead **If no checkpoint found**: - Ask user for document path ### Step 2: Get Document Path The user will provide a path to a checkpoint, plan, or progress document. This document contains all context about previous ...