Stop planning. Start building.
ClaudeGo is your all-in-one system for turning ideas into production-ready softwareβfast. Whether you're a solo developer or leading a team, ClaudeGo gives you three superpowers:
Download one script, run it, and get Claude Code working in VSCode on your Mac. No configuration hell. No debugging toolchains. Just working AI development in minutes.
Stop Googling "best architecture for X." Have a conversation with Claude, and get a production-grade technical specification covering:
- Architecture recommendations (with reasoning for YOUR constraints)
- Complete tech stack selection
- Database schema design
- API specifications
- Security, testing, and deployment strategies
- Scaling plans
Claude analyzes your team size, timeline, and budgetβthen recommends the optimal approach. No more over-engineering. No more under-planning.
Transform your blueprint into a bulletproof execution roadmap with automatic parallel task execution:
- Paint-by-numbers tasks with zero-technical-debt quality gates
- 50-70% time savings through intelligent parallel execution
- Automatic dependency analysis and conflict prevention
- Git workflow baked in (feature branches, proper merging, systematic commits)
- Always know exactly where you are: "Claude, where are we?"
Example: Traditional sequential development takes 40 hours? Parallel execution completes it in 15 hours.
Claude Code requires a Claude Pro subscription at $20/month (or $17/month annual).
The free tier at Claude.ai does NOT include Claude Code access. You must upgrade to Pro or higher to use ClaudeGo features.
- A Mac running macOS (these scripts are Mac-only)
- GitHub Account - Create one at github.com if needed
- Claude Pro Subscription - Sign up at claude.ai and upgrade at claude.ai/settings/billing
- Download
install.shfrom this repository (click the file, then "Download raw file") - Open Terminal on your Mac (Applications > Utilities > Terminal)
- Navigate to where you downloaded the file:
cd ~/Downloads
- Run the installation script:
chmod +x install.sh ./install.sh
The script will:
- β Verify you have Claude Pro subscription
- β Install Homebrew (if needed)
- β Install VSCode (if not already installed)
- β Install the Claude Code extension
Why fork? You'll get your own copy with all the blueprint and dev plan templates, ready to customize for your projects.
-
Click "Fork" (top-right corner)
-
Open VSCode and clone YOUR fork:
-
Press
Cmd+Shift+Pto open Command Palette -
Type "Git: Clone"
-
Paste:
https://github.com/YOUR_USERNAME/ClaudeGo.git(replace with your GitHub username) -
Choose a folder and click "Open"
In VSCode Terminal (Terminal > New Terminal or Ctrl+~):
claude auth loginIMPORTANT: Choose "Login with Claude.ai account" (NOT "API Key")
Your browser opens β Log in β Authorize β Done!
Verify it worked:
claude statusThat's it. You're ready. Now let's use these superpowers.
Transform a conversation into a production-grade technical specification in 3-4 hours.
A complete SYSTEM_BLUEPRINT.md covering:
- π Vision and strategy
- π₯ User personas and feature requirements
- ποΈ Architecture recommendations (tailored to YOUR constraints)
- πΎ Database schema design
- π API specifications
- π§ͺ Testing strategies
- π Deployment and scaling plans
- Reduce project risk - Catch problems before coding
- Speed up development - Clear specs = faster implementation
- Make better decisions - Claude analyzes your constraints and recommends optimal solutions
- Onboard faster - Complete documentation in one place
- Plan for scale - Know when and how to evolve
Option 1: Slash Command (Recommended)
In Claude Code chat:
/create-blueprint
Option 2: Manual Start
Open docs/BLUEPRINT_GUIDE.md and say:
"Let's create a system blueprint for my project. I'm ready for Phase 1."
- You answer questions - Claude asks about your goals, users, constraints, team size, timeline, budget
- Claude analyzes and recommends - Architecture pattern, tech stack, database design, APIs, security, scaling
- You refine together - Ask "why", request alternatives, dive deeper
- Get your blueprint - Complete
SYSTEM_BLUEPRINT.mdready for development
Time Investment: 3-4 hours total (can split into multiple sessions)
β Extensibility-Aware - Claude designs architecture based on your extensibility needs β Intelligent Recommendations - Smart tech stack decisions for YOUR constraints β Pragmatic - Matches your team size, timeline, budget (no over-engineering) β Complete - Vision to deployment, everything covered β Production-Ready - Detailed enough to start building immediately
- π Complete Guide - Full walkthrough with example questions
- π Examples - Three complete blueprints (SaaS, Marketplace, Internal Tool)
- π Template - See the final output structure
Transform your blueprint into a bulletproof execution roadmap with automatic parallel task orchestration.
A complete DEV_PLAN.md with:
- π Numbered phases, tasks, subtasks - Clear hierarchy and dependencies
- π Parallel execution - 50-70% time savings through intelligent task orchestration
- π³ Git workflow - Feature branches, dev branch, main branch discipline
- β Quality gates - Concrete completion criteria (tests, docs, error handling, etc.)
- π« Zero technical debt - No task complete until it's code-complete
- π Progress tracking - Always know exactly where you are
Sequential Dev Plan (Traditional)
- One task at a time
- Simpler coordination, lower overhead
- Best for: Small projects (<10 tasks), learning, prototyping
- Guide: docs/DEV_PLAN_GUIDE.md
Parallel Dev Plan (3-4x Faster!) π
- Multiple tasks execute simultaneously
- 50-70% time savings on most projects
- Automatic dependency analysis and conflict prevention
- Best for: Medium-large projects (15+ tasks), time-critical delivery
- Guide: docs/PARALLEL_DEV_PLAN_GUIDE.md
Real Example: Traditional 40 hours β Parallel 15 hours (62% faster)
Step 1: Complete your System Blueprint first
Step 2: Open docs/DEV_PLAN_GUIDE.md or docs/PARALLEL_DEV_PLAN_GUIDE.md
Step 3: Copy the prompt sequence and paste into Claude Code chat
Step 4: Claude generates your complete DEV_PLAN.md
Step 5: Start development:
"Let's start with Phase 1, Task 1.1"
Claude will:
- Create feature branches
- Guide you through subtasks
- Enforce quality gates
- Update the plan document
- Merge to dev when complete
- Update README and commit changes
main (production)
β
βββ dev (integration)
βββ feature/task-1.1-project-setup
βββ feature/task-1.2-database-setup
βββ feature/task-2.1-user-authentication
For each task:
- Claude creates
feature/task-X.Y-descriptionfromdev - Complete subtasks with Claude's guidance
- Quality gates enforced (tests, docs, no TODOs)
- Claude merges to
devwhen code-complete - README and plan updates committed
After each phase:
devmerges tomain- Release tagged
- Fresh start from
dev
No task marked complete until CODE-COMPLETE:
β Functionality works as specified β Tests written and passing β Documentation updated β Error handling for edge cases β Input validation implemented β No performance issues β No security vulnerabilities β Linting passes β No TODOs, FIXMEs, commented code β No unnecessary dependencies
Claude enforces this - you can't move forward until quality gates pass.
Ask Claude anytime:
"Where are we?"
Get instant status:
Phase 2: Core Features (40% complete)
β
Task 2.1: Product Catalog
β
Task 2.2: Search & Filters
π Task 2.3: Shopping Cart (in progress)
β
2.3.1: Create cart data model
π 2.3.2: Implement cart persistence (current)
β³ 2.3.3: Add/remove cart items
- π Sequential Dev Plan Guide - Traditional execution
- π Parallel Dev Plan Guide - 3-4x faster with parallel agents
- Make sure you have an active Claude Pro subscription at claude.ai/settings/billing
- In VSCode Terminal, run:
claude auth login
- Follow the authentication prompts
The install.sh script will attempt to install Homebrew. If it fails:
- Visit brew.sh for manual installation instructions
- Once Homebrew is installed, run
install.shagain
After running install.sh:
- Restart your Terminal
- Try opening VSCode again with
code - If that doesn't work, open VSCode from Applications
- Check Claude Code documentation
- Open an issue in this repository
- Contact Claude support at support.claude.com
- Homebrew - Package manager for macOS (if not already installed)
- VSCode - Visual Studio Code editor (if not already installed)
- Claude Code Extension - Official Claude extension for VSCode
-
Blueprint System:
- Complete Guide - Full walkthrough with example questions
- Examples - Three complete blueprints
- Template - Output structure
- Specification - Technical details
-
Development Plans:
- Sequential Dev Plan Guide - Traditional execution
- Parallel Dev Plan Guide - 3-4x faster execution
Remove Claude Code:
- VSCode:
Cmd+Shift+Xβ Search "Claude Code" β Uninstall - (Optional) Delete VSCode:
/Applications/Visual Studio Code.app
Cancel subscription: claude.ai/settings/billing
Found a bug or have a suggestion? Open an issue or submit a pull request!
MIT License - feel free to use and modify as needed.
Note: This is an unofficial setup repository. Claude Code is developed by Anthropic. Visit claude.ai for official information.