executing-plans

executing-plans is a skill for Claude Code, Codex from yinqd3/workbuddy-skills. It costs 55 tokens per session (468 once invoked), scanned A, original, MIT.

A workflow for carrying out an implementation plan one task at a time, with tests and review checkpoints between groups of tasks.

In plain words
What is it for?
Executing small or medium development plans, writing tests before implementation, reviewing completed batches, and running final verification.
Why use it?
It provides a clear way to track progress and catch specification, quality, or testing problems before the work is considered finished.

Skill for Claude CodeCodex

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

Good fit Executing small or medium development plans, writing tests before implementation, reviewing completed…

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

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/yinqd3/workbuddy-skills/executing-plans.svg)](https://agentmods.dev/skills/yinqd3/workbuddy-skills/executing-plans)
Your own site
<a href="https://agentmods.dev/skills/yinqd3/workbuddy-skills/executing-plans"><img src="https://agentmods.dev/badge/skills/yinqd3/workbuddy-skills/executing-plans.svg" alt="Measured on agentmods" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 468 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.00055 $0.00468
Opus 5 $0.00028 $0.00234
Sonnet 5 $0.00011 $0.00094
Haiku 4.5 $0.00006 $0.00047

Measured 6d ago against content hash 549c5c402780, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, 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 6d 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.

superpowers/executing-plans/SKILL.md · 57 lines

What it actually says

执行计划(内联模式)

概述

在同一个会话中逐任务执行实现计划。适合中小型项目或不需要并行子代理的场景。

开始时声明: "我将用 executing-plans 技能逐任务执行实现计划。"

执行流程

任务 1 → 检查点审查 → 任务 2 → 检查点审查 → ... → 最终验证

逐任务执行规则

  1. 使用 TaskCreate/TaskUpdate 跟踪进度

    • 每个计划任务映射为一个 WorkBuddy 任务
    • 开始前标记 in_progress,完成后标记 completed
  2. 每个任务遵循 TDD

    • 先写失败测试 → 验证失败 → 最小编码 → 验证通过 → 提交
  3. 按检查点分批

    • 每 3-5 个任务后暂停审查
    • 确认规范合规 + 代码质量

检查点审查清单

每批任务完成后:

  • 所有测试通过
  • 实现匹配计划中的规格
  • 无死代码
  • DRY(无重复)
  • YAGNI(无过度工程)
  • 所有变更已提交

错误处理

执行过程中遇到错误:

  1. 暂停当前任务
  2. 触发 systematic-debugging 进行根因调查
  3. 修复后继续
  4. 不要跳过有问题的任务

完成后

  • 运行完整测试套件
  • 移交 verification-before-completion 做最终验证
  • 通过后移交 finishing-a-development-branch
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. 6d ago First seen · 57 lines · 55 tokens per session scan A 549c5c402780

Subscribe to this mod's changes

executing-plans is a skill published in the GitHub repository yinqd3/workbuddy-skills (6 stars, last pushed 3mo ago), licensed MIT. It adds 55 tokens to every session and 468 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-08-31.

Related

Other skills, from other repositories

results-report

A workflow for turning completed experiment analyses into a structured research report with findings, limitations, failures, and next steps.

Galaxy-Dawn/claude-scholar · 78 tokens

math-unicode

Use whenever you need to express mathematical notation — equations, filters, set-builder, statistics, calculus, logic, ratios, drops, counts. Emit Unicode math glyphs INLINE; never wrap in $…$, \(...\), or $$...$$. Terminal coding agents (Claude Code, Codex CLI, and others) do not render LaTeX, so raw delimiters…

JustMichael-80/MasterVault · 104 tokens

obsidian-markdown

Obsidian Flavored Markdown syntax reference — wikilinks, embeds, callouts, properties/frontmatter, tags, comments, block IDs. Use when creating or editing .md files in an Obsidian vault, when linking or embedding notes, when writing callouts or note frontmatter, or when the user mentions wikilinks, backlinks, block…

pivoshenko/pivoshenko.ai · 126 tokens

obsidian-docs

Create comprehensive technical documentation following Obsidian conventions with bidirectional linking, proper folder structure, templates, and developer-focused content. Use when creating documentation, READMEs, wikis, knowledge bases, ADRs, runbooks, or any technical writing. Triggers on: documentation, docs…

parisgroup-ai/imersao-ia-setup · 83 tokens

brainstorming

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

JustMichael-80/MasterVault · 37 tokens

skill-creator

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

JustMichael-80/MasterVault · 64 tokens