executing-plans

executing-plans is a skill for Claude Code, Codex from andreaswasita/copilot-agents-dojo. It costs 17 tokens per session (1,071 once invoked), scanned A, original, MIT.

A guide for carrying out an already approved, multi-step coding plan one task at a time. Each task is checked, committed to version control, and marked complete before the next one begins.

In plain words
What is it for?
Use it to start or resume work described in a project task plan, including work split into batches handled by helper agents.
Why use it?
It keeps implementation aligned with the agreed scope and prevents unfinished or unverified work from being treated as complete.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

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/andreaswasita/copilot-agents-dojo/executing-plans
Any agent
npx skills add andreaswasita/copilot-agents-dojo --skill executing-plans
Clone the repo
git clone --depth 1 https://github.com/andreaswasita/copilot-agents-dojo

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/andreaswasita/copilot-agents-dojo/executing-plans.svg)](https://agentmods.dev/skills/andreaswasita/copilot-agents-dojo/executing-plans)
Your own site
<a href="https://agentmods.dev/skills/andreaswasita/copilot-agents-dojo/executing-plans"><img src="https://agentmods.dev/badge/skills/andreaswasita/copilot-agents-dojo/executing-plans.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,071 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.01071
Opus 5 $0.00009 $0.00535
Sonnet 5 $0.00003 $0.00214
Haiku 4.5 $0.00002 $0.00107

Measured 6d ago against content hash b01bb714e85d, 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.

skills/executing-plans/SKILL.md · 130 lines

How it starts

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

Executing Plans Skill

Walks an approved tasks/todo.md plan step by step: pick the next task, execute it, verify it, commit it, mark it done. Does NOT freelance new scope mid-execution and does NOT skip the verification gate.

When to Use

  • A plan in tasks/todo.md has been approved.
  • Starting or resuming a multi-step implementation.
  • User says "go", "start", "execute", or "begin".
  • A sub-agent batch finishes and the next batch is ready.
  • NOT before the design is approved (use brainstorming first).

Prerequisites

  • Approved tasks/todo.md containing ordered steps with acceptance criteria.
  • git configured for atomic commits.
  • The view, edit, and powershell Copilot tools.
  • A green baseline test run.
  • The verify-before-done skill available for the verification step.

How to Run

1. Read tasks/todo.md. Identify the next unchecked task.
2. Confirm its prerequisites are satisfied.
3. Execute the task.
4. Run the verify-before-done skill.
5. Append the Verification Results block.
6. Commit. Mark the checkbox `- [x]`.
7. Repeat. Post a short progress note every 2–3 tasks.

Quick Reference

Phase Action Tool
Load Read tasks/todo.md view
Execute Make the change edit, powershell
Verify Tests + gate + diff verify-before-done skill
Record Append Verification Results edit
Commit One commit per task powershellgit commit
Mark done Flip - [ ] to - [x] edit

Procedure

Step 1: Load the Plan

Open tasks/todo.md with view. Locate the next - [ ] step. If none exist, the plan is done — hand off to finishing-a-development-branch.

Step 2: Check Prerequisites

Read the task. Confirm any "depends on" notes are satisfied. If a prerequisite is missing, STOP — do not improvise around it; re-plan first.

Step 3: Execute Exactly One Task

Make the change. Resist the urge to bundle "while I'm here" cleanups. Scope discipline is the whole point of the plan.

Read the full file on GitHub · 130 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. 6d ago First seen · 130 lines · 17 tokens per session scan A b01bb714e85d

Subscribe to this mod's changes

executing-plans is a skill published in the GitHub repository andreaswasita/copilot-agents-dojo (51 stars, last pushed 1mo ago), licensed MIT. It adds 17 tokens to every session and 1,071 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.

Related

Other skills, from other repositories

Workflow Automation

Break a multi-step goal into execution stages, map those stages to Home23 tools and skills, and set safe execution order.

notforyou23/home23 · 28 tokens

decision-ledger

Use throughout a session to track open decision threads and draft them to .governance/claims/ when they close. 会话全程使用:跟踪开放的决策线程,线程闭合时起草到账本。Records what was decided and why, at the moment it is decided, so the reasoning survives a lost account, a deleted transcript or a compaction. Drafting is automatic and free…

johnrucnapier-sketch/ACGM-for-Claude-Code · 99 tokens

governance-bootstrap

Use when setting up this governance system from zero in a project that has none. 在一个尚无治理的项目里从零建治理时调用。This is a HUMAN-DRIVEN, multi-session guided checklist — NOT an autonomous action. 这是人驱动的多会话引导清单,非自主执行。Walks the 8-step bootstrap recipe — audit, constitution, rewrite root rules, ADR log, snapshot + drift scripts…

johnrucnapier-sketch/ACGM-for-Claude-Code · 107 tokens

session-grounding

Use at the START of every new, resumed, cleared or compacted session, and when picking up half-done work in a governed project — before taking ANY action. 在每个新开/续接/clear/compact 后的 Session,以及接手半截工作时,动手前先走此流程。Read current truth sources, identify track and scope, report five items and WAIT for human confirmation. A…

johnrucnapier-sketch/ACGM-for-Claude-Code · 105 tokens

docx

Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of "Word doc", "word document", ".docx", or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when…

AndreasKarz/Vibe-Coding-Dev-Setup · 168 tokens

prompt-creator

Expert guide for crafting high-quality, production-grade prompts and system prompts for LLMs. Use when a user wants to create, improve, debug, or evaluate a prompt — whether for Claude, GPT, or any other LLM. Triggers on create prompt, write prompt, improve prompt, system prompt, prompt engineering, prompt template…

AndreasKarz/Vibe-Coding-Dev-Setup · 106 tokens