Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Engineering Communication

ASecurity

Communicating engineering facts to people who will act on them: stating what is true, what follows from it, what is still uncertain, and the options and recommendation when needed. Covers raising a risk early, saying no to a request in a way that leaves a yes on the table, resolving technical disagreement by making the checkable claim checkable, escalating without going around someone, and status updates during an incident. Use when bad news has to travel, when a risk is visible but unspoken,...

2 stars
0 votes
0 copies
0 views
Added 9/19/2026
developmentrustgocode-reviewsecurity

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add robsonkades/agent-skills --skill engineering-communication --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Engineering Communication?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Engineering Communication
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/robsonkades-engineering-communication/badge)](https://www.skillsdirectory.com/skills/robsonkades-engineering-communication)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: engineering-communication
description: >
  Communicating engineering facts to people who will act on them: stating what is true, what
  follows from it, what is still uncertain, and the options and recommendation when needed.
  Covers raising a risk early, saying no to a request in a way that leaves a
  yes on the table, resolving technical disagreement by making the checkable claim checkable,
  escalating without going around someone, and status updates during an incident. Use when
  bad news has to travel, when a risk is visible but unspoken, when you are being asked to
  commit to something you believe is not achievable, when a technical argument has gone two
  rounds without new information, when a message hedges every claim it makes,
  or when non-engineers need to make a decision that depends on a technical fact. Does not
  cover the numbers in an estimate (estimation-under-uncertainty), clarifying a requirement
  (requirements-and-acceptance), review comments specifically (code-review), or deciding to
  take on debt (technical-debt-decisions).
---

# Engineering Communication

## Purpose

Most engineering communication fails in one of two directions. It buries a decision the reader
must make inside a technical narrative they cannot parse — so nothing happens. Or it is so
hedged that the reader extracts no claim at all — so they assume everything is fine, which was
never what you meant.

The output that works is short, ordered by what the reader must do, and explicit about what you
do not know. That last part is what makes the rest of it trustworthy.

## Workflow

1. **Decide what the reader must do** with this message: approve something, choose between
   options, be aware, or act now. If nothing, consider not sending it.
2. **Lead with the decision, action or supported conclusion**, not the investigation story.
   "The production-volume rehearsal took six hours" preserves what was actually measured;
   a forecast for production needs its assumptions.
3. **Say what follows** in their terms — money, users, dates, risk — not in yours. "Six hours"
   needs context: establish whether the backfill blocks exports before claiming unavailability.
4. **Separate what you know from what you believe.** Mark the boundary explicitly: measured,
   inferred, assumed. A reader who cannot tell which is which will either over-trust or
   discard the whole message.
5. **For a decision, give viable options and recommend one with a reason.** An awareness-only
   update does not need invented alternatives. Preserve required controls and distinguish
   the proposed option from an approved commitment.
6. **Send it early.** Every one of these is worth more the sooner it arrives, and a risk raised
   after it materialises is not a warning, it is an explanation.
7. **Check the draft against the inputs.** Preserve dates, scope, uncertainty and ownership;
   do not invent measurements, confidence percentages, approval, recipients or delivery promises.
   Use a visible placeholder or one focused question for missing decision-critical facts.

Deliver the message at the requested length and register, plus only material unresolved
facts needed to finalize it. Drafting a message does not authorize sending it to others;
use an external communication tool only within explicit authorization for that action.

## Rules

- Lead with the conclusion. Chronological narrative — "first I looked at, then I found" — makes
  the reader assemble the point themselves, and busy readers stop before the end.
- Never hedge a fact you have verified. "The query does a full scan of 4 million rows, measured
  on the replica" is a fact; writing "it seems like it might be slow" throws away the work you
  did and the reader's ability to act on it.
- Do not present an unverified claim as verified. Say which it is: "reported by the owner", "inferred from the
  logs", "I am assuming". Confidence claimed and then withdrawn costs more credibility than
  uncertainty stated up front.
- When the answer is unknown, state what would resolve it and the next useful action.
  Give a duration only when supported; otherwise keep it unknown. An agreed next-update
  time is not a promise that the question or incident will be resolved then.
- Say no to the request, not to the person, and pair it with what you can do. "Not by Friday at
  this scope; the read path alone is achievable by Friday" is a usable answer;
  "that's not possible" ends a conversation that needed to continue.
- Raise a risk early, in writing, with owner, trigger, impact, decision deadline, and next escalation
  point. Do not repeat an unchanged warning as noise, but re-surface it when evidence, severity,
  exposure, ownership, or the decision window changes—or when the agreed escalation condition fires.
- Do not soften a message until the claim disappears. If the reader can come away thinking
  everything is fine when it is not, the message failed however comfortable it was to send.
- Blame is not diagnosis. Describe the mechanism and contributing conditions. Preserve accountable
  ownership where audit, security, safety, or deliberate policy violations require it, without
  turning a causal analysis into a judgement about character.
- Match the register to the audience: a non-engineer needs the consequence and the decision,
  not the mechanism. Keep the mechanism available below, for whoever wants it.

## References

- **Message patterns, with worked examples** — `references/message-patterns.md`. Raising a
  risk, reporting a slip, saying no, an incident status update, and a post-incident summary —
  each in a version that fails and a version that works, with what changed and why. Read before
  sending a message that carries bad news or asks for a decision.
- **Disagreement and escalation** — `references/disagreement-and-escalation.md`. Separating
  checkable claims from preferences, ending a two-round argument, disagreeing with someone more
  senior, when and how to escalate without going around a person, and disagree-and-commit. Read
  when a technical argument is stuck or a decision needs someone else.

Attribution

robsonkadesrobsonkades
View sourceMore from robsonkades →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Browser Extension Developer

Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.

281612 votes

Seo Optimizer

SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.

2132 votes

Google Official Seo Guide

Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation

1862 votes

Tanstack Start

Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...

9881 votes

Pentest

PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.

5491 votes
View all in development →