From 2d316598775c66d005d2ac7fbd4f59ae9ab86e77 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Wed, 11 Feb 2026 11:01:05 -0600 Subject: [PATCH] docs: update ai docs plan --- docs/planning/AI-Docs-Plan.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/planning/AI-Docs-Plan.md b/docs/planning/AI-Docs-Plan.md index 326c406..c1d1494 100644 --- a/docs/planning/AI-Docs-Plan.md +++ b/docs/planning/AI-Docs-Plan.md @@ -42,13 +42,24 @@ The docs under docs/ai map 1:1 to Confluence pages. - planning/ - AI-Docs-Plan.md +## Assets (Non-Guide Content) +Agent prompts and instruction files are stored under assets/ so they can be moved to a separate distribution repo later. + ## Open Items -- Add repo links for each skill in the Skills Library. +- Add link to the central assets repo in Skills Library (single source of truth). - Add screenshots for setup flows. - Define section owners and review cadence. - Add platform-specific prompt examples. - Identify approved Android MCP tools and add details. +## Doc Navigation Pattern (Required) +When adding, removing, or renaming files under docs/ai: +1. Update docs/ai/index.md +2. Update the page breadcrumb ("You are here") +3. Update the page Contents block +4. Update the Next Steps block +5. Verify links still resolve + ## Risks - Docs drift as tools and plugins update. - Unclear ownership leads to stale content.