From 8648d4aee2430722e54be4d282409d4f6ca42fa1 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Tue, 10 Feb 2026 15:16:15 -0600 Subject: [PATCH] docs: sync planning doc --- Agents.md | 2 +- docs/planning/AI-Docs-Plan.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Agents.md b/Agents.md index 95291a5..701f92b 100644 --- a/Agents.md +++ b/Agents.md @@ -13,7 +13,7 @@ Assume the reader is new to AI and needs detailed, step-by-step guidance. - Assume the reader is an expert engineer but a beginner at AI. ## Sync Expectation -Keep this file aligned with PRD and README when workflows, scope, or structure change. +Keep this file aligned with PRD, README, and docs/planning/AI-Docs-Plan.md when workflows, scope, or structure change. ## When to Use Agents - Multi-step changes across files. diff --git a/docs/planning/AI-Docs-Plan.md b/docs/planning/AI-Docs-Plan.md index e73d3cd..c82b849 100644 --- a/docs/planning/AI-Docs-Plan.md +++ b/docs/planning/AI-Docs-Plan.md @@ -19,6 +19,7 @@ The docs under docs/ai map 1:1 to Confluence pages. 2. iOS (Xcode + optional VS Code) 3. Android (VS Code) 4. Cross-Platform AI Usage +5. iOS MCP (XcodeBuildMCP) 5. Skills Library 6. Usage and Token Budgeting 7. Troubleshooting and FAQ @@ -30,6 +31,7 @@ The docs under docs/ai map 1:1 to Confluence pages. - index.md - overview.md - ios.md + - ios-xcodebuildmcp.md - android.md - cross-platform.md - skills.md @@ -44,6 +46,7 @@ The docs under docs/ai map 1:1 to Confluence pages. - Add screenshots for setup flows. - Define section owners and review cadence. - Add platform-specific prompt examples. +- Identify approved Android MCP tools and add details. ## Risks - Docs drift as tools and plugins update.