
Playbook
Tasteful Skills
“Tasteful Skills” argues that the best agent skills are not documentation or best-practice lists.
Linear turns Claude Code into a real task-driven agent — Alex Finn’s core claim is that Linear acts like a “second brain,” giving Claude Code, Codex, Cursor, or similar tools a cloud-based task system so they stop drifting and can just grab the next issue and work.
The setup is simple but changes the workflow completely — He connects Linear through the Claude Code app/plugin settings, creates a team like his “Creator Buddy,” and prompts Claude to spec a Next.js prompt-library app while automatically generating projects, issues, priorities, and acceptance criteria inside Linear.
AI-generated project management is the unlock, not just AI-generated code — In his demo, Claude creates 90 tasks with scope, urgency, dates, and acceptance criteria, which Alex says avoids “slop” because the agent knows what to build, in what order, and how to tell when it’s done.
Claude then executes against the board autonomously — Using the Linear issue list as a queue, Claude completes 17-18 tasks in one run, moving items from backlog to in progress to done while scaffolding the app, installing Tailwind/Shadcn, testing itself, and shipping features like tags, folders, favorites, and toast notifications.
Shared task state lets multiple agents work at once — Alex opens Codex alongside Claude Code and has both read from the same Linear board, so they don’t need separate context handoffs; both can independently pick up the next task across devices like laptop, phone, or iPad.
The advanced version adds GitHub branches per issue and Slack for team visibility — He recommends pairing each Linear issue with its own GitHub branch and pull request via claude.md/agent.md rules files, then piping Linear and GitHub updates into Slack channels so humans can just review, approve, and stay synced.
Alex opens hard: he says he found a free tool that boosts Claude Code velocity by “100x,” and the tool is Linear. His framing is less about project management and more about giving Claude Code, Codex, and Cursor a cloud-based second brain that works across laptop, desktop, phone, and iPad.
He explains the pain point in plain terms: without a shared task system, you’re constantly re-explaining context, deciding what comes next, and dealing with agent drift. Linear fixes that by integrating with GitHub and the coding tools so the agent can see what’s already shipped, what’s next, and what “done” actually means.
Alex creates a Linear team inside his workspace — using his existing “Creator Buddy” setup — and connects the Linear plugin inside Claude Code via Customize > Connect your apps. Then he starts a fresh folder for a prompt-library app and asks Claude to confirm it can see the Linear team before planning the project.
Instead of saying “build this app,” he prompts Claude to first create all the projects and issues in Linear for a Next.js prompt library with folders, categorization, and prompt optimization. The cool part is watching those projects and issues appear live: foundation/setup, prompt management, organization, optimization — all automatically filled with goals, scope, priorities, and acceptance criteria.
Once the planning run finishes, Alex shows that Claude has created 90 tasks with priorities, dates, details, and exact acceptance criteria. His point is that this forces the model to think like an engineer before it codes, instead of vaguely wandering through a build and generating what he repeatedly calls “slop.”
Now he asks a much better prompt: what should the first few issues be? Claude reads the board, chooses the right sequence — scaffold Next.js, install Tailwind, set up visual tooling — and starts moving issues from backlog to in progress to done. Alex loves that he can now say “go tackle tasks” and let the system run while he metaphorically “go[es] by the pool, sip[s] on a pina colada.”
The demo gets more impressive when Claude starts testing its own work, clicking through the interface and checking against the issue’s acceptance criteria. In one go it completes 17, then 18, tasks — including toast notifications, deleting prompts, starring favorites, copying prompts, sidebar folders, tag input, and filtering — and Alex shows the resulting app actually saving a prompt like “Build a second brain app.”
From there he levels it up: open Codex beside Claude Code, point both at the same Linear board, and let them work independently without manual handoffs. To keep that sane, he recommends one GitHub branch per Linear issue plus PR review, all enforced through claude.md or agent.md rules files; then he closes the loop with Slack channels for Linear and GitHub notifications so teammates can watch progress and just “Approve. Approve. Approve.”
Share
Keep Reading
The Weekly Echo. The inbox-shaped summary of what mattered.
New editorials announced here.

Playbook
“Tasteful Skills” argues that the best agent skills are not documentation or best-practice lists.

Playbook
Learn how tasteful prompting helps you move beyond generic AI output by shaping context, style, and judgment from the start.

Playbook
OpenAI shipped /goal for the Codex CLI. It turns a prompt into a persisted, self-continuing contract.