Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
akillness avatar

User Guide Writing

  • 265 installs
  • 40 repo stars
  • Updated August 4, 2026
  • akillness/oh-my-skills

user-guide-writing is an agent skill that drafts onboarding guides, task walkthroughs, FAQs, and release help updates for developers documenting how end users complete product workflows.

About

user-guide-writing is version 2.1.0 documentation skill in akillness/oh-my-skills that anchors customer-facing help authoring for coding agents. The SKILL.md defines five primary modes—getting-started, tutorial, how-to, faq, and release-help-update—and an eight-step workflow from mode classification through maintenance sync checks. Developers reach for user-guide-writing when new users need first-success guides, features need task articles, or shipped UI changes make existing help-center steps stale. The skill enforces observable click-and-see instructions, early prerequisites, success checks, and explicit route-outs to technical-writing, api-documentation, and changelog-maintenance when requests drift. It references four support docs for mode boundaries, structures, workflow checklists, and maintenance signals, and outputs single pages, guide-plus-FAQ packets, or release refresh lists rather than mixed-purpose handbooks.

  • Task-oriented outlines
  • Step-by-step walkthroughs
  • Troubleshooting sections
  • Audience-appropriate tone
  • Screenshot and example cues

User Guide Writing by the numbers

  • 265 all-time installs (skills.sh)
  • Ranked #470 of 1,879 Documentation skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/akillness/oh-my-skills --skill user-guide-writing

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs265
repo stars40
Last updatedAugust 4, 2026
Repositoryakillness/oh-my-skills

How do you write product user guides for onboarding?

Draft onboarding guides, task walkthroughs, and troubleshooting sections so new users can complete core flows without support tickets.

Who is it for?

Technical writers and product engineers producing help-center or docs-site content that teaches end users to complete one concrete product workflow.

Skip if: Internal architecture specs, API reference portals, changelog-only release notes, or marketing launch copy without task-based user instructions.

When should I use this skill?

A request needs onboarding docs, tutorials, how-to articles, FAQs, or post-release help updates for end users or admins using the product UI.

What you get

Mode-selected user guide pages, guide-plus-FAQ packets, release refresh lists, and user-guide writing briefs with sync notes.

  • user guide pages
  • FAQ appendices
  • release refresh packets

By the numbers

  • Skill version 2.1.0 in SKILL.md frontmatter
  • Defines 5 primary documentation modes and an 8-step authoring workflow
  • Links 4 reference docs for boundaries, structures, checklists, and maintenance

Files

SKILL.mdMarkdownGitHub ↗

User Guide Writing

Use this skill when the deliverable is customer-facing or admin-facing documentation that helps someone complete a workflow in the product.

user-guide-writing is the documentation-cluster anchor for:

  • getting-started / first-success guides
  • tutorials and guided walkthroughs
  • task-based how-to articles
  • FAQs and support-oriented answer sets
  • release-facing help updates after shipped UI/workflow changes
  • small guide sets that combine one primary page with the minimum supporting companion docs

Read these support docs before choosing the mode or boundary:

  • references/document-modes-and-boundaries.md
  • references/mode-structures.md
  • references/workflow-checklist.md
  • references/maintenance-signals.md

When to use this skill

  • A product needs a getting-started guide that gets a new user to the first successful outcome.
  • A feature launch needs a tutorial or how-to article for real product users.
  • A help center needs a task-based article, FAQ, or troubleshooting-friendly walkthrough.
  • Support pain keeps recurring and the answer should become durable customer-facing documentation.
  • A workflow changed and the existing user-facing steps, screenshots, warnings, or prerequisites need to be updated.
  • A request really needs one guide plus a tiny companion packet instead of a huge mixed-purpose document.

