Skip to content

sequel-data/ClaudeGo

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ClaudeGo - Your Complete AI Development Toolkit

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:

πŸš€ What You Get

1. Zero-Friction Setup (5 minutes)

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.

2. System Blueprint Generator (3-4 hours β†’ Complete Technical Spec)

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.

3. Parallel Development Plans (Build 3-4x Faster!)

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.


πŸ’° What It Costs

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.


🎯 Quick Start: Get Running in 5 Minutes

What You'll Need

  1. A Mac running macOS (these scripts are Mac-only)
  2. GitHub Account - Create one at github.com if needed
  3. Claude Pro Subscription - Sign up at claude.ai and upgrade at claude.ai/settings/billing

Step 1: Download and Run install.sh

  1. Download install.sh from this repository (click the file, then "Download raw file")
  2. Open Terminal on your Mac (Applications > Utilities > Terminal)
  3. Navigate to where you downloaded the file:
    cd ~/Downloads
  4. 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

Step 2: Fork and Clone This Repository

Why fork? You'll get your own copy with all the blueprint and dev plan templates, ready to customize for your projects.

  1. Go to github.com/mmorris35/ClaudeGo

  2. Click "Fork" (top-right corner)

  3. Open VSCode and clone YOUR fork:

  4. Press Cmd+Shift+P to open Command Palette

  5. Type "Git: Clone"

  6. Paste: https://github.com/YOUR_USERNAME/ClaudeGo.git (replace with your GitHub username)

  7. Choose a folder and click "Open"

Step 3: Authenticate with Claude

In VSCode Terminal (Terminal > New Terminal or Ctrl+~):

claude auth login

IMPORTANT: Choose "Login with Claude.ai account" (NOT "API Key")

Your browser opens β†’ Log in β†’ Authorize β†’ Done!

Verify it worked:

claude status

That's it. You're ready. Now let's use these superpowers.


πŸ“‹ Feature Deep Dive

System Blueprint Generator

Transform a conversation into a production-grade technical specification in 3-4 hours.

What You Get

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

Why It Matters

  • 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

How to Start

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."

The Process

  1. You answer questions - Claude asks about your goals, users, constraints, team size, timeline, budget
  2. Claude analyzes and recommends - Architecture pattern, tech stack, database design, APIs, security, scaling
  3. You refine together - Ask "why", request alternatives, dive deeper
  4. Get your blueprint - Complete SYSTEM_BLUEPRINT.md ready for development

Time Investment: 3-4 hours total (can split into multiple sessions)

Key Features

βœ… 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

Learn More

  • πŸ“– Complete Guide - Full walkthrough with example questions
  • πŸ“‹ Examples - Three complete blueprints (SaaS, Marketplace, Internal Tool)
  • πŸ“ Template - See the final output structure

Development Plans: Build 3-4x Faster with Parallel Execution

Transform your blueprint into a bulletproof execution roadmap with automatic parallel task orchestration.

What You Get

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 vs Parallel Execution

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)

How to Start

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

Git Workflow

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:

  1. Claude creates feature/task-X.Y-description from dev
  2. Complete subtasks with Claude's guidance
  3. Quality gates enforced (tests, docs, no TODOs)
  4. Claude merges to dev when code-complete
  5. README and plan updates committed

After each phase:

  • dev merges to main
  • Release tagged
  • Fresh start from dev

Zero Technical Debt Policy

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.

Progress Tracking

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

Learn More


πŸ› οΈ Troubleshooting

"Authentication failed"

  1. Make sure you have an active Claude Pro subscription at claude.ai/settings/billing
  2. In VSCode Terminal, run:
    claude auth login
  3. Follow the authentication prompts

"Homebrew installation failed"

The install.sh script will attempt to install Homebrew. If it fails:

  1. Visit brew.sh for manual installation instructions
  2. Once Homebrew is installed, run install.sh again

"VSCode won't open or command not found"

After running install.sh:

  1. Restart your Terminal
  2. Try opening VSCode again with code
  3. If that doesn't work, open VSCode from Applications

Still Having Issues?


πŸ“š Additional Resources

What Gets Installed

  • 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

Documentation Links

Uninstalling

Remove Claude Code:

  1. VSCode: Cmd+Shift+X β†’ Search "Claude Code" β†’ Uninstall
  2. (Optional) Delete VSCode: /Applications/Visual Studio Code.app

Cancel subscription: claude.ai/settings/billing


Contributing

Found a bug or have a suggestion? Open an issue or submit a pull request!

License

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%