
Anneal Alloy
Stress-test novel system architecture by running parallel biased planners and merging their plans through tournament-style consensus.
Install
npx skills add https://github.com/krzemienski/anneal --skill alloyWhat is this skill?
- Tournament consensus architecture with N parallel planners
- Each planner carries distinct biases to surface diverse designs
- Synthesizer blends competing plans into one consensus output
- Optimized for novel architecture—not routine CRUD scaffolding
- Fits Anneal multi-agent plan/review toolkit (alloy v0.1.0)
Adoption & trust: 1 GitHub stars.
Recommended Skills
Microsoft Foundrymicrosoft/azure-skills
Azure Aimicrosoft/azure-skills
Azure Hosted Copilot Sdkmicrosoft/azure-skills
Lark Eventlarksuite/cli
Running Claude Code Via Litellm Copilotxixu-me/skills
Setup Matt Pocock Skillsmattpocock/skills
Journey fit
Primary fit
Novel architecture decisions belong on the Validate shelf—prove shape and tradeoffs before expensive Build—not after code is locked in. Scope subphase captures architecture and boundary-setting where multiple planning perspectives reduce blind spots.
SKILL.md
READMESKILL.md - Anneal Alloy
Tournament consensus architecture. N parallel planners with biases, synthesizer blends. Best for novel architecture. # anneal-alloy Source: ./alloy { "name": "anneal-alloy", "author": { "name": "Nick Krzemienski" }, "source": "./alloy", "version": "0.1.0", "keywords": [ "plan", "review", "multi-agent", "tournament", "consensus", "anneal" ], "description": "Tournament consensus architecture. N parallel planners with biases, synthesizer blends. Best for novel architecture." }