Skip to content

irl-dan/multiverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multiverse

Let Claude explore multiple implementation approaches in parallel while you sleep. Wake up, review the decision tree, pick your path, merge.

Install

/plugin marketplace add danb/multiverse
/plugin install multiverse@danb-multiverse

Or clone directly:

git clone https://github.com/danb/multiverse ~/.claude/plugins/multiverse

Usage

/multiverse "add authentication to this app"

Claude will:

  1. Generate 3-5 different approaches
  2. Create isolated git worktrees for each
  3. Spawn parallel Claude instances to implement each approach
  4. When any instance hits a decision point, it branches further
  5. Continue until all branches complete

When you return:

  1. Review the decision tree
  2. Pick your preferred option at each decision point
  3. Merge the selected path into your branch

Configuration

Copy skills/multiverse/MULTIVERSE.md.template to your project root as MULTIVERSE.md to customize:

  • What types of decisions warrant branching
  • What Claude should just decide on its own
  • Your preferences for autonomous decisions

Pricing

How It Works

/multiverse "add dark mode"
         │
         ├─ CSS Variables ──────┬─ System preference detection
         │                      └─ Manual toggle only
         │
         ├─ Tailwind dark: ─────┬─ Class-based switching
         │                      └─ Media query based
         │
         └─ CSS-in-JS ──────────┬─ Styled-components
                                └─ Emotion

Each branch is a real git branch with a real implementation. You pick the path you like, merge it, and continue.

Files

File Purpose
.multiverse/<id>/ Exploration metadata and decision log
.multiverse-worktrees/ Isolated working directories
MULTIVERSE.md Your decision policy (optional)

Both .multiverse/ and .multiverse-worktrees/ are gitignored automatically.

Commands

  • /multiverse "task" — Start a new exploration
  • /multiverse status — Check progress of running exploration
  • /multiverse cleanup — Remove all multiverse artifacts

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •