Going Deeper — Advanced Moves
What this page is.
Three optional moves. None of them are required to get the full value of the system you built — your Family Manager, your Sunday rituals, your dashboard, your Mom Profile all work without any of this.
Smarter Regenerate Buttons makes your dashboard's "Regenerate ideas" buttons stop drifting toward bland. Share the View is the move that gets your dashboard onto the fridge as a QR code your kids can scan. A Private Lane for Sensitive Things is the install-heaviest section — a free local AI that runs on your laptop for the moments you want extra privacy on money or medical specifics.
Read order — easiest first.
Better Buttons is light. Sharing the dashboard is medium. Local models is the one with Terminal commands. If you're skimming, start at the top and stop wherever it stops being interesting — none of these depend on each other.
1. Smarter Regenerate Buttons.
Your dashboard shipped with generic Regenerate ideas buttons on Meals, Kid Zones, and Priorities. Week one, the outputs feel fresh and on-target. Week six, they've drifted toward bland — same three dinners on rotation, the same generic homework advice. Not because Claude got worse. Because the button never learned what made your family's version good.
Two named prompt moves fix this. Both build on the prompt formula from the prompt-formula lesson — they're just more specific shapes to pour it into.
Few-shot — "show before you ask."
Instead of asking Claude to generate five dinners from scratch, show Claude three real dinners your family loved last month, then ask for five more in the same spirit. Examples are the single highest-leverage thing you can add to any prompt. "Like these, but more" beats "generate five" every time.
Walk-me-through-first — "think out loud."
Instead of asking Claude to suggest a kid activity, ask Claude to first name your kid's age, yesterday's context, today's energy, and the weather — and then suggest. The naming step costs 20 words and produces dramatically better suggestions, because Claude's reasoning had to walk through the actual constraints before it landed on ideas.
Meals button — pantry-aware with a loved list.
The default Meals button probably says something like "Suggest 5 dinners for this week." The upgrade below asks Claude to look at your last month of hits, check the pantry, and give you five like the hits — using mostly what's already in the house. Few-shot pattern applied to the most-used button on the dashboard.
First time this runs, build the loved list.
The button expects a "loved list" in the meal planning. If you don't have one yet, here's the one-time setup: in your Family Manager, paste "Pull my last 30 days of dinners. Ask me to rate each one 1-10. Save the 5 highest-rated to a file called loved-dinners.md." After that, the button has what it needs. Update the loved list every few months, or after any trip where your family ate something surprisingly great that should make it onto the list.
Kid Zones button — think out loud before suggesting.
The generic Kid Zones regenerate gives you generic kid ideas. The upgrade makes Claude walk through your actual kid's actual context — age, yesterday, today's energy, weather, what they already did this week — before landing on suggestions. The walk-me-through-first pattern.
Priorities button — walk through urgency before ranking.
The walk-me-through pattern again — Claude sorts your priorities by dedication vs. urgency before suggesting an order.
The one-shot update — swap all three buttons in one pass.
Rather than running the three upgrade prompts separately, paste the combined version below. It tells Claude to update the dashboard artifact with all three upgraded buttons at once.
One pattern to take beyond this section.
Every "Regenerate ideas" button — and every prompt you'll ever write from here on — becomes dramatically better with one of these two moves: show examples, or walk me through the context. You don't need to name the patterns. You just need to remember the instinct: "what could Claude see before it tries to answer?"
Pick a block on your dashboard you don't use as often as you'd like — Home Ops Glance, Money Glance, whatever. Ask yourself: "what examples or context could I feed it that would make the button actually useful?" Write the prompt. Run it in chat first to see the output. If you like it, ask Claude to add it as a new button on that block.
2. Share the View — get your dashboard onto the fridge.
Pro + Cowork only. This section turns your live Family Dashboard into a static URL on Netlify — a Sunday snapshot a co-parent or older kid can check without opening Cowork.
The four reasons moms end up doing this
- Pin it to the fridge — a QR code a kid can scan with any phone. "When's my game again? Check the dashboard."
- Co-parent access — your partner doesn't need your Claude login to see what's coming this week.
- Your own phone browser — sometimes you want to peek at your dashboard without opening Cowork on a laptop. A phone-bookmarked URL is faster.
- Older kids' autonomy — a teenager who can check their own schedule instead of asking you is a win for both of you.
If none of those fit — skip this section.
Sharing isn't better. Your live Cowork dashboard is doing its job whether anyone else sees it or not. This section is for the specific case of "a family member or you-on-your-phone needs a read-only view."
The two-deploy pattern.
Your LIVE dashboard
- Where: Cowork sidebar, on your computer
- What: Pulls fresh from Gmail, Calendar, Projects every time you open it
- Who sees it: Only you, only when Cowork is running
- Your daily driver
Your SHARED dashboard
- Where: A real web URL on Netlify
- What: A FROZEN snapshot — data from the moment you deployed it
- Who sees it: Anyone with the URL
- Your family's read-only view
What NOT to do
- Don't: try to make the Netlify version "live" by hooking it up to your Gmail
- Why: that means putting your credentials on a public-facing page
- Instead: keep it as a static snapshot you re-deploy weekly
One sentence to remember.
Your live dashboard stays in Cowork. Your Netlify share is a snapshot you re-deploy weekly.
Step 1 — Export your dashboard as a plain HTML file.
Artifacts can be exported. The export gives you a single .html file — a frozen snapshot of whatever the dashboard looked like and contained at the moment you exported.
- Open your Family Dashboard artifact in the Cowork sidebar.
- Look for the export icon — usually three dots (…) or a download arrow near the artifact's title bar. Click it.
- Choose Export as HTML (or "Download as HTML" — wording varies by version).
- Save the file to your Desktop. Name it
family-dashboard.html. - Double-click the saved file. It opens in your browser. Look at it — this is the static snapshot. Live data pulls don't work here. That's expected.
Sanitize before you deploy — a 30-second check.
Before this hits the public internet, open the exported file and scan it. Does it contain anything you don't want visible to everyone with the URL? Kids' school names? Medical notes? Addresses? If yes, open a new chat in your Family Dashboard Project and ask: "Generate a SHARE-VERSION of my dashboard with these things removed: [list]. Export the new artifact. I'll deploy the share version, not the full version." Claude will make a sanitized copy.
Can't find the export option?
Artifact export may be labeled differently in your version. If you can't find it, open a chat and ask Claude: "Export my Family Dashboard artifact as a standalone HTML file I can download. Put it in my Downloads folder." Claude can do this via Cowork directly.