Skip to main content
ClaudeWave
Slash Command393 estrellas del repoactualizado today

do

The /do slash command intelligently analyzes user requests through a five-phase process: classifying request complexity, routing to appropriate agents and skills, enhancing context with parallel reviewers, executing the plan, and learning from patterns. Use this when you need requests automatically directed to specialized agents based on domain, complexity, and required skill sets rather than manually selecting tools.

Instalar en Claude Code
Copiar
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/notque/vexjoy-agent/HEAD/commands/do.md -o ~/.claude/commands/do.md
Después abre una sesión nueva de Claude Code; el slash command carga automáticamente.

do.md

# /do - Smart Router

Route user requests to the correct agent + skill combination.

## Instructions

Read and follow the full skill file at `skills/do/SKILL.md` in this repository.

```
Base directory: $CLAUDE_PROJECT_DIR or the current working directory
Skill file: skills/do/SKILL.md
```

**Phase 1: CLASSIFY** — Assess complexity, check parallel patterns
**Phase 2: ROUTE** — Select agent + skill, display routing banner
**Phase 3: ENHANCE** — Stack retro knowledge, anti-rationalization, parallel reviewers
**Phase 4: EXECUTE** — Create plan, invoke agent with skill
**Phase 5: LEARN** — Extract reusable patterns, record via retro-record-adhoc

The routing banner MUST be the first visible output:
```
===================================================================
 ROUTING: [brief summary]
===================================================================

 Selected:
   -> Agent: [name]
   -> Skill: [name]

 Invoking...
===================================================================
```

For complete routing tables, force-route triggers, and domain agent mappings, read `skills/do/SKILL.md` and `skills/do/references/routing-tables.md`.

ARGUMENTS: $ARGUMENTS