What problem does it solve?
Fixes reported bugs and hardens stable features after deploy by enforcing a regression-test-first workflow and a structured post-deploy iteration loop.
Core Features & Use Cases
- Incident Response: Captures error context, proposes root-cause hypothesis, writes a regression test that must fail, then applies a minimal fix with approval and retries up to three times.
- Defensive Hardening: Improves reliability and security in a focused, category-driven way (rate limiting, circuit breaker, timeout, fallback, and config centralization via a dedicated delegation).
- Compound Decision Gate: After incident response and hardening, evaluates completed execution plans and captures durable lessons learned for reuse.
Quick Start
Run the iterate skill with an incident description like "incident: checkout fails with 500 and shows stack trace in logs" to drive regression-test creation, approved fix, and a final completion signal.