A Claude Code plugin that applies the Yield framework to help you build software that compounds.
The Yield Philosophy: Use first principles to find what compounds, then get out of its way.
- Automatic Detection: Flags cleverness debt patterns after every file edit
- On-Demand Audit: Run
/yieldfor a full project analysis - New Project Setup: Run
/yield-newto architect projects with compounding in mind - Continuous Guidance: SKILL.md teaches Claude to think in Yield terms automatically
/plugin marketplace add your-username/yield-framework
/plugin install yield-framework| Command | Description |
|---|---|
/yield |
Full Yield audit of current project or file |
/yield-new |
Architecture planning for new projects |
/yield-check |
Quick cleverness debt scan |
- Identify the compounding asset — What gets better with more compute, data, or iteration?
- Minimize embedded cleverness — Hand-crafted heuristics encode assumptions that rot
- Build what builds — Invest in leverage (tooling, pipelines), not just artifacts
- Optimize for iteration speed — Search beats planning; reduce cycle time ruthlessly
- Defer decisions to systems that scale — Configure, don't hardcode
The plugin flags:
- Magic numbers and hardcoded thresholds
- Domain-specific heuristics in business logic
- Deeply nested conditionals (cyclomatic complexity)
- Configuration buried in code
- Repeated patterns that should be abstracted
- Hardcoded URLs, credentials, environment assumptions
- Clever algorithms where simple + scalable would work
MIT
Built by AppSprout — appsprout.com