Lesson Review banner
Canhada-Labs Canhada-Labs

Lesson Review

Development community

Description

--- description: Review recent lessons and optionally undo a lesson outcome — /lesson-review allowed-tools: Bash --- # /lesson-review — Review + undo lessons Lists the top-K most recent lessons from `.claude/scripts/lessons.py` and guides the user through optional undo of a lesson outcome. No new backing script — reuses the existing `lessons.py list` CLI and the `lessons.py undo` sub-command (PLAN-136 W3 F1), which delegates to `lessons.undo_outcome()`. ## Arguments received `/lesson-review

Installation

Installs to ~/.claude/commands/canhada-labs-ceo-orchestration-lesson-review.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Canhada-Labs/ceo-orchestration/HEAD/.claude/commands/lesson-review.md -o ~/.claude/commands/canhada-labs-ceo-orchestration-lesson-review.md

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

Full documentation available on GitHub

View Source Repository