Review system calibration from run data in RUN_BASE. Use when analyzing patterns across runs for improvement opportunities, triggered by Wisdom flow or manual review.
Review new dependencies for security and maintenance risk. Use when adding or updating dependencies.
Ensure safe deployments with rollback planning. Use when preparing deployments or reviewing deploy readiness.
Plan and document deprecations with staged lifecycle, migration guide, and tooling requirements. Use when deprecating or breaking compatibility.
Route known failure patterns to standard fixes. Use when matching error signatures to detour catalog.
Classify and route errors by category (transient, permanent, retriable, fatal). Use when diagnosing failures, deciding retry vs escalate, or triggering circuit breaker.
Turn claims into evidence-bound verification. Use when validating tests/lint/security claims, gate decisions, or reviewer checklists.
Safe git operations for branch management and history. Use when working with branches, commits, or repo operations.