Code maintenance
Handle client maintenance requests end-to-end
The problem
Client messages that need translation, complexity assessment, planning, coding, and deployment - each step requiring different tools and manual coordination
The solution
Full automated workflow from client message to git push. Coordinates 6 sub-agents: validates the request, classifies complexity (small/medium/too large), translates to technical specs, plans implementation, applies code changes, and pushes to git. User approval required at critical checkpoints
How I use it
"Every client maintenance request goes through this - bug fixes, content updates, small features"
Sub-agents
maintenance-code
task-classifier
technical-translator
planner
coder
git-pusher
Get this agent
Use this as inspiration to create your own version. Adapt it to your workflow and needs.