Learn how to create and manage your first Agentwise project with step-by-step guidance.
Launch Claude Code with the required permissions flag
claude --dangerously-skip-permissions
Describe your project idea in natural language
/create "a todo app with React and TypeScript"
Observe as 8 specialized agents work together
# Agents will automatically start creating:
# - Project structure
# - Dependencies
# - Core functionality
Open the real-time monitoring dashboard
/monitor
Enhance your project with additional functionality
/task "add user authentication"
Different project types engage different agents and have varying complexity levels.
Full-stack web apps with modern frameworks
/create
"React dashboard with charts"/create
"Next.js blog with CMS"/create
"Vue.js e-commerce platform"Cross-platform mobile applications
/create
"React Native weather app"/create
"Flutter expense tracker"/create
"Expo social media app"Backend APIs and microservices
/create
"REST API with authentication"/create
"GraphQL server"/create
"Microservice with Redis"Cross-platform desktop applications
/create
"Electron text editor"/create
"Tauri system monitor"/create
"Desktop file manager"Ensure Claude Code started with --dangerously-skip-permissions flag
Install monitor dependencies manually with: cd src/monitor && npm install
Check project registry with /projects command and reactivate if needed
Agents will auto-fix most issues, or use npm run build 2>/dev/null to ignore
You've successfully created your first Agentwise project! Here's what to explore next: