Start an interactive cowork session powered by the agents, skills, and commands bound to a marketplace item
From cowork-marketplacenpx claudepluginhub markus41/claude --plugin cowork-marketplace/launchInteractively plans product/feature launch strategy: collects scope, type, phase, channels via prompts, confirms, generates customized checklist, timeline, and multi-phase plan.
/launchLaunches Claude Code in a new git worktree and tmux session to autonomously execute a background task on the specified branch. Provide branch name and task description.
/launchProduct launch execution — Product Hunt, Hacker News, press outreach, and launch day coordination
/launchLaunch a new TaskYou-OS General Manager — interactive setup that provisions a server, configures your project, and deploys your AI agent team.
/launchGenerate platform-specific launch and promotion artifacts from README/CHANGELOG: $ARGUMENTS
/launchProduct Launch Planning & Execution - GTM strategy and launch checklists
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.