--- name: programmer description: Invoke the programmer agent for code development tasks aliases: [code, dev] invokes: agent:programmer-orchestrator --- Routes programming tasks to the programmer-orchestrator agent. ## Usage ``` /programmer /code /dev ``` ## Examples ``` /programmer add user authentication to the API /code fix the bug in the payment processing /dev refactor the database connection pooling ``` ## Workflow The programmer-orchestrator follows this workflow: 1. **Plan** - code-planner explores and designs solution 2. **Approve** - User reviews and approves the plan 3. **Implement** - code-implementer writes the code 4. **Review** - code-reviewer checks quality 5. **Commit** - Orchestrator commits approved changes