execution-plans

execution-plans is a skill for Claude Code from rjmurillo/ai-agents. It costs 61 tokens per session (902 once invoked), scanned A, original, MIT.

A versioned record for managing an execution plan inside a repository. It stores objectives, decisions, progress, blockers, and related links as the work changes.

In plain words
What is it for?
Use it to create, update, complete, or abandon repository-based execution plans and record the decisions made during the work.
Why use it?
Plans can become outdated or lose the reasoning behind decisions. Keeping the plan as a tracked artifact makes progress and changes easier to follow.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Part of the project-toolkit plugin — 95 skills, 26 commands, 33 agents, 4 hooks shipped together

Good fit Use it to create, update, complete, or abandon repository-based execution plans and record the decisions made during the work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rjmurillo/ai-agents/execution-plans
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 rjmurillo/ai-agents --skill execution-plans
Clone the repo
git clone --depth 1 https://github.com/rjmurillo/ai-agents

Made for: Claude Code.

Or install project-toolkit, the plugin that ships this one along with the rest of its 95 skills, 26 commands, 33 agents, 4 hooks.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/rjmurillo/ai-agents/execution-plans.svg)](https://agentmods.dev/skills/rjmurillo/ai-agents/execution-plans)
Your own site
<a href="https://agentmods.dev/skills/rjmurillo/ai-agents/execution-plans"><img src="https://agentmods.dev/badge/skills/rjmurillo/ai-agents/execution-plans.svg" alt="Measured on agentmods" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 902 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Prompt Injection · line 12
    Hidden instructions were detected in comments or invisible text. These could contain malicious directives. Manual review is recommended.
    Fix: Audit all comments and invisible characters. Remove any instructions that direct the agent to perform unauthorized actions. Use plain, reviewable content.
  • medium Rogue Agent · line 63
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
How audits are shown
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.00061 $0.00902
Opus 5 $0.00030 $0.00451
Sonnet 5 $0.00012 $0.00180
Haiku 4.5 $0.00006 $0.00090

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

Security

Grade A, and why

execution-plans 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.

.claude/skills/execution-plans/SKILL.md · 122 lines

How it starts

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

Execution Plans Skill

Treat execution plans as first-class artifacts, versioned in the repository.

Directory Structure

.agents/
├── plans/
│   ├── active/        # Plans currently in progress
│   ├── completed/     # Successfully finished plans
│   └── abandoned/     # Plans that were stopped (with rationale)
└── debt/
    └── tech-debt-registry.md  # Known technical debt items

Triggers

Trigger Phrase Operation
create execution plan Create new plan in active/
update plan progress Add progress entry to existing plan
log decision Add decision to plan's decision log
complete plan Move plan to completed/
abandon plan Move plan to abandoned/ with rationale

Plan Template

Use .agents/plans/TEMPLATE.md as the starting point for new plans.

Required Sections

Section Purpose
Metadata Status, dates, owner, complexity
Objectives Checkboxes for trackable goals
Decision Log Table of decisions with rationale
Progress Log Timestamped updates with agent attribution
Blockers Current impediments
Related Links to issues, PRs, ADRs

Process

Creating a Plan

  1. Copy TEMPLATE.md to .agents/plans/active/{slug}.md
  2. Fill metadata (status: In Progress, created: today, owner: agent name)
  3. Define objectives as checkboxes
  4. Link to related issue/PR

Updating Progress

  1. Check off completed objectives
  2. Add entry to Progress Log table with date, update, and agent name
  3. Update blockers if any emerge

Read the full file on GitHub · 122 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. 4d ago First seen · 122 lines · 61 tokens per session scan A 5fce18066fe3

Subscribe to this mod's changes

execution-plans is a skill published in the GitHub repository rjmurillo/ai-agents (45 stars, last pushed today), licensed MIT. It adds 61 tokens to every session and 902 once invoked, about $0.0003 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.