Add pattern: metaphor in place of a plain phrase - #259
Closed
mercurialsolo wants to merge 1 commit into
Closed
mercurialsolo wants to merge 1 commit into
mercurialsolo wants to merge 1 commit into
Conversation
Add pattern blader#36 covering mannered prose, where a metaphor or figure of speech replaces a plain statement ("a dial worth turning" instead of "a parameter worth varying"). The metaphor adds no information, makes the reader work harder, and drags in connotations the writer did not choose. Includes a false-positive note for standard field terms. Bump version to 2.11.3 and add "figures of speech" to the description. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Ke8iVzf43vjazRuKbswM8Q
Owner
|
Closing. §32 already teaches this: a figure of speech that sounds deep and adds no detail gets replaced with the specific claim. If mannered metaphors like "a dial worth turning" need naming, they fit as one clause in §32 rather than a new pattern. |
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.
What
Adds a new pattern (#36) to the humanizer skill: metaphor in place of a plain phrase.
This covers mannered prose, where a metaphor or figure of speech is substituted for a direct statement:
The metaphor adds no information, makes the reader work harder, and drags in connotations the writer did not choose. When a plain phrase says the same thing, use it.
Why it's distinct
The closest existing patterns are #27 (Pretending to reveal a deeper truth) and #32 (Formulaic sayings). #32 targets "X is the Y of Z" deep-sounding sayings; this pattern targets any metaphor/idiom that stands in for a literal phrase, which those don't cover.
Notes
metadata.versionto2.11.3and adds "figures of speech" to the description.🤖 Generated with Claude Code