--- name: delegate description: Delegate a task to a specialized agent (claude, codex, gemini) --- # Delegate Task Delegate a task to a specialized AI agent using maestro. ## Usage `/delegate ` ## Available Agents - **claude** - Architecture, security, deep analysis, refactoring - **codex** - Fast code generation, prototyping, bug fixes - **gemini** - Research, web search, automation, content generation ## Examples ```bash /delegate codex "implement user authentication with JWT" /delegate gemini "research best practices for React state management" /delegate claude "perform security audit of the authentication system" ``` --- $ARGUMENTS