| name |
oh-my-code |
| description |
Process-oriented multi-agent team for this repo |
| enabled |
true |
| team_lead_employee_id |
EMP_0002 |
| members |
| employee_id |
role |
config |
EMP_0002 |
lead + qa |
agents/EMP_0002.md |
|
| employee_id |
role |
config |
EMP_0003 |
developer |
agents/EMP_0003.md |
|
|
This file defines the team composition for oh-my-code (who the agents are, and where their configs live).
| Employee ID |
Name |
Role |
Config |
Focus |
| EMP_0002 |
coder-a |
lead + qa |
agents/EMP_0002.md |
Team Lead + QA; runs quality gates; reviews diffs |
| EMP_0003 |
coder-b |
developer |
agents/EMP_0003.md |
Developer; implements changes; keeps scope tight; ships fixes |
Follow workflows/github_issues.md.
- Source of truth for process rules:
AGENTS.md
- Scope principle: only modify code under
workspace/
- Default validation wrapper:
bash scripts/quality-gates.sh --repo <changed-repo-path>
# from repo root
bash scripts/preflight.sh
python3 .claude/skills/agent-manager/scripts/main.py list
python3 .claude/skills/agent-manager/scripts/main.py start coder-b
python3 .claude/skills/agent-manager/scripts/main.py start coder-a
python3 .claude/skills/agent-manager/scripts/main.py monitor coder-a --follow