スキル一覧に戻る
vasilyu1983

help-center-design

by vasilyu1983

25🍴 6📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: help-center-design description: Design AI-first help centers, knowledge bases, FAQs, and learning materials using 2025-2026 best practices version: 1.0.0 tags: [documentation, support, help-center, faq, knowledge-base, onboarding, self-service]

Help Center Design

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

Modern Best Practices (2025-2026): This skill reflects the shift from static help portals to AI-powered, embedded, personalized self-service systems.

Quick Reference

Content Type Decision Matrix

User NeedContent TypeFormatAI Role
"How do I..."How-ToStep-by-stepSuggest next steps
"Why isn't..."TroubleshootingProblem → Cause → FixDiagnose & resolve
"What is..."ConceptualExplanationSummarize context
"Quick answer"FAQQ&A pairsInstant response
"Full specs"ReferenceTables, listsSearch & retrieve
"Learn feature"TutorialVideo + interactivePersonalized path

Platform Selection

Company StagePlatformMonthly CostBest For
EnterpriseZendesk$55+/agentComplex workflows, compliance
Growth/SaaSIntercom$29/seat + $0.99/resolutionConversational, PLG
SMB/StartupFreshdesk$29-69/agentBudget-friendly, native AI
Developer-focusedGitBook/Notion$0-20/userDocs-as-code

2025-2026 Best Practices

Key Shifts

AspectTraditional (Pre-2024)Modern (2025-2026)
Support modelSeparate help portalEmbedded in-app help
AI roleSearch assistantAutonomous agent (80-85% resolution)
SearchKeyword matchingSemantic + RAG
ContentText-heavy articlesVisual-first (video, GIF, screenshots)
PersonalizationSame for all usersBy role, version, behavior
MaintenanceManual curationAI-driven freshness detection
NavigationCategory browsingConversational + contextual

Critical Statistics (2026 Data)

  • 80% autonomous resolution predicted by 2029 (Gartner, March 2025)
  • 56% of customer interactions will involve agentic AI by mid-2026 (Cisco CX Survey)
  • 68% of interactions handled end-to-end by agentic AI by 2028 (Cisco)
  • 67% of customers prefer self-service for simple inquiries
  • $80B reduction in contact center labor costs by 2026 (Gartner)
  • $13 average cost per live support interaction vs pennies for self-service
  • 81% of consumers believe AI is essential to modern customer service (Zendesk 2026 CX Trends)

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
TrendDescriptionImpact
Voice SearchUsers speak instead of type to find informationRequires natural language KB content
Proactive AIAI detects/resolves issues before users reportReduces inbound support volume
Embedded HelpHelp surfaces in-context, not separate portalHigher engagement, lower friction
AI Operations LeadNew role supervising AI agent behaviorShift from execution to oversight
Hallucination MitigationRAG grounding to reduce AI fabricationRequires 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
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
  • 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

1. How-To Articles

Purpose: Step-by-step task completion

TEMPLATE STRUCTURE
# How to [Action] [Object]

Brief intro (1-2 sentences)

## Prerequisites
- Requirement 1
- Requirement 2

## Steps

### Step 1: [Action verb]
[Instructions]
[Screenshot/GIF]

### Step 2: [Action verb]
[Instructions]

## Result
What success looks like.

## Next Steps
- Related task 1
- Related task 2

2. Troubleshooting Articles

Purpose: Problem → Cause → Solution

TEMPLATE STRUCTURE
# Fix: [Error/Problem Description]

## Symptoms
- What user sees
- Error message (exact text)

## Causes
1. Most common cause
2. Second cause
3. Edge case

## Solutions

### Solution 1: [Most common fix]
Steps...

### Solution 2: [Alternative fix]
Steps...

## Still not working?
Contact support link with pre-filled context.

3. FAQ Articles

Purpose: Quick answers to common questions

GROUPING STRATEGIES
- By topic (Billing FAQs, Security FAQs)
- By user journey (Getting Started FAQs)
- By complexity (Quick answers vs. detailed)

BEST PRACTICES
- Question as title (natural language)
- Answer in 2-3 sentences max
- Link to detailed article if needed
- Expandable/collapsible format

See references/article-templates.md for complete templates.

AI Integration Patterns

Chatbot Architecture

MODERN AI SUPPORT FLOW (2025)

User Query
    ↓
┌─────────────────────┐
│  Intent Detection   │ ← Semantic understanding
└─────────────────────┘
    ↓
┌─────────────────────┐
│   RAG Retrieval     │ ← Search KB, tickets, docs
└─────────────────────┘
    ↓
┌─────────────────────┐
│  Response + Action  │ ← Answer OR execute task
└─────────────────────┘
    ↓
┌─────────────────────┐
│  Escalation Check   │ ← Confidence < threshold?
└─────────────────────┘
    ↓
Human Agent (if needed)

Agentic AI Capabilities (2025-2026)

CapabilityExamplePlatform
Task executionProcess refundAda, Zendesk AI
Appointment bookingSchedule callChatbase, Calendly
Account updatesChange planFin AI, custom
Ticket creationEscalate to humanAll platforms
Multi-system lookupCheck order + shippingMCP integrations

Content for AI Consumption

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 for RAG setup and platform guides.

Platform Comparison

Zendesk (Enterprise)

STRENGTHS
- 99.9% uptime, SOC 2, ISO 27001
- 18B+ interactions trained AI
- Complex workflow automation
- Deep analytics & reporting

BEST FOR
- Enterprises, regulated industries
- Complex multi-team routing
- High-volume support operations

PRICING: $55+/agent/month for AI features

Intercom (Growth SaaS)

STRENGTHS
- Conversational-first design
- Sales + support integration
- Proactive messaging
- Modern UI/UX

BEST FOR
- SaaS startups, PLG companies
- Product-led onboarding
- In-app engagement

PRICING: $29/seat + $0.99/resolution (Fin AI)

⚠️ COST WARNING
Intercom's $0.99/resolution pricing can scale to $5,000+/month
for high-volume support. Costs are less predictable than Zendesk.
Calculate: (monthly_resolutions × $0.99) + ($29 × seats)

Freshdesk (SMB)

STRENGTHS
- Native AI (Freddy) built-in
- Clean, intuitive interface
- Affordable at scale
- 24/7 support included

BEST FOR
- Small-medium businesses
- Budget-conscious teams
- Quick implementation

PRICING: $29/month (Growth), $69/agent (Pro)

See references/platform-guides.md for detailed setup guides.

Metrics & KPIs

Core Metrics

MetricDefinitionBenchmark
Self-Service Rate% issues resolved without agent60-80%
Deflection RateTickets avoided via KB30-50%
Search Success% searches → helpful result>70%
CSAT (KB)Article helpfulness rating>80% positive
Time to ResolutionSelf-service completion time<3 min
Zero-Result RateSearches 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 = (Deflected Tickets × $13) - Platform Cost

Example:
- 1,000 deflected tickets/month
- $13 average agent cost
- $500 platform cost
- ROI = ($13,000 - $500) = $12,500/month

See references/metrics-optimization.md for analytics setup.

Learning & Onboarding

In-App Help Patterns

PatternUse CaseTools
TooltipsField-level guidanceNative, Appcues
HotspotsFeature discoveryUserPilot, Pendo
ChecklistsOnboarding progressWhatfix, Chameleon
ToursNew feature introIntercom, Appcues
Contextual HelpError recoveryCustom, Zendesk

Tutorial Best Practices (2025)

VIDEO TUTORIALS
- Length: 2-4 minutes (40% higher completion)
- Format: Screen recording + voiceover
- Chapters: Clickable sections
- Captions: Always include (accessibility)

INTERACTIVE GUIDES
- Click-through walkthroughs
- Sandbox environments
- Progress saving
- Skip option for experienced users

See references/learning-paths.md for course design.

Implementation Checklist

Phase 1: Foundation (Week 1-2)

  • Choose platform (Zendesk/Intercom/Freshdesk)
  • Define category structure (5-9 top-level)
  • Create article templates for each type
  • Set up analytics tracking
  • Configure search settings

Phase 2: Content (Week 3-4)

  • Audit existing documentation
  • Migrate/rewrite top 20 articles
  • Add visual content (screenshots, GIFs)
  • Implement internal linking
  • Set up redirects from old URLs

Phase 3: AI Integration (Week 5-6)

  • Enable AI chatbot
  • Configure RAG/semantic search
  • Set escalation thresholds
  • Test common queries
  • Monitor resolution rates

Phase 4: Optimization (Ongoing)

  • Review zero-result searches weekly
  • Update stale content monthly
  • A/B test article titles
  • Analyze escalation patterns
  • Expand based on ticket trends

Resources

ResourceContent
article-templates.mdComplete templates for all 5 article types
taxonomy-patterns.mdCategory structures, tagging, search optimization
ai-integration.mdRAG setup, chatbot config, platform integrations
platform-guides.mdZendesk, Intercom, Freshdesk, GitBook setup
learning-paths.mdOnboarding sequences, tutorial design, courses
metrics-optimization.mdKPI tracking, analytics, A/B testing

External References

Official Documentation

2025-2026 Research

Tools


Trend Awareness Protocol

IMPORTANT: When users ask recommendation questions about help centers, knowledge bases, or support platforms, you MUST use WebSearch to check current trends before answering.

Trigger Conditions

  • "What's the best help center platform?"
  • "What should I use for [knowledge base/FAQ/support]?"
  • "What's the latest in customer self-service?"
  • "Current best practices for [AI support/chatbots]?"
  • "Is [Zendesk/Intercom/Freshdesk] still relevant in 2026?"
  • "[Zendesk] vs [Intercom] vs [other]?"
  • "Best AI chatbot for customer support?"

Required Searches

  1. Search: "help center best practices 2026"
  2. Search: "[specific platform] vs alternatives 2026"
  3. Search: "AI customer support trends January 2026"
  4. Search: "knowledge base platforms 2026"

What to Report

After searching, provide:

  • Current landscape: What support platforms/tools are popular NOW
  • Emerging trends: New AI capabilities, patterns, or platforms gaining traction
  • Deprecated/declining: Approaches or tools losing relevance
  • Recommendation: Based on fresh data, not just static knowledge
  • Help center platforms (Zendesk, Intercom, Freshdesk)
  • AI support agents (Fin AI, Ada, Forethought)
  • Knowledge base tools (Document360, GitBook, Notion)
  • In-app guidance (UserPilot, Pendo, Chameleon)
  • Self-service AI capabilities and resolution rates
  • Semantic search and RAG for support

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です