self-service-and-knowledge
Builds the help center, in-product guidance, and knowledge base that let customers resolve problems without contacting anyone — content, findability, maintenance, and deflection measurement. Use this to build or fix a help center, reduce support volume, write documentation for customers, improve findability, or decide what deserves a help article versus a product fix.
git clone --depth 1 https://github.com/cbrock84/headcount /tmp/self-service-and-knowledge && cp -r /tmp/self-service-and-knowledge/plugins/customer-experience/skills/self-service-and-knowledge ~/.claude/skills/self-service-and-knowledgeSKILL.md
# Self-service and knowledge Good self-service is the cheapest support you will ever run and the most neglected. It is also frequently the wrong answer — an article explaining a confusing screen is a bandage on a design problem. ## Decide what deserves an article Before writing, ask whether the contact should exist. If people repeatedly need instructions for one screen, the screen is the defect. Documenting it makes the problem permanent and invisible. Write articles for things that are genuinely complex, genuinely occasional, or genuinely outside your control. Not for things that are merely badly designed. ## What to write, and in what order Rank by contact volume, not by feature importance. The most-viewed help content is almost never what the team expected — it is billing, access, and the one confusing setting. Structure each article around the customer's task, in their words, not your feature's name. People search for what they are trying to do. - **Answer first.** The steps in the first screen, context afterward. Nobody arrives wanting background. - **One task per article.** Combined articles fail search, because the match lands on the wrong half. - **Show the actual interface** — real labels, real button names, updated when they change. - **Say what to do when it does not work.** The next step, and how to reach a human. Making that hard converts a solvable problem into a complaint about you hiding. ## Findability decides everything An article nobody finds does not exist. Findability comes from titles matching real search language, in-product links at the moment of confusion, and search that tolerates the words customers actually use rather than your internal vocabulary. Read your help-center search logs, especially the queries returning nothing. That list is your content backlog, ranked by demand, already written for you. ## In-product beats the help center Guidance at the point of confusion deflects far more than a help center does, because it requires no decision to go looking. A well-written empty state, field hint, or error message removes contacts that documentation never would. ## Maintenance Documentation rots silently and confidently. Every article needs an owner and a review date, and anything describing an interface needs checking whenever that interface changes. Wrong documentation is worse than none: it costs the customer time and then a contact anyway, and it spends trust. ## Measuring Deflection honestly — contacts avoided, not page views. Approximate it by looking at whether contact volume for a topic falls after content ships. Watch articles with high views *and* a high subsequent contact rate. Those are articles that are failing to answer, and they look like your best-performing content. ## Never - Write an article for a problem the product should not have. Fix the product and delete the article. - Publish without an owner and a review date. Stale help is worse than no help. - Measure a knowledge base by article count. - Hide the path to a human. Deflection that traps people costs more than the ticket would have.
Corporate Strategy (CSO). Owns plugins/corporate-strategy/** and nothing else. Delegate work in this department's remit here.
Customer Experience (CCO). Owns plugins/customer-experience/** and nothing else. Delegate work in this department's remit here.
Data & Analytics (CDO). Owns plugins/data-analytics/** and nothing else. Delegate work in this department's remit here.
Demand Generation (CMO). Owns plugins/demand-generation/** and nothing else. Delegate work in this department's remit here.
Office of the CEO. Owns plugins/executive/** and nothing else. Delegate work in this department's remit here.
Finance (CFO). Owns plugins/finance/** and nothing else. Delegate work in this department's remit here.
Corporate IT. Owns plugins/it-operations/** and nothing else. Delegate service desk, systems and network administration, virtualization and cloud, telephony and conferencing, endpoints, assets, identity lifecycle, and backup work here.
Reviewer-class. Read-only review of what other departments commit to — contract terms, privacy and data handling, risk acceptance, and compliance findings. Holds no write surface. Its findings are not overrulable by the department under review.