# Commands

One universal command, 15 pre-configured workflows, and 29 reusable skills.

## /go — The Universal Command

1 trigger

/go

Describe the task in natural language. Jarvis evaluates complexity as TRIVIAL, MODERATE, or COMPLEX and routes automatically to the right execution path.

terminal

```
$/go build a REST API for user management
$/go fix the auth bug in the login flow
$/go review the last PR for security issues
$/go create a complete SaaS MVP
```

### How Jarvis routes your request

#### TRIVIAL

##### Single Agent

Simple tasks go straight to the right specialist. No overhead, no ceremony.

```
$/go fix the typo in README.md
→ @mr-fantastic → done
```

#### MODERATE

##### Agent Chain

Multi-step tasks are chained through 2-3 specialists. Each receives the output of the previous.

```
$/go add dark mode to the settings page
→ @spider-man → @hawkeye → done
```

#### COMPLEX

##### Spec-Driven Methodology

High-stakes tasks follow a 5-phase structured methodology. Nothing ships without a spec, a plan, and validation.

1. SPECIFY — @professor-x → spec.md
2. PLAN — @tony-stark → plan.md
3. TASKS — @captain-america → tasks.md
4. IMPLEMENT — Board Execution → parallel ticket pipeline (implement → review → test → done)
5. CLOSE — Jarvis → _quality.md

```
$/go create a complete SaaS MVP with auth, billing, and dashboard
```

## Workflows

### MVP Launch

/mvp

Full MVP from product vision to deployment

PM  Architect  UX  DB  Backend  Frontend  QA  DevOps

### Feature Development

/feature

End-to-end feature from spec to validation

PM  Analyst  Architect  Backend  Frontend  QA

### Bug Fix

/bugfix

Structured bug analysis, fix, and regression test

QA  Dev  QA

### Code Review Pipeline

/review

Multi-perspective code review with offensive testing

Fullstack  QA  Security  Red Team  Contrarian

### Security Audit

/security

Full security audit with red team pentest

Security  Red Team  Backend  DevOps  Legal

### SEO Content Pipeline

/seo

SEO-optimized content from keyword research to GEO

SEO  Content-SEO  Copywriter  GEO/AIO

### Marketing Campaign

/campaign

Multi-channel campaign with budget validation and PR

Marketing  Finance  Brand  Copywriter  Ads + Social + PR  Growth

### Sprint Cycle

/sprint

Complete agile sprint from planning to release

Scrum  PM  Fullstack  QA  DevOps

### Tech Debt Reduction

/refactor

Debt inventory, refactoring, and rollback strategy

Architect  Fullstack  QA  DevOps

### Project Onboarding

/onboard

New project scoping and team setup

PM  Analyst  Architect  Scrum

### Release Cycle

/release

Full release with legal, PR, and customer communication

Scrum  QA  Security  Legal  DevOps  Marketing  PR  CS

### Hotfix Release

/hotfix

Emergency production fix with minimal validation

QA  Security  Fullstack  QA  DevOps

### Dependency Upgrade

/upgrade

Dependency updates with CVE check and compatibility tests

Architect  Security  Fullstack  QA  DevOps

### Documentation Sprint

/docs

Documentation inventory, writing, editing, and publishing

Analyst  Architect  Fullstack  Copywriter  DevOps

### Experimentation

/experiment

A/B experiment from hypothesis to statistical decision

PM  Data  Fullstack  QA  Growth

## Skills

### Shared Skills

#### Code Review

/review

Structured code review with quality checklist

#### Git Workflow

/git

Git branching, commits, PRs, and merge management

#### Documentation

/doc

Technical and functional documentation generation

#### Testing

/test

Test strategy and execution (unit, integration, e2e)

#### Security Check

/sec-check

OWASP vulnerability scan and hardening audit

#### Performance Audit

/perf

Core Web Vitals, query optimization, load analysis

#### API Design

/api

REST/GraphQL API design, versioning, pagination

#### Database Query

/db

Database query optimization and schema design

#### CI/CD

/cicd

CI/CD pipeline configuration and optimization

#### Monitoring

/monitor

Observability setup: metrics, logs, traces, alerting

#### SEO Audit

/seo

Technical and on-page SEO audit

#### Content Brief

/brief

Structured content brief with keyword research

#### Competitive Analysis

/benchmark

Competitive analysis and market benchmarking

#### Reporting

/report

Report and dashboard generation

### Specific Skills

#### Board Execution

/board

Kanban board lifecycle, inspect status, resume execution, or re-prioritize tickets in _board.yaml

Primary agent: captain-america

#### Backend API Scaffold

/scaffold-api

Full API scaffolding with routes, controllers, docs

Primary agent: dev-backend

#### Frontend Component

/component

React/Next.js component with design system integration

Primary agent: dev-frontend

#### Mobile Screen

/screen

React Native/Flutter screen with navigation and state

Primary agent: dev-mobile

#### DB Migration

/migrate

Database migration creation with rollback and validation

Primary agent: db

#### DevOps Pipeline

/pipeline

Complete CI/CD pipeline with build, test, and deploy

Primary agent: devops

#### Pentest Scan

/pentest

Automated penetration test with vulnerability report

Primary agent: security

#### Legal Compliance Check

/compliance

GDPR, AI Act, and nLPD regulatory compliance check

Primary agent: legal

#### Ad Campaign Setup

/ad-setup

Multi-platform ad campaign configuration

Primary agent: ads

#### Growth Experiment

/experiment

Growth experiment design with hypothesis and metrics

Primary agent: growth

#### UX Wireframe

/wireframe

Wireframes and interactive prototypes

Primary agent: ux

#### Sprint Planning

/sprint-plan

Agile sprint planning with estimation and prioritization

Primary agent: scrum

#### QA Test Plan

/test-plan

Complete test plan with coverage matrices and criteria

Primary agent: qa

#### Automation Workflow

/automate

Multi-tool automation workflow with triggers and monitoring

Primary agent: automation

#### Party Mode

/party

Persistent collaborative multi-agent session

Primary agent: all
