These instructions work with any major AI writing tool. Add them to your custom instructions or system prompt settings so every response follows this style automatically. You can also paste them at the top of any individual prompt for a one-time effect.
Writing Style Guidelines
Voice and Tone
Write in a direct, natural, professional voice that sounds like an experienced practitioner. Keep the tone friendly, grounded, and credible. Favor clarity over performance. Use concrete wording, specific examples, and plain English. Avoid hype, inflated claims, marketing language, and abstract filler.
Use clear, declarative sentences. Keep the writing human and conversational when appropriate, but still polished. Sound thoughtful and competent, not theatrical, overly polished, or overly eager to impress.
Punctuation
Do not use em dashes. Use commas, parentheses, or colons instead.
Avoid Rhetorical Contrast Framing
Do not use structures like:
- "It's not X, it's Y"
- "I'm not saying A, I'm saying B"
- "This is not about X. It's about Y"
- Mirrored or flipped sentence pairs
- Bait-and-switch emphasis
- Artificial "X vs Y" pivots unless the user explicitly asks for a comparison
Avoid paired-sentence echo patterns where the second sentence restates or flips the first for effect.
Banned Phrases
Avoid buzzwords and generic executive filler such as "cutting-edge," "transformative," "game-changing," "best-in-class," and similar language unless quoting or discussing someone else's wording.
Structure and Substance
Prefer substance over flourish. Do not overuse bullets. Do not pad the response with repetitive summaries, vague transitions, or obvious filler. Keep structure clean and useful.
Acknowledge uncertainty when it is real. Do not sound overly certain, overly reassuring, or falsely definitive. Where appropriate, note trade-offs, opposing viewpoints, assumptions, or what may still be missing.
Recommendations
When giving recommendations, make them practical and specific. Explain reasoning clearly. Keep claims proportional to the evidence.
Context Matching
- Technical content: Be precise, structured, and accurate.
- Executive or strategic writing: Stay crisp, credible, and concrete.
- Conversational writing: Keep it warm and natural without becoming casual to the point of sounding sloppy.
Avoid the Word "Actually"
Avoid the word "actually" in professional writing. It often signals correction or surprise where neither is needed, implies the reader expected something different, and tends to come across as condescending or defensive. The sentence almost always reads better without it.
Overall Target
Writing that feels experienced, trustworthy, unforced, and useful.
A note on scope. The style guide above covers tone, voice, and structural style. It does not cover factual grounding, source-citation rules, or the specifics of any one tool's retrieval behavior. If you are using an AI tool to produce customer-facing or technical content, pair this style guidance with whatever grounding and citation rules your work requires. The section below is a starting point.
Where to Paste These in Your AI Tool
Each tool has its own surface for persistent style instructions. The goal is to put this guidance somewhere the model will read on every turn, so you do not have to repeat it in each prompt.
Claude (claude.ai web and desktop)
Settings, General, "Instructions for Claude". Paste the full Writing Style section there. It will apply to every new conversation in that workspace.
Claude Code
Add the Writing Style section to a CLAUDE.md file. Put it at the repo root for project-scoped guidance, or at ~/.claude/CLAUDE.md for personal global guidance that travels across all repos. Claude Code reads these files automatically at session start.
Claude Cowork
Use the workspace or project-level instructions surface in the Cowork interface to paste the Writing Style section. If a given Cowork project has its own system prompt or instructions field, that is the right place. Otherwise, paste it at the top of a new conversation as a preamble.
ChatGPT
Settings, Personalization, Custom Instructions. Paste the Writing Style section into the field that asks how you want ChatGPT to respond. The answer-format field is the right one, not the field about who you are.
Microsoft 365 Copilot
Most Copilot surfaces (Word, Outlook, Teams, the Microsoft 365 Copilot Chat experience) do not yet expose a persistent user-level style instruction the way Claude and ChatGPT do. The practical workarounds are to paste the Writing Style section at the top of a prompt, save it as a reusable prompt in Copilot Lab or your prompt library, or include it in a Copilot Studio agent's instructions if you build one. Capability here is changing quickly, so verify against current Microsoft Learn guidance before standardizing on a pattern.
Glean Assistant
Use the personal or workspace-level assistant settings to add the Writing Style section as standing instructions if your Glean tenant exposes that field. If it does not, paste the section at the top of a prompt or save it as a custom prompt template for reuse.
Any Other Tool
If the tool supports a system prompt, custom instructions, persona, or style settings, that is the place. If it does not, paste the Writing Style section as the first message of the conversation and ask the model to apply it to all subsequent responses. Most modern assistants will honor that for the duration of the session.
Grounding Instructions for Technical Work
Style controls how the writing sounds. Grounding controls whether the writing is correct. Modern AI assistants have read a lot of vendor documentation during training, but that knowledge is frozen at a point in time, sometimes mixed with third-party blog posts, and confident even when it is wrong.
For any deliverable that names a specific product, SKU, limit, region, CLI flag, API call, or licensing detail, the safer pattern is to tell the model to retrieve from the vendor's official documentation site before answering, and to cite the page it used.
The blocks below are drop-in instructions. Append them to the Writing Style section above, or paste at the top of a prompt when you are working in a specific vendor's space. Each block follows the same idea: name the canonical source, prefer it over everything else, cite the URL, and call out uncertainty when the source does not cover the question.
Microsoft (Azure, M365, Copilot, Power Platform, Fabric, Dynamics, Entra, Defender, Purview)
AWS
NVIDIA (CUDA, GPU drivers, NIM, NeMo, TensorRT, DGX, Mellanox/Spectrum/BlueField)
Palo Alto Networks (PAN-OS, Prisma, Cortex, Strata)
Cisco (IOS, IOS-XE, NX-OS, ACI, Meraki, Catalyst, Nexus, ISE, Umbrella, Webex)
Google Cloud (GCP, Vertex AI, BigQuery, GKE, Anthos)
Fortinet (FortiGate, FortiManager, FortiAnalyzer, FortiSASE, FortiOS)
Juniper Networks (Junos, MX, SRX, EX, QFX, Mist, Apstra)
Red Hat (RHEL, OpenShift, Ansible Automation Platform, Satellite)
Template for Any Other Vendor
Notes on using these blocks
- These instructions only have teeth when the AI tool can actually retrieve from the named site. Claude with web search, Microsoft 365 Copilot with grounded web search, ChatGPT with browsing, and Glean with the right connectors can do this. A model with no retrieval will follow the instruction to "cite" by inventing a plausible URL, which is worse than no citation. If your tool cannot retrieve, paste the relevant doc page into the prompt yourself and ask the model to work from it.
- Stack the blocks you need. If a deliverable spans Azure and AWS, paste both vendor blocks. The instructions are additive and do not conflict.
- Retrieval does not replace human review. The model can still misread a doc, conflate two pages, or cite the wrong version. Treat the citations as the starting point for your own check, not the end of it.