From design-iteration
A layout isn't landing and you want real alternatives, not five recolours of the same thing. Trigger: I don't love this layout. Give me 3-5 alternative directions that are genuinely different.
How this skill is triggered — by the user, by Claude, or both
Slash command
/design-iteration:design-iterationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A layout isn't landing and you want real alternatives, not five recolours of the same thing.
A layout isn't landing and you want real alternatives, not five recolours of the same thing.
I don't love this layout. Give me 3-5 alternative directions that are genuinely different.
Three to five distinct directions, each different enough that swapping two of them would be noticed — breadth of approach rather than minor variations on a single idea.
The generalised discipline:
Confirm the skill actually fires — in your own session, on your own data. No data leaves your machine.
Does it fire? Paste the prompt in demo-input.md. You should get the shape shown in expected-output.md.
On your data. Run it on your real input.
Confirm the shape. Save the output to a file and run:
node ${CLAUDE_SKILL_DIR}/scripts/check.mjs <your-output-file>
It reports ENGAGED when the output carries this skill's characteristic structure — the deterministic sign it fired. It checks shape, not quality; judge the content yourself.
The check runs entirely locally — nothing leaves your machine. If you want to add to the public "confirmed working" count, opt in explicitly:
node ${CLAUDE_SKILL_DIR}/scripts/check.mjs <your-output-file> --report https://skills-field-guide-proxy.nesper6311.workers.dev --skill design-iteration
That sends only an anonymous +1 — never your input, output, or identity.
Installed from the public field guide. Customize freely — this is a starting point built from the published projection of design-iteration.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub marmalade7929/skills-registry-site --plugin design-iteration