galvanize

galvanize is a skill for Claude Code, Codex from donald-ada/workinggenius. It costs 41 tokens per session (784 once invoked), scanned A, original, MIT.

A planning workflow that turns a chosen software design into a concrete brief and independently verifiable pieces of work. A vertical slice is one small piece that passes through every layer it needs and can be demonstrated on its own.

In plain words
What is it for?
Use it after choosing an approach, when the work needs clear acceptance criteria, test seams, and slices that can be implemented and checked separately.
Why use it?
A design can be agreed on without giving anyone enough detail to start or verify the work. This defines acceptance criteria, test points, and a sequence that a new session can pick up.

Skill for Claude CodeCodex

Part of the workinggenius plugin — 19 skills, 1 agent shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/donald-ada/workinggenius/galvanize
Any agent
npx skills add donald-ada/workinggenius --skill galvanize
Clone the repo
git clone --depth 1 https://github.com/donald-ada/workinggenius

Made for: Claude Code, Codex.

Or install workinggenius, the plugin that ships this one along with the rest of its 19 skills, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for galvanize

README.md
[![agentmods](https://agentmods.dev/badge/skills/donald-ada/workinggenius/galvanize.svg)](https://agentmods.dev/skills/donald-ada/workinggenius/galvanize)
Your own site
<a href="https://agentmods.dev/skills/donald-ada/workinggenius/galvanize"><img src="https://agentmods.dev/badge/skills/donald-ada/workinggenius/galvanize.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 784 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00041 $0.00784
Opus 5 $0.00020 $0.00392
Sonnet 5 $0.00008 $0.00157
Haiku 4.5 $0.00004 $0.00078

Measured 4d ago against content hash 3d391ff1dd23, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

galvanize scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/galvanize/SKILL.md · 15 lines

What it actually says

Galvanizing

The genius of rallying work into motion. Its failure mode is the vague plan: a decision everyone agrees with and nobody can start.

The concept: convert the decision into slices a fresh session can pick up cold. A short behavioral brief, test seams agreed with the user as contracts, and vertical slices — each cutting through every layer the change touches, each demoable on its own, each with acceptance criteria a stranger could verify. One shape of work refuses the vertical cut: a mechanical change whose blast radius spans the codebase, where no narrow slice can land green. Plan that as expand → migrate → contract — the migration batches, sized by blast radius, are its slices, and each still lands green. A value the plan leaves "sensible" is a decision deferred to a session that can't ask — write the number. A criterion needs an instrument as much as it needs a number: one with nothing named to show it gets checked in somebody's head, which is where criteria go to pass. Absences are the usual trap, because the instrument that proves a thing is there rarely expresses that it isn't — and where no instrument can reach, say whose eyes decide rather than letting it read as checkable. Pressure-test the cut with the user before finalizing; approval of a breakdown nobody pushed on is approval of nothing.

Record base: and commit the plan as contract v1contract: v1 in the snapshot's frontmatter, because this plan will meet reality and change, and when it does it changes by whole versions, never by accumulated patches (genius-file skill holds the discipline). base: is where the work starts — HEAD as you write the line, never the plan's own commit: a commit cannot carry its own id, and amending one to add it orphans the sha you just recorded, so Tenacity's diff finds nothing on any fresh clone. The plan's slice list is the work's progress view — each line marked done in the commit that closes that slice, linked to the log entry that commit wrote. That holds whether or not the repo tracks issues; a tracker mirrors this list, it never replaces it. The pressure test itself — what the user pushed on, what it changed — is this stage's log entry, so the contract stays the contract rather than the transcript. Where the repo tracks work in issues (Issue tracking: pinned, or the user asks), publish the approved breakdown before any building starts. One parent issue for the work, titled with the work's title, its body carrying the brief, the work file path, and a task list of the slice issues — the tracker's mirror of the plan's list. Then one issue per slice, linked under the parent as sub-issues where the tooling allows, held by the parent's task list alone where it doesn't. Parent and slices all wear one shared working-genius label, created if the repo lacks it — the one-click filter for everything the flow published; per-work grouping is the parent's job, so no per-work labels pile up. Write the numbers back: — issue: #N on each slice line, **Parent issue:** #N in the Galvanizing section. The work file stays the source of truth; issues mirror it.

Then /enable — one fresh context per slice. Done when a fresh session could grab any slice with only the snapshot — proven by reading each slice cold: every value a number, every criterion checkable by a stranger. A slice that still raises a question only you can answer isn't done being planned.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 15 lines · 41 tokens per session scan A 3d391ff1dd23

Subscribe to this mod's changes

galvanize is a skill published in the GitHub repository donald-ada/workinggenius (5 stars, last pushed 7d ago), licensed MIT. It adds 41 tokens to every session and 784 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.