| name | save-progress |
| description | Save current progress, plan, and thinking to `current_progress.md`. Use when Codex should write a resumable checkpoint for the current task, status, decisions, todo list, and next steps. |
Please save your current state to a file named current_progress.md in the project root directory. This checkpoint will allow continuation of work in a future session.
Include the following sections in the file:
Current Task
A brief description of what you're working on
Completed Steps
List all steps you've completed so far, including:
- Files created or modified
- Commands executed
- Issues resolved
- Tests written or run
Current Status
Your current position in the task:
- What you just finished
- What you're working on now
- Any blockers or issues encountered
Next Steps
Clear, actionable steps for continuing the work:
- Immediate next action
- Remaining tasks in order
- Any dependencies or prerequisites
Context and Decisions
Important context that would be needed to continue:
- Key decisions made and why
- Architectural choices
- Patterns or conventions being followed
- Any technical debt or compromises
Todo List
If you have an active todo list, include its current state
Notes
Any other relevant information, warnings, or considerations
After writing the file, confirm its location and provide a brief summary of what was saved.
If any next steps are given here, also include them in the current_progress.md file.