When not to use this skill

  • The main job is an internal spec, architecture doc, ADR, runbook, migration plan, or builder-facing implementation guide → use technical-writing.
  • The main job is API reference, SDK docs, webhook docs, developer quickstarts, or developer-portal content → use api-documentation.
  • The main job is release notes, `CHANGELOG.md`, migration announcements, or shipped-change summaries → use changelog-maintenance.
  • The main job is a deck, launch presentation, workshop slide set, or visual review artifact → use presentation-builder.
  • The main job is product positioning, marketing messaging, lifecycle email copy, or launch copy → use marketing-automation.
  • The main job is building in-app onboarding mechanics or product-tour UX → use the relevant product/UX skill first, then use this skill for the durable written companion docs.

Instructions

Step 1: Classify one primary mode

Normalize the request before drafting.

user_guide_mode:
  primary_mode: getting-started | tutorial | how-to | faq | release-help-update
  audience: end-user | admin | manager | mixed | unknown
  experience_level: first-time | familiar | advanced | mixed | unknown
  docs_surface: help-center | docs-site | in-app-companion | pdf | unknown
  source_of_truth: product-ui | release-notes | support-tickets | sme-notes | mixed | unknown
  maintenance_need: one-off | recurring | stale-doc-rewrite | launch-critical
  output_shape: single-page | guide-plus-faq | refresh-packet | guide-set | unknown

Use one primary mode per run:

  • getting-started → shortest path to first success
  • tutorial → guided learning with context and milestones
  • how-to → one practical task completed quickly
  • faq → concise repeated questions plus route-outs to deeper guides
  • release-help-update → patch user-facing docs after shipped UI or workflow change

Step 2: Confirm audience, task, and route-outs

Answer these before writing: 1. Who will follow the doc, and what role or permissions do they have? 2. What exact task or outcome should they achieve? 3. Which prerequisites, plan limits, or environment assumptions could break the flow? 4. Which neighboring skills must stay out of scope?

Quick route-out table:

If the request sounds like...Use
"Write the architecture doc / runbook / migration plan"technical-writing
"Write the developer portal / SDK quickstart / webhook docs"api-documentation
"Summarize what shipped this release"changelog-maintenance
"Write onboarding docs / tutorial / FAQ / help article"user-guide-writing
"Make a launch deck / training deck / walkthrough presentation"presentation-builder

Step 3: Gather the minimum user-facing evidence

Do not draft from vibes alone. Pull the smallest credible evidence set first:

  • current UI labels, navigation, and states
  • prerequisites, permissions, and plan / edition assumptions
  • expected result after each important step
  • likely blockers, empty states, and branching conditions
  • screenshots or screenshot placeholders only where they reduce confusion
  • support questions, search terms, or recurring failure signals if available
  • release changes that made the current guide stale

If details are incomplete, label assumptions explicitly instead of pretending the guide is verified.

Step 4: Choose the smallest fitting structure

Use references/mode-structures.md and keep only the sections the chosen mode needs.

Rules:

  • If the request is one user outcome, prefer a single page.
  • If the task needs one main guide plus recurring blockers, use guide plus FAQ.
  • If the real work is patching stale pages after a release, use a refresh packet instead of rewriting a whole manual.
  • If one draft starts doing onboarding, daily usage, troubleshooting, and release notes all at once, split it into a small guide set.

Step 5: Emit the smallest useful artifact packet

Default output shapes:

  • single-page → one getting-started guide, tutorial, how-to, or FAQ page
  • guide-plus-faq → one main guide plus a short FAQ or troubleshooting appendix
  • refresh-packet → changed steps, stale screenshot list, affected companion docs, and assumptions to verify
  • guide-set → a bounded set such as getting-started + FAQ or tutorial + how-to follow-up

Do not ship a broad handbook when the request only needs one page and a short sync list.

