Skip to content

Claude AutoStop Babysitting. Start Parallelizing.

Trust the system. Ship 10+ features a week across 3-5 parallel worktrees.

Claude Auto - Stop Babysitting. Start Parallelizing.

The Quality Loop: Why You Can Let It Run

The Ketchup Technique provides the planning methodology. The Quality Loop is the system that executes it.

You can only parallelize if you trust the execution. The Quality Loop earns that trust:

ComponentWhat It DoesResult
Auto-PlannerGenerates plan from your requirementsNo need to specify every detail
Supervisor AIValidates every commit against your criteriaAutomated review
TCR DisciplineTest && Commit || RevertBad code auto-reverts
Auto-ContinueKeeps going until the plan is doneYou check back, not babysit

The system is trustworthy. That's what lets you direct instead of babysit.


Git Worktrees: The Multiplier

Git worktrees let you have multiple working directories from the same repo. Each on a different branch. Each isolated.

Combine with Claude Auto:

WorktreeFeatureStatus
feature-authAuthentication systemClaude Auto executing...
feature-paymentsPayment integrationClaude Auto executing...
feature-dashboardAdmin dashboardClaude Auto executing...

Three features running simultaneously. All quality-validated.

ApproachFeatures/Week
Manual coding1
AI-assisted (babysitting)1-2
Claude Auto + Worktrees10+

The bottleneck becomes defining requirements, not executing them.


Three Steps

1. Install

bash
npx claude-auto install

That's it! This single command sets up everything you need.

2. Define

Feed your PRD, Architecture.md, or requirements. Claude Auto auto-generates the plan with Bottles, Bursts, and Dependencies. Review and approve.

3. Release

Start execution and shift your focus. The Supervisor validates every commit. Auto-continue keeps it going. Check back to review outcomes.

4. Multiply

Open another git worktree. Start another Claude Auto instance. Run 3-5 features in parallel. Ship 10+ per week.

Get Started →

Released under the MIT License.