Get up and running with Agentwise in under 5 minutes. From installation to your first project.
Simply copy this prompt and paste it into Claude Code for automatic setup:
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
curl -fsSL https://raw.githubusercontent.com/VibeCodingWithPhil/agentwise/main/installers/install.sh | bash
iwr "https://raw.githubusercontent.com/VibeCodingWithPhil/agentwise/main/installers/install.ps1" | iex
Agentwise now includes automatic permission handling, so you can use all features without any special flags:
# Run configuration wizard
claude /configure-agentwise
# Or check current settings
cat ~/.agentwise-config.json
Launch Claude Code normally (no flags needed!)
claude
Use natural language to describe what you want to build
/create "a modern React todo app with dark mode"
Watch your agents collaborate in real-time
/monitor
Here are some example projects you can create with Agentwise. Just use natural language!
/create
"a React dashboard with charts"/create
"a Next.js blog with CMS"/create
"a Vue.js e-commerce site"/create
"a React Native weather app"/create
"a Flutter expense tracker"/create
"an Expo social media app"/create
"a Node.js REST API"/create
"a Python FastAPI service"/create
"a GraphQL server with auth"8 specialized agents work together automatically
Tasks are intelligently assigned to the right agents
Verified 15-30% reduction with Context 3.0 + Knowledge Graph
Web dashboard shows progress across all agents
Now that you've created your first project, explore more advanced features and capabilities: