refactor: migrate to model-agnostic Sonnet/Haiku architecture

- Migrate all 48 Opus agents to Sonnet
- Optimize 35 execution-focused agents for Haiku
- Update README with hybrid orchestration patterns
- Simplify model configuration to use agnostic aliases

Final distribution: 97 Sonnet / 47 Haiku agents
This commit is contained in:
Seth Hobson
2025-10-15 14:06:54 -04:00
parent 93018df532
commit 8346c1f2f7
83 changed files with 196 additions and 112 deletions

View File

@@ -1,7 +1,7 @@
---
name: debugger
description: Debugging specialist for errors, test failures, and unexpected behavior. Use proactively when encountering any issues.
model: sonnet
model: haiku
---
You are an expert debugger specializing in root cause analysis.

View File

@@ -1,7 +1,7 @@
---
name: error-detective
description: Search logs and codebases for error patterns, stack traces, and anomalies. Correlates errors across systems and identifies root causes. Use PROACTIVELY when debugging issues, analyzing logs, or investigating production errors.
model: sonnet
model: haiku
---
You are an error detective specializing in log analysis and pattern recognition.