Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Nick Krzemienski avatar

Anneal Cast

  • 1 repo stars
  • Updated May 30, 2026
  • krzemienski/anneal

anneal-cast is an agent skill that runs a linear single-pour multi-agent pass—one planner, one execution—optimized for scoped tasks.

About

anneal-cast packages the Cast branch of the Anneal family: a linear, single-pour multi-agent architecture where one planner shapes the work and the stack executes in one coordinated pass. developers shipping with Claude Code or Cursor pick it when the task is bounded—fix a module, implement a spec slice, or run a focused review— and they want orchestration without the overhead of heavier Anneal variants. It is not a generic brainstorming or documentation skill; it is an execution pattern for how agents divide plan versus do work. Compared with more iterative Anneal modes, cast trades depth of re-pour cycles for latency and predictability, which suits timelines and small codebases. Use it after you have enough scope to name the task; pair with broader planning skills if the problem is still fuzzy. Prism lists it under agent tooling so you can compare cast against other Anneal architectures when designing your default agent workflow.

  • Linear single-pour architecture: one planner, one pass—fastest of the three Anneal modes
  • Optimized for scoped tasks with a clear boundary rather than open-ended exploration
  • Pairs planning and review keywords in a lightweight multi-agent layout
  • Sourced from the Anneal cast module (v0.1.0) for drop-in skill use
  • Choose cast when speed and simplicity beat deeper iterative annealing loops

Anneal Cast by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add krzemienski/anneal
/plugin install anneal-cast@anneal-umbrella-dev

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars1
Last updatedMay 30, 2026
Repositorykrzemienski/anneal

What it does

Install anneal-cast when you want the fastest Anneal variant—a single planner and one linear execution pass—for scoped multi-agent coding tasks.

Who is it for?

Scoped implementation or review jobs where you already know the target and want the fastest Anneal orchestration pattern.

Skip if: Large ambiguous initiatives that need repeated pours, extensive discovery, or journey-wide methodology before any code moves.

When should I use this skill?

User needs the linear Anneal cast mode for a scoped task where one planner and a single execution pass is sufficient.

What you get

Your agent follows the Cast linear architecture with one planning pass and a single coordinated execution, finishing scoped work with less orchestration overhead than heavier Anneal modes.

  • Completed scoped implementation or review outcome from one linear agent pour
  • Plan artifact from the single planner step when the cast flow emits one

By the numbers

  • One planner and one pass in the linear cast architecture
  • Fastest of the three Anneal architecture variants described for scoped tasks

Files

SKILL.mdMarkdownGitHub ↗

Linear single-pour architecture. One planner, one pass. Fastest of the three. Best for scoped tasks.

anneal-cast

Source: ./cast

{ "name": "anneal-cast", "author": { "name": "Nick Krzemienski" }, "source": "./cast", "version": "0.1.0", "keywords": [ "plan", "review", "multi-agent", "linear", "anneal" ], "description": "Linear single-pour architecture. One planner, one pass. Fastest of the three. Best for scoped tasks." }

Related skills

How it compares

Use when Anneal cast’s one-planner-one-pass speed fits; pick a heavier Anneal variant when the task needs multiple refinement cycles, not ad-hoc single-thread chat.

FAQ

Who is anneal-cast for?

Developers composing multi-agent workflows in Claude Code, Cursor, or Codex who already use the Anneal ecosystem and need the linear cast architecture.

When should I use anneal-cast?

Use it during Build/agent-tooling for bounded features, during Validate/scope to execute a small prototype plan in one pass, and during Ship/review for focused code review runs.

Is anneal-cast safe to install?

Safety depends on what your agent is allowed to run alongside cast orchestration; check the Security Audits panel on this Prism page and constrain shell, git, and network tools in your environment.

AI & Agent Buildingagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.