--- name: 'step-04-mark-in-progress' description: 'Synchronize in-progress status with sprint tracking when available' nextStepFile: './step-05-implement-task.md' --- Load the FULL file: {{sprint_status}} Read all development_status entries to find {{story_key}} Get current status value for development_status[{{story_key}}] Update the story in the sprint status report to = "in-progress" 🚀 Starting work on story {{story_key}} Status updated: ready-for-dev → in-progress â¯ī¸ Resuming work on story {{story_key}} Story is already marked in-progress âš ī¸ Unexpected story status: {{current_status}} Expected ready-for-dev or in-progress. Continuing anyway... Store {{current_sprint_status}} for later use â„šī¸ No sprint status file exists - story progress will be tracked in story file only Set {{current_sprint_status}} = "no-sprint-tracking" ## Next - Read fully and follow: `./step-05-implement-task.md`.