From user-docs-writer
Write a task-oriented user guide for a feature or workflow. Written in product language for non-technical readers. Produces step-by-step instructions with expected results and troubleshooting.
npx claudepluginhub hpsgd/turtlestack --plugin user-docs-writerThis skill is limited to using the following tools:
Write a user guide for $ARGUMENTS using the mandatory process and structure below.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Retrieves current documentation, API references, and code examples for libraries, frameworks, SDKs, CLIs, and services via Context7 CLI. Ideal for API syntax, configs, migrations, and setup queries.
Uses ctx7 CLI to fetch current library docs, manage AI coding skills (install/search/generate), and configure Context7 MCP for AI editors.
Write a user guide for $ARGUMENTS using the mandatory process and structure below.
Core principle: A user guide answers "how do I do X?" for someone who has never done it before. Every step is one action. Every action has an expected result. The reader never has to guess what to do next.
Before writing, understand the complete workflow:
Grep and GlobOutput: A list of user tasks ranked by frequency, required permissions, and feature states.
# [What the user wants to accomplish]
[One paragraph: what this guide covers, who it's for, and what you'll be able to do after reading it. Written as a promise to the reader.]
## Before you start
- **Required role:** [Specific role or permission — e.g., "Admin or Editor"]
- **Required plan:** [Plan tier, or "Available on all plans"]
- **You'll need:** [Any prior setup — e.g., "At least one project created"]
- **Time:** [Estimated minutes to complete]
Rules for the header:
Output: Title, introduction paragraph, and prerequisites.
Numbered steps. Each step MUST follow this format:
## Step N: [Action verb] [what to do]
[Optional: one sentence explaining why, if not obvious.]
1. [Navigate to exact location: "Go to **Settings** > **Team** > **Permissions**"]
2. [Specific action: "Click **Add Member**"]
3. [Input with example: "Enter the email address, e.g., `colleague@example.com`"]
**Expected result:** [What the user should see — e.g., "The new member appears in the team list with a 'Pending' badge."]
Rules for steps:
Output: Complete numbered steps with expected results.
Document the problems users are most likely to encounter:
## Troubleshooting
### [Problem description — what the user sees]
**Why this happens:** [Cause in plain language]
**How to fix it:** [Specific steps to resolve]
### [Error message — quoted exactly as displayed]
**Why this happens:** [Cause]
**How to fix it:** [Steps]
### [Common mistake]
**Why this happens:** [What the user likely did]
**How to fix it:** [What to do instead]
Include at minimum:
If there are no known issues, state: "No common issues reported. If you encounter a problem, contact support with the error message and the step where it occurred."
Output: Troubleshooting section with 3+ entries.
## Related guides
- **[Next logical task]** — [one-line description with link]
- **[Alternative approach]** — [when to use this instead]
- **[Deeper topic]** — [for users who want to go further]
---
Last verified: [date]
Product area: [feature area]
Applies to: [plan tiers or "All plans"]
Output: Related guides section and metadata footer.
| Check | Requirement |
|---|---|
| Task-oriented title | Does the title describe what the user wants to accomplish, not the feature name? |
| One action per step | Does each numbered step contain exactly one action? |
| Expected results | Does every step state what the user should see? |
| Exact UI labels | Are button names, menu items, and field labels quoted exactly as they appear? |
| Example inputs | Does every input field have a realistic example? |
| Full navigation paths | Does every "go to" instruction include the complete menu path? |
| No jargon | Would a non-technical user understand every term? |
| Troubleshooting present | Are the top 3 failure modes documented? |
| Prerequisites complete | Would a user with only the stated prerequisites succeed? |
| Tested | Have you verified every step against the actual product? |
Status: UNTESTED — verify before publishing./internal-docs-writer:write-architecture-doc./user-docs-writer:write-kb-article for common questions and /user-docs-writer:write-onboarding for first-time user flows.# [What the user wants to accomplish]
[Introduction paragraph]
## Before you start
[Prerequisites]
## Step 1: [Action]
[Instructions + expected result]
## Step 2: [Action]
[Instructions + expected result]
## Step N: [Final action]
[Instructions + expected result]
## Troubleshooting
[Common problems and fixes]
## Related guides
[Links to related content]
---
Last verified: [date]
Product area: [feature area]
Applies to: [plan tiers]