Help Center Design
Design public help centers, in-app self-service, and AI-consumable documentation systems.
Use this skill when the user needs one of these outcomes:
- pick or compare a help center, docs, or support-AI platform
- design or audit taxonomy, navigation, article standards, and governance
- plan retrieval-first support AI with citations, tool permissions, and escalation
- make docs easier for humans, search, and AI agents to consume
Workflow
- Classify the surface
- Support help center, developer docs portal, internal knowledge base, in-app guidance, or hybrid.
- Define audience and risk
- End users, admins, developers, agents, regulated customers, multilingual audiences.
- Choose the operating model
- Human-authored docs only, retrieval-first support AI, or agentic support with approved tools.
- Design information architecture
- Category structure, navigation, search strategy, metadata, URL rules, and versioning.
- Standardize content
- Article types, writing rules, visual rules, and reusable templates.
- Instrument quality
- Search analytics, self-service outcomes, citation quality, handoff quality, and freshness signals.
- Run knowledge operations
- Owners, review cadences, release-driven updates, and stale-content remediation.
Expected outputs:
- help center or docs platform recommendation with rationale
- taxonomy map, metadata schema, and article backlog
- support AI design with sources, escalation policy, and guardrails
- operating model for ownership, QA, and measurement
ASCII Flow
Help center or support-docs request
-> Classify surface: help center, developer docs, KB, in-app, or hybrid
-> Define audience, risk, locale, and support context
-> Choose operating model
+-- human-authored docs
+-- retrieval-first support AI
+-- agentic support with approved tools
-> Design IA, taxonomy, metadata, URLs, search, and versioning
-> Standardize article types and templates
-> Add measurement: search, self-service, citations, handoff, freshness
-> Assign owners, review cadence, migration plan, and stale-content loop
Quick Reference
Surface Selection
| Need |
Primary Surface |
Good Fits |
| Customer troubleshooting, billing, account help |
Support help center |
Zendesk, Intercom, Freshdesk |
| API guides, SDK docs, AI-consumable docs |
Developer docs portal |
ReadMe, Mintlify, GitBook |
| In-app onboarding and contextual help |
In-app guidance layer |
Intercom, Pendo, Appcues, custom |
| Internal-only runbooks and agent knowledge |
Internal knowledge base |
Guru, Confluence, Notion |
| High-volume support automation |
Retrieval-first support AI |
Zendesk AI, Intercom Fin, custom |
Content Type Decision Matrix
| User Need |
Content Type |
Format |
AI Role |
| "How do I..." |
How-to |
Step-by-step |
Link, summarize, adapt steps |
| "Why is this failing?" |
Troubleshooting |
Symptoms -> causes -> fixes |
Diagnose and route |
| "What does this mean?" |
Conceptual |
Plain-language explanation |
Summarize context |
| "Where do I find..." |
Navigation |
Short answer + links |
Point to exact surface |
| "What are the limits or rules?" |
Reference |
Tables, lists, exact wording |
Retrieve verbatim facts |
| "Can you do this for me?" |
Task policy |
Action rules + approvals |
Decide whether AI may act |
Platform Selection Rules
- Recommend support suites when ticketing, SLAs, handoff, and compliance are first-class requirements.
- Recommend docs portals when the main problem is structured product or API documentation.
- Treat Notion as acceptable for lightweight internal knowledge and early-stage public docs, not as a durable default for serious public help centers.
- Verify pricing, packaging, plan limits, and current AI features before making final vendor recommendations.
- Zendesk consolidated AI agent tiers in mid-2026: the Essential/Advanced distinction is being removed, with advanced AI features (agentic reasoning, multi-step procedures, external API integrations) included across Suite and Support plans. Legacy Essential functionality reaches end-of-life December 2026. Verify current plan structure before advising on AI agent capabilities.
- Intercom Fin (2026) supports multi-channel deployment (web, iOS, Android, Email, WhatsApp, SMS, Facebook, Instagram), persona customization, and plan/locale-aware content targeting. Pricing is resolution-based; verify current rates.
See platform-guides.md for current platform-fit rules and sources.json for preferred sources.
2026 Default Guidance
Durable Shifts
| Area |
Legacy Pattern |
2026 Default |
| Help delivery |
Separate help portal |
Contextual support across web, app, and AI |
| Search |
Keyword-only |
Hybrid retrieval: semantic + lexical + metadata |
| AI behavior |
Bot answers only |
Retrieval-first assistant with explicit escalation policy |
| Content |
Text-heavy article library |
Structured, visual, version-aware, agent-consumable content |
| Maintenance |
Manual cleanup |
Release-driven and signal-driven knowledge ops |
| Personalization |
Same experience for all |
Role, plan, locale, and environment-aware support |
AI-First Principles
- Retrieval before generation.
- Citations before confidence claims.
- Clarify or escalate before guessing.
- Tool access by explicit permission, not by default.
- Knowledge freshness matters as much as model quality.
- Support AI needs QA, monitoring, and rollback paths.
AI-Consumable Docs Principles
- Publish stable canonical URLs and clear page titles.
- Keep one main task or concept per page.
- Use headings, tables, lists, and exact error strings.
- Expose machine-friendly surfaces when relevant: markdown export, API references, MCP servers,
llms.txt, llms-full.txt, and agent-facing indexes.
- Treat
llms.txt as additive and emerging, not a replacement for good IA, search, or structured docs.
See ai-consumable-docs.md for the AI-docs layer.
Answer Engine Optimization (AEO)
Help center content is a primary source for AI answer engines (ChatGPT, Perplexity, Gemini, Claude). Two complementary layers improve citation and retrieval:
- Page-level markup: use
FAQPage, HowTo, and Article schema.org types on help articles. FAQs and step-by-step lists are the formats AI models favour most; explicit schema reinforces what the content is.
- Site-level signaling: publish
llms.txt and llms-full.txt at a well-known URL to indicate canonical structure and priority pages to AI crawlers. As of mid-2026, adoption is growing but support is uneven — treat it as a fast-growing signal rather than a guaranteed channel.
- Content shape: short declarative answers at the top of each article (before procedural detail) improve extraction by AI answer engines. Use exact product names, error strings, and version numbers — AI engines retrieve verbatim matches better than paraphrases.
- Canonical hygiene: one canonical URL per fact; avoid duplicate content across help center and marketing site, which splits AI citation confidence.
These optimizations compound with good IA and structured markup; neither replaces the other.
Help Center Architecture
Category Structure Rules
HIERARCHY RULES
- Prefer 2 levels; use 3 only when the product genuinely needs it
- Top-level categories: usually 5-8
- Organize by user goal, not internal org chart
- Separate end-user help from developer docs when the audiences differ
- Keep billing, security, troubleshooting, and release notes easy to find
Recommended Top-Level Categories
DEFAULT STRUCTURE
1. Getting Started
2. Core Workflows
3. Integrations
4. Account, Billing, and Security
5. Troubleshooting
6. Developers or API
7. Release Notes / What's New
8. Contact / Escalation
Navigation Patterns
- Search is always above the fold.
- Breadcrumbs and related articles are standard.
- Every troubleshooting article includes an escalation path.
- Every how-to article includes prerequisites, result state, and next steps.
- Versioned products need explicit version selectors or version labels.
Article Standards
- Keep the core set small: how-to, troubleshooting, conceptual, FAQ, reference, release note.
- Include exact UI labels, feature names, and error strings.
- Remove marketing language from support content.
- Use screenshots only when they materially reduce ambiguity; keep them current.
- Make every article independently understandable to users and retrieval systems.
Use article-templates.md for templates and taxonomy-patterns.md for IA patterns.
Support AI Design
Retrieval-First Support Flow
USER QUESTION
-> classify intent and risk
-> retrieve from approved sources
-> answer with citations
-> clarify if evidence is weak or ambiguous
-> hand off or execute only if policy allows
-> log outcome and quality signals
Resolution Modes
| Mode |
What AI May Do |
Requirements |
| Informational |
Answer from approved content |
Citations, freshness, fallback |
| Navigational |
Send user to the right page or workflow |
Precise links, plan/role awareness |
| Diagnostic |
Narrow likely cause |
Observability context, safe troubleshooting |
| Transactional |
Execute approved task |
Explicit tool permissions, audit trail, rollback |
| Escalation |
Hand to human |
Trigger rules, summary, captured context |
Guardrails
- Approved sources list.
- Tool permission matrix by task.
- Escalation triggers for low evidence, high risk, or repeated failure.
- Citation requirement for factual claims.
- Simulation and QA before live traffic increases.
See ai-integration.md for implementation patterns.
Metrics & Quality
Core Measures
| Metric |
What It Answers |
| Search success |
Did users find something relevant? |
| Self-service completion |
Did the issue resolve without assisted support? |
| Citation quality |
Were answers grounded in the right sources? |
| Escalation quality |
Did AI hand off at the right time with enough context? |
| Freshness coverage |
Are high-impact pages current? |
| Content gap rate |
Which intents have no good answer yet? |
AI-Specific Measures
- unresolved-intent rate
- citation rate
- tool-call success rate
- reopen-after-AI rate
- stale-source hit rate
- handoff acceptance rate
Do not use fixed ROI or benchmark numbers unless the user asks for them and you verify current data. Use the measurement framework in metrics-optimization.md.
Judgment Beyond the Checklist
A checklist audit catches missing articles and broken links. It does not catch these failure modes, which matter more and require judgment:
- Deflection-vs-resolution gap: a falling contact rate can mean users are self-serving successfully, or it can mean the contact path got harder to find, an AI assistant is stalling instead of escalating, or frustrated users are churning silently instead of reopening. Never trust a deflection or containment number without a paired resolution-quality signal. See Where Deflection Targets Backfire.
- Content debt vs. content gaps: high ticket volume on a topic with an existing, accurate, recently-reviewed article is usually not a missing-content problem — it is a mismatch between the article and how users describe the issue, or a sign of competing information architectures from past redesigns. Diagnose debt before assigning more writing. See Content Debt Diagnosis.
- Shallow AI grounding: a citation on an AI answer does not mean the answer is correct — chunking can separate a rule from its exception, retrieval can return the right fact for the wrong plan or version, and synthesis across two accurate sources can produce an inaccurate combined claim. Citation rate alone will not catch any of this; it requires human review of cited claims against source text. See Grounding Quality Judgment.
Knowledge Operations
Operate the help center like a product:
- assign an owner per category and per high-impact article set
- tie content updates to releases, incidents, and high-volume search gaps
- review zero-result searches, escalation-after-view, and low-rated articles on a set cadence
- maintain one canonical source per fact domain where possible
See knowledge-ops.md, content-migration-guide.md, multilingual-support.md, and accessibility-standards.md.
Navigation
| Resource |
Content |
| article-templates.md |
Templates for common help-center article types |
| taxonomy-patterns.md |
Information architecture and metadata patterns |
| ai-integration.md |
Retrieval-first support AI, tool policy, and escalation |
| ai-consumable-docs.md |
llms.txt, MCP, markdown export, and agent-facing docs |
| platform-guides.md |
Platform-fit guidance for support suites and docs portals |
| metrics-optimization.md |
Measurement framework and instrumentation patterns |
| knowledge-ops.md |
Governance and review cadences |
| content-migration-guide.md |
Migration, redirects, and validation |
| multilingual-support.md |
Translation workflows and locale operations |
| accessibility-standards.md |
WCAG 2.2 AA guidance for help content |
| learning-paths.md |
Onboarding sequences, tutorial design, in-app guidance, and product education course structure |
| sources.json |
Curated external sources with authority and volatility metadata |
Trend Awareness Protocol
When the user asks for recommendations involving vendors, AI features, pricing, or platform relevance:
- run a fresh web search
- prefer official docs and product pages first
- use independent comparisons only as support, not as the decision anchor
- report source links and note dates for volatile claims
Priority source order:
- Official docs and product pages
- Official protocol/spec pages
- High-quality independent comparisons
- Vendor blogs and SEO content as secondary evidence only
Fact-Checking
- Verify current pricing, plan limits, AI capabilities, and product naming before final answers.
- Prefer primary sources for platform behavior and protocol details.
- If web access is unavailable, say so and mark volatile guidance as unverified.
Learnings Loop
Before applying this skill on a non-trivial task, read learnings.consolidated.md in this directory (and learnings.md if present).
After applying it, if you encountered a pattern worth remembering, a mistake worth preventing, or a domain fact that surprised you, append one dated bullet to learnings.md via agents-skills-feedback-loop/scripts/append_learning.py. Do not modify SKILL.md itself.
1---2name: product-help-center3description: Designs AI-first help centers and self-service support systems. Use when shaping taxonomy, article templates, support AI, or docs platform choices.4---5
6# Help Center Design
7
8Design public help centers, in-app self-service, and AI-consumable documentation systems.
9
10Use this skill when the user needs one of these outcomes:
11- pick or compare a help center, docs, or support-AI platform
12- design or audit taxonomy, navigation, article standards, and governance
13- plan retrieval-first support AI with citations, tool permissions, and escalation
14- make docs easier for humans, search, and AI agents to consume
15
16## Workflow
17
181. Classify the surface
19 - Support help center, developer docs portal, internal knowledge base, in-app guidance, or hybrid.
202. Define audience and risk
21 - End users, admins, developers, agents, regulated customers, multilingual audiences.
223. Choose the operating model
23 - Human-authored docs only, retrieval-first support AI, or agentic support with approved tools.
244. Design information architecture
25 - Category structure, navigation, search strategy, metadata, URL rules, and versioning.
265. Standardize content
27 - Article types, writing rules, visual rules, and reusable templates.
286. Instrument quality
29 - Search analytics, self-service outcomes, citation quality, handoff quality, and freshness signals.
307. Run knowledge operations
31 - Owners, review cadences, release-driven updates, and stale-content remediation.
32
33Expected outputs:
34- help center or docs platform recommendation with rationale
35- taxonomy map, metadata schema, and article backlog
36- support AI design with sources, escalation policy, and guardrails
37- operating model for ownership, QA, and measurement
38
39## ASCII Flow
40
41```text
42Help center or support-docs request
43 -> Classify surface: help center, developer docs, KB, in-app, or hybrid
44 -> Define audience, risk, locale, and support context
45 -> Choose operating model
46 +-- human-authored docs
47 +-- retrieval-first support AI
48 +-- agentic support with approved tools
49 -> Design IA, taxonomy, metadata, URLs, search, and versioning
50 -> Standardize article types and templates
51 -> Add measurement: search, self-service, citations, handoff, freshness
52 -> Assign owners, review cadence, migration plan, and stale-content loop
53```
54
55## Quick Reference
56
57### Surface Selection
58
59| Need | Primary Surface | Good Fits |
60|------|-----------------|-----------|
61| Customer troubleshooting, billing, account help | Support help center | Zendesk, Intercom, Freshdesk |
62| API guides, SDK docs, AI-consumable docs | Developer docs portal | ReadMe, Mintlify, GitBook |
63| In-app onboarding and contextual help | In-app guidance layer | Intercom, Pendo, Appcues, custom |
64| Internal-only runbooks and agent knowledge | Internal knowledge base | Guru, Confluence, Notion |
65| High-volume support automation | Retrieval-first support AI | Zendesk AI, Intercom Fin, custom |
66
67### Content Type Decision Matrix
68
69| User Need | Content Type | Format | AI Role |
70|-----------|--------------|--------|---------|
71| "How do I..." | How-to | Step-by-step | Link, summarize, adapt steps |
72| "Why is this failing?" | Troubleshooting | Symptoms -> causes -> fixes | Diagnose and route |
73| "What does this mean?" | Conceptual | Plain-language explanation | Summarize context |
74| "Where do I find..." | Navigation | Short answer + links | Point to exact surface |
75| "What are the limits or rules?" | Reference | Tables, lists, exact wording | Retrieve verbatim facts |
76| "Can you do this for me?" | Task policy | Action rules + approvals | Decide whether AI may act |
77
78### Platform Selection Rules
79
80- Recommend support suites when ticketing, SLAs, handoff, and compliance are first-class requirements.
81- Recommend docs portals when the main problem is structured product or API documentation.
82- Treat Notion as acceptable for lightweight internal knowledge and early-stage public docs, not as a durable default for serious public help centers.
83- Verify pricing, packaging, plan limits, and current AI features before making final vendor recommendations.
84- Zendesk consolidated AI agent tiers in mid-2026: the Essential/Advanced distinction is being removed, with advanced AI features (agentic reasoning, multi-step procedures, external API integrations) included across Suite and Support plans. Legacy Essential functionality reaches end-of-life December 2026. Verify current plan structure before advising on AI agent capabilities.
85- Intercom Fin (2026) supports multi-channel deployment (web, iOS, Android, Email, WhatsApp, SMS, Facebook, Instagram), persona customization, and plan/locale-aware content targeting. Pricing is resolution-based; verify current rates.
86
87See [platform-guides.md](references/platform-guides.md) for current platform-fit rules and [sources.json](data/sources.json) for preferred sources.
88
89## 2026 Default Guidance
90
91### Durable Shifts
92
93| Area | Legacy Pattern | 2026 Default |
94|------|----------------|--------------|
95| Help delivery | Separate help portal | Contextual support across web, app, and AI |
96| Search | Keyword-only | Hybrid retrieval: semantic + lexical + metadata |
97| AI behavior | Bot answers only | Retrieval-first assistant with explicit escalation policy |
98| Content | Text-heavy article library | Structured, visual, version-aware, agent-consumable content |
99| Maintenance | Manual cleanup | Release-driven and signal-driven knowledge ops |
100| Personalization | Same experience for all | Role, plan, locale, and environment-aware support |
101
102### AI-First Principles
103
1041. Retrieval before generation.
1052. Citations before confidence claims.
1063. Clarify or escalate before guessing.
1074. Tool access by explicit permission, not by default.
1085. Knowledge freshness matters as much as model quality.
1096. Support AI needs QA, monitoring, and rollback paths.
110
111### AI-Consumable Docs Principles
112
113- Publish stable canonical URLs and clear page titles.
114- Keep one main task or concept per page.
115- Use headings, tables, lists, and exact error strings.
116- Expose machine-friendly surfaces when relevant: markdown export, API references, MCP servers, `llms.txt`, `llms-full.txt`, and agent-facing indexes.
117- Treat `llms.txt` as additive and emerging, not a replacement for good IA, search, or structured docs.
118
119See [ai-consumable-docs.md](references/ai-consumable-docs.md) for the AI-docs layer.
120
121### Answer Engine Optimization (AEO)
122
123Help center content is a primary source for AI answer engines (ChatGPT, Perplexity, Gemini, Claude). Two complementary layers improve citation and retrieval:
124
125- **Page-level markup**: use `FAQPage`, `HowTo`, and `Article` schema.org types on help articles. FAQs and step-by-step lists are the formats AI models favour most; explicit schema reinforces what the content is.
126- **Site-level signaling**: publish `llms.txt` and `llms-full.txt` at a well-known URL to indicate canonical structure and priority pages to AI crawlers. As of mid-2026, adoption is growing but support is uneven — treat it as a fast-growing signal rather than a guaranteed channel.
127- **Content shape**: short declarative answers at the top of each article (before procedural detail) improve extraction by AI answer engines. Use exact product names, error strings, and version numbers — AI engines retrieve verbatim matches better than paraphrases.
128- **Canonical hygiene**: one canonical URL per fact; avoid duplicate content across help center and marketing site, which splits AI citation confidence.
129
130These optimizations compound with good IA and structured markup; neither replaces the other.
131
132## Help Center Architecture
133
134### Category Structure Rules
135
136```
137HIERARCHY RULES
138- Prefer 2 levels; use 3 only when the product genuinely needs it
139- Top-level categories: usually 5-8
140- Organize by user goal, not internal org chart
141- Separate end-user help from developer docs when the audiences differ
142- Keep billing, security, troubleshooting, and release notes easy to find
143```
144
145### Recommended Top-Level Categories
146
147```
148DEFAULT STRUCTURE
1491. Getting Started
1502. Core Workflows
1513. Integrations
1524. Account, Billing, and Security
1535. Troubleshooting
1546. Developers or API
1557. Release Notes / What's New
1568. Contact / Escalation
157```
158
159### Navigation Patterns
160
161- Search is always above the fold.
162- Breadcrumbs and related articles are standard.
163- Every troubleshooting article includes an escalation path.
164- Every how-to article includes prerequisites, result state, and next steps.
165- Versioned products need explicit version selectors or version labels.
166
167## Article Standards
168
169- Keep the core set small: how-to, troubleshooting, conceptual, FAQ, reference, release note.
170- Include exact UI labels, feature names, and error strings.
171- Remove marketing language from support content.
172- Use screenshots only when they materially reduce ambiguity; keep them current.
173- Make every article independently understandable to users and retrieval systems.
174
175Use [article-templates.md](references/article-templates.md) for templates and [taxonomy-patterns.md](references/taxonomy-patterns.md) for IA patterns.
176
177## Support AI Design
178
179### Retrieval-First Support Flow
180
181```
182USER QUESTION
183 -> classify intent and risk
184 -> retrieve from approved sources
185 -> answer with citations
186 -> clarify if evidence is weak or ambiguous
187 -> hand off or execute only if policy allows
188 -> log outcome and quality signals
189```
190
191### Resolution Modes
192
193| Mode | What AI May Do | Requirements |
194|------|----------------|-------------|
195| Informational | Answer from approved content | Citations, freshness, fallback |
196| Navigational | Send user to the right page or workflow | Precise links, plan/role awareness |
197| Diagnostic | Narrow likely cause | Observability context, safe troubleshooting |
198| Transactional | Execute approved task | Explicit tool permissions, audit trail, rollback |
199| Escalation | Hand to human | Trigger rules, summary, captured context |
200
201### Guardrails
202
203- Approved sources list.
204- Tool permission matrix by task.
205- Escalation triggers for low evidence, high risk, or repeated failure.
206- Citation requirement for factual claims.
207- Simulation and QA before live traffic increases.
208
209See [ai-integration.md](references/ai-integration.md) for implementation patterns.
210
211## Metrics & Quality
212
213### Core Measures
214
215| Metric | What It Answers |
216|--------|-----------------|
217| Search success | Did users find something relevant? |
218| Self-service completion | Did the issue resolve without assisted support? |
219| Citation quality | Were answers grounded in the right sources? |
220| Escalation quality | Did AI hand off at the right time with enough context? |
221| Freshness coverage | Are high-impact pages current? |
222| Content gap rate | Which intents have no good answer yet? |
223
224### AI-Specific Measures
225
226- unresolved-intent rate
227- citation rate
228- tool-call success rate
229- reopen-after-AI rate
230- stale-source hit rate
231- handoff acceptance rate
232
233Do not use fixed ROI or benchmark numbers unless the user asks for them and you verify current data. Use the measurement framework in [metrics-optimization.md](references/metrics-optimization.md).
234
235### Judgment Beyond the Checklist
236
237A checklist audit catches missing articles and broken links. It does not catch these failure modes, which matter more and require judgment:
238
239- **Deflection-vs-resolution gap**: a falling contact rate can mean users are self-serving successfully, or it can mean the contact path got harder to find, an AI assistant is stalling instead of escalating, or frustrated users are churning silently instead of reopening. Never trust a deflection or containment number without a paired resolution-quality signal. See [Where Deflection Targets Backfire](references/metrics-optimization.md#where-deflection-targets-backfire).
240- **Content debt vs. content gaps**: high ticket volume on a topic with an existing, accurate, recently-reviewed article is usually not a missing-content problem — it is a mismatch between the article and how users describe the issue, or a sign of competing information architectures from past redesigns. Diagnose debt before assigning more writing. See [Content Debt Diagnosis](references/knowledge-ops.md#content-debt-diagnosis).
241- **Shallow AI grounding**: a citation on an AI answer does not mean the answer is correct — chunking can separate a rule from its exception, retrieval can return the right fact for the wrong plan or version, and synthesis across two accurate sources can produce an inaccurate combined claim. Citation rate alone will not catch any of this; it requires human review of cited claims against source text. See [Grounding Quality Judgment](references/ai-integration.md#grounding-quality-judgment).
242
243## Knowledge Operations
244
245Operate the help center like a product:
246- assign an owner per category and per high-impact article set
247- tie content updates to releases, incidents, and high-volume search gaps
248- review zero-result searches, escalation-after-view, and low-rated articles on a set cadence
249- maintain one canonical source per fact domain where possible
250
251See [knowledge-ops.md](references/knowledge-ops.md), [content-migration-guide.md](references/content-migration-guide.md), [multilingual-support.md](references/multilingual-support.md), and [accessibility-standards.md](references/accessibility-standards.md).
252
253## Navigation
254
255| Resource | Content |
256|----------|---------|
257| [article-templates.md](references/article-templates.md) | Templates for common help-center article types |
258| [taxonomy-patterns.md](references/taxonomy-patterns.md) | Information architecture and metadata patterns |
259| [ai-integration.md](references/ai-integration.md) | Retrieval-first support AI, tool policy, and escalation |
260| [ai-consumable-docs.md](references/ai-consumable-docs.md) | `llms.txt`, MCP, markdown export, and agent-facing docs |
261| [platform-guides.md](references/platform-guides.md) | Platform-fit guidance for support suites and docs portals |
262| [metrics-optimization.md](references/metrics-optimization.md) | Measurement framework and instrumentation patterns |
263| [knowledge-ops.md](references/knowledge-ops.md) | Governance and review cadences |
264| [content-migration-guide.md](references/content-migration-guide.md) | Migration, redirects, and validation |
265| [multilingual-support.md](references/multilingual-support.md) | Translation workflows and locale operations |
266| [accessibility-standards.md](references/accessibility-standards.md) | WCAG 2.2 AA guidance for help content |
267| [learning-paths.md](references/learning-paths.md) | Onboarding sequences, tutorial design, in-app guidance, and product education course structure |
268| [sources.json](data/sources.json) | Curated external sources with authority and volatility metadata |
269
270## Trend Awareness Protocol
271
272When the user asks for recommendations involving vendors, AI features, pricing, or platform relevance:
273- run a fresh web search
274- prefer official docs and product pages first
275- use independent comparisons only as support, not as the decision anchor
276- report source links and note dates for volatile claims
277
278Priority source order:
2791. Official docs and product pages
2802. Official protocol/spec pages
2813. High-quality independent comparisons
2824. Vendor blogs and SEO content as secondary evidence only
283
284## Fact-Checking
285
286- Verify current pricing, plan limits, AI capabilities, and product naming before final answers.
287- Prefer primary sources for platform behavior and protocol details.
288- If web access is unavailable, say so and mark volatile guidance as unverified.
289
290## Learnings Loop
291
292Before applying this skill on a non-trivial task, read `learnings.consolidated.md` in this directory (and `learnings.md` if present).
293
294After applying it, if you encountered a pattern worth remembering, a mistake worth preventing, or a domain fact that surprised you, append one dated bullet to `learnings.md` via `agents-skills-feedback-loop/scripts/append_learning.py`. Do not modify `SKILL.md` itself.
295