Claude
Skills
Sign in
Back

product-help-center

Included with Lifetime
$97 forever

Design or audit AI-first help centers and knowledge bases. Use for taxonomy, article templates, RAG setup, or support chatbot planning.

Design

What this skill does


# Help Center Design

Design AI-first help centers, knowledge bases, FAQs, and learning materials.

This skill reflects the shift from static help portals to AI-powered, embedded, personalized self-service systems.

## Workflow (Use As Default Order)

1. Define scope and constraints
   - Audience/personas, product area(s), product versioning, channels (web/in-app), compliance requirements, localization needs.
2. Inventory current knowledge
   - Top tickets, top searches, top articles, top escalation reasons, and known content owners.
3. Build information architecture
   - Category structure, tagging, navigation, URL strategy, and internal linking.
4. Standardize content
   - Article types, templates, AI-friendly writing rules, and visual standards.
5. Instrument and measure
   - KPIs, event tracking, dashboards, and search query logging.
6. Add AI support safely
   - Retrieval-first answers, citations, confidence thresholds, escalation rules, and transactional guardrails.
7. Run knowledge operations
   - Governance, freshness detection, release-driven updates, and continuous optimization.

Expected outputs (adapt to request):
- Help center taxonomy map + tag schema
- Top 20 article backlog (by impact) + templates
- Analytics spec (events + dashboard KPIs)
- AI support spec (RAG sources, escalation thresholds, safety rules)
- Operating cadence (owners + review schedule)

## Quick Reference

### Content Type Decision Matrix

| User Need | Content Type | Format | AI Role |
|-----------|--------------|--------|---------|
| "How do I..." | How-To | Step-by-step | Suggest next steps |
| "Why isn't..." | Troubleshooting | Problem -> Cause -> Fix | Diagnose & resolve |
| "What is..." | Conceptual | Explanation | Summarize context |
| "Quick answer" | FAQ | Q&A pairs | Instant response |
| "Full specs" | Reference | Tables, lists | Search & retrieve |
| "Learn feature" | Tutorial | Video + interactive | Personalized path |

### Platform Selection (Verify Pricing And Plan Limits)

| Company Stage | Platform | Monthly Cost | Best For |
|---------------|----------|--------------|----------|
| Enterprise | Zendesk | $55+/agent | Complex workflows, compliance |
| Growth/SaaS | Intercom | $29/seat + $0.99/resolution | Conversational, PLG |
| SMB/Startup | Freshdesk | $29-69/agent | Budget-friendly, native AI |
| Developer-focused | GitBook/Notion | $0-20/user | Docs-as-code |

See [references/platform-guides.md](references/platform-guides.md) for setup/migration notes and [data/sources.json](data/sources.json) for curated comparison sources.

## 2025-2026 Best Practices

### Key Shifts

| Aspect | Traditional (Pre-2024) | Modern (2025-2026) |
|--------|------------------------|---------------------|
| Support model | Separate help portal | Embedded in-app help |
| AI role | Search assistant | Higher automation with safe escalation |
| Search | Keyword matching | Semantic + RAG |
| Content | Text-heavy articles | Visual-first (video, GIF, screenshots) |
| Personalization | Same for all users | By role, version, behavior |
| Maintenance | Manual curation | AI-driven freshness detection |
| Navigation | Category browsing | Conversational + contextual |

Avoid quoting hard statistics without verification; refresh trends and benchmarks via [data/sources.json](data/sources.json) when needed.

### AI-First Principles

1. **Agentic Resolution** — AI executes tasks (refunds, bookings, updates), not just answers
2. **Semantic Understanding** — Intent-based search, not keyword matching
3. **Proactive Assistance** — Surface help before users ask
4. **Content Freshness** — Auto-detect stale content, suggest updates
5. **Multi-Source Synthesis** — Pull from docs, tickets, Slack, release notes
6. **Memory-Rich AI** — Retain context across sessions for personalized support

### Emerging Trends (2026)

