# WDS Workflow Status - Progress Check Instructions
You MUST have already loaded and processed: wds-workflow-status/workflow.yaml
Communicate in {communication_language} with {user_name}
Look for {output_folder}/wds-workflow-status.yaml
Exit workflow
Load and parse wds-workflow-status.yaml
For each phase in workflow_status:
- Check if folder exists in docs/
- Check if expected artifacts exist
- Update status (complete/in-progress/pending)
Identify:
- completed_phases: Phases with all artifacts
- current_phase: First incomplete required phase
- next_agent: Agent for current phase
- blocked_phases: Phases waiting on dependencies
What would you like to do?
1. **Continue** {{current_phase.name}} with {{current_phase.agent}}
2. **Jump to** a different phase
3. **View** phase details
4. **Exit** - I'll come back later
Choice [1/2/3/4]:
Which phase?
{{#each available_phases}}
{{this.number}}. {{this.name}} ({{this.status}})
{{/each}}
Choice:
Which phase to view?
{{#each phases}}
{{this.number}}. {{this.name}}
{{/each}}
Choice: