Execution Report banner
medevs medevs

Execution Report

Development community

Description

--- description: Generate post-implementation reflection report allowed-tools: Read, Write, Glob, Grep, Bash(git:*) --- # Execution Report ## Objective Generate a post-implementation reflection comparing the plan against what was actually built. This captures lessons learned and flags divergences. ## Process ### 1. Gather Context Collect recent implementation activity: ```bash git log -5 --oneline git diff --stat HEAD~1 ``` - Read the implementation plan from `.plans/` (identify from rec

Installation

Installs to ~/.claude/commands/medevs-claude-code-starter-kit-execution-report.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/medevs/claude-code-starter-kit/HEAD/.claude/commands/execution-report.md -o ~/.claude/commands/medevs-claude-code-starter-kit-execution-report.md

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

Full documentation available on GitHub

View Source Repository