| name | continue-progress |
| description | Read current_progress.md and continue from there. Use when a project has a `current_progress.md` checkpoint and Codex should restore the saved context, resume the next steps, and keep the file updated while working. |
Please read the current_progress.md file from the project root directory and continue the work from where it was left off.
Follow these steps:
- Read and analyze the
current_progress.md file
- Understand the context, completed steps, and current status
- Review any decisions or architectural choices that were made
- Restore the todo list if one exists
- Identify the next immediate action from the "Next Steps" section
- Begin working on the next steps, picking up seamlessly from where the previous session ended
If the file doesn't exist, inform the user and ask what task they'd like to work on.
When continuing, acknowledge:
- What was previously accomplished
- What you're about to work on next
- Any important context you're carrying forward
Then proceed with the work without requiring additional confirmation unless there are ambiguities or decisions to be made. Update the file as you go too.