diff --git a/README.md b/README.md
index cb749bd..aa133aa 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,20 @@ source content
This is deliberately local-first. It proves the core source-to-deck loop before
production hosting, auth, persistence, or full LLM orchestration.
+## Google Slides Workflow
+
+The older AgentPlane Google Slides project has been merged into this repo as
+workflow guidance and a future renderer contract:
+
+```text
+docs/google-slides-workflow.md
+schemas/google-slides-deck-spec.schema.json
+```
+
+Use that path for branded Google Slides generation: copy the template first,
+inventory native containers, fill existing object IDs, delete unused slides, and
+render thumbnails/contact sheets for visual QA.
+
## Quick Start On MBS
```bash
@@ -165,9 +179,8 @@ docs/
/Users/tars/AgentPlane/projects/google-slides
```
-For branded Google Slides, use brand-safe mode: copy the template, inventory
-native containers, fill existing object IDs, delete unused slides, and render
-thumbnails/contact sheets for visual QA.
+For branded Google Slides, use brand-safe mode as documented in
+`docs/google-slides-workflow.md`.
## Suggested Next Session
@@ -190,4 +203,3 @@ Recommended v0.2 priorities:
5. Add PPTX visual QA: render thumbnails or PDF previews and catch overflow.
6. Add style-pack save/load workflow and template import.
7. Add Google Slides renderer using the existing template-container workflow.
-
diff --git a/apps/web/public/google-slides-workflow.html b/apps/web/public/google-slides-workflow.html
new file mode 100644
index 0000000..7f84107
--- /dev/null
+++ b/apps/web/public/google-slides-workflow.html
@@ -0,0 +1,118 @@
+
+
+
+ Slide Factory now supersedes the older AgentPlane Google Slides project
+ as the active slide-generation product. The reusable Google Slides work
+ remains the brand-safe renderer pattern for future native Slides output.
+
+
+
Brand-Safe Flow
+
+
Copy the template deck.
+
Generate a template inventory.
+
Choose slides by native container pattern.
+
Fill existing text containers by object ID.
+
Delete unused template slides.
+
Render thumbnails and a contact sheet for visual QA.
+
+
+
Contract
+
+ The current PPTX-oriented DeckSpec should be adapted into the
+ container-oriented Google Slides schema before mutating a copied
+ template.
+