[DO NOT MERGE] chore(skills): sync-inbox-to-cloud reference scaffold#2489
Draft
Twixes wants to merge 1 commit into
Draft
[DO NOT MERGE] chore(skills): sync-inbox-to-cloud reference scaffold#2489Twixes wants to merge 1 commit into
Twixes wants to merge 1 commit into
Conversation
…not merge) Adds a parent /sync-inbox-to-cloud skill plus five sub-skills that orchestrate porting features and UI polish from the desktop Inbox to PostHog Cloud: - /inspect-inbox-surfaces - /plan-inbox-sync - /implement-inbox-sync (with translation.md reference) - /finalize-inbox-sync - /reflect-on-inbox-sync Plus references/parallelization.md describing how to slice work across parallel sub-agents and the upcoming-direction mock screenshots used as supplementary context. Not for merge — this branch exists as a long-lived reference / checkout target while the cloud Inbox port is in flight. See PR description.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Don't merge — reference branch
Keep this draft open until the new Cloud Inbox is built and mostly migrated, then close and delete it. It's a scaffold I want to be able to check out from anywhere — not something to ship to main.
What it is
A
/sync-inbox-to-cloudskill that orchestrates six sub-skills as one uninterrupted pass, porting desktop Inbox features and polish into PostHog Cloud:/inspect-inbox-surfaces— list both repos, build an inventory/plan-inbox-sync— diff inventories, produce a manifest plus slicing plan/implement-inbox-sync— dispatch parallel sub-agents, integrate centrally (carries the Quill/Radix → LemonUI, Zustand/TanStack Query → Kea translation reference)/simplify— existing repo skill, on touched cloud files/finalize-inbox-sync— typecheck, format, tests, structured report/reflect-on-inbox-sync— audit against hard rules, propose skill-text refinementsEach sub-skill ends with a "do not stop, invoke
/<next>" closer so the whole thing runs as one pass.Plus three mock screenshots from
posthog-self-driving.pages.devas supplementary direction.