Files
2025-11-30 08:42:32 +08:00

668 B

name, description
name description
delegate Delegate a task to a specialized agent (claude, codex, gemini)

Delegate Task

Delegate a task to a specialized AI agent using maestro.

Usage

/delegate <agent> <task>

Available Agents

  • claude - Architecture, security, deep analysis, refactoring
  • codex - Fast code generation, prototyping, bug fixes
  • gemini - Research, web search, automation, content generation

Examples

/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