Back to Discover

multiverse

plugin

irl-dan

View on GitHub
3 starsSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add irl-dan/multiverse

README

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

FilePurpose
.multiverse/<id>/Exploration metadata and decision log
.multiverse-worktrees/Isolated working directories
MULTIVERSE.mdYour 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

Rendered live from irl-dan/multiverse's GitHub README — not stored, always reflects the source repo.

1 Plugin

NameDescriptionCategorySource
multiverseExplore multiple implementation approaches in parallel using git branches. Let Claude work overnight, review decisions in the morning../

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.