Add 5 new specialized subagents and update README

- Add architect-reviewer for code architecture reviews
- Add context-manager for managing context across agents
- Add dx-optimizer for developer experience improvements
- Add incident-responder for production incident handling
- Add prompt-engineer for LLM prompt optimization
- Add .gitignore file
- Update README.md with new subagents and correct count (28 total)
This commit is contained in:
Seth Hobson
2025-07-24 22:28:03 -04:00
parent 3e410e1156
commit fd5d73f8af
7 changed files with 326 additions and 1 deletions

22
.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
# Folder view configuration files
.DS_Store
Desktop.ini
# Thumbnail cache files
._*
Thumbs.db
# Files that might appear on external disks
.Spotlight-V100
.Trashes
# Compiled Python files
*.pyc
# Compiled C++ files
*.out
# Application specific files
venv
node_modules
.sass-cache