feat: add "Communicate Progress" as 5th principle in CLAUDE.md#33
Open
kuishou68 wants to merge 1 commit intoforrestchang:mainfrom
Open
feat: add "Communicate Progress" as 5th principle in CLAUDE.md#33kuishou68 wants to merge 1 commit intoforrestchang:mainfrom
kuishou68 wants to merge 1 commit intoforrestchang:mainfrom
Conversation
Add a 5th principle to CLAUDE.md addressing progress narration during multi-step tasks. LLMs often execute silently, making it hard for users to detect plan deviations early. The new principle instructs: - Announce each step before starting (not after) - Confirm completion in one line - Flag unexpected findings immediately This complements Goal-Driven Execution: execution criteria define what success looks like; progress communication makes execution observable.
moondata9
approved these changes
Apr 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #32
Summary
Adds a 5th principle — "Communicate Progress" — to
CLAUDE.md.Problem
The existing four principles address what to do and how to structure work, but not how to keep users informed during execution. LLMs frequently run multi-step tasks silently, leaving users unable to catch plan deviations until significant work has been done incorrectly.
Change
Added a new
## 5. Communicate Progresssection after "Goal-Driven Execution":Why It Fits
This principle directly complements "Goal-Driven Execution": goal-driven defines success criteria, while communicate progress makes execution observable. Together they close the loop — define goals upfront, then narrate execution so users can intervene early.
The format is consistent with the existing sections: bold rule, bullet guidelines, code example, bad/good contrast.