| Trend | Description | Impact |
|-------|-------------|--------|
| **Voice Search** | Users speak instead of type to find information | Requires natural language KB content |
| **Proactive AI** | AI detects/resolves issues before users report | Reduces inbound support volume |
| **Embedded Help** | Help surfaces in-context, not separate portal | Higher engagement, lower friction |
| **AI Operations Lead** | New role supervising AI agent behavior | Shift from execution to oversight |
| **Hallucination Mitigation** | RAG grounding to reduce AI fabrication | Requires citation/source linking |

## Help Center Architecture

### Category Structure Rules

```
HIERARCHY LIMITS
- Maximum depth: 2-3 levels
- Top-level categories: 5-9 (cognitive load principle)
- Articles per category: 10-20 (scannable)
- Avoid: Deep nesting, internal org structure
```

### Recommended Top-Level Categories

```
STANDARD CATEGORIES (adapt to product)
1. Getting Started        — First-run, setup, quick wins
2. [Core Feature 1]       — Primary use case
3. [Core Feature 2]       — Secondary use case
4. Account & Billing      — Settings, payments, security
5. Integrations           — Third-party connections
6. Troubleshooting        — Common issues, error codes
7. API & Developers       — Technical documentation
8. What's New             — Changelog, releases
```

### Navigation Patterns

- **Breadcrumbs** — Always show location in hierarchy
- **Related Articles** — 3-5 contextually relevant links
- **Next Steps** — Guide to logical next action
- **Search Prominence** — Above fold, always visible
- **Popular Articles** — Surface high-traffic content

## Article Types (Keep The Set Small)

- How-To: task completion, 3-10 steps
- Troubleshooting: symptoms -> causes -> solutions
- FAQ: fast answers with links to deeper docs
- Conceptual: explain terms and mental models
- Reference: precise specs (tables, limits, error codes)

Use the copy-paste templates in [references/article-templates.md](references/article-templates.md).

## AI Integration Patterns

### Chatbot Architecture

```
MODERN AI SUPPORT FLOW (2025)

User query
  -> Intent detection (semantic understanding)
  -> RAG retrieval (KB + tickets + docs)
  -> Response and action (answer and/or execute task)
  -> Escalation check (confidence below threshold?)
  -> Human agent (if needed)
```

### Agentic AI Capabilities (2025-2026)

| Capability | Example | Platform |
|------------|---------|----------|
| Task execution | Process refund | Ada, Zendesk AI |
| Appointment booking | Schedule call | Chatbase, Calendly |
| Account updates | Change plan | Fin AI, custom |
| Ticket creation | Escalate to human | All platforms |
| Multi-system lookup | Check order + shipping | MCP integrations |

### Content for AI Consumption

```markdown
AI-FRIENDLY WRITING RULES

DO:
- Clear headings with keywords
- Structured data (tables, lists)
- Explicit step numbering
- Error messages verbatim
- Unique article titles

DON'T:
- Ambiguous pronouns
- Implicit assumptions
- Marketing fluff in support content
- Duplicate content across articles
```

See [references/ai-integration.md](references/ai-integration.md) for RAG setup, evaluation, and escalation patterns.

## Metrics & KPIs

### Core Metrics

| Metric | Definition | Benchmark |
|--------|------------|-----------|
| **Self-Service Rate** | % issues resolved without agent | 60-80% |
| **Deflection Rate** | Tickets avoided via KB | 30-50% |
| **Search Success** | % searches -> helpful result | >70% |
| **CSAT (KB)** | Article helpfulness rating | >80% positive |
| **Time to Resolution** | Self-service completion time | <3 min |
| **Zero-Result Rate** | Searches with no results | <5% |

### Content Health Metrics

```
FRESHNESS INDICATORS
- Last updated > 6 months -> Review required
- Last updated > 12 months -> Likely stale
- No views in 90 days -> Consider archive
- High bounce rate -> Content mismatch

QUALITY INDICATORS
- Thumbs down > 20% -> Rewrite needed
- Escalation after viewing -> Content gap
- Search -> immediate exit -> Title mismatch
```

### ROI Calculation

```
SELF-SERVICE ROI FORMULA

Monthly Savings = (Deflect

Related in Design