Tune how aggressively the system reviews your work
The system has a single tunable: how much Skeptic overhead to apply.
For rapid iteration on well-understood UI or local bug fixes
The starting point for all projects
For when correctness is paramount - payments, auth, shared infrastructure
1. At install time
bash .claude/install.sh --profile=strict
2. Edit agentic-engineering.json directly
agentic-engineering.json
{ "mode": "opt-out", "profile": "strict" }
3. Per-project override in root AGENTS.md
AGENTS.md
agentic-engineering-profile: strict
relaxed for fast-moving UI work. strict when a mistake costs time or data.
github.com/Space-Dinosaurs/DinoStack