docs: sync planning doc

This commit is contained in:
Matt Bruce 2026-02-10 15:16:15 -06:00
parent f2005386d8
commit 8648d4aee2
2 changed files with 4 additions and 1 deletions

View File

@ -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. - Assume the reader is an expert engineer but a beginner at AI.
## Sync Expectation ## 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 ## When to Use Agents
- Multi-step changes across files. - Multi-step changes across files.

View File

@ -19,6 +19,7 @@ The docs under docs/ai map 1:1 to Confluence pages.
2. iOS (Xcode + optional VS Code) 2. iOS (Xcode + optional VS Code)
3. Android (VS Code) 3. Android (VS Code)
4. Cross-Platform AI Usage 4. Cross-Platform AI Usage
5. iOS MCP (XcodeBuildMCP)
5. Skills Library 5. Skills Library
6. Usage and Token Budgeting 6. Usage and Token Budgeting
7. Troubleshooting and FAQ 7. Troubleshooting and FAQ
@ -30,6 +31,7 @@ The docs under docs/ai map 1:1 to Confluence pages.
- index.md - index.md
- overview.md - overview.md
- ios.md - ios.md
- ios-xcodebuildmcp.md
- android.md - android.md
- cross-platform.md - cross-platform.md
- skills.md - skills.md
@ -44,6 +46,7 @@ The docs under docs/ai map 1:1 to Confluence pages.
- Add screenshots for setup flows. - Add screenshots for setup flows.
- Define section owners and review cadence. - Define section owners and review cadence.
- Add platform-specific prompt examples. - Add platform-specific prompt examples.
- Identify approved Android MCP tools and add details.
## Risks ## Risks
- Docs drift as tools and plugins update. - Docs drift as tools and plugins update.