Feature Progress Tracking

Keeping a feature's state true while it is being built: one status per resource with defined transitions, a validation line required before anything reaches done, and a persisted record current enough that another agent or another session can resume from it without asking. Use when a feature spans more than one sitting, when someone else may pick the work up, when the answer to "where are we" is a summary of the conversation, when resources are marked done because code was written for them, when a blocker has been open long enough that nobody remembers what it needs, or when a plan and the code have silently diverged. Does not implement the resources (feature-execution), does not decide what counts as a resource (feature-decomposition), and does not perform the final review (feature-readiness-review).

robsonkades c320d61 3 files · 15.6 KB Updated

File contents

robsonkades/agent-skills/tree/main/skills/feature-progress-tracking commit c320d6148f

Frequently asked questions

npx skillmds@latest add robsonkades/feature-progress-tracking