task-closeoutlisted
Install: claude install-skill uchetsai-creator/project_starter_v5
# Task Completion
**Workflow: Task completed → minimal writes only. Sprint completed → synchronize all documentation.**
Do NOT update changelog.md, project-plan.md, codebase-map.md, or any spec/architecture/business document after a single task — defer to Sprint Documentation Sync.
## Mandatory post-task steps (every task)
1. **Apply Doc Checklist, then update `docs/current-state.md`** (1 edit block, in this order):
a. Apply each item in `docs/current-state.md → Doc Checklist` — update the listed doc files now.
These are the only doc updates that happen at task level. Do not open the full Document Update Checklist in AGENTS.md.
b. In `docs/current-state.md`, while Current Task is still the old task:
- Set **Status** to `Complete — Pending Sprint Doc Sync`
- Mark completed steps `[x]`
c. Now promote Next Task → Current Task:
- Copy **Next Task** → **Current Task** (name, goal)
- Look up the task after upcoming in project-plan.md → write it into **Next Task**
(upcoming → Current Task; the task after upcoming → Next Task)
- Update **Required Context** for the new current task
- Update **Doc Checklist** → already filtered when this task was set up; replace with filtered list for the new task
- Set **Status** to `In Progress`
> Note: `current-state.md → Closeout` omits Step 1c for brevity — the authoritative procedure is here.
> **Commit before 1c if this task touched source files.** `.githooks/pre-com