From c222c3596005de9a54961fd6476b3d77ba85f3ba Mon Sep 17 00:00:00 2001 From: Nicole Tache Date: Wed, 3 Sep 2025 14:45:53 -0500 Subject: [PATCH] Update implement-a-documentation-search-engine.md Added text for new practice -- Introduce an Enterprise Search Tool (formerly known as "Implement a Documentation Search Engine"). --- ...implement-a-documentation-search-engine.md | 63 ++++++++++++------- 1 file changed, 39 insertions(+), 24 deletions(-) diff --git a/practices/implement-a-documentation-search-engine.md b/practices/implement-a-documentation-search-engine.md index 81d835b..7706631 100644 --- a/practices/implement-a-documentation-search-engine.md +++ b/practices/implement-a-documentation-search-engine.md @@ -1,45 +1,60 @@ -# Implement A Documentation Search Engine +# Introduce an Enterprise Search Tool -Under Construction +When critical system knowledge is locked away in the minds of a few tenured employees, bottlenecks are created, onboarding slows, and reliance on key personnel increases. Incomplete or outdated context will always lead to rework. An enterprise search tool like [Glean](https://www.glean.com/enterprise-search-software) or [Claude for Enterprise](https://claude.ai/login?returnTo=%2F%3F) unifies access to information across JIRA, Confluence, SVN, shared drives, and more. This allows teams to quickly find what they need without interrupting others or digging through multiple systems that require specialized knowledge. - \ No newline at end of file +Lower interruption load on senior team members (tracked by volume of support requests sent via Teams chat) + +Fewer context-gathering delays in ticket implementation (measured via cycle time or qualitative developer feedback) + +## Supported Capabilities + + ### [Learning Culture](https://github.com/pragmint/open-practices/blob/main/capabilities/learning-culture.md)) + +By centralizing institutional knowledge and making it accessible, enterprise search should boost team autonomy, reduce wasted time, and support a healthier learning culture. + + ### [Documentation Quality](https://github.com/pragmint/open-practices/blob/main/capabilities/documentation-quality.md)) + +Excellent documentation is accurate, clear, complete, and accessible to internal teams. This enables teams to effectively collaborate, make informed decisions, and deliver high-quality software quickly and reliably.