Document repo structure + GBP snapshot workflow

This commit is contained in:
2026-08-05 17:44:35 +00:00
parent 293a80cea2
commit 4679092a84
+19 -1
View File
@@ -1,3 +1,21 @@
# client-data-pss # client-data-pss
Raw data, analysis, and monitoring for Phoenix Salon + Spa (DOP pilot client) Raw data, analysis, and monitoring for **Phoenix Salon + Spa** (DOP pilot client).
## Structure
| Path | Purpose |
|------|---------|
| `raw/gbp-snapshots/` | **GBP snapshots** — point-in-time captures from clean audits. Fill via `TEMPLATE.md`, save as `YYYY-MM-DD-audit-N.md` |
| `raw/website-scrapes/` | Website crawls / captures |
| `raw/competitor-data/` | Competitor observations |
| `analysis/` | Interpretation — threats, opportunities, economics (NEVER raw data) |
| `monitoring/` | Ongoing trackers — reviews, ranks |
## GBP snapshot workflow
1. Copy `raw/gbp-snapshots/TEMPLATE.md` → new dated file
2. Run clean audit, fill every field with observed values
3. Use status vocabulary: `NOT_PRESENT` / `NOT_OBSERVED` / `Unknown`
4. Analysis goes in `analysis/` — never inside a snapshot
*Template aligned with `digital-operations-partner/docs/templates/gbp-snapshot-intake.md` v1.2.*