Skip to content
Development
Command

/crew-task

Delegate a task to the CodeCrew agent team - auto-routes to the right agents with smart model selection. Use --lite flag or /crew lite for lite mode (no Opus).

From plugin
codecrew
1310 skills11 agents10 commands1 hook
Install
> /plugin marketplace add d3x293/code-crew
> /plugin install codecrew@codecrew

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/crew-task

Context preview

What this command does when you run it.

Delegate a task to the CodeCrew agent team - auto-routes to the right agents with smart model selection. Use --lite flag or /crew lite for lite mode (no Opus).

Command definition

crew-task.md
description: "Delegate a task to the CodeCrew agent team - auto-routes to the right agents with smart model selection. Use --lite flag or /crew lite for lite mode (no Opus)."

Parse the user's message after `/crew task` for flags and task description.

Mode Detection

  • If the message contains `--lite` → **Lite Mode**: Invoke the **codecrew:lite-router** skill (bypasses Opus CEO, uses only Sonnet + Haiku agents)
  • Otherwise → **Full Mode**: Invoke the **codecrew:task-router** skill (uses CEO on Opus for triage + full agent team)

Strip the `--lite` flag from the description before passing it to the skill.

What the router will do:

1. Read the project profile and team config 2. Classify the task (type + complexity) 3. Select the right agents and model tiers 4. Choose parallel vs sequential execution 5. Auto-inject relevant skills from the catalog 6. Execute via the agent team 7. Auto-update the codebase index for modified files

Pass the cleaned task description to the selected skill.

Ships withcodecrew

A virtual dev crew for Claude Code — 11 specialized AI agents that decompose, implement, review, and ship your tasks. Instead of one AI doing everything, CodeCrew breaks work into subtasks and routes each to the right specialist on the right model.

Get the whole plugin

Other commands on codecrew.