Commands Reference

Complete reference for all Agentwise commands. Master these to unlock the full power of multi-agent orchestration.

Quick Reference

Essential Commands:

  • /create - Start new project
  • /task - Add feature
  • /monitor - View dashboard
  • /projects - Switch projects

Remember:

  • • Always start Claude Code with --dangerously-skip-permissions
  • • Use quotes for multi-word descriptions
  • • Monitor shows real-time progress

Project Management

/create
Project Management

Creates a new project with AI agent orchestration. The system analyzes your description and assigns appropriate specialized agents to handle different aspects of development.

Syntax

/create "<project description>"

Examples

bash
/create "a todo app with React and Firebase"

Creates a React-based todo application with Firebase backend

bash
/create "an e-commerce platform with Next.js and Stripe"

Generates a full e-commerce solution with payment processing

/create-plan
Project Management

Collaborative planning mode with project folder setup for comprehensive project planning.

Syntax

/create-plan "<project idea>"

Examples

bash
/create-plan "social media dashboard"

Creates a collaborative planning session for a social media dashboard

/create-project
Project Management

Complete project setup wizard with all features including database, security, and deployment configuration.

Syntax

/create-project "<project idea>"

Examples

bash
/create-project "e-commerce platform"

Launches complete project wizard for e-commerce platform

/projects
Project Management

Lists all your projects and allows you to switch between them. Shows project status, creation date, and agent activity.

Syntax

/projects

Examples

bash
/projects

Shows all projects with selection menu

/project-status
Project Management

View current project status and progress including active agents, task completion, and health metrics.

Syntax

/project-status

Examples

bash
/project-status

Shows current project status and agent activity

/task
Project Management

Adds a new feature or task to your active project. Agents will analyze the current codebase and implement the requested functionality.

Syntax

/task "<feature description>"

Examples

bash
/task "add user authentication with OAuth"

Implements OAuth-based user authentication system

bash
/task "create a responsive navigation menu"

Adds a mobile-friendly navigation component

/task-dynamic
Project Management

Dynamic task distribution to agents with intelligent load balancing and specialization matching.

Syntax

/task-dynamic "<feature description>"

Examples

bash
/task-dynamic "implement payment system"

Dynamically distributes payment implementation across specialized agents

/task-plan
Project Management

Plan tasks before execution with comprehensive analysis and resource estimation.

Syntax

/task-plan "<feature description>"

Examples

bash
/task-plan "user dashboard with analytics"

Creates detailed plan for dashboard implementation

/task-import
Project Management

Import tasks from external sources like GitHub issues, Trello boards, or Jira tickets.

Syntax

/task-import "<source>"

Examples

bash
/task-import "https://github.com/user/repo/issues"

Imports GitHub issues as tasks

/init-import
Project Management

Initializes the import process for existing projects. Analyzes the current directory and prepares it for agent-based development.

Syntax

/init-import

Examples

bash
/init-import

Scans current directory and prepares import configuration

/clone-website
Project Management

Clone and customize existing websites with intelligent analysis and recreation.

Syntax

/clone-website "<url>"

Examples

bash
/clone-website "https://example.com"

Clones and analyzes website for customization

Requirements & Planning

/requirements
Requirements & Planning

Generate comprehensive project requirements with functional and technical specifications.

Syntax

/requirements "<project idea>"

Examples

bash
/requirements "mobile banking app"

Generates comprehensive requirements for mobile banking app

/requirements-enhance
Requirements & Planning

Enhance existing requirements with AI-driven analysis and additional specifications.

Syntax

/requirements-enhance

Examples

bash
/requirements-enhance

Enhances current project requirements with AI analysis

/requirements-visualize
Requirements & Planning

Create visual HTML specifications with diagrams, wireframes, and interactive mockups.

Syntax

/requirements-visualize

Examples

bash
/requirements-visualize

Creates visual specification document with mockups

/requirements-to-tasks
Requirements & Planning

Convert requirements into actionable tasks with priority and dependency mapping.

Syntax

/requirements-to-tasks

Examples

bash
/requirements-to-tasks

Converts requirements into prioritized task list

Database Integration

/database-wizard
Database Integration

Interactive database setup wizard with schema design and optimization recommendations.

Syntax

/database-wizard

Examples

bash
/database-wizard

Launches interactive database setup wizard

/database-setup
Database Integration

Quick database configuration for common database systems.

Syntax

/database-setup "<database-type>"

Examples

bash
/database-setup "postgresql"

Configures PostgreSQL database for current project

/database-connect
Database Integration

Connect to existing database with automatic schema analysis and integration.

Syntax

/database-connect "<connection-string>"

Examples

bash
/database-connect "postgresql://user:pass@host:5432/db"

Connects to existing PostgreSQL database

Security & Protection

/enable-protection
Security & Protection

Enable automated backup and security scanning for comprehensive project protection.

Syntax

/enable-protection

Examples

bash
/enable-protection

Enables automated protection for current project

/protection-status
Security & Protection

View real-time protection status including backups, security scans, and system health.

Syntax

/protection-status

Examples

bash
/protection-status

Shows detailed protection status and metrics

/security-review
Security & Protection

Comprehensive security analysis including vulnerability scanning and code review.

Syntax

/security-review

Examples

bash
/security-review

Performs comprehensive security analysis

/security-report
Security & Protection

Generate detailed security report with recommendations and action items.

Syntax

/security-report

Examples

bash
/security-report

Generates detailed security report

/rollback
Security & Protection

Rollback to previous safe state with automatic integrity verification.

Syntax

/rollback [backup-id]

Examples

bash
/rollback

Rollback to latest backup

bash
/rollback backup-123

Rollback to specific backup

Figma Integration

