temper
01Plugin Claude Code
Your AI writes fast. Temper makes it last. Quality gates, blast radius analysis, and intent-driven development.
Plugin Claude Code
Your AI writes fast. Temper makes it last. Quality gates, blast radius analysis, and intent-driven development.
Plugin Claude Code
Temper: Quality gates, blast radius analysis, and intent-driven development for AI-generated code.
Agent
Temper's Build stage — scenario-driven TDD implementation. Invoked by the /temper orchestrator, never directly by a user.
Agent
Temper's Check stage — stack-aware validation pipeline (compile, test, coverage, lint, security). Invoked by the /temper orchestrator, never directly by a user.
Agent
Temper's Design stage — system design for medium/complex features. Invoked by the /temper orchestrator, never directly by a user.
Agent
Temper's Fix stage — regression test (RED) → minimal fix (GREEN) → blast radius, for /temper:fix. Invoked by the /temper:fix orchestrator, never directly by a user.
Agent
Temper's Intent stage — state the problem, success criteria, and constraints BEFORE any exploration or architecture spends tokens. Invoked by the /temper orchestrator, never directly by a user.
Agent
Temper's Plan stage — full codebase exploration, intent + BDD scenarios + blast radius. Invoked by the /temper orchestrator, never directly by a user.
Agent
Temper's RCA stage — multi-hypothesis root cause analysis for /temper:fix. Invoked by the /temper:fix orchestrator, never directly by a user.
Agent
Temper's Review stage — confidence-scored defect + intent review of changed files. Invoked by the /temper orchestrator, never directly by a user.
Command
Execute plan with TDD and quality gates.
Command
Run stack-aware validation pipeline.
Command
System design exploration for complex features.
Command
Root cause analysis + structured fix.
Command
One-command setup: config + .temper/ scaffold + the commit gate (idempotent).
Command
Capture an idea as a draft intent.md — the artifact that starts the pipeline, without starting it.
Command
Manage quality packs: view, toggle, quick-create launchers, configure links & phases.
Command
Plan feature with impact analysis and blast radius.
Command
Technical code review with confidence scoring, review memory, and intent validation.
Command
Show quality metrics, learning loop, and observability dashboard.
Command
Unified SDLC command: intent → plan → design? → build → review → check → commit, gated by the temper CLI.
Hook
Runs when you submit a prompt, before the agent sees it, executing stage-marker.sh via bash. From galando/temper.
Hook
Runs when the agent finishes a response, executing verify-stage-gate.sh via bash. From galando/temper.
Skill Claude CodeCodex
Hierarchical context loading for AI coding agents — load what you need, defer what you don't.