Step 6: Apply user-doc writing rules

  • Lead with the task and audience, not implementation details.
  • Name prerequisites early: role, permissions, plan limits, data required, browser/app/version assumptions.
  • Prefer observable actions: what the user clicks, types, sees, and receives.
  • Keep one major outcome per page.
  • Call out branching conditions like role-specific UI or alternate paths.
  • Give the user a success check so they know the task worked.
  • Keep troubleshooting near the task instead of burying it in a generic appendix.
  • Use screenshots intentionally at confusing transitions, not after every click.
  • Link outward deliberately: FAQ → full guide, release-help update → affected articles, getting-started → next task.

Step 7: Run the maintenance and sync check

Use references/workflow-checklist.md and references/maintenance-signals.md before finalizing.

Verify: 1. The page type matches the user job. 2. Prerequisites and blockers appear before risky steps. 3. Screenshot placeholders are justified and trackable. 4. Related guides, FAQs, release updates, or support macros that must stay in sync are named. 5. Route-outs to technical-writing, api-documentation, and changelog-maintenance remain explicit when the request drifts.

Step 8: Return a brief or the finished artifact

Preferred brief shape before full drafting:

# User Guide Writing Brief

## Mode
- Primary mode:
- Why it fits:
- Audience:
- Output shape:

## Source material used
- Product truth / UI evidence:
- Support or release signals:
- Assumptions / gaps:

## Planned artifact packet
1. main page
2. companion FAQ / refresh list / sync note

## Writing notes
- Key user outcome:
- Known blockers / branching conditions:
- Route-outs kept out of scope:

If the user already asked for the finished artifact, produce the selected page or packet directly with the matching structure.

Examples

Example 1: First-success onboarding

Input

Write a getting-started guide for new workspace admins inviting their team and creating the first project.

Good output direction

  • mode: getting-started
  • output shape: single-page
  • include prerequisites, step order, success check, and next steps
  • keep internal implementation notes out of scope

Example 2: Release-driven doc refresh

Input

Update our help-center article for exporting reports because the Export button moved into the Reports header and only admins can choose XLSX now.

Good output direction

  • mode: release-help-update
  • output shape: refresh-packet
  • call out changed UI, role differences, screenshot refreshes, and affected companion docs
  • keep release-note summarization out of scope

Example 3: Support-to-FAQ conversion

Input

Turn these repeated billing support replies into a short FAQ for workspace owners.

Good output direction

  • mode: faq
  • output shape: single-page or guide-plus-faq
  • keep answers short and link to the deeper task guide where needed
  • surface role / plan caveats early

Example 4: Boundary with developer docs

Input

Refresh our public webhook quickstart and auth troubleshooting page for external developers.

Good output direction

  • route to api-documentation
  • explain that the main job is published developer-facing API docs, not end-user product guidance

Best practices

1. Choose the page type before writing the body. 2. Prefer one user outcome per page and one primary mode per run. 3. Use the smallest useful packet instead of a giant all-in-one guide. 4. Put prerequisites, permissions, and blockers before the user gets stuck. 5. Keep screenshots intentional and easy to refresh. 6. Use support/search/release signals to decide what to patch next. 7. Route internal docs, API docs, and release notes out instead of stretching the skill boundary. 8. Split mixed-purpose drafts into a guide set when the page starts teaching too many jobs.

References

Related skills

How it compares

Use user-guide-writing for end-user task docs; switch to technical-writing for ADRs and runbooks or api-documentation for developer portal reference content.

FAQ

What modes does user-guide-writing support?

user-guide-writing supports five primary modes: getting-started for first success, tutorial for guided learning, how-to for single tasks, faq for repeated questions, and release-help-update for patching stale UI steps after shipped changes.

When should user-guide-writing route to another skill?

user-guide-writing routes internal specs and runbooks to technical-writing, API portals and SDK quickstarts to api-documentation, and changelog or release-note hygiene to changelog-maintenance when those become the main deliverable.

What output shapes does user-guide-writing produce?

user-guide-writing emits single-page guides, guide-plus-FAQ packets, release refresh packets listing changed steps and screenshots, or small guide sets such as getting-started plus FAQ instead of one oversized handbook.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.