# K-12 Product Guide — docs attach map

**Purpose:** When Michael Levine shares updated world-class specification sheets, drop files into `k12-guide/docs/` and wire this map + HTML `data-doc-slot` attributes the same day. Domains are **out of scope** (Michael owns custom domains).

**Contacts:** Elena (school) · emisoulis@globalfoodsolutions.co · Martin (distributor) · martin@globalfoodsolutions.co · Michael (brand) · mikelevine@globalfoodsolutions.co

**Live truth sources:** `../site-sku-facts.json` · `../CONTENT.md` · rightstartfoods.com product pages  
**Do not invent:** CN labels, MOQs, Buy American letters, SKU counts, or grain claims beyond site sheets.

## Attach status table

| Category | Lane | SKU examples (from site-sku-facts.json) | Spec URL | PFS/CN URL | Bid language | Status |
|----------|------|------------------------------------------|----------|------------|--------------|--------|
| Muffins / mini loaves | `/mini-loaves/` · `/muffins/` | RS9209W · RS9213W · RS9210W · RS9510W | — | — | — | pending Michael drop |
| Pancakes | `/pancakes/` | RS7245 · RS7201W · GS7052WR · RS7000OH | — | — | — | pending Michael drop |
| Eggs | `/eggs/` | RS3015 | — | — | — | pending Michael drop |
| Waffles | `/waffles/` | RS9201WE · RS9000E | — | — | — | pending Michael drop |
| French toast | `/french-toast/` | RS8201W · RS8627 · RS8010WWH | — | — | — | pending Michael drop |
| Biscuits (school-relevant) | `/biscuits/` | BR25153 (K-12) · BR80911 · BR80912 | — | — | — | pending Michael drop |
| Meal kits (Power Up) | `/meal-kits/` | PUB0025 · PUB0040 · PUB0043 · PUB0044 · PUB0300 | [Power Up brochure PDF](https://rightstartfoods.com/wp-content/uploads/2025/11/PowerUp-Meal-Kit-Brochure.pdf) (interim brand brochure — not Michael sheet) | — | — | brochure live on site; **spec sheet pending Michael drop** |
| USDA commodity sandwiches | `/usda-commodity-sandwiches/` | PUB6000 · PUB6010 · PUB6200 · PUB1050 · PUB6110 | — | — | — | pending Michael drop |
| Granola / dry snacks | `/granola-snacks/` | RS0104 · RS0106 · GFS0125 · GFS2060 | — | — | — | pending Michael drop |
| Yogurt parfaits | `/yogurt-parfaits/` | RS2100 · RS2132 · RS2160 · RS2294 | — | — | — | pending Michael drop |

## Site portals (not category PDF drops)

Use these as interim operator links until Michael’s sheets land. Do **not** treat them as filled `data-doc-slot` Spec / PFS / Bid cells.

| Resource | URL |
|----------|-----|
| Nutritional / PFS search portal | https://rightstartfoods.com/nutritional-information/ |
| Schools compliance overview | https://rightstartfoods.com/schools/compliance/ |
| Ordering Info PDF | https://rightstartfoods.com/wp-content/uploads/2025/11/Ordering-Info-POS.pdf |
| Full product catalog | https://rightstartfoods.com/product-catalog/ |

## Parent instructions (same-day wire)

1. Receive Michael’s drop (PDF preferred). Domains stay out of scope.
2. Save into `k12-guide/docs/` using names from `docs/README.md` (e.g. `muffins-spec.pdf`, `pancakes-pfs-cn.pdf`).
3. Update this table: set Spec / PFS/CN / Bid URL columns to `/k12-guide/docs/…` and Status → `live`.
4. In `k12-guide/index.html`, find elements with matching `data-doc-slot` (pattern `{category}-{spec|pfs|bid}`) and replace the mailto placeholder with:
   ```html
   <a class="doc-link live" href="docs/FILENAME.pdf" data-doc-slot="muffins-spec">Spec</a>
   ```
5. Redeploy `rsf-product-lines` (Cloudflare Pages / wrangler as parent usually does).
6. Optional: mention the new sheet in school share-kit snippet (`share/index.html` · `#school`).

## HTML slot IDs (`data-doc-slot`)

| Category slug | Spec | PFS/CN | Bid |
|---------------|------|--------|-----|
| muffins | `muffins-spec` | `muffins-pfs` | `muffins-bid` |
| pancakes | `pancakes-spec` | `pancakes-pfs` | `pancakes-bid` |
| eggs | `eggs-spec` | `eggs-pfs` | `eggs-bid` |
| waffles | `waffles-spec` | `waffles-pfs` | `waffles-bid` |
| french-toast | `french-toast-spec` | `french-toast-pfs` | `french-toast-bid` |
| biscuits | `biscuits-spec` | `biscuits-pfs` | `biscuits-bid` |
| meal-kits | `meal-kits-spec` | `meal-kits-pfs` | `meal-kits-bid` |
| usda-sandwiches | `usda-sandwiches-spec` | `usda-sandwiches-pfs` | `usda-sandwiches-bid` |
| granola-snacks | `granola-snacks-spec` | `granola-snacks-pfs` | `granola-snacks-bid` |
| yogurt-parfaits | `yogurt-parfaits-spec` | `yogurt-parfaits-pfs` | `yogurt-parfaits-bid` |

**Note:** `meal-kits-spec` currently points at the live Power Up brochure as an interim link. When Michael’s dedicated meal-kit spec pack arrives, replace that href with the local `docs/` file and keep the brochure as a secondary resource if useful.
