/kb-article

If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.

Draft a publish-ready knowledge base article from a resolved support issue, common question, or documented workaround. Structures the content for searchability and self-service.

Usage

/kb-article <resolved issue, ticket reference, or topic description>

Examples:

Workflow

1. Understand the Source Material

Parse the input to identify:

If a ticket reference is provided, look up the full context:

2. Draft the Article

Using the article structure, formatting standards, and searchability best practices below:

3. Generate the Article

Present the draft with metadata:

## KB Article Draft

**Title:** [Article title]
**Type:** [How-to / Troubleshooting / FAQ / Known Issue / Reference]
**Category:** [Product area or topic]
**Tags:** [Searchable tags]
**Audience:** [All users / Admins / Developers / Specific plan]

---

[Full article content — using the appropriate template below]

---

### Publishing Notes
- **Source:** [Ticket #, customer conversation, or internal discussion]
- **Existing articles to update:** [If this overlaps with existing content]
- **Review needed from:** [SME or team if technical accuracy needs verification]
- **Suggested review date:** [When to revisit for accuracy]

4. Offer Next Steps

After generating the article:


Article Structure and Formatting Standards

Universal Article Elements

Every KB article should include:

  1. Title: Clear, searchable, describes the outcome or problem (not internal jargon)
  2. Overview: 1-2 sentences explaining what this article covers and who it's for
  3. Body: Structured content appropriate to the article type
  4. Related articles: Links to relevant companion content
  5. Metadata: Category, tags, audience, last updated date

Formatting Rules

Writing for Searchability

Articles are useless if customers can't find them. Optimize every article for search:

Title Best Practices

Good Title Bad Title Why
"How to configure SSO with Okta" "SSO Setup" Specific, includes the tool name customers search for
"Fix: Dashboard shows blank page" "Dashboard Issue" Includes the symptom customers experience
"API rate limits and quotas" "API Information" Includes the specific terms customers search for
"Error: 'Connection refused' when importing data" "Import Problems" Includes the exact error message

Keyword Optimization

Opening Sentence Formula

Start every article with a sentence that restates the problem or task in plain language:

Article Type Templates

How-to Articles

Purpose: Step-by-step instructions for accomplishing a task.

Structure:

# How to [accomplish task]

[Overview — what this guide covers and when you'd use it]

## Prerequisites
- [What's needed before starting]

## Steps
### 1. [Action]
[Instruction with specific details]

### 2. [Action]
[Instruction]

## Verify It Worked
[How to confirm success]

## Common Issues
- [Issue]: [Fix]

## Related Articles
- [Links]

Best practices:

Troubleshooting Articles

Purpose: Diagnose and resolve a specific problem.

Structure:

# [Problem description — what the user sees]

## Symptoms
- [What the user observes]

## Cause
[Why this happens — brief, non-jargon explanation]

## Solution
### Option 1: [Primary fix]
[Steps]

### Option 2: [Alternative if Option 1 doesn't work]
[Steps]

## Prevention
[How to avoid this in the future]

## Still Having Issues?
[How to get help]

Best practices:

FAQ Articles

Purpose: Quick answer to a common question.

Structure:

# [Question — in the customer's words]

[Direct answer — 1-3 sentences]

## Details
[Additional context, nuance, or explanation if needed]

## Related Questions
- [Link to related FAQ]
- [Link to related FAQ]

Best practices:

Known Issue Articles

Purpose: Document a known bug or limitation with a workaround.

Structure:

# [Known Issue]: [Brief description]

**Status:** [Investigating / Workaround Available / Fix In Progress / Resolved]
**Affected:** [Who/what is affected]
**Last updated:** [Date]

## Symptoms
[What users experience]

## Workaround
[Steps to work around the issue, or "No workaround available"]

## Fix Timeline
[Expected fix date or current status]

## Updates
- [Date]: [Update]

Best practices:

Review and Maintenance Cadence

Knowledge bases decay without maintenance. Follow this schedule:

Activity Frequency Who
New article review Before publishing Peer review + SME for technical content
Accuracy audit Quarterly Support team reviews top-traffic articles
Stale content check Monthly Flag articles not updated in 6+ months
Known issue updates Weekly Update status on all open known issues
Analytics review Monthly Check which articles have low helpfulness ratings or high bounce rates
Gap analysis Quarterly Identify top ticket topics without KB articles

Article Lifecycle

  1. Draft: Written, needs review
  2. Published: Live and available to customers
  3. Needs update: Flagged for revision (product change, feedback, or age)
  4. Archived: No longer relevant but preserved for reference
  5. Retired: Removed from the knowledge base

When to Update vs. Create New

Update existing when:

Create new when:

Linking and Categorization Taxonomy

Category Structure

Organize articles into a hierarchy that matches how customers think:

Getting Started
├── Account setup
├── First-time configuration
└── Quick start guides

Features & How-tos
├── [Feature area 1]
├── [Feature area 2]
└── [Feature area 3]

Integrations
├── [Integration 1]
├── [Integration 2]
└── API reference

Troubleshooting
├── Common errors
├── Performance issues
└── Known issues

Billing & Account
├── Plans and pricing
├── Billing questions
└── Account management

Linking Best Practices

KB Writing Best Practices

  1. Write for the customer who is frustrated and searching for an answer — be clear, direct, and helpful
  2. Every article should be findable through search using the words a customer would type
  3. Test your articles — follow the steps yourself or have someone unfamiliar with the topic follow them
  4. Keep articles focused — one problem, one solution. Split if an article is growing too long
  5. Maintain aggressively — a wrong article is worse than no article
  6. Track what's missing — every ticket that could have been a KB article is a content gap
  7. Measure impact — articles that don't get traffic or don't reduce tickets need to be improved or retired