Thread Truncated (Cap Enforced)
Only the first 20 tweets are unrolled into slides to ensure reliable PDF exporting and high server performance.
Canvas & Ratio
Choose your destination platform format
Layout Template
Choose a content structure for your slides
Preset Themes
Typography & Sizing
Brand Kit Customization
AGENCYConfigure brand assets for headers & footers
Outro Slide CTA
Customize your closing call-to-action slide
Background Pattern
Build Your Carousel
Drag and drop any post card below onto a slide, or use the quick buttons to insert content/images instantly!

<i>*ding*</i>


You hear a notification sound from a Claude Code workflow finishing. Which terminal tab was it?

Hop around terminal windows and tabs for a bit, finally find it. It was Project B. Okay, now which browser was that in...

Oh, it got assigned localhost:3001, now my auth redirects are broken. Which terminal tab is using :3000 right now?

Okay, it was Project A, just killed it. Where's the tab for Project B's dev server?

<i>*ding*</i>

Another workflow has finished. It briefly grabs your attention - just long enough to lose track of what you were doing. I want to make something clear before we go further: <b><i>This is not your fault</i></b><i></i>

## <b>Our tools were not built for how we work today.</b>

Back in my day (read: 2 months ago), we worked on one thing at a time. Our work was split between 3 apps, the terminal, IDE and browser. Let's say we were working on <i>Project A</i>. It looked something like this:



Our work is split across multiple. Not great! But totally workable, because of our mental model:



The split didn't matter because it was all grouped together in your head. Project A was split between apps, but we think of it differently. We used all of these apps WITHIN Project A.

But I'm not just working on Project A anymore.

## The Problem™



Oh...oh no...

When you have more than one project going, the mental model collapses.



Our projects are split BETWEEN apps, windows and tabs. There's no natural grouping! If I see some work finish in Claude Code for Project A, I have to go hunt for the <i>right</i> Chrome window/tab to see the results. If I want to check the code, I have to hop between multiple IDE windows trying to find it. When it's time to file a PR, good luck finding the right github tab!