CLI Commands
CLI Commands
Section titled “CLI Commands”Assemble provides commands that you type directly in your AI coding tool’s chat interface. These are not terminal commands — they’re prompts that Jarvis intercepts and routes.
Primary command
Section titled “Primary command”The universal entry point. Describe what you need, and Jarvis routes it to the right agents.
/go fix the authentication bug in the login flow/go add dark mode support to the dashboard/go review the payment module for security issuesHow it works:
- Jarvis classifies the domain (dev, marketing, security, etc.)
- Assesses complexity (TRIVIAL, MODERATE, COMPLEX)
- Matches a workflow or composes an ad-hoc one
- Executes with the appropriate agents
Workflow shortcuts
Section titled “Workflow shortcuts”These trigger predefined workflows:
/feature
Section titled “/feature”Trigger: feature-development workflow
/feature add user profile avatars/feature implement real-time notificationsSteps: spec (professor-x) → plan (tony-stark) → tasks (captain-america) → implement (dev agents) → test (hawkeye)
/bugfix
Section titled “/bugfix”Trigger: bug-fix workflow
/bugfix the search endpoint returns 500 on empty query/bugfix login fails silently on expired tokensSteps: diagnose (dev agent) → fix (dev agent) → regression test (hawkeye)
/review
Section titled “/review”Trigger: code-review-pipeline workflow
/review/review the payment processing moduleSteps: code review (dev agents) → security review (punisher) → test coverage check (hawkeye)
/sprint
Section titled “/sprint”Trigger: sprint-cycle workflow
/sprint plan the next 2-week iteration/sprint retrospective for sprint 14Steps: backlog review (captain-america) → priority (professor-x) → planning (captain-america)
/release
Section titled “/release”Trigger: release-cycle workflow
/release prepare v2.1.0/release candidate for productionSteps: changelog (captain-america) → final tests (hawkeye) → deploy prep (thor)
Trigger: mvp-launch workflow
/mvp launch the beta version of the booking systemSteps: spec (professor-x) → architecture (tony-stark) → implement (dev agents) → GTM (star-lord)
/security
Section titled “/security”Trigger: security-audit workflow
/security audit the API endpoints/security penetration test the auth systemSteps: vulnerability scan (punisher) → red team (microchip) → remediation (dev agents)
/refactor
Section titled “/refactor”Trigger: tech-debt-reduction workflow
/refactor migrate from REST to GraphQL/refactor extract the auth module into a serviceSteps: analysis (tony-stark) → plan (tony-stark) → implement (dev agents) → test (hawkeye)
Trigger: seo-content-pipeline workflow
/seo create a content strategy for the blog/seo optimize the landing page for "AI coding tools"Steps: technical audit (black-widow) → content plan (storm) → GEO optimization (jean-grey)
/campaign
Section titled “/campaign”Trigger: marketing-campaign workflow
/campaign launch for Product Hunt/campaign Black Friday promotionSteps: strategy (star-lord) → copy (loki) → ads (gamora) → social (ms-marvel)
Session commands
Section titled “Session commands”/party
Section titled “/party”Start a multi-agent brainstorming session.
/party should we use microservices or monolith?/party marketing how do we position against Cursor?/party all what's our biggest technical risk?Rules:
- Deadpool is always summoned (contrarian role)
- 3-8 agents per session
- Agents speak in character
- Session persists until
/dismiss
/dismiss
Section titled “/dismiss”End a party session or dismiss a directly invoked agent.
/dismiss # End the party session/dismiss @loki # Remove Loki from the session/board
Section titled “/board”Inspect and operate the Kanban board used by complex Spec-Driven workflows.
/board/board status/board resume/board reprioritize T-004 before T-003Use it to:
- inspect current board status and ticket progression
- resume execution after an interruption
- re-prioritize tickets in
_board.yamlwhen plans change
Show the command catalog and available agents.
/helpDirect agent access
Section titled “Direct agent access”Invoke any agent directly with @agent-name:
@spider-man optimize the dashboard for Core Web Vitals@bruce-banner add rate limiting to the /api/users endpoint@loki write 3 tagline options for the pricing page@beast create a dashboard for user engagement metricsThe agent stays in character until /dismiss.
Utility commands
Section titled “Utility commands”/status
Section titled “/status”Check the current workflow status during execution.
/handoff
Section titled “/handoff”Transfer the current context to a different agent mid-workflow.
@doctor-doom
Section titled “@doctor-doom”Strategic stress-test for critical decisions (only invoked explicitly):
@doctor-doom should we migrate to Kubernetes?