Checkpoint & Resume Skill Pattern for saving workflow state and resuming after interruption. When to Load This Skill - Starting a workflow that might be interrupted - Resuming after - Recovering from crashes or timeouts Core Concept The dotagent workflow uses file-based state that survives session interruption: Checkpoint Files Phase Checkpoint: Execution Checkpoint: See executor agent for detailed schema with: - Task status tracking - Timestamps (started at, completed at) - Output file paths for verification Resume Protocol Step 1: Detect Resume Scenario Step 2: Validate State Integrity Step…