Quick Start Guide

Get up and running with Agentwise in under 5 minutes. From installation to your first project.

Prerequisites Checklist

Node.js 18+
Claude Code CLI
Git (recommended)

⚡ Fastest Setup: One-Click Claude Code Prompt

🚀 Copy & Paste Into Claude Code
Easiest Method

Simply copy this prompt and paste it into Claude Code for automatic setup:

Setup Prompt
Please set up Agentwise:
1. Clone: git clone https://github.com/VibeCodingWithPhil/agentwise.git ~/agentwise
2. Install: cd ~/agentwise && npm install && npm run build
3. Configure sandboxed execution (no --dangerously-skip-permissions needed)
4. Start: node dist/index.js

Full setup: https://github.com/VibeCodingWithPhil/agentwise/blob/main/CLAUDE_CODE_SETUP_PROMPT.md

Alternative: Script Installers

macOS / Linux

Terminal
curl -fsSL https://raw.githubusercontent.com/VibeCodingWithPhil/agentwise/main/installers/install.sh | bash

Windows PowerShell

PowerShell
iwr "https://raw.githubusercontent.com/VibeCodingWithPhil/agentwise/main/installers/install.ps1" | iex

🎉 NEW: Works Without --dangerously-skip-permissions!

Agentwise now includes automatic permission handling, so you can use all features without any special flags:

✅ Features Enabled

  • • Automatic permission responses
  • • Workspace sandboxing
  • • Terminal monitoring
  • • Smart safety modes

🔧 Configure It

bash
# Run configuration wizard
claude /configure-agentwise

# Or check current settings
cat ~/.agentwise-config.json

🚀 Three Steps to Your First Project

~10 seconds
1

Start Claude Code

Launch Claude Code normally (no flags needed!)

bash
claude
~2-5 minutes
2

Create Your Project

Use natural language to describe what you want to build

bash
/create "a modern React todo app with dark mode"
~Ongoing
3

Monitor Progress

Watch your agents collaborate in real-time

bash
/monitor

💡 Project Ideas to Try

Here are some example projects you can create with Agentwise. Just use natural language!

🌐

Web Applications

/create "a React dashboard with charts"
/create "a Next.js blog with CMS"
/create "a Vue.js e-commerce site"
📱

Mobile Apps

/create "a React Native weather app"
/create "a Flutter expense tracker"
/create "an Expo social media app"
⚙️

Backend Services

/create "a Node.js REST API"
/create "a Python FastAPI service"
/create "a GraphQL server with auth"

✨ What Makes Agentwise Special

Multi-Agent Orchestration

8 specialized agents work together automatically

Smart Task Distribution

Tasks are intelligently assigned to the right agents

Token Optimization

Verified 15-30% reduction with Context 3.0 + Knowledge Graph

Real-time Monitoring

Web dashboard shows progress across all agents

You're All Set!

Now that you've created your first project, explore more advanced features and capabilities: