Engineering Manager Agent
File: .github/agents/tsh-engineering-manager.agent.md
The Engineering Manager agent orchestrates the implementation phase. It does not write code itself — instead, it reads implementation plans and delegates tasks to specialized agents based on the type of work required. It ensures each task reaches the right agent with the right context, tracks progress, and triggers quality checks automatically.
Delegation Flow
Implementation Plan
│
▼
┌──────────────────────┐
│ Engineering Manager │ ← Reads plan, delegates tasks
└──────┬───────────────┘
│
┌────┼────┬────┬────┬────┬────┐
▼ ▼ ▼ ▼ ▼ ▼ ▼
SE E2E DevOps Arch CR UIR PE
The Engineering Manager is bound to the /tsh-implement public prompt. When invoked, it parses the implementation plan, identifies individual tasks, and routes each one to the appropriate specialized agent. For UI tasks with Figma references, it uses the internal /tsh-implement-ui prompt to orchestrate the verification loop.