06-reference

x alexfinn claude code linear second brain

2026-05-18·reference·source: X (AlexFinn)·by Alex Finn
claude-codecodexlineartask-orchestrationvibe-coding

"I figured out the best workflow for Claude Code/Codex ever" - X / Alex Finn

Why this is in the vault

Alex Finn demos a workflow where Linear is wired into Claude Code and Codex via the plugin/integration, then used as the "second brain" task queue for autonomous coding agents. The pattern is structurally identical to how RDCO already runs the autonomous COO loop: Notion task board as the external brain, Ray pulls items via /check-board, executes, marks done. Worth capturing as a parallel proof point and as a comparison datapoint for the Notion-vs-Linear-for-coding-agent question that will eventually come up when squarely / sanity-check ship more code.

Not a sponsored video (Finn states this on camera). Finn is a known vibe-coding/AI creator with a paid community ("Vibe Coding Academy") - assume mild promotional bias toward whichever tool he's demoing, but the technique itself is the substance.

Episode summary

20-minute talking-head tutorial with live Claude Code + Linear screen recording. Finn builds a "prompt library" Next.js app from scratch to demonstrate the workflow. Core claim: pre-decomposing the build into Linear issues before any code is written keeps Claude Code from drifting, lets multiple agents (Claude + Codex simultaneously) work the same backlog, and survives across devices because the queue lives in the cloud. End of clip pitches an agent.md rules file and Slack integration for team-of-agents observability.

Key arguments / segments

Mapping against Ray Data Co

Mapping strength: STRONG.

This is the exact pattern RDCO already runs, just with different surfaces:

What's actually novel for RDCO from this video:

  1. The pre-decomposition step is the underrated move. Asking Claude to spec out all issues before any code is written is something Ray does inconsistently. Currently most coding work goes "founder ask → Ray executes" without an explicit issue-tree in Notion. For Squarely or the larger SC build queue, doing an explicit "decompose into Notion tasks first, then execute one-by-one" pass would likely improve quality and reduce drift. Worth piloting on the next non-trivial multi-step build.
  2. Slack-as-passive-observability maps to discord notification channels for RDCO. Already partially in place; could be tightened.

What does NOT transfer:

Decision implication: Add a sub-skill or convention to /build-project and /build-landing-page that mandates a Notion-task-decomposition pass before code is written for any project >3 sub-steps. Currently the convention is implicit; making it explicit would close the drift gap Finn identified.

Related