How to use Claude Code better than 99% of People
Monday, 17 August 2026 · 4 min read · Listen to the episode ↗
Most users treat Claude Code as a chat interface and get mediocre results, but the episode argues that configuring it as a structured AI employee across nine defined areas is what separates effective use from wasted potential.
Claude Code is described as one of the most powerful tools currently available, but the argument is that most users fail to configure it correctly. The core framework treats Claude Code as an AI employee operating inside a structured workspace, and mastering nine areas, covering workspace, memory, brief, ticket, eyes, review, schedule, permissions, and building blocks, is what separates effective use from wasted potential.
Three root markdown files anchor the memory layer. Claude.md functions as an operating manual telling Claude to make small reviewable changes, explain plans before editing, use existing code style, run relevant checks, and summarize what changed and what needs human review. Roadmap.md defines the current weekly goal and explicitly lists what is out of scope, such as payments, CRM integration, admin dashboards, and multi-user permissions, to prevent over-building beyond the MVP. Review.md encodes shipping standards as a checklist, with the demo example requiring a first-time visitor to understand the offer within five seconds, a visible call to action, and copy using language actual customers would use.
Plan mode causes Claude to read all project context and propose a full approach before touching any files, functioning as a measure-twice-cut-once step. Asking Claude in plan mode to inspect Claude.md, roadmap.md, and review.md before proposing a plan measurably improves output quality. After Claude presents a plan, the user can restrict scope, for example limiting work to front-end only or specifying a Supabase connection, before any files are edited. Vague prompts like make the app better force Claude to guess what matters, shifting the user from managing work to cleaning up work.
Ticket size directly affects reviewability. A small, well-scoped ticket produces a manageable diff, while a large ticket produces a pile of changes that is hard to trust. A proper task brief should specify which files need to change, the smallest clean implementation, user experience considerations, risks, a verification method, and what is intentionally left out of the first version. The eyes concept extends this by having Claude inspect its own output after building, running test suites, checking console logs, checking network errors, and verifying form submissions. In the demo, Claude identified the highest-impact issue as a cold prospect being asked for their email with no reassurance, and recommended adding expectation-setting microcopy at the call to action.
The review layer starts with opening the diff and checking whether Claude touched only the files specified in the ticket. Surprising changes in a diff are described as where the risk typically lives. Using review.md as a standard, Claude can categorize issues into must fix, should fix, and okay to ship. A slash ultra review command launches a remote session reviewing the full repository and is recommended before pushing production on high-risk features such as authentication or payments.
Claude Code supports scheduled recurring routines that run proactively without user prompting. A morning brief routine reads customer contacts and open GitHub issues each weekday at 7 a.m. and produces a summary capped at under 500 words covering the top customer pain point, one product risk, one recommended build task, and one question to ask customers. A weekly ops review runs every Friday at 3 p.m., groups related issues, identifies duplicates, and posts a summary to a context file without editing code. A pull request loop reviews each PR against review.md and posts a summary indicating what looks good, what needs attention, and whether it is ready for human review. The recommended starting point for scheduled work is an informational task like the morning brief rather than having Claude ship production code autonomously.
Permissions should be treated as a deliberate delegation strategy across three tiers. Safe actions include reading files, proposing plans, running local tests, and creating draft pull requests. Ask-first actions include installing dependencies, changing database migrations, touching authentication, and deleting files. Human-owned actions include production deploys, customer data decisions, billing decisions, and security-sensitive changes. Three building blocks extend capability further: skills convert any repeated prompt into a reusable instruction, connectors give Claude access to external tools like GitHub, Linear, and Slack, and hooks provide guardrails such as running formatting after edits or tests before a pull request summary. Combining these with roadmap, review standards, and customer language is described as creating a competitive moat specific to a company.
This summary was generated from the episode transcript and can contain mistakes.