What problem does it solve?
Ensures that changes produced by a task are discovered, validated against project governance, optionally auto-fixed, and durably recorded so merges and deployments are safe and auditable.
Core Features & Use Cases
- Change discovery & classification: Detects modified files, classifies scope (frontend, backend, infra, docs), and selects which gates to run.
- Governance-driven gates: Reads .claude/governance.md and member governance files, executes annotated gates in order, and respects mandatory/optional/advisory semantics.
- Bounded auto-fix & safety: Attempts automatic fixes for lint/format issues with bounded retries, writes gate sentinels, and captures session state for warm starts.
- Knowledge capture & deployment verification: Records what changed, captures decisions and next steps, commits according to governance, and verifies CI/deploy signals.
Quick Start
Run the post-start validation after finishing a task to discover changes, run governance gates with bounded auto-fix attempts, capture session state, and verify deployment status.