← ClaudeAtlas

task-closeoutlisted

Use at the end of every task, once all Steps and Verify in docs/current-state.md pass, when the inline Closeout section in current-state.md isn't enough on its own — e.g. you need the full verification table, the exact per-artifact-type verification method, or the commit-sequencing note for step 1c (promoting Next Task -> Current Task). For the common case, current-state.md's own Closeout section already has enough detail and this Skill isn't needed. Do NOT use for module completion (all tasks in a module done — see module-completion-check) or sprint documentation sync (3 pending sprint-change-log.md entries — see sprint-doc-sync).
uchetsai-creator/project_starter_v5 · ★ 0 · AI & Automation · score 68
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