read_and_execute_plan

read_and_execute_plan is a command for Claude Code from Fomo-Driven-Development/strategic-claude-base. It costs 17 tokens per session (1,474 once invoked), scanned A, original, MIT.

A command that reads an approved plan document from a project’s plan directory and carries out the changes described in it. It can optionally involve a pair-programming guide for architectural advice.

In plain words
What is it for?
Use it to implement plans stored under `.strategic-claude-basic/plan/`, with an optional `--with-codex` review mode.
Why use it?
It turns a documented, agreed approach into implementation steps and provides a defined way to continue if the optional advisor is unavailable.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: model in frontmatter; mentions subagents; names the TodoWrite tool.

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 commands/fomo-driven-development/strategic-claude-base/read_and_execute_plan
Clone the repo
git clone --depth 1 https://github.com/Fomo-Driven-Development/strategic-claude-base

Made for: Claude Code.

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 read_and_execute_plan

README.md
[![agentmods](https://agentmods.dev/badge/commands/fomo-driven-development/strategic-claude-base/read_and_execute_plan.svg)](https://agentmods.dev/commands/fomo-driven-development/strategic-claude-base/read_and_execute_plan)
Your own site
<a href="https://agentmods.dev/commands/fomo-driven-development/strategic-claude-base/read_and_execute_plan"><img src="https://agentmods.dev/badge/commands/fomo-driven-development/strategic-claude-base/read_and_execute_plan.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,474 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.1 $0.00017 $0.01474
Opus 5 $0.00009 $0.00737
Sonnet 5 $0.00003 $0.00295
Haiku 4.5 $0.00002 $0.00147

Measured 5d ago against content hash 3dec9c72cf2b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

read_and_execute_plan 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 5d 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.

.strategic-claude-basic/core/commands/read_and_execute_plan.md · 188 lines

How it starts

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

Implement Plan

You are tasked with implementing an approved technical plan from .strategic-claude-basic/plan/. These plans contain phases with specific changes and success criteria.

Plan file provided: $1

Optional Pair Programming Navigator (--with-codex)

When the --with-codex flag is present, enable Codex pair-programming mode using the codex-navigator subagent:

Navigator Setup and Context Sharing

  1. Launch Navigator: Use the Task tool to start the codex-navigator subagent:

    Use Task tool with subagent_type: "codex-navigator"
    Prompt: "I'm implementing [plan name] and need strategic navigation guidance.
    
    Plan Context:
    - Goal: [primary objective from plan]
    - Current Phase: [phase being worked on]
    - Key Constraints: [any critical limitations or requirements]
    - Files Involved: [main files mentioned in plan]
    
    Please provide strategic navigation for this implementation, focusing on architecture, patterns, and quality oversight while I handle the tactical implementation."
    
  2. Navigator Availability Handling: If the subagent reports that Codex MCP is unavailable, continue in solo mode:

    ❌ Codex MCP Navigator unavailable — continuing in solo driver mode.
    Please configure the Codex MCP server and rerun with `--with-codex` when ready.
    

Driver-Navigator Collaboration Pattern

  1. Structured Communication Cycle:

    • Before significant actions: Consult Navigator about approach, risks, and best practices
    • During implementation: Update Navigator on progress and any challenges encountered
    • After completing sections: Request feedback and guidance for next steps
    • At phase boundaries: Confirm completion criteria and validate phase transitions
  2. Driver Self-Reflection Protocol:

    • After receiving Navigator guidance, restate the approach in your own words
    • Evaluate implementation risks and confirm alignment with plan success criteria
    • Proactively surface uncertainties or validation needs
    • Sanity-check that Navigator's roadmap matches plan phases and checkbox items

Read the full file on GitHub · 188 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. 5d ago First seen · 188 lines · 17 tokens per session scan A 3dec9c72cf2b

Subscribe to this mod's changes

read_and_execute_plan is a command published in the GitHub repository Fomo-Driven-Development/strategic-claude-base (2 stars, last pushed 9mo ago), licensed MIT. It adds 17 tokens to every session and 1,474 once invoked, about $0.0001 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.