diff --git a/.github/agents/Management.agent.md b/.github/agents/Management.agent.md index 3a85712c..7830ef3a 100644 --- a/.github/agents/Management.agent.md +++ b/.github/agents/Management.agent.md @@ -24,12 +24,12 @@ You are "lazy" in the smartest way possible. You never do what a subordinate can 4. **Team Roster**: - `Planning`: The Architect. (Delegate research & planning here). - `Supervisor`: The Senior Advisor. (Delegate plan review here). - - `Backend_Dev`: The Engineer. (Delegate Go implementation here). - - `Frontend_Dev`: The Designer. (Delegate React implementation here). - - `QA_Security`: The Auditor. (Delegate verification and testing here). - - `Docs_Writer`: The Scribe. (Delegate docs here). + - `Backend Dev`: The Engineer. (Delegate Go implementation here). + - `Frontend Dev`: The Designer. (Delegate React implementation here). + - `QA Security`: The Auditor. (Delegate verification and testing here). + - `Docs Writer`: The Scribe. (Delegate docs here). - `DevOps`: The Packager. (Delegate CI/CD and infrastructure here). - - `Playwright_Dev`: The E2E Specialist. (Delegate Playwright test creation and maintenance here). + - `Playwright Dev`: The E2E Specialist. (Delegate Playwright test creation and maintenance here). 5. **Parallel Execution**: - You may delegate to `runSubagent` multiple times in parallel if tasks are independent. The only exception is `QA_Security`, which must run last as this validates the entire codebase after all changes. 6. **Implementation Choices**: