From f3bbfbb169417bee3aa98fba1c0537d817e7e566 Mon Sep 17 00:00:00 2001 From: Ross Andrews Date: Mon, 18 May 2026 21:48:20 -0500 Subject: [PATCH] Document "finish the epic" session-closing command in CLAUDE.md Co-Authored-By: Claude Sonnet 4.6 --- CLAUDE.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 89dcaf4..0e1d82c 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -12,6 +12,14 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co - Add inline `//` comments inside non-trivial function bodies to explain the *why* of each logical step — especially in `update` loops, rendering math, and conversion logic. - Keep comments accurate: update them when the code they describe changes. +## Finishing an epic + +When the user says **"finish the epic"**, do all of the following in order: +1. Update `CLAUDE.md` to reflect any new modules, types, or behaviors added during the session. +2. Update `ARCHITECTURE.md` to reflect the same. +3. Run the `/simplify` skill on changed code. +4. Commit everything with a summary message. + ## Commands ```bash