approved-checklist-executor

approved-checklist-executor is a skill for Claude Code, Codex from blackzhanzhan/Cyber-Ming-Protocol. It costs 58 tokens per session (2,378 once invoked), scanned A, original, MIT.

A controlled workflow for carrying out coding tasks that have already been approved as a checklist or as small, separate work items.

In plain words
What is it for?
It helps execute approved slices, verify each one, create one commit per slice, report repository status, and stop when a blocker or replanning need appears.
Why use it?
It prevents unapproved scope changes and keeps each code change independently checked and recorded.

Skill for Claude CodeCodex

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

Good fit It helps execute approved slices, verify each one, create one commit per slice, report repository status, and stop when a blocker or replanning need appears.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/blackzhanzhan/cyber-ming-protocol/approved-checklist-executor
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 blackzhanzhan/Cyber-Ming-Protocol --skill approved-checklist-executor
Clone the repo
git clone --depth 1 https://github.com/blackzhanzhan/Cyber-Ming-Protocol

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 approved-checklist-executor

README.md
[![agentmods](https://agentmods.dev/badge/skills/blackzhanzhan/cyber-ming-protocol/approved-checklist-executor/github.svg)](https://agentmods.dev/skills/blackzhanzhan/cyber-ming-protocol/approved-checklist-executor)
Your own site
<a href="https://agentmods.dev/skills/blackzhanzhan/cyber-ming-protocol/approved-checklist-executor"><img src="https://agentmods.dev/badge/skills/blackzhanzhan/cyber-ming-protocol/approved-checklist-executor/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for approved-checklist-executor

Your own site · 80×15
<a href="https://agentmods.dev/skills/blackzhanzhan/cyber-ming-protocol/approved-checklist-executor"><img src="https://agentmods.dev/badge/skills/blackzhanzhan/cyber-ming-protocol/approved-checklist-executor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,378 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.00058 $0.02378
Opus 5 $0.00029 $0.01189
Sonnet 5 $0.00012 $0.00476
Haiku 4.5 $0.00006 $0.00238

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

Security

Grade A, and why

approved-checklist-executor 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 9d 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.

skill/approved-checklist-executor/SKILL.md · 193 lines

How it starts

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

Approved Checklist Executor

Prerequisite: read and obey the repository parent policy at skill/global_rules/SKILL.md first.

Use When

  • A checklist or one or more atomic slices have already been approved.
  • The task is now in execution state.
  • The run mode may be:
    • single-slice mode
    • pulse mode

Core Rule

  • Default to pulse progression when the approved checklist is fully authorized and no blocker appears.
  • Preserve atomic discipline at all times:
    • one slice
    • one verification
    • one commit
    • one git status --short
  • Execution should stay attached to the current campaign tree.
  • A child fix may pause the parent campaign, but it may not silently become the new root campaign.
  • Default to continuous execution inside the approved campaign.
  • Do not stop merely because new information appears. Stop only when that information crosses a declared red line, invalidates the slice's core assumption, or creates scope drift that would make further execution dishonest.
  • If the project exposes an execution lock such as active_contract.json, treat it as the current execution truth and continue from it rather than narrating a fresh broad contract.
  • If the project also exposes a contract runner such as openclaw_harness_contract_runner.py, use it as the default execution-state transition entrypoint.

Explicit Submode: One-Breath Mode / 一口气模式

This submode is not the default.

It activates only when the user explicitly says things like:

  • one-breath mode
  • push continuously
  • do not stop; finish the approved checklist
  • continue until blocked
  • 一口气模式
  • 开启一口气模式
  • 用一口气模式推进
  • 不要停,一口气做完

When active, add these stronger rules on top of the normal executor discipline:

  • keep moving continuously until a real blocker, failed verification, missing secret, or crossed red line appears
  • emit a concrete progress update at least every 3 minutes during long-running work
  • stop only on a real blocker, failed verification, missing secret, or crossed red line
  • if a red line is crossed, write the smallest possible delta sub-contract and continue from it
  • after the delta sub-contract is resolved, automatically return to the main approved contract
  • do not inflate the pause into a fresh broad plan unless continuing would be dishonest
  • do not pause externally just because one commit or one slice has completed; archive it and keep moving
  • write detailed slice-level bookkeeping into harness artifacts rather than turning every slice boundary into a conversational stop
  • use progress reports only in this structure, translated to the user's working language:
    • Proven / 已证明
    • Not Proven / 未证明
    • Why It Did Not Complete / 为什么没做成

Read the full file on GitHub · 193 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. 9d ago First seen · 193 lines · 58 tokens per session scan A 075296044691

Subscribe to this mod's changes

approved-checklist-executor is a skill published in the GitHub repository blackzhanzhan/Cyber-Ming-Protocol (56 stars, last pushed 4mo ago), licensed MIT. It adds 58 tokens to every session and 2,378 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-30.