Complete reference for all Agentwise commands. Master these to unlock the full power of multi-agent orchestration.
Essential Commands:
/create
- Start new project/task
- Add feature/monitor
- View dashboard/projects
- Switch projectsRemember:
--dangerously-skip-permissions
/create
Creates a new project with AI agent orchestration. The system analyzes your description and assigns appropriate specialized agents to handle different aspects of development.
/create "<project description>"
/create "a todo app with React and Firebase"
Creates a React-based todo application with Firebase backend
/create "an e-commerce platform with Next.js and Stripe"
Generates a full e-commerce solution with payment processing
/create-plan
Collaborative planning mode with project folder setup for comprehensive project planning.
/create-plan "<project idea>"
/create-plan "social media dashboard"
Creates a collaborative planning session for a social media dashboard
/create-project
Complete project setup wizard with all features including database, security, and deployment configuration.
/create-project "<project idea>"
/create-project "e-commerce platform"
Launches complete project wizard for e-commerce platform
/projects
Lists all your projects and allows you to switch between them. Shows project status, creation date, and agent activity.
/projects
/projects
Shows all projects with selection menu
/project-status
View current project status and progress including active agents, task completion, and health metrics.
/project-status
/project-status
Shows current project status and agent activity
/task
Adds a new feature or task to your active project. Agents will analyze the current codebase and implement the requested functionality.
/task "<feature description>"
/task "add user authentication with OAuth"
Implements OAuth-based user authentication system
/task "create a responsive navigation menu"
Adds a mobile-friendly navigation component
/task-dynamic
Dynamic task distribution to agents with intelligent load balancing and specialization matching.
/task-dynamic "<feature description>"
/task-dynamic "implement payment system"
Dynamically distributes payment implementation across specialized agents
/task-plan
Plan tasks before execution with comprehensive analysis and resource estimation.
/task-plan "<feature description>"
/task-plan "user dashboard with analytics"
Creates detailed plan for dashboard implementation
/task-import
Import tasks from external sources like GitHub issues, Trello boards, or Jira tickets.
/task-import "<source>"
/task-import "https://github.com/user/repo/issues"
Imports GitHub issues as tasks
/init-import
Initializes the import process for existing projects. Analyzes the current directory and prepares it for agent-based development.
/init-import
/init-import
Scans current directory and prepares import configuration
/clone-website
Clone and customize existing websites with intelligent analysis and recreation.
/clone-website "<url>"
/clone-website "https://example.com"
Clones and analyzes website for customization
/requirements
Generate comprehensive project requirements with functional and technical specifications.
/requirements "<project idea>"
/requirements "mobile banking app"
Generates comprehensive requirements for mobile banking app
/requirements-enhance
Enhance existing requirements with AI-driven analysis and additional specifications.
/requirements-enhance
/requirements-enhance
Enhances current project requirements with AI analysis
/requirements-visualize
Create visual HTML specifications with diagrams, wireframes, and interactive mockups.
/requirements-visualize
/requirements-visualize
Creates visual specification document with mockups
/requirements-to-tasks
Convert requirements into actionable tasks with priority and dependency mapping.
/requirements-to-tasks
/requirements-to-tasks
Converts requirements into prioritized task list
/database-wizard
Interactive database setup wizard with schema design and optimization recommendations.
/database-wizard
/database-wizard
Launches interactive database setup wizard
/database-setup
Quick database configuration for common database systems.
/database-setup "<database-type>"
/database-setup "postgresql"
Configures PostgreSQL database for current project
/database-connect
Connect to existing database with automatic schema analysis and integration.
/database-connect "<connection-string>"
/database-connect "postgresql://user:pass@host:5432/db"
Connects to existing PostgreSQL database
/enable-protection
Enable automated backup and security scanning for comprehensive project protection.
/enable-protection
/enable-protection
Enables automated protection for current project
/protection-status
View real-time protection status including backups, security scans, and system health.
/protection-status
/protection-status
Shows detailed protection status and metrics
/security-review
Comprehensive security analysis including vulnerability scanning and code review.
/security-review
/security-review
Performs comprehensive security analysis
/security-report
Generate detailed security report with recommendations and action items.
/security-report
/security-report
Generates detailed security report
/rollback
Rollback to previous safe state with automatic integrity verification.
/rollback [backup-id]
/rollback
Rollback to latest backup
/rollback backup-123
Rollback to specific backup
/figma
Main Figma integration menu with design processing and code generation capabilities.
/figma [url]
/figma
Opens Figma integration menu
/figma https://figma.com/file/abc123
Processes specific Figma file
/figma-auth
Authenticate with Figma account for full API access and collaboration features.
/figma-auth
/figma-auth
Initiates Figma authentication process
/figma-list
List available Figma files from your account with preview and metadata.
/figma-list
/figma-list
Shows available Figma files
/figma-select
Select Figma file to work with including frame and component analysis.
/figma-select "<file-name>"
/figma-select "Mobile App Design"
Selects and analyzes mobile app design file
/figma-inspect
Inspect Figma components with detailed design specifications and code suggestions.
/figma-inspect [component-name]
/figma-inspect
Inspects all components in selected file
/figma-inspect "Button Component"
Inspects specific button component
/figma-generate
Generate code from Figma designs with high-fidelity conversion and responsive design.
/figma-generate [options]
/figma-generate
Generates code for all components
/figma-generate --responsive
Generates responsive code
/figma-sync
Sync changes with Figma including design updates and component modifications.
/figma-sync
/figma-sync
Syncs all changes with Figma
/figma-create
Create new Figma components from code or specifications with automatic design generation.
/figma-create "<component-spec>"
/figma-create "modern button with hover effects"
Creates Figma component from specification
/generate-agent
Create custom specialized agents for specific domains with learning capabilities.
/generate-agent "<specialization>"
/generate-agent "SEO optimization specialist"
Creates an agent specialized in SEO optimization
/generate-agent "API documentation generator"
Creates an agent for generating API documentation
/setup-ollama
Install and configure Ollama for local model execution with GPU optimization.
/setup-ollama
/setup-ollama
Installs and configures Ollama
/setup-lmstudio
Configure LM Studio integration for local model management and execution.
/setup-lmstudio
/setup-lmstudio
Configures LM Studio integration
/local-models
List available local models with performance metrics and usage statistics.
/local-models
/local-models
Shows available local models
/configure-routing
Configure smart model routing with automatic optimization and load balancing.
/configure-routing
/configure-routing
Opens interactive routing configuration
/setup-mcps
Configure all 25 MCP servers for Claude Code with automatic setup and testing.
/setup-mcps
/setup-mcps
Configures all MCP servers
/monitor
Launch real-time monitoring dashboard with agent activity, performance metrics, and system health.
/monitor
/monitor
Opens monitoring dashboard at http://localhost:3001
/visual-test
Run visual regression tests with screenshot comparison and automated reporting.
/visual-test [options]
/visual-test
Runs visual regression tests
/visual-test --baseline
Creates new baseline screenshots
/docs
Open local documentation hub with search, examples, and interactive tutorials.
/docs [topic]
/docs
Opens documentation hub
/docs "commands"
Opens command reference documentation
/deploy
Deploy project to production with automated testing, optimization, and rollback capabilities.
/deploy [target]
/deploy
Deploys to default production environment
/deploy staging
Deploys to staging environment
/update-agentwise
Update Agentwise to latest version with automatic backup and migration.
/update-agentwise
/update-agentwise
Updates to latest Agentwise version
/configure-agentwise
Configure Agentwise settings including API keys, preferences, and optimization parameters.
/configure-agentwise
/configure-agentwise
Opens configuration wizard
/upload
Upload and process documents (PDFs, Word docs, images) with OCR and content extraction.
/upload [file-path]
/upload
Opens file picker for document upload
/upload requirements.pdf
Uploads and processes specific PDF file
/image
Visual context processing with file browser for image analysis and mockup generation.
/image [image-path]
/image
Opens image file browser
/image mockup.png
Processes specific image file
/create "project description"
Create new project/monitor
Open dashboard/task "add feature"
Add features as needed/init-import
Analyze existing project/task-import
Import with agents/monitor
Monitor progress/create
/projects
to organize multiple projects--dangerously-skip-permissions
flag