Agent skill
finish
Use when the user indicates a session is ending, says 'done' or 'wrap up', asks for a summary of completed work, or wants handoff notes for the next session.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/finish-cmtkdot-arc
SKILL.md
Finish
Produce a session summary covering completed work, verification status, git state, and outstanding items.
Instructions
Step 1: Gather Session State
Read from .arc/config.json if present:
- User preferences (worktree root, baseline, provider mode)
Read from .arc/state.json if present:
- Current tier and phase
- Active plan and spec paths
- Bead completion status
Read from .arc/team-ledger.json if present:
- Team member activity
- Task completion records
Step 2: Check Git Status
git status --short
git log --oneline -5
git diff --stat
Step 3: Check Verification Results
Look for recent verification output:
- Pre-verification results
- Post-verification results
- Any outstanding findings
Step 4: Generate Summary
## Session Summary
### Completed Work
- [List of completed beads/tasks with status]
### Verification Status
- Pre-verify: [PASS/FAIL/NOT RUN]
- Post-verify: [PASS/FAIL/NOT RUN]
- Outstanding findings: [count]
### Git Status
- Branch: <current branch>
- Uncommitted changes: [count]
- Unpushed commits: [count]
### Outstanding Items
- [Items that remain incomplete]
### Handoff Notes
- [Context for the next session or developer]
- [Key decisions made and rationale]
- [Known issues or risks]
Step 5: Cleanup Recommendation
If .arc/state.json shows completed workflow:
- Suggest
/arc:utility:resetif beads state should be cleared - Suggest committing outstanding changes
- Suggest pushing if commits are local-only
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?