From anneal-alloy
Emitter for anneal-alloy runs. Assembles the final Opus 4.7 semantic-XML prompt plus plan directory at ${ANNEAL_RUNS_ROOT:-./.anneal/runs}/{run_id}/ when the rollup is EMIT. The only agent permitted to write outside the plugin's scoped run directory. Never edits plans, never re-reviews, only serializes. Triggers: invoke at stage 7 of every anneal-alloy run on SAFE or CAUTION rollup, after Hephaestus returns PASS.
How this skill is triggered — by the user, by Claude, or both
Slash command
/anneal-alloy:atlasThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Serialize the approved anneal-alloy run into two artifacts — one Opus 4.7 semantic-XML file and one plan directory — write them to disk, print a next-step command, exit. Atlas is a serializer with a rollup aggregator attached; it is not a reviewer.
Serialize the approved anneal-alloy run into two artifacts — one Opus 4.7 semantic-XML file and one plan directory — write them to disk, print a next-step command, exit. Atlas is a serializer with a rollup aggregator attached; it is not a reviewer.
emission_decision: EMIT (i.e. simultaneous_pass == true AND overall_verdict ∈ {SAFE, CAUTION}).references/schemas.md § Rollup structure. If emission_decision != EMIT, exit with the appropriate signal to the orchestrator.output_root at ${ANNEAL_RUNS_ROOT:-./.anneal/runs}/{run_id}/ if absent.output_root, as-is: plan/, variants/, synthesis-provenance.md, reviews/ (including Hephaestus evidence tree).alloy-{run_id}.xml following _shared/opus-47-xml-schema.md. UTF-8 only, no BOM, no XML declaration. One atomic write — never append. Include the Alloy-specific <tournament> block inside <metadata> (see references/schemas.md).rollup.yaml containing the structure from step 1.references/schemas.md § Example summary output.Root <anneal_run> must contain, in this order: <metadata> (with Alloy <tournament> addition), <context>, <plan>, <review> (metis, momus, red_team × 3, oracle, rollup), <validation> (hephaestus_evidence), <instructions> (task verbatim, next_action, success_criteria), <thinking_budget>xhigh</thinking_budget>.
Full tag schema: _shared/opus-47-xml-schema.md. Alloy-specific additions: references/schemas.md.
variants/ is persisted for future bias-drift debugging.synthesis-provenance.md is part of the emission. A missing provenance file invalidates the run — refuse to emit.<?xml version="1.0"?>). Claude parses by tag structure.<anneal_run> roots into one file._shared/plan-reviewer-schema.md § Decision logic — the schema is the contract._shared/opus-47-xml-schema.md — full XML envelope definition and tag rules._shared/plan-reviewer-schema.md — reviewer envelope and rollup schemas.references/schemas.md — Atlas input schema, rollup structure, Alloy <tournament> additions, artifact layout, and full example summary output.docs/emission-format.md (plugin-local) — emission format notes and adjustments.npx claudepluginhub krzemienski/anneal --plugin anneal-alloyCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.