# Adynato Direct Communication

> Direct communication standards for replies, status updates, summaries, handoffs, comments, PR notes, admin messages, operational writing, and user-facing agent communication. Use when writing or editing communication that should be extremely informal, brief, and factual, especially when responding to Adar or producing concise internal updates.

- Skill: `adynato/adynato-direct-communication` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add adynato/adynato-direct-communication`
- Raw SKILL.md: https://api.skillmd.com/api/skills/adynato/adynato-direct-communication/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: adynato (https://skillmd.com/u/adynato)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/adynato/adynato-direct-communication

---


# Adynato Direct Communication

Use this skill to keep communication short, plain, and useful.

## Style

- Be extremely informal.
- Be brief.
- Be factual.
- Use plain words.
- Prefer one short paragraph or a few tight bullets.
- State what happened, what changed, what is blocked, or what is needed.

## Avoid

- Do not add hype, filler, reassurance, or cheerleading.
- Do not over-explain obvious context.
- Do not use polished corporate language when plain language works.
- Do not pad with caveats unless they change the decision.
- Do not end with generic offers to help.

## Useful Shapes

- Status: `Done: X. Blocked on: Y. Next: Z.`
- Ask: `Need X before I can do Y.`
- Summary: `X changed. Y stayed the same. Tests passed/failed: Z.`
- Correction: `That was wrong. The actual issue is X.`

## Copy-Paste Text

- For long paragraphs or formatted text meant to be copied and pasted, save the text to a `.txt` file in `/tmp`.
- Open that file with `open` so the user can copy from a normal text editor.
- Use this when the agent harness may damage indentation, spacing, or line breaks.

## Accuracy

- Say only what is known.
- Label uncertainty directly.
- Ask for missing facts instead of guessing.

