← ClaudeAtlas

update-implementation-reportlisted

Use only when an invoking caller supplies a verified current implementation outcome and the thread's singleton `implementation-report.md` must be created or merged in place to describe that outcome.
Jei-sKappa/antmay · ★ 0 · Data & Documents · score 69
Install: claude install-skill Jei-sKappa/antmay
# Update Implementation Report Format and merge the caller-supplied current outcome into the thread's implementation report. You own only this bounded side effect: shaping the report and merging in place so it describes the thread's CURRENT implementation outcome. ## Precondition and refusal Act only when the caller supplies the current outcome to record: what was completed, partially completed, blocked, or found already satisfied; a description of the resulting changes; the checks actually performed and their results; and any deviations, remaining concerns, and follow-ups. If no caller-supplied outcome is given, refuse and write nothing — you never inspect code, rerun checks, or decide whether the implementation succeeded. ## Report contract The report lives at the thread root as `implementation-report.md`. Write it in this order: ```markdown # Implementation report Source: <seed.md, plan.md, or spec.md> ## Outcome <what was completed, partially completed, blocked, or found already satisfied> ## Changes <concise description of the resulting code, tests, configuration, and living-document changes> ## Verification <checks actually performed and their results> ## Deviations and judgment calls <material differences from the input and choices made within granted freedom> ## Remaining concerns <known risks, unresolved limitations, or blockers> ## Follow-ups <work discovered but intentionally left outside this implementation> ``` `Source`, `## Outcome`, `## Chan