Initial commit
This commit is contained in:
30
commands/delegate.md
Normal file
30
commands/delegate.md
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
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 <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
|
||||
|
||||
```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
|
||||
Reference in New Issue
Block a user