Problem
What problem this solves
A sync feature can look simple while silently deleting local work, replaying data into the wrong account, syncing sensitive content, or promising reinstall recovery that has not been proven.
Skill Detail
Design local-to-cloud sync without losing user data.
A data-sync skill for local data promotion, cloud hydration, merge/conflict policy, sync UX states, sensitive-data exclusions, and proof routing.
Problem
A sync feature can look simple while silently deleting local work, replaying data into the wrong account, syncing sensitive content, or promising reinstall recovery that has not been proven.
Outcome
You get a sync contract that defines data domains, account association, promotion, hydration, merge, conflict, tombstones, offline queue, sync/save UX states, sensitive-data policy, proof route, and docs impact.
Why It Matters
Cloud sync is a trust feature. Users forgive missing advanced options more easily than losing work after they create an account.
Arguments
These are the argument switches documented for this skill. For the general rule behind skill arguments, read the skill modes tutorial.
project or featureCreates a Sync Contract for the named local/cloud data surface.
Useful before implementation or before writing a ready spec.
auditReviews an existing sync plan or implementation for data-loss, account-boundary, conflict, UX, and proof gaps.
Useful when sync already exists but trust or correctness is uncertain.
FlutterAdds Flutter/Riverpod/local-store proof guidance and mobile/web validation order.
Useful for Android-first or Flutter Web projects.
secrets / sensitive dataFocuses on default exclusions, privacy, logging, consent, and secure future-spec boundaries.
Useful when clipboard content, tokens, credentials, private settings, or regulated data may appear.
sync overlay / SocialGlowzUses the reusable SocialGlowz sync guidance overlay and merge pattern.
Useful when future apps need a polished post-auth overlay with real-time stages, cloud/local decisions, durable retry, and ready feedback.
Related Skills
Design product entitlement ownership and server-side access gates before premium behavior changes.
A product-entitlement skill for suite and standalone access models, provider events, redemption codes, support diagnostics, backend authorization, and sync handoffs.
Open skill pageRun non-trivial work from story to spec, build, verification, closeout, and ship without making the user drive every gate.
The master user-facing lifecycle orchestrator for carrying a story, bug, or goal through ShipGlows's spec, readiness, implementation, verification, onboarding consideration, documentation, closure, and shipping gates.
Open skill pageTurn shipped features into clear, trusted customer journeys.
A customer-experience skill for UX/UI clarity, friction, trust, first-success paths, onboarding, setup sequencing, recoverable states, docs coherence, and proof routing.
Open skill pageCreate or repair documentation so the repo stays navigable for both humans and agents.
A documentation skill for maintaining docs, metadata, and governance-layout compliance across project surfaces.
Open skill pageGuide the human through the real user flow, then turn the result into test evidence and actionable bugs.
A manual QA skill for creating guided test campaigns, capturing structured outcomes, and preserving bug history after implementation.
Open skill pageOpen a URL in a real browser and verify one observable non-auth objective.
A general browser verification skill for checking public UI, previews, production pages, visible assertions, screenshots, console messages, and network signals without turning every page check into auth debugging or manual QA.
Open skill pageDebug a broken auth flow in a real browser before you start guessing from static code alone.
A browser-level auth diagnosis skill for reproducing login failures, reading local Clerk/Google/Convex/Flutter references, and isolating the exact break point in the flow.
Open skill pageGo Deeper
Use the public catalog for education and workflow selection. Move to the docs and GitHub when you want the operator-grade execution details behind the skill system.