| name | progress-tracker |
| description | Use when tracking build progress across sessions — a living checklist updated as features complete, so a new session knows exactly where work left off without re-explaining. |
progress-tracker
Overview
A living checklist mirroring the build-plan, updated as features complete. At the start of any session the agent reads it and knows precisely where things stand — no re-explaining. Maintained alongside the remember skill.
Lives at context/progress-tracker.md.
When to use
- Start of every session — read it first to re-anchor.
- After completing any feature — check it off.
What goes in it
- Checkbox per feature, grouped by the
build-plan phases.
- Status — done / in-progress / blocked.
- Notes — one line on anything non-obvious (a deviation, a blocker, the next step).
How to maintain
Tick boxes the moment a feature is done (the remember skill does this at session end). Keep it a checklist, not a journal — decisions/context go in memory.md, position goes here.
Common mistakes
- Letting it drift from reality → if it says done but isn't, the next session builds on a lie. Keep it honest.
- Turning it into a changelog → it's a position tracker. One line per feature, not a story.