Quality gates, blast radius analysis, and adaptive learning for AI-generated code. The AI discipline layer for Claude Code.
/plugin marketplace add galando/temper /plugin install temper
Commands are now available in any project.
Temper doesn't just generate code โ it plans, validates, tests, and learns. Every step is verified before moving forward.
Understands impact before coding. Maps affected files, dependencies, and risk areas.
Tests must pass. Coverage must be met. The AI cannot proceed until verified.
Gets smarter as you use it. Tracks patterns and suggests custom rules.
Tiny footprint. Always-on config is minimal, commands load on-demand.
Four steps from idea to production-ready code. Temper automates quality โ you focus on shipping.
/temper:planYou describe what you want to build. Temper automatically analyzes the blast radius โ mapping affected files, dependencies, and risk areas.
/temper:buildTemper implements automatically with TDD gates enforced at every step. Tests written first, code follows. Cannot proceed until tests pass.
/temper:reviewTemper reviews automatically against enabled packs. Findings scored by confidence โ high-confidence issues require your attention.
/temper:statusTemper learns automatically over time. Tracks patterns, coverage trends, and suggests new rules based on your codebase.
The more you use Temper, the better it understands your codebase. It learns your patterns and suggests improvements.
Identifies recurring issues and anti-patterns in your code.
Proposes new rules based on what it learns from your reviews.
Suppresses false positives as it learns your codebase patterns.
Rules that enforce best practices. Each pack has BLOCK, WARN, and SUGGEST severity levels.
Add a rules.md file and Temper will automatically discover it. Perfect for company-specific standards.
.claude/packs/my-company/rules.md
# My Company Standards
## BLOCK
- All API responses use DTOs
- No raw SQL queries
## WARN
- Constructor injection only
- Max method length: 20 lines
Type /temper:standards in any project
Temper scans your codebase and asks about patterns it finds
Temper generates a custom rules.md based on your answers
Everything you need to ship production-grade code with confidence.
Plan with blast radius analysis
Build with TDD + quality gates
Review with confidence scoring
Stack validation (auto-detect)
Root cause analysis + fix
Build team standards
Quality metrics dashboard
Auto-detection with zero configuration.
/plugin marketplace add galando/temper /plugin install temper
Commands are now available in any project.