โ† All skills 2389 Research ยท Agent Skills
Agents & Orchestration

jam

v1.0.0

Parallel exploration powered by diverse perspectives - independent agent panels propose, build variants in worktrees, review, pick a winner, and synthesize the best of all variants into the final result

Install โ€” npx skills ยท recommended
npx skills add 2389-research/jam
Prefer Claude Code? Install via /plugin
/plugin install jam@2389-research

Jam

Parallel exploration powered by diverse perspectives.

Jam is a Claude Code plugin that turns "build me X" into a structured exploration: diverse panels propose approaches, variants get built in parallel, a review panel evaluates them all, and the best insights from every variant get folded into the winner.

The jam was all of us together.

Why

A single agent generating "multiple approaches" is still one mind imagining what different people would think. The perspectives cluster, biases leak through, and the agent converges to its own preference. Jam makes diversity real by dispatching independent agents who reason separately โ€” and then it refuses to throw away what the losers figured out.

The flow

Build request
    โ†“
Context & architectural slots
    โ†“
Generate a domain-specific perspective panel  โ† diverse independent agents
    โ†“
Synthesize proposals into 3โ€“5 distinct variants
    โ†“
Implement all variants in parallel (git worktrees)
    โ†“
Generate a domain-specific review panel        โ† diverse independent reviewers
    โ†“
Review panel evaluates ALL variants
    โ†“
Pick winner based on panel findings
    โ†“
Synthesize: fold best insights from ALL variants into the winner
    โ†“
Ship the improved winner

Two things make this different from plain brainstorming:

  1. Real diversity, not imagined diversity. Panels are independent agents, each with a different worldview and optimization function. They never see each other's output.
  2. Active synthesis, not a backlog. The strengths of losing variants get ported into the winner now, not documented for "later."

Installation

Add the marketplace and install:

# In Claude Code
/plugin marketplace add 2389-research/claude-plugins
/plugin install jam@2389-research

Or install directly from this repo as a dev plugin:

claude --plugin-dir /path/to/jam

Usage

Just ask Claude to jam on something:

Claude will:

  1. Ask 1โ€“2 context questions and identify the architectural slots worth exploring
  2. Propose a domain-specific perspective panel for your approval
  3. Dispatch the panel, synthesize proposals into variants, get your approval
  4. Implement all variants in parallel in git worktrees
  5. Propose a review panel for your approval
  6. Dispatch reviewers against every variant
  7. Pick a winner, propose a synthesis plan, then implement the improvements
  8. Clean up losing worktrees and hand you the final branch

You stay in the loop at every gate โ€” panels and synthesis plans are always presented before execution.

When to use it

Good fit:

Bad fit:

Repo layout

.claude-plugin/plugin.json   Plugin manifest
CLAUDE.md                    Agent-facing plugin guide
AGENTS.md                    Same, for non-Claude agents
skills/
  SKILL.md                   Router skill
  jam/SKILL.md               The full Jam workflow
evals/                       Comparative eval harness (Jam vs. other approaches)

Evals

The evals/ directory contains a harness that runs tasks against multiple approaches (plain Claude, brainstorming, test-kitchen, jam) and compares the outputs. See evals/run-eval.sh.

License

MIT