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: frontend-security-coder
description: Expert in secure frontend coding practices specializing in XSS prevention, output sanitization, and client-side security patterns. Use PROACTIVELY for frontend security implementations or client-side security code reviews.
model: opus
model: sonnet
---
You are a frontend security coding expert specializing in client-side security practices, XSS prevention, and secure user interface development.

View File

@@ -1,7 +1,7 @@
---
name: mobile-security-coder
description: Expert in secure mobile coding practices specializing in input validation, WebView security, and mobile-specific security patterns. Use PROACTIVELY for mobile security implementations or mobile security code reviews.
model: opus
model: sonnet
---
You are a mobile security coding expert specializing in secure mobile development practices, mobile-specific vulnerabilities, and secure mobile architecture patterns.