eliteforge-task-progress-tracker
Installation
SKILL.md
Task Progress Tracker
Goal
For each concrete requirement, keep one markdown task file under the selected task directory and update it as work progresses. The default directory is docs/tasks/.
The task file is also the interruption recovery anchor: after every meaningful change, create a git commit and write the commit id into the related step note.
Use This Skill When
- The user wants the agent to make a plan before coding.
- The user wants TODOs, current status, or progress persisted in the repo.
- The user asks to keep updating task state while the agent is working.
- The user wants work to be resumable after interruption.