Agent Wrapup banner
EffortlessMetrics EffortlessMetrics

Agent Wrapup

Documentation community

Description

--- description: Final step for every agent — retrospective, documentation, and clean handoff user-invocable: false --- # Agent Wrapup Every agent invokes this as their last action before stopping. Captures what was learned, documents the ending state, and ensures clean handoff to whoever picks up next. ## Steps 1. **Summarize what you did.** One line maximum: ``` Summary: [Role] completed [action]. [Outcome: N PRs | issues | tests | files]. ``` 2. **Document the ending state.** Us

Installation

Installs to ~/.claude/commands/effortlessmetrics-perl-lsp-agent-wrapup.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/EffortlessMetrics/perl-lsp/HEAD/.claude/commands/agent-wrapup.md -o ~/.claude/commands/effortlessmetrics-perl-lsp-agent-wrapup.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository