finish

Generate session wrap-up reports from Arc state and verification files.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/cmtkdot/arc --skill finish-cmtkdot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finish
Source: https://github.com/cmtkdot/arc/tree/main/skills/finish
Command: npx skills add https://github.com/cmtkdot/arc --skill finish-cmtkdot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool automatically creates a concise session wrap-up that captures what was completed, what remains, and prepares handoff notes for the next session or team members.

Core Features & Use Cases

  • Generate a comprehensive session summary including completed beads/tasks, verification status, and current Git state.
  • Produce clear handoff notes to hand over context, decisions, and next steps to teammates or the next session.
  • Offer cleanup recommendations and a reproducible record of the session for auditing and review.

Quick Start

Ask the agent to generate a session finish report with a summary and handoff notes.

Frequently Asked Questions about finish

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

FAQPage Schema
How do I generate a session summary with handoff notes for my development team?

To generate a session summary, the tool reads local .arc state files, verification outputs, and Git status to produce a concise wrap-up report detailing completed work, verification results, and handoff notes for teammates.

What is the best way to automate session wrap-up reports in interactive projects?

Automating session wrap-up reports involves reading configuration and state data from local .arc files to compile completed tasks, current Git state, and next steps into a reproducible record for auditing and review.

Does the session summary tool require specific state files to produce a handoff report?

Yes, generating the handoff report requires reading local .arc/config.json, .arc/state.json, and .arc/team-ledger.json files to populate the summary with accurate session context and verification results.

Can I get cleanup recommendations and next steps when closing a development session?

Yes, closing a development session provides cleanup recommendations and suggests next steps by analyzing your current Git status and verification outputs captured during the interactive project workflow.

How does session verification status get included in a handoff summary?

Session verification status is included by reading verification outputs and local team-ledger files, ensuring the generated summary accurately reflects completed tasks and current project state for the next session.