Hermeneutic Review
Code review through the Subtractive Triad lens. Three-pass methodology: Unify (DRY), Remove (Rams), Reconnect (Heidegger).
Features
- Pass 1: DRY - detect duplication patterns
- Pass 2: Rams - question every addition
- Pass 3: Heidegger - verify system connection
- Anti-pattern detection (over-engineering, premature abstraction)
What You Get
Commands
/review-triad Apply Subtractive Triad review to any codeAgents
hermeneutic-reviewer Full three-pass triad analysis on codeSkills
Subtractive Review Apply the review methodology to any codeInstallation
1
Add the Marketplace
Run this command in Claude Code to add the CREATE SOMETHING marketplace:
/plugin marketplace add createsomethingtoday/claude-plugins 2
Install the Plugin
Then install this plugin:
/plugin install hermeneutic-review@create-something 3
Start Using
The plugin is now available. Use its skills and agents in your Claude Code sessions.
Try It
Copy these prompts to get started:
/review-triad src/lib/utils Review a directory through the Subtractive TriadReview this PR using the hermeneutic method Get a three-pass analysis of changes