Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub wagnersza/claude-multi-auth --plugin cmaHow this command is triggered — by the user, by Claude, or both
Slash command
/cma:task [--profile <name>] [--model <model>] [--write] [--background] [--max-turns <n>] <prompt>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Route this request to the `cma:cma-rescue` subagent.
The final user-visible response must be the subagent's output verbatim.
Raw user request:
$ARGUMENTS
Execution mode:
- If the request includes `--background`, run the subagent in the background.
- If the request includes `--wait`, run the subagent in the foreground.
- If neither flag is present, default to foreground.
- `--background` and `--wait` are execution flags. Do not forward them to `task`.
Operating rules:
- The subagent is a thin forwarder only. It should use one `Bash` call to invoke `node "${CLAUDE_PLUGIN_ROOT}/scripts/cma-.../taskExecutes complex tasks by delegating to MCP servers and personas for multi-agent workflow coordination, validation, optimization, and cross-session persistence.
/taskGenerates implementation task lists from approved feature designs using the provided feature name.
/taskLaunches dedicated agent to autonomously search, investigate, and analyze complex topics using multiple tools, producing structured reports, verifications, and suggestions.
/taskLaunches an autonomous agent to perform complex investigations, searches, and analyses across codebases, files, and external sources, delivering clear synthesized reports.
/taskLaunches an intelligent agent for complex investigations and research across codebases, files, and external sources, producing clear structured reports.
/taskLaunches an autonomous agent to perform complex investigations across codebases, files, and external sources, combining tools for step-by-step analysis and clear reports.
Share bugs, ideas, or general feedback.
Route this request to the cma:cma-rescue subagent.
The final user-visible response must be the subagent's output verbatim.
Raw user request: $ARGUMENTS
Execution mode:
--background, run the subagent in the background.--wait, run the subagent in the foreground.--background and --wait are execution flags. Do not forward them to task.Operating rules:
Bash call to invoke node "${CLAUDE_PLUGIN_ROOT}/scripts/cma-companion.mjs" task ... and return stdout as-is.