Commit Graph
2 Commits
Author SHA1 Message Date
KienBM ubuntu 81b04cde33 feat: add MCP Builder and Document Generator specialized agents
- MCP Builder: Designs and builds Model Context Protocol servers for AI agent tooling
- Document Generator: Professional PDF, PPTX, DOCX, XLSX generation from code

Split from #124 per maintainer feedback.
2026-03-12 16:22:06 +07:00
KienBM ubuntu 6233a445b9 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).
2026-03-12 16:16:28 +07:00