Skip to Content
Core WorkflowsCompletion Reports

Completion Reports

A Completion Report captures what changed, why it changed, how it was verified, and what remains. The agent writes one after finishing a plan, shipping a user-visible change, or completing a risky refactor or bug fix; you review the result.

Using it with AI agents

Ask your AI agent something like:

  1. “Submit the work you just finished as a Completion Report”
  2. “Write a completion report for this task”

The agent summarizes the work, verification results, and quality score into a report. Humans review and sign off from the list view.

Completion report detailCompletion report detail

The detail view shows the report status, review status, and quality score alongside the work summary, the linked plan, and the change scope (branch, commit, files, and line counts).

What a report includes

  • Purpose — why this work was needed
  • Scope — which areas/modules were touched
  • Verification — the exact commands that were run and whether they passed
  • Risks / follow-ups — potential side effects or remaining work

A good report is specific (names the feature/bug and why it mattered), verifiable (commands + results), scoped (states what was intentionally not changed), and actionable (calls out follow-ups).

Report status

StatusMeaning
COMPLETEDAll verification passed, requirements fully met
PARTIALPartially done, additional work needed
FAILEDVerification failed or key requirements not met

Review status

Separate from the outcome (report status above), a report has a review status that shows whether the change needs a code review and how far the review has progressed.

Review statusMeaning
NOT_NEEDEDReview not needed
REQUIREDReview needed (not started)
IN_REVIEWReview in progress (open items remain)
COMPLETEDReview complete (all linked code reviews done)

Quality score

The agent self-assesses on a 0–100 scale.

ScoreMeaning
90–100All verification passed, requirements fully met
70–89Minor gaps, but functionally complete
0–69Verification failed or key requirements not met

Common scenarios

  • Review completed quality — check quality score, verification results, change scope, and work summary.
  • Audit work history — search/filter work by period or agent (e.g. work claude-main finished last week, reports below quality 70).
  • Investigate failures — review FAILED/PARTIAL reports and escalate recurring issues to a Post-mortem.

After completion — also review

Don’t stop at the completion report. Immediately consider a Co-action (is there knowledge to hand off?) and a Post-mortem (was there a reproducible failure?).

Last updated on