/figma
Figma Integration

Main Figma integration menu with design processing and code generation capabilities.

Syntax

/figma [url]

Examples

bash
/figma

Opens Figma integration menu

bash
/figma https://figma.com/file/abc123

Processes specific Figma file

/figma-auth
Figma Integration

Authenticate with Figma account for full API access and collaboration features.

Syntax

/figma-auth

Examples

bash
/figma-auth

Initiates Figma authentication process

/figma-list
Figma Integration

List available Figma files from your account with preview and metadata.

Syntax

/figma-list

Examples

bash
/figma-list

Shows available Figma files

/figma-select
Figma Integration

Select Figma file to work with including frame and component analysis.

Syntax

/figma-select "<file-name>"

Examples

bash
/figma-select "Mobile App Design"

Selects and analyzes mobile app design file

/figma-inspect
Figma Integration

Inspect Figma components with detailed design specifications and code suggestions.

Syntax

/figma-inspect [component-name]

Examples

bash
/figma-inspect

Inspects all components in selected file

bash
/figma-inspect "Button Component"

Inspects specific button component

/figma-generate
Figma Integration

Generate code from Figma designs with high-fidelity conversion and responsive design.

Syntax

/figma-generate [options]

Examples

bash
/figma-generate

Generates code for all components

bash
/figma-generate --responsive

Generates responsive code

/figma-sync
Figma Integration

Sync changes with Figma including design updates and component modifications.

Syntax

/figma-sync

Examples

bash
/figma-sync

Syncs all changes with Figma

/figma-create
Figma Integration

Create new Figma components from code or specifications with automatic design generation.

Syntax

/figma-create "<component-spec>"

Examples

bash
/figma-create "modern button with hover effects"

Creates Figma component from specification

Models & Agent Management

/generate-agent
Models & Agent Management

Create custom specialized agents for specific domains with learning capabilities.

Syntax

/generate-agent "<specialization>"

Examples

bash
/generate-agent "SEO optimization specialist"

Creates an agent specialized in SEO optimization

bash
/generate-agent "API documentation generator"

Creates an agent for generating API documentation

/setup-ollama
Models & Agent Management

Install and configure Ollama for local model execution with GPU optimization.

Syntax

/setup-ollama

Examples

bash
/setup-ollama

Installs and configures Ollama

/setup-lmstudio
Models & Agent Management

Configure LM Studio integration for local model management and execution.

Syntax

/setup-lmstudio

Examples

bash
/setup-lmstudio

Configures LM Studio integration

/local-models
Models & Agent Management

List available local models with performance metrics and usage statistics.

Syntax

/local-models

Examples

bash
/local-models

Shows available local models

/configure-routing
Models & Agent Management

Configure smart model routing with automatic optimization and load balancing.

Syntax

/configure-routing

Examples

bash
/configure-routing

Opens interactive routing configuration

/setup-mcps
Models & Agent Management

Configure all 25 MCP servers for Claude Code with automatic setup and testing.

Syntax

/setup-mcps

Examples

bash
/setup-mcps

Configures all MCP servers

Monitoring & Analysis

/monitor
Monitoring & Analysis

Launch real-time monitoring dashboard with agent activity, performance metrics, and system health.

Syntax

/monitor

Examples

bash
/monitor

Opens monitoring dashboard at http://localhost:3001

/visual-test
Monitoring & Analysis

Run visual regression tests with screenshot comparison and automated reporting.

Syntax

/visual-test [options]

Examples

bash
/visual-test

Runs visual regression tests

bash
/visual-test --baseline

Creates new baseline screenshots

/docs
Monitoring & Analysis

Open local documentation hub with search, examples, and interactive tutorials.

Syntax

/docs [topic]

Examples

bash
/docs

Opens documentation hub

bash
/docs "commands"

Opens command reference documentation

Deployment & Updates

/deploy
Deployment & Updates

Deploy project to production with automated testing, optimization, and rollback capabilities.

Syntax

/deploy [target]

Examples

bash
/deploy

Deploys to default production environment

bash
/deploy staging

Deploys to staging environment

/update-agentwise
Deployment & Updates

Update Agentwise to latest version with automatic backup and migration.

Syntax

/update-agentwise

Examples

bash
/update-agentwise

Updates to latest Agentwise version

Configuration & Tools

/configure-agentwise
Configuration & Tools

Configure Agentwise settings including API keys, preferences, and optimization parameters.

Syntax

/configure-agentwise

Examples

bash
/configure-agentwise

Opens configuration wizard

/upload
Configuration & Tools

Upload and process documents (PDFs, Word docs, images) with OCR and content extraction.

Syntax

/upload [file-path]

Examples

bash
/upload

Opens file picker for document upload

bash
/upload requirements.pdf

Uploads and processes specific PDF file

/image
Configuration & Tools

Visual context processing with file browser for image analysis and mockup generation.

Syntax

/image [image-path]

Examples

bash
/image

Opens image file browser

bash
/image mockup.png

Processes specific image file

Typical Command Flow

For New Projects:

1
/create "project description"Create new project
2
/monitorOpen dashboard
3
/task "add feature"Add features as needed

For Existing Projects:

1
/init-importAnalyze existing project
2
/task-importImport with agents
3
/monitorMonitor progress

Tips & Best Practices

💡 Pro Tips

  • • Use descriptive project names in /create
  • • Keep the monitor dashboard open for real-time updates
  • • Break large features into smaller tasks
  • • Use /projects to organize multiple projects

⚠️ Common Mistakes

  • • Forgetting the --dangerously-skip-permissions flag
  • • Not using quotes for multi-word descriptions
  • • Running commands outside of project directory
  • • Closing Claude Code before agents complete