Skip to main content

Three planning variants linear, tournament, convergence from rough idea to executable plan.

Three planning variants — Cast (linear), Alloy (tournament), Temper (convergence) — that turn a rough idea into a deployable implementation plan.

Anneal: Three Planning Variants for Agentic Development

Anneal ships three Claude Code plugins — Cast, Alloy, and Temper — that turn a rough idea into a deployable implementation plan.

Cast runs a linear 9-agent pipeline in ~4 minutes, Alloy adds tournament-consensus synthesis across 10 generators in ~6 minutes, and Temper iterates with a deepen-loop until the plan converges or hits a depth cap.

All three produce phase-sequenced plans with dependency graphs, gate criteria, and evidence requirements that compose with ValidationForge and multi-agent-consensus.

Cast — Linear Pipeline

Nine specialized agents run sequentially: research, outline, elaborate, critique, refine, gate, evidence, integrate, finalize. ~4 minutes, ~8 agent spawns.

Alloy — Tournament Consensus

Ten generators produce competing plans scored against a rubric. A synthesizer folds the best signals into a single winner. ~6 minutes, ~18 agent spawns.

Temper — Convergence Loop

Iterative deepening: generate, critique, refine, re-evaluate until the plan stops changing or hits a depth cap. ~7 minutes, ~8x depth agent spawns.

  1. 01claude plugin marketplace add krzemienski/anneal
  2. 02claude plugin install anneal-cast@anneal-umbrella-dev (linear pipeline)
  3. 03claude plugin install anneal-alloy@anneal-umbrella-dev (tournament consensus)
  4. 04claude plugin install anneal-temper@anneal-umbrella-dev (convergence loop)
  5. 05Invoke /anneal-cast:anneal, /anneal-alloy:anneal, or /anneal-temper:anneal followed by your task description
Cast — linear pipeline
9 agents, ~4 min
Alloy — tournament consensus
10 generators, ~6 min
Temper — convergence loop
Iterative deepening, ~7 min
Phase-sequenced output
Dependency graphs + gates
Evidence requirements
Composes with VF
Umbrella marketplace
anneal-umbrella-dev
Documentation
Read the Anneal docs
anneal.withagents.dev
  1. Initial public preview: anneal-cast, anneal-alloy, anneal-temper umbrella marketplace.