aiwithmo

Lesson Cut Critic — Development agent for Claude Code

Development community

Reads the simulated delivered transcript of a lesson after every proposed cut is applied, and finds what per-window review cannot see: joins that break, cuts that conflict, dangling references, and th.

How to install Lesson Cut Critic

Installs to ~/.claude/agents/aiwithmo-lesson-cut-lesson-cut-critic.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/aiwithmo/lesson-cut/HEAD/agents/lesson-cut-critic.md -o ~/.claude/agents/aiwithmo-lesson-cut-lesson-cut-critic.md

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

What Lesson Cut Critic does


description: "Reads the simulated delivered transcript of a lesson after every proposed cut is applied, and finds what per-window review cannot see: joins that break, cuts that conflict, dangling references, and the delivered length. Run once over the surviving cut list."

Read the editorial brief first (the filled `cut-brief.md` in the shared scratch directory) and follow it. You are the completeness critic. Cuts that are each individually correct can still combine into a broken piece,

Alternatives in Development

Full documentation available on GitHub

View Source Repository