agent-completion-report

Generates delta completion reports summarizing goals, hypotheses, and knowledge updates across sessions.

5|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/zkysar1/Claude-Mind --skill agent-completion-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-completion-report
Source: https://github.com/zkysar1/Claude-Mind/tree/main/.claude/skills/agent-completion-report
Command: npx skills add https://github.com/zkysar1/Claude-Mind --skill agent-completion-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The agent dashboard requires a concise delta of changes since the last status report to stay current and informative.

Core Features & Use Cases

  • Delta of goals completed and aspirational progress across sessions
  • Hypotheses resolved, knowledge-tree updates, guardrails counts, and reasoning patterns
  • Generates and saves reports to <agent>/reports/ and updates <agent>/COMPLETION-REPORT.md

Quick Start

Activate the agent-completion-report skill to generate a delta completion report since the last status update and save it to the agent's reports directory.

Frequently Asked Questions about agent-completion-report

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a delta status report for an autonomous agent across multiple sessions?

A delta completion report summarizes changes since the last status update by capturing goals completed, hypotheses resolved, knowledge-tree updates, and reasoning patterns across multi-session timelines to keep an agent dashboard current.

What is a delta completion report for autonomous agents?

A delta completion report summarizes changes since the last status update by capturing goals completed, hypotheses resolved, knowledge-tree updates, and reasoning patterns across multi-session timelines to keep an agent dashboard current.

Can I track knowledge-tree updates and resolved hypotheses across agent sessions?

You can track knowledge-tree updates by generating a delta completion report that automatically captures resolved hypotheses, guardrails counts, and knowledge updates across multi-session timelines and saves them to the reports directory.

What data do I need to automate agent completion reporting?

You need access to agent session data and framework scripts to automate delta completion reporting, which then outputs per-agent and latest pointer reports directly to the agent reports directory.

Does the agent delta report save updates to a specific file format?

The agent delta report saves updates as markdown files, specifically writing detailed reports to the agent reports folder and updating the main COMPLETION-REPORT.md file with the latest status pointer.