plan-execution

plan-execution is a skill for Claude Code, Codex from fmind/dot. It costs 39 tokens per session (993 once invoked), scanned A, original, MIT.

A workflow for carrying out an approved coding plan in small, checked portions. It keeps implementation separate from committing, pushing, deploying, and publishing.

In plain words
What is it for?
Use it to coordinate implementation steps, divide ownership of shared files, resume planned work, and finish limited tasks with evidence for each slice.
Why use it?
It reduces the risk of making unplanned changes or losing track of what has been verified. It also helps work continue safely after interruptions.

Skill for Claude CodeCodex

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/fmind/dot/plan-execution
Any agent
npx skills add fmind/dot --skill plan-execution
Clone the repo
git clone --depth 1 https://github.com/fmind/dot

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 plan-execution

README.md
[![agentmods](https://agentmods.dev/badge/skills/fmind/dot/plan-execution.svg)](https://agentmods.dev/skills/fmind/dot/plan-execution)
Your own site
<a href="https://agentmods.dev/skills/fmind/dot/plan-execution"><img src="https://agentmods.dev/badge/skills/fmind/dot/plan-execution.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 993 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.00039 $0.00993
Opus 5 $0.00019 $0.00496
Sonnet 5 $0.00008 $0.00199
Haiku 4.5 $0.00004 $0.00099

Measured yesterday against content hash eb524c19de46, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

plan-execution 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 yesterday.

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/plan-execution/SKILL.md · 42 lines

How it starts

The opening of the file, as written. The whole thing — 42 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Plan Execution

Turn an accepted plan into reviewable evidence slice by slice; implementation-plan writes the plan, and commit, push, deploy, and publication stay separate authorities.

Workflow

  1. Confirm authority: A plan alone is not authorization to mutate the repository; confirm the request includes implementation, then re-read the request, plan, repository instructions, and status before the first edit.
  2. Capture the baseline: Record branch, HEAD, status, relevant test state, and known external boundaries. Preserve staged, unstaged, and untracked user work and note which edits belong to the user.
  3. Reconcile the plan: Check that paths, symbols, dependency versions, commands, and assumptions still match the checkout; note deviations in the execution notes and ask for direction when the outcome would materially change.
  4. Order the work: Follow the dependency graph and critical path; take the smallest vertical slice that yields independently useful behavior and proof.
  5. Establish red evidence: Use test-driven-development for behavior changes, a characterization test for legacy behavior, or a failing validation signal for non-code changes.
  6. Implement minimally: Use the applicable stack skill and touch only files traceable to the current slice.
  7. Verify the slice: Run the focused test, formatter, static checks, and any bounded runtime or manual check the plan promised; read the full output.
  8. Review the delta: Compare the diff with the intended slice, remove only artifacts this work introduced, and use diff-review for risky changes.
  9. Checkpoint honestly: Mark a slice complete only with fresh evidence; record partial results, deviations, and residual gaps before moving on.
  10. Gate the candidate: Run the full gate (mise run all); if the tree carries unrelated changes and the gate write-formats, run it in a temporary git worktree or fall back to mise run check and mise run test (see mise).
  11. Hand off: Summarize changes, verification, untested boundaries, and remaining tasks; report the highest proven rung of the proof ladder and leave the worktree for review.

Read the full file on GitHub · 42 lines

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. yesterday First seen · 42 lines · 39 tokens per session scan A eb524c19de46

Subscribe to this mod's changes

plan-execution is a skill published in the GitHub repository fmind/dot (4 stars, last pushed today), licensed MIT. It adds 39 tokens to every session and 993 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-03.