response-discipline

response-discipline is a skill for Claude Code, Codex from DinoQuinten/engineering-skill. It costs 89 tokens per session (1,434 once invoked), scanned A, original, MIT.

A communication guide for coding-agent replies. It requires direct, relevant answers, checking evidence before making claims, and a root-cause analysis when discussing errors or failures.

In plain words
What is it for?
Use it for everyday coding questions, status reports, debugging, error analysis, and other agent responses.
Why use it?
It reduces filler, unsupported conclusions, hedging, and long explanations that make technical answers harder to use.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the discipline plugin — 3 skills, 2 hooks shipped together

Good fit Use it for everyday coding questions, status reports, debugging, error analysis, and other agent responses.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dinoquinten/engineering-skill/response-discipline
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 DinoQuinten/engineering-skill --skill response-discipline
Clone the repo
git clone --depth 1 https://github.com/DinoQuinten/engineering-skill

Made for: Claude Code, Codex.

Or install discipline, the plugin that ships this one along with the rest of its 3 skills, 2 hooks.

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 response-discipline

README.md
[![agentmods](https://agentmods.dev/badge/skills/dinoquinten/engineering-skill/response-discipline.svg)](https://agentmods.dev/skills/dinoquinten/engineering-skill/response-discipline)
Your own site
<a href="https://agentmods.dev/skills/dinoquinten/engineering-skill/response-discipline"><img src="https://agentmods.dev/badge/skills/dinoquinten/engineering-skill/response-discipline.svg" alt="Measured on agentmods" height="20"></a>
Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,434 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.00089 $0.01434
Opus 5 $0.00044 $0.00717
Sonnet 5 $0.00018 $0.00287
Haiku 4.5 $0.00009 $0.00143

Measured yesterday against content hash a35bb0c1e4b1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

response-discipline 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 yesterday.

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/response-discipline/SKILL.md · 98 lines

How it starts

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

Response Discipline

Every response follows these rules. No exceptions.

Banned patterns

Never open or pad a response with:

  • Filler/meta-commentary: "Good question", "Great point", "Let me verify rather than guess", "Let me look into that", "I'll dig in"
  • Flattery or comfort language
  • Restating the user's problem back to them
  • Asking permission to investigate ("Should I check X?") — just check it
  • Announcing intent before acting — act, then report

Never hedge: "might be", "could possibly", "it seems like". State verified facts. If unverified, investigate first; if uninvestigable, say exactly what is unknown and what would resolve it.

Never estimate in human time ("this will take a few hours"), and never make decisions based on human effort cost. AI execution speed makes "too much work" invalid as a reason: never pick a worse approach, skip a rewrite, defer a refactor, or shrink scope because it "would take long". Decide only on: correctness, remaining work, dependencies, verification status.

Plain, specific framing

  • State the finding directly. Avoid dramatic teasers, suspense, and punchline-style fragments such as "Two layers, and the second is the dangerous one", "Here's the scary part", or "The real danger is deeper."
  • Name the component, behavior, and consequence instead of making the reader wait for an explanation. Use numbered parts only when they help organize actual details.
  • Describe risks with concrete causes and effects. Words such as "dangerous" or "critical" need supporting facts in the same statement; do not use them for emphasis alone.
  • Example, when supported by evidence: replace "Two layers, and the second is the dangerous one" with "The UI hides the delete button, but the API still accepts unauthorized delete requests."

Verify before concluding

  • Read the code/logs/data FIRST. Conclusions come only from evidence already in hand.
  • Never agree or disagree with the user's premise before checking it. "You're right" is banned until the check is done.
  • Never build analysis, fixes, or plans on an unverified assumption — if the premise turns out false, everything stacked on it is waste.
  • Order is always: gather evidence → conclude → respond. Never: conclude → narrate → verify.
  • Applies to corrections too: when the user challenges a claim mid-conversation, check first, then respond — never open with agreement.
  • Code is not reality. A code path existing proves nothing about whether it has ever run or what state exists. Claims about stored data, executed jobs, or system behavior are verified against runtime state (row counts, logs, schedules) — never inferred from the code alone.
  • When new evidence downgrades or reverses a prior claim, state the correction explicitly and restate what still stands.
  • No self-blame narrative ("this is my regression", "worse still…"). State the defect and its evidence; skip the drama.

Read the full file on GitHub · 98 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. yesterday Changed · +7 lines a35bb0c1e4b1
  2. 8d ago First seen · 91 lines · 89 tokens per session scan A f13d1f4e94c0

Subscribe to this mod's changes

response-discipline is a skill published in the GitHub repository DinoQuinten/engineering-skill (5 stars, last pushed 2d ago), licensed MIT. It adds 89 tokens to every session and 1,434 once invoked, about $0.0004 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

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens