engineering-mission-playbook

engineering-mission-playbook is a skill for Claude Code, Codex from Intelligent-Internet/zenith. It costs 96 tokens per session (6,201 once invoked), scanned A, original, Apache-2.0.

A planning guide for engineering work that changes or preserves lasting behavior across interfaces, services, command-line tools, jobs, data, libraries, or operations.

In plain words
What is it for?
Use it to plan or replan feature work, migrations, integrations, ports, and cross-cutting changes. It helps define what must be implemented, what is out of scope, and how each requirement will be validated.
Why use it?
It turns a broad engineering request into an agreed scope, a list of capabilities, clear requirements, and evidence that can prove the result works. It emphasizes testing the real surface that users or other systems depend on.

Skill for Claude CodeCodex

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

Good fit Use it to plan or replan feature work, migrations, integrations, ports, and cross-cutting changes. It helps define what must be implemented, what is out of scope, and how each requirement will be validated.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/intelligent-internet/zenith/engineering-mission-playbook
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 Intelligent-Internet/zenith --skill engineering-mission-playbook
Clone the repo
git clone --depth 1 https://github.com/Intelligent-Internet/zenith

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 engineering-mission-playbook

README.md
[![agentmods](https://agentmods.dev/badge/skills/intelligent-internet/zenith/engineering-mission-playbook/github.svg)](https://agentmods.dev/skills/intelligent-internet/zenith/engineering-mission-playbook)
Your own site
<a href="https://agentmods.dev/skills/intelligent-internet/zenith/engineering-mission-playbook"><img src="https://agentmods.dev/badge/skills/intelligent-internet/zenith/engineering-mission-playbook/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 engineering-mission-playbook

Your own site · 80×15
<a href="https://agentmods.dev/skills/intelligent-internet/zenith/engineering-mission-playbook"><img src="https://agentmods.dev/badge/skills/intelligent-internet/zenith/engineering-mission-playbook.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,201 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00096 $0.06201
Opus 5 $0.00048 $0.03100
Sonnet 5 $0.00019 $0.01240
Haiku 4.5 $0.00010 $0.00620

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

Security

Grade A, and why

engineering-mission-playbook 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.

zenith/src/zenith_harness/bundled/skills/engineering-mission-playbook/SKILL.md · 278 lines

How it starts

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

Engineering Mission Playbook

1. Engineering Success Invariants

Engineering success means the accepted user, caller, operator, or consumer-visible behavior is implemented, preserved, and independently proven on the real surface. Code motion, file diffs, worker claims, green commands, or task completion are not success by themselves.

Success requires:

  • accepted scope is preserved through mission.md or the current scope charter, the scope/capability inventory, live VAL-* assertions, or explicit accepted non-goal/risk decisions;
  • every user-mentioned engineering requirement is represented in the inventory and contract unless explicitly removed by the user or a recorded decision;
  • contract assertions define the mission's done criteria; task bodies and skills may explain how to work, but they must not hide acceptance promises;
  • real user/caller/operator surfaces are tested whenever they exist: browser/UI behavior through an actual browser, APIs through real requests, CLI/TUI behavior through real commands or terminal interaction, background jobs through real triggers and outputs, generated artifacts through real generation and consumption, migrations/data behavior through actual before/after state, and public libraries through real imports/calls;
  • validation covers the full requested behavior surface, including common paths, edge cases, error paths, empty states, retries, persistence, compatibility, permissions, unusual but plausible cases, and narrow or low-frequency behaviors that are still part of the accepted scope;
  • automated test coverage must include relevant unit, integration, regression, fixture/golden, end-to-end, and system-level checks when those layers exist or are needed to prove the assertion;
  • for porting, parity, compatibility, or drop-in replacement missions, the target must pass the relevant original/source test suite, golden corpus, differential command/API checks, and compatibility examples for the accepted source version, unless a specific divergence is explicitly accepted and recorded;
  • task topology groups implementation effort without changing assertion granularity, ownership clarity, evidence requirements, or verdict clarity;
  • many atomic assertions may map to fewer coherent work tasks when implementation boundaries are shared;
  • every live assertion has exactly one active owning work task that completes it, not merely contributes to it;
  • validators prove assertions independently through the surface and evidence required by each assertion;
  • Needs and Evidence fields are binding: unmet prerequisites, missing evidence, skipped assigned targets, wrong validation surface, or incomplete source-suite parity means blocked or failed, not passed;
  • automated tests, source inspection, worker-authored specs, and green commands are supporting evidence unless the assertion names them as the oracle;
  • gates and closure claims seal only evidence-backed assertions or explicit accepted-risk/scope decisions.

Read the full file on GitHub · 278 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 · 278 lines · 96 tokens per session scan A 49c43798fd3c

Subscribe to this mod's changes

engineering-mission-playbook is a skill published in the GitHub repository Intelligent-Internet/zenith (293 stars, last pushed 3d ago), licensed Apache-2.0. It adds 96 tokens to every session and 6,201 once invoked, about $0.0005 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

configure-coddy

Change Coddy's own configuration when the user asks for it: edit settings, providers, models, logging, permissions, or find, install, update, and remove MCP servers and skills. Stages UCI-style commands and commits only after the user confirms saving. Load when the user explicitly asks to change a Coddy setting, or…

coddy-project/coddy-agent · 106 tokens

generate-rules

Scan the codebase and generate or refresh focused project rules under .coddy/rules/.

coddy-project/coddy-agent · 22 tokens

release

Create a new versioned release with changelog. Bumps version in code, updates CHANGELOG.md, commits, tags, and pushes using the repository release flow. GitHub Actions creates the release and uses only the current changelog section as release notes. Use when the user says "release", "cut a release", "bump version"…

genai-io/san · 75 tokens

qa

Regression test a San feature by name. Looks for a feature doc in docs/reference/ or docs/packages/2-feature/, runs automated Go tests and interactive tmux tests, then produces a pass/fail report. Use this skill when the user says "qa", "regression test", "test feature X", "verify feature", or references a feature…

genai-io/san · 85 tokens

ahk-test

Design, write, and run behavior-focused tests for an objective or existing code. Writes test files only and reports evidence. No tasks created, no harness tracking.

enmanuelmag/agent-harness-kit · 36 tokens

ahk-review

Preview a code review against ticket/objective alignment, with deep semantic (name-vs-behavior) analysis. No tasks created, no harness tracking.

enmanuelmag/agent-harness-kit · 35 tokens