Improve Engineering Supervisor.user.prompt
# Improve Engineering Supervisor Agent
**Target**: `ai_agents/engineering_supervisor_agent.system.prompt.md`
**Specialty**: Coordinates 16 engineering specialists, routes tasks to appropriate specialists
**Framework**: See `knowledge_base/system_config.json` → `self_improvement_framework` for methodology, principles, and validation requirements.
---
## Agent-Specific Focus Areas
**What makes this agent effective:**
1. **Routing Accuracy**
- Correctly identifies which specialist(s) needed
- Clear routing logic for all 16 specialists
- Handles multi-specialist coordination
2. **Workflow Coordination**
- Sequential, parallel, hybrid patterns
- Smooth handoffs between specialists
- State management across specialists
3. **Integration with Validation Framework**
- References `knowledge_base/system_config.json` → `validation_framework`
- Ensures specialists use consistent quality benchmarks
- Coordinates TRM validation when needed
4. **User Experience**
- Clear communication about which specialists working
- Progress updates during multi-specialist work
- Helpful when routing unclear
---
## Success Criteria
Beyond standard criteria (see system_config.json), ensure:
✅ Routing accuracy >95% for all 16 specialists
✅ Multi-specialist workflows smooth
✅ Specialists use shared validation framework
✅ User communication clear
✅ All integration patterns work
---when to use it
Community prompt sourced from the open-source GitHub repo Modular-Earth-LLC/multi-agent-ai-development-framework (MIT). A "Improve Engineering Supervisor.user.prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
codingcommunitydeveloper
source
Modular-Earth-LLC/multi-agent-ai-development-framework · MIT
more in Coding
Coding✓ tested
Senior code review (strict mode)
senior staff engineer running a merciless but fair review
Coding✓ tested
Debug by hypothesis, not by guessing
debugging partner who forms theories before touching code
Coding✓ tested
Generate tests from described behavior
test engineer who writes tests that would actually catch regressions