make-it-so

make-it-so is a skill for Claude Code, Codex from KaydenClark/LLM_Workbench. It costs 38 tokens per session (481 once invoked), scanned A, original, MIT.

An explicit approval command that turns settled decisions into project documents, implements the resulting work, and pushes the results to the remote repository.

In plain words
What is it for?
Use it to finalize a planning session, create the agreed specifications and tickets, implement them, and publish the changes.
Why use it?
It removes repeated approval steps between planning, documentation, implementation, and delivery. It still stops when a decision is missing or an action falls outside the stated authority.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to finalize a planning session, create the agreed specifications and tickets, implement them, and publish the changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kaydenclark/llm_workbench/make-it-so
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.

Any agent
npx skills add KaydenClark/LLM_Workbench --skill make-it-so
Clone the repo
git clone --depth 1 https://github.com/KaydenClark/LLM_Workbench

Made for: Claude Code, Codex.

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 make-it-so

README.md
[![agentmods](https://agentmods.dev/badge/skills/kaydenclark/llm_workbench/make-it-so/github.svg)](https://agentmods.dev/skills/kaydenclark/llm_workbench/make-it-so)
Your own site
<a href="https://agentmods.dev/skills/kaydenclark/llm_workbench/make-it-so"><img src="https://agentmods.dev/badge/skills/kaydenclark/llm_workbench/make-it-so/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for make-it-so

Your own site · 80×15
<a href="https://agentmods.dev/skills/kaydenclark/llm_workbench/make-it-so"><img src="https://agentmods.dev/badge/skills/kaydenclark/llm_workbench/make-it-so.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 481 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00038 $0.00481
Opus 5 $0.00019 $0.00241
Sonnet 5 $0.00008 $0.00096
Haiku 4.5 $0.00004 $0.00048

Measured today against content hash 4e34875105b3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

make-it-so 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 today.

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/make-it-so/SKILL.md · 40 lines

What it actually says

Resolve the particular settled work and the user's endpoint before composing helpers. The current request controls every step. A specification-only, promotion-only or handoff-only request remains exactly that scope, even when it names this skill. Never treat invocation as approval of unrelated pending choices or as permission supplied by a notepad. Without a narrower endpoint, explicit approval to build includes the agreed implementation and authorized recovery under the project Contract; main publication stays owner-controlled.

Read the Contract and workbench/manifest.json. Compose notepad to resume the matching objective, verify live state and retrieve decisions with their corrections. Preserve original wording, lineage and open/tentative status. A stale note or compacted chat is evidence to reconcile; neither outranks the current request. If only conversation context exists, save material context before it can be lost.

  1. State the settled scope, excluded actions and endpoint.
  2. Compose promote and to-docs for supported claims into the existing authorized owners. Promotion may complete the request without implementation.
  3. Compose to-spec for required capability specifications and to-tickets only for their authorized delivery slices. Use the existing owner rather than restarting settled decisions or manufacturing work.
  4. Verify and persist the achieved documents with save under the authorized recovery boundary. A requested handoff composes handoff as Markdown and carries the same scope. Stop here when this is the requested endpoint.
  5. Only where implementation is authorized, compose carry and implement for the selected tickets. Keep one lead responsible for evidence and docs; verify, obtain independent integration review and prove remote containment before claiming delivery. Continue independent authorized slices if another has a genuine blocker. Never select unrelated work.
  6. Verify durable read-back before cleanup. Keep unresolved decisions, corrections and active handoff dependencies in the local JSON note.

Report the achieved endpoint, actual persistence results and any remaining gate. A rejected request, failed command or missing environment is not success and must not be converted into new authority by a helper.

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. today Changed · -51 lines · -63 tokens per session 4e34875105b3
  2. yesterday Changed · +8 lines 7a69f395a3f9
  3. 3d ago First seen · 83 lines · 101 tokens per session scan A e583a30e19c6

Subscribe to this mod's changes

make-it-so is a skill published in the GitHub repository KaydenClark/LLM_Workbench (2 stars, last pushed today), licensed MIT. It adds 38 tokens to every session and 481 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-09-07.