executing-plans

executing-plans is a skill for Claude Code, Codex from a-ariff/ariff-claude-plugins. It costs 13 tokens per session (520 once invoked), scanned A, original, MIT.

A design-operations toolkit for design companies, with a dashboard, integrations, and utility commands for team productivity. Design operations means organizing the processes and tools that help a design team work.

In plain words
What is it for?
Use it for the toolkit's dashboard, integrations, and utility commands that support design-team operations.
Why use it?
It brings recurring team coordination and design-support work into one toolkit instead of leaving it across disconnected commands and tools.

Skill for Claude CodeCodex

Part of the executing-plans plugin — 1 skill shipped together

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/a-ariff/ariff-claude-plugins/executing-plans
Any agent
npx skills add a-ariff/ariff-claude-plugins --skill executing-plans
Clone the repo
git clone --depth 1 https://github.com/a-ariff/ariff-claude-plugins

Made for: Claude Code, Codex.

Or install executing-plans, the plugin that ships this one along with the rest of its 1 skill.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/a-ariff/ariff-claude-plugins/executing-plans.svg)](https://agentmods.dev/skills/a-ariff/ariff-claude-plugins/executing-plans)
Your own site
<a href="https://agentmods.dev/skills/a-ariff/ariff-claude-plugins/executing-plans"><img src="https://agentmods.dev/badge/skills/a-ariff/ariff-claude-plugins/executing-plans.svg" alt="Measured on agentmods" height="20"></a>
Per session 13 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 520 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.00013 $0.00520
Opus 5 $0.00006 $0.00260
Sonnet 5 $0.00003 $0.00104
Haiku 4.5 $0.00001 $0.00052

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

Security

Grade A, and why

executing-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.

plugins/executing-plans/skills/executing-plans/SKILL.md · 110 lines

What it actually says

Executing Plans

Purpose

Execute plans in controlled batches with verification gates.

"I'm using the Executing Plans skill to implement this plan."

The Process

Load Plan → Review → Execute Batch → Report → Feedback → Next Batch

Step 1: Load & Review

  1. Read the plan file
  2. Review critically - identify concerns
  3. If concerns → Raise with user before starting
  4. Create TodoWrite for all tasks

Step 2: Execute Batch

Default batch size: 3 tasks

For each task:

  1. Mark as in_progress
  2. Follow each step exactly
  3. Run verifications as specified
  4. Mark as completed

Step 3: Report

After each batch:

## Batch Complete

**Implemented:**
- Task 1: [summary]
- Task 2: [summary]
- Task 3: [summary]

**Verification:**
\`\`\`
[test output]
\`\`\`

Ready for feedback.

Step 4: Continue

Based on feedback:

  • Apply changes if needed
  • Execute next batch
  • Repeat until complete

When to STOP

🛑 Stop immediately when:

  • Hit a blocker (missing dependency, unclear instruction)
  • Test fails unexpectedly
  • Plan has gaps preventing progress
  • You don't understand something

Ask for clarification. Don't guess.

Verification Rules

Before marking ANY task complete:

  1. Run the verification command
  2. Read the FULL output
  3. Confirm it matches expectations
  4. Only THEN mark complete

No "should work" or "looks good" - actual verification output.

Batch Reporting Format

### Batch N Complete

| Task | Status | Verification |
|------|--------|--------------|
| Task X | ✅ | 12/12 tests pass |
| Task Y | ✅ | Build successful |
| Task Z | ⚠️ | Needs review |

**Next batch:** Tasks A, B, C

Continue?

Completion

After all tasks:

  1. Run full test suite
  2. Verify all requirements met
  3. Report final status
  4. Hand off to finishing-branch skill if applicable
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 · 110 lines · 13 tokens per session scan A 6e768da89cca

Subscribe to this mod's changes

executing-plans is a skill published in the GitHub repository a-ariff/ariff-claude-plugins (14 stars, last pushed 5mo ago), licensed MIT. It adds 13 tokens to every session and 520 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-30.