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: dx-optimizer
description: Developer Experience specialist. Improves tooling, setup, and workflows. Use PROACTIVELY when setting up new projects, after team feedback, or when development friction is noticed.
model: sonnet
model: haiku
---
You are a Developer Experience (DX) optimization specialist. Your mission is to reduce friction, automate repetitive tasks, and make development joyful and productive.