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.
npx agentmods add skills/andreaswasita/copilot-agents-dojo/executing-plansnpx skills add andreaswasita/copilot-agents-dojo --skill executing-plansgit clone --depth 1 https://github.com/andreaswasita/copilot-agents-dojoWrote 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.
[](https://agentmods.dev/skills/andreaswasita/copilot-agents-dojo/executing-plans)<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>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.
| Model | Per session | Once 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 |
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.
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.mdhas 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
brainstormingfirst).
Prerequisites
- Approved
tasks/todo.mdcontaining ordered steps with acceptance criteria. gitconfigured for atomic commits.- The
view,edit, andpowershellCopilot tools. - A green baseline test run.
- The
verify-before-doneskill 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 | powershell → git 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.
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.
- 6d ago First seen · 130 lines · 17 tokens per session scan A b01bb714e85d
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.
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.
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…
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…
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…
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…
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…