DEV Community

ClawGear
ClawGear

Posted on

35 ChatGPT Prompts for Technical Writers: Draft Faster, Document Better, Ship Clearer Docs

Technical writers are under constant pressure to produce accurate, clear documentation at the pace of software development. AI can help you draft, restructure, simplify, and review content — so you spend less time on the blank page and more time on what only you can do: understand the product and the user deeply.

Here are 35 copy-paste-ready ChatGPT prompts built for technical writers.


Documentation Planning

Prompt 1 — Documentation Audit and Gap Analysis

I'm auditing the documentation for [product name], a [describe product briefly]. Here is a list of our current documentation: [list docs]. Our primary users are [describe user personas]. Identify likely documentation gaps, suggest which gaps are highest priority based on user impact, and recommend a documentation structure or information architecture we should move toward.
Enter fullscreen mode Exit fullscreen mode

Prompt 2 — Doc Site Information Architecture

Design an information architecture for the documentation site of [product name], a [describe product]. The product has [list major features or modules]. Our users range from [persona 1] to [persona 2]. Propose a top-level navigation structure, suggest how to organize content for different user skill levels, and recommend naming conventions for sections and page titles.
Enter fullscreen mode Exit fullscreen mode

Prompt 3 — Documentation Plan for a New Feature

I need to plan documentation for a new feature: [feature name and description] in [product name]. The feature will be released in [timeframe]. Help me build a documentation plan that includes: list of deliverables (conceptual overview, how-to guides, API reference, release notes), suggested page titles and outlines for each, dependencies I need from the engineering team, and a realistic drafting schedule.
Enter fullscreen mode Exit fullscreen mode

Prompt 4 — Content Reuse Strategy

Our documentation for [product name] has significant repeated content across [describe areas, e.g., authentication steps appear in 12 different guides]. Help me design a content reuse strategy using [our authoring tool, e.g., MadCap Flare, DITA, Markdown/Git]. Suggest what content should be modularized, how to structure reusable components, and potential pitfalls of this approach.
Enter fullscreen mode Exit fullscreen mode

Prompt 5 — Docs-as-Code Workflow Design

Help me design a docs-as-code workflow for the technical writing team at [company name]. We currently use [current tools/process]. We want to move to [target: Git-based workflow, CI/CD publishing, etc.]. Outline the recommended toolchain, branching strategy, review process, and publishing pipeline. Identify the top 3 implementation challenges and how to address them.
Enter fullscreen mode Exit fullscreen mode

Drafting and Structuring Content

Prompt 6 — How-To Guide Draft

Write a how-to guide for [task, e.g., setting up two-factor authentication in [product name]]. The audience is [describe: e.g., end users with no technical background / developers]. Structure the guide with: a brief intro explaining why this task matters, prerequisites, numbered step-by-step instructions, expected outcome at each key step, and a troubleshooting section for the 3 most common errors. Use active voice and second person ("you").
Enter fullscreen mode Exit fullscreen mode

Prompt 7 — Conceptual Overview Article

Write a conceptual overview article explaining [concept, e.g., how [product name]'s permission model works]. The audience is [describe]. The article should: open with a plain-language definition, explain the key components with a practical analogy, describe how they interact, and end with a summary and links to related how-to guides. Avoid implementation details — focus on the mental model.
Enter fullscreen mode Exit fullscreen mode

Prompt 8 — API Reference Entry

Write an API reference entry for the following endpoint: [paste endpoint details, parameters, and example request/response]. Follow this structure: endpoint summary (1 sentence), base URL, HTTP method, authentication requirements, path and query parameters table (name, type, required/optional, description), request body schema, response object schema, example request in [language], example response, and error codes with explanations.
Enter fullscreen mode Exit fullscreen mode

Prompt 9 — Release Notes Draft

Write release notes for [product name] version [X.X.X]. Here are the changes in this release: [list features, fixes, and breaking changes from the engineering ticket or changelog]. Structure the notes as: new features (with brief benefit statement for each), improvements, bug fixes, deprecations/breaking changes (with migration guidance), and known issues. Write for a mixed audience of end users and developers.
Enter fullscreen mode Exit fullscreen mode

Prompt 10 — Troubleshooting Guide

Create a troubleshooting guide for [product name] covering the following error messages and issues: [list 5-8 common errors or issues]. For each issue, provide: the exact error message or symptom, likely cause(s), step-by-step resolution, and a note on when to contact support. Format consistently so users can scan quickly.
Enter fullscreen mode Exit fullscreen mode

Editing and Plain Language

Prompt 11 — Simplify Technical Jargon

Rewrite the following technical documentation passage for a non-technical audience. Preserve all technical accuracy but replace jargon with plain language, shorten sentences over 25 words, and use active voice throughout. Flag any terms that still need a glossary entry. Original text: [paste text]
Enter fullscreen mode Exit fullscreen mode

Prompt 12 — Structural Edit Feedback

Review the structure and flow of the following documentation page: [paste content]. Identify: sections that are out of logical order, any content that belongs in a different document type (e.g., conceptual content buried in a how-to), missing sections a user would expect, and the top 3 clarity improvements. Provide specific, actionable feedback rather than general observations.
Enter fullscreen mode Exit fullscreen mode

Prompt 13 — Passive Voice Cleanup

Rewrite the following documentation to eliminate passive voice constructions. Maintain the same meaning and technical accuracy. For each change, prefer the second person ("you") or imperative mood where appropriate. Flag any passive constructions you kept and explain why. Original text: [paste text]
Enter fullscreen mode Exit fullscreen mode

Prompt 14 — Consistency Review

Review the following documentation excerpts for terminology and style consistency. I'll provide [number] passages that should use consistent terminology for [product name] features. Identify: inconsistent product terminology, inconsistent UI element naming (e.g., "button" vs. "control" vs. "option"), formatting inconsistencies in numbered steps, and conflicting instructions across passages. Passages: [paste text]
Enter fullscreen mode Exit fullscreen mode

Prompt 15 — Readability Score Improvement

This documentation page currently scores at [reading level, e.g., Grade 14] on the Flesch-Kincaid scale. Rewrite it to target a Grade 8-10 reading level without losing technical accuracy. Techniques to apply: break long sentences, replace Latinate words with Anglo-Saxon equivalents, use bullet lists for multi-item content, and add subheadings every 150-200 words. Original text: [paste text]
Enter fullscreen mode Exit fullscreen mode

User Research and Feedback

Prompt 16 — Documentation Survey Design

Design a user survey to evaluate the quality of documentation for [product name]. Our primary users are [describe personas]. The survey should: be completable in under 5 minutes, include Likert-scale questions on findability, clarity, and completeness, include 2 open-ended questions that generate actionable feedback, and avoid leading questions. Provide the survey questions and a brief rationale for each.
Enter fullscreen mode Exit fullscreen mode

Prompt 17 — User Feedback Analysis

Here is a collection of user feedback comments about our documentation for [product name]: [paste 10-20 feedback items]. Analyze this feedback and: categorize the issues by theme (e.g., missing content, unclear instructions, navigation problems), rank themes by frequency, identify the top 3 documentation pages or sections to prioritize for improvement, and suggest a specific action for each priority.
Enter fullscreen mode Exit fullscreen mode

Prompt 18 — Persona-Based Content Audit

I'm auditing our documentation from the perspective of [user persona, e.g., a first-time developer integrating our API]. Here is their typical journey: [describe goal and steps]. Review our current documentation structure [list key pages] and identify: where this user is likely to get stuck or lost, missing content they would need, content that assumes knowledge this persona doesn't have, and recommended improvements ordered by impact.
Enter fullscreen mode Exit fullscreen mode

Prompt 19 — Support Ticket to Documentation Gap

Here are the top 10 support tickets from last month related to [product name]: [list or paste ticket titles/descriptions]. Analyze these tickets and: identify which ones indicate a documentation gap vs. a UX problem, suggest the specific documentation page, section, or new article that would resolve each gap, and prioritize them by ticket volume. Output as a prioritized backlog of documentation tasks.
Enter fullscreen mode Exit fullscreen mode

Prompt 20 — Docs Changelog Communication

Write a "What's new in our docs" communication for [company name]'s developer newsletter. This month's documentation updates include: [list changes, e.g., new API reference section, restructured onboarding guide, added 5 troubleshooting articles]. Write in an engaging, developer-friendly tone. Highlight the most impactful changes, explain why they're useful, and include direct links to the updated pages.
Enter fullscreen mode Exit fullscreen mode

Style Guides and Standards

Prompt 21 — Style Guide Section Draft

Write a style guide section on [topic, e.g., writing UI labels / formatting code samples / using notes and warnings] for the [company name] documentation style guide. The section should: state the rule clearly, explain the rationale, provide 3 correct examples and 2 incorrect examples with explanations, and note any exceptions. Match the tone of a professional style guide like the Microsoft Writing Style Guide.
Enter fullscreen mode Exit fullscreen mode

Prompt 22 — Glossary Entry Creation

Write glossary entries for the following [product name] terms: [list 5-10 terms]. For each entry: provide a plain-language definition of 2-3 sentences, note whether this is a [company name]-specific term or an industry-standard term, add a "See also" reference if relevant, and flag any terms that have conflicting usage in our existing docs that need standardization.
Enter fullscreen mode Exit fullscreen mode

Prompt 23 — Tone and Voice Guidelines

Help me write a tone and voice section for the [company name] documentation style guide. Our product is [describe product], our users are [describe users], and our brand personality is [describe, e.g., approachable but precise, expert but never condescending]. Include: a voice description in plain terms, 4 guiding principles with examples, a "do this / not that" comparison table with 6 pairs, and guidance on handling sensitive topics like errors and failures.
Enter fullscreen mode Exit fullscreen mode

Prompt 24 — Template Creation

Create a reusable documentation template for [document type, e.g., how-to guide / API endpoint reference / concept article / release notes]. The template should: include all standard sections as headers with placeholder text explaining what goes in each section, have inline guidance notes in italics, follow [style guide name, e.g., Google Developer Documentation Style Guide] conventions, and be formatted in Markdown.
Enter fullscreen mode Exit fullscreen mode

Prompt 25 — Localization Readiness Review

Review the following documentation for localization readiness. I plan to translate this content into [languages]. Identify: idioms, culturally specific references, or humor that won't translate, sentences that are ambiguous and could be mistranslated, overly long compound sentences that will expand significantly in translation, and UI strings embedded in prose that should be extracted. Original text: [paste text]
Enter fullscreen mode Exit fullscreen mode

Collaboration and Process

Prompt 26 — SME Interview Questions

I'm interviewing a [role, e.g., senior backend engineer / product manager] at [company name] to gather information for documenting [feature or system name]. Help me prepare a structured interview guide with 15 questions covering: system architecture or feature design, edge cases and error conditions, intended user workflow, known limitations, and what the SME wishes users understood before using this feature. Include follow-up probes for each main question.
Enter fullscreen mode Exit fullscreen mode

Prompt 27 — Peer Review Checklist

Create a documentation peer review checklist for the technical writing team at [company name]. The checklist should cover: technical accuracy review items, style guide compliance items, structural and flow items, code sample verification items, and link/reference checks. Format as a checklist a reviewer can complete in 20-30 minutes for an average-length guide.
Enter fullscreen mode Exit fullscreen mode

Prompt 28 — Engineering Collaboration Email

Write an email to the engineering team at [company name] requesting review of the following documentation draft before the [date] release: [describe what you've written]. The email should: clearly state what you need from them (factual accuracy review, not copy editing), specify which sections are highest priority, give a concrete deadline, and explain what happens if you don't receive feedback by then. Keep it under 200 words.
Enter fullscreen mode Exit fullscreen mode

Prompt 29 — Documentation Sprint Planning

Help me plan a 2-week documentation sprint for [product name]. The upcoming sprint's development work includes: [list features and changes from the engineering sprint]. Based on this, help me: estimate documentation effort for each item (S/M/L), identify which items are blockers for release, draft 5-day sprint goals, and create a backlog of stretch items if time allows. Assume a team of [number] writers.
Enter fullscreen mode Exit fullscreen mode

Prompt 30 — Stakeholder Feedback Response

A [stakeholder role, e.g., product manager / legal team / engineering lead] has provided the following feedback on my documentation draft: [paste feedback]. Some of this feedback conflicts with documentation best practices or style guide rules. Help me draft a professional response that: acknowledges their input, accepts the feedback items I should incorporate, respectfully pushes back on the items that conflict with best practices, and proposes a compromise where appropriate.
Enter fullscreen mode Exit fullscreen mode

Career and Professional Development

Prompt 31 — Portfolio Case Study

Help me write a portfolio case study about the following documentation project I completed at [company name]: [describe the project, the problem you solved, and the outcome]. The case study should cover: the challenge, my approach and process, tools and methods used, measurable outcomes (e.g., support ticket reduction, user satisfaction scores), and what I learned. Target length: 400-500 words. Tone: professional but personal.
Enter fullscreen mode Exit fullscreen mode

Prompt 32 — LinkedIn Profile Optimization

Optimize my LinkedIn headline and summary section for a [level, e.g., Senior] Technical Writer specializing in [specialization, e.g., developer documentation / API docs / SaaS products]. My background includes: [list key experiences and skills]. The headline should be under 220 characters and clearly differentiate me. The summary should be 3-4 short paragraphs covering my specialty, approach, and impact, written in first person.
Enter fullscreen mode Exit fullscreen mode

Prompt 33 — Technical Writing Interview Prep

I have an interview for a [Level] Technical Writer role at [company type, e.g., B2B SaaS company / open-source project]. The job description emphasizes [key requirements from JD]. Prepare me with: 10 likely interview questions (mix of portfolio, behavioral, and process questions), a suggested answer structure for each, 3 questions I should ask them to evaluate if this role is a good fit, and tips for presenting my writing samples effectively.
Enter fullscreen mode Exit fullscreen mode

Prompt 34 — Metrics and Impact Report

Help me build a quarterly impact report for the technical writing function at [company name]. Our available metrics include: [list metrics, e.g., page views, search success rate, support deflection, user satisfaction ratings, number of docs published]. Write a narrative report that: summarizes documentation output this quarter, contextualizes each metric with trends, ties documentation improvements to business outcomes (support cost, developer onboarding time), and proposes 2-3 goals for next quarter.
Enter fullscreen mode Exit fullscreen mode

Prompt 35 — Mentoring Junior Writers

I'm mentoring a junior technical writer at [company name] who struggles with [specific challenge, e.g., writing clear numbered steps / getting information from reluctant SMEs / managing multiple projects simultaneously]. Create a structured 4-week mentoring plan that includes: a learning objective for each week, specific exercises or assignments, recommended resources, and how I should give feedback. Tailor the plan to a junior writer with [months/years] of experience.
Enter fullscreen mode Exit fullscreen mode

Get the Complete Technical Writer AI Toolkit

Get the complete AI Prompt Toolkit for Technical Writers →

Works with Claude, ChatGPT, and DeepSeek. Copy-paste ready.

Top comments (0)