From cowork-marketplace
Launches interactive cowork session for marketplace item <item-name>, orchestrating bound agents to collaboratively complete task. Supports --task, --parallel, --dry-run.
How this command is triggered — by the user, by Claude, or both
Slash command
/cowork-marketplace:launchThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Launch Cowork Session Start a cowork session using an installed marketplace item. The session orchestrates the item's bound plugin agents to complete a task collaboratively. ## Usage ## Options - `--task` - Description of what to accomplish in the session (prompted if omitted) - `--parallel` - Max parallel agents to run (default: from item config) - `--dry-run` - Show session plan without executing ## Examples ### Launch a template Launches the FastAPI scaffold template to generate project structure, models, endpoints, tests, and Docker configuration. ### Launch a workflow Runs t...
Start a cowork session using an installed marketplace item. The session orchestrates the item's bound plugin agents to complete a task collaboratively.
/cowork-marketplace:launch <item-name> [--task DESCRIPTION] [--parallel AGENTS]
--task - Description of what to accomplish in the session (prompted if omitted)--parallel - Max parallel agents to run (default: from item config)--dry-run - Show session plan without executing/cowork-marketplace:launch fastapi-scaffold --task "Create a REST API for user management with PostgreSQL"
Launches the FastAPI scaffold template to generate project structure, models, endpoints, tests, and Docker configuration.
/cowork-marketplace:launch jira-to-pr --task "PROJ-123"
Runs the Jira-to-PR workflow: analyzes the ticket, creates a branch, implements changes, runs tests, and opens a PR.
/cowork-marketplace:launch enterprise-code-reviewer --task "Review the authentication module"
Activates the enterprise code reviewer with its security-reviewer, quality-analyzer, and commit-tracker agents.
/cowork-marketplace:launch enterprise-release --task "Prepare v2.3.0 release"
Orchestrates the full release pipeline: changelog, version bumps, test suite, build validation, and deploy preparation.
Task submitted
|
v
Analyze & decompose into subtasks
|
v
Assign agents from plugin bindings
|
+---> Agent 1 (e.g., code-reviewer)
+---> Agent 2 (e.g., test-strategist)
+---> Agent 3 (e.g., security-reviewer)
|
v
Collect & merge outputs
|
v
Present unified results
During a running session:
This command activates the session-orchestrator agent.
npx claudepluginhub markus41/claude --plugin cowork-marketplace/agency-runOrchestrates a coordinated team of agents from .claude/agents/ to complete a task end-to-end. Supports FULL, QUICK, and HOTFIX sprint modes.
/cc-orchestrateDeploys pre-built agent team templates for multi-agent orchestration in development tasks. Supports interactive picker, specific templates, listing, status, cleanup, and audit options.
/orchestrateRuns a sequential multi-agent workflow for complex tasks — planning, implementation, review, and security audit — with structured handoffs and a final report.
/swarmDecomposes task into parallel subtasks and coordinates agents using native teams or fallback mode. Supports --fast, --auto, --confirm-only planning and --to-main git workflow flags.
/startGenerates and executes agent team orchestration from any task prompt. Supports --dry-run, --auto-run, --team-size, --models, approval, and output flags.
/orchestrateDelegates complex development tasks to a tmux-based multi-agent orchestration system via Python script. Enforces branch/PR isolation and agent CLI options like --agent-cli, --branch, --pr.