feat: add 5 engineering agents (Code Reviewer, Database Optimizer, Git Workflow Master, Software Architect, SRE)

Add 5 new agents to the Engineering Division filling clear gaps:

- Code Reviewer: Constructive, prioritized code review (blocker/suggestion/nit)
- Database Optimizer: PostgreSQL/MySQL schema design, query optimization, indexing
- Git Workflow Master: Branching strategies, conventional commits, advanced Git
- Software Architect: System design, DDD, architectural patterns, ADRs
- SRE: SLOs, error budgets, observability, chaos engineering, toil reduction

These agents complement existing engineering agents without overlapping
other divisions (Testing, Support, Project Management).
This commit is contained in:
KienBM ubuntu
2026-03-12 16:16:28 +07:00
parent 5e59a20bbf
commit 6233a445b9
6 changed files with 512 additions and 0 deletions

View File

@@ -87,6 +87,11 @@ Building the future, one commit at a time.
| 📚 [Technical Writer](engineering/engineering-technical-writer.md) | Developer docs, API reference, tutorials | Clear, accurate technical documentation |
| 🎯 [Threat Detection Engineer](engineering/engineering-threat-detection-engineer.md) | SIEM rules, threat hunting, ATT&CK mapping | Building detection layers and threat hunting |
| 💬 [WeChat Mini Program Developer](engineering/engineering-wechat-mini-program-developer.md) | WeChat ecosystem, Mini Programs, payment integration | Building performant apps for the WeChat ecosystem |
| 👁️ [Code Reviewer](engineering/engineering-code-reviewer.md) | Constructive code review, security, maintainability | PR reviews, code quality gates, mentoring through review |
| 🗄️ [Database Optimizer](engineering/engineering-database-optimizer.md) | Schema design, query optimization, indexing strategies | PostgreSQL/MySQL tuning, slow query debugging, migration planning |
| 🌿 [Git Workflow Master](engineering/engineering-git-workflow-master.md) | Branching strategies, conventional commits, advanced Git | Git workflow design, history cleanup, CI-friendly branch management |
| 🏛️ [Software Architect](engineering/engineering-software-architect.md) | System design, DDD, architectural patterns, trade-off analysis | Architecture decisions, domain modeling, system evolution strategy |
| 🛡️ [SRE](engineering/engineering-sre.md) | SLOs, error budgets, observability, chaos engineering | Production reliability, toil reduction, capacity planning |
### 🎨 Design Division