Claude Code Workflows
Daily-driver tricks, hidden commands, and productivity patterns for power users of Claude Code. Includes /compact, /btw, /simplify, /batch, effort levels, opus plan mode, token hacks, git worktrees, auto mode, buddy easter egg.
How to Build a Full-Stack App Without Writing Code
A practical guide to going from idea to deployed full-stack app — covering spec writing, backend setup, auth, database, and deployment without TypeScript.
How to Build an Internal Tool Without a Dev Team
A practical guide to building internal tools for your business — covering what to build first, data models, user roles, and how to ship without engineers.
How to Choose a Backend for Your App in 2026
A practical guide to choosing the right backend for your app — covering managed platforms, databases, auth, and how to avoid overbuilding.
How to Deploy a Web App: A Beginner's Guide to Going Live
A step-by-step guide to deploying a web app — covering hosting options, environment variables, custom domains, and what to check before launch.
How to Set Up a Managed Database for Your Web App
A practical guide to choosing and setting up a managed database for your web app — covering SQL vs NoSQL, migrations, and what to look for.
How to Ship Your First Web App as a Non-Developer
A practical guide for non-developers who want to build and launch a real web app — covering tools, tradeoffs, and what to focus on first.
How to Use AI to Build a Web App Faster
A practical guide to using AI tools to build web apps faster — covering where AI helps most, where it falls short, and how to avoid common traps.
How to Use TypeScript for Full-Stack Web Development
A practical guide to using TypeScript across a full-stack app — covering type safety, backend methods, database models, and API contracts.
How to Write a Software Spec: A Practical Guide for Builders
A practical guide to writing a software spec that actually works — covering structure, precision, data types, edge cases, and what to leave out.
Run Multiple Claude Code Sessions in Parallel With Git Worktrees
Use the Claude Code -w flag to spin up isolated git worktrees and run several AI coding sessions in parallel — one per branch, with zero context bleed.
File-Based Signaling in Claude Code: Patterns for the Monitor Tool
Wire up the Claude Code monitor tool with file-based signals so background builds, tests, and watchers notify the agent on completion — no polling required.
What Is the Claude Code Operator Pattern? How to Run Multiple AI Agents in Parallel Terminals
The operator pattern lets you run multiple Claude Code sessions in isolated Git worktrees simultaneously, each with its own clean context window.
What Is Taste as a Durable AI Asset? Why What You Choose to Build Matters More Than How
When production is free, taste becomes the competitive advantage. Learn why editorial judgment and design sensibility are the skills AI cannot replace.
What Is Claude Code Headless Mode? How to Run AI Agents Without a Terminal
Claude Code headless mode uses the -p flag to run agents autonomously on a schedule. Learn how to set it up with cron jobs for fully automated workflows.
The Claude Code Git Worktree Pattern: A Primer for Builders
Git worktrees explained for Claude Code users: what they are, how the pattern works, and when to reach for it on refactors and concurrent feature branches.
5 Claude Code Workflow Patterns Explained: From Sequential to Fully Autonomous
Claude Code supports five agentic patterns: sequential flow, operator, split-and-merge, agent teams, and headless. Learn when to use each for maximum output.
What Is the Agent Infrastructure Stack? The Six Layers Every AI Builder Needs to Understand
From compute sandboxes to orchestration, here are the six infrastructure layers powering AI agents and why each one matters for your deployments.
What Is the Agentic OS Command Center? How to Manage AI Agents by Goals Instead of Terminals
The Command Center replaces terminal tab management with a Kanban board for business goals, with built-in skills management and scheduled tasks.
Claude Code Ultra Plan vs Local Plan Mode: Speed, Quality, and Token Cost Compared
Ultra Plan finishes in minutes while local plan mode takes 30–45 minutes. Here's what the difference means for your Claude Code workflows.
How to Use Claude Code Ultra Plan: Requirements, Token Costs, and When to Use It
Ultra Plan requires a Git repo, a Pro or Max subscription, and CLI access. Here's what it costs, how many tokens it uses, and when it's worth it.
What Is the Iterative Kanban Pattern for AI Agents? How to Model the Human-Agent Feedback Loop
Traditional Kanban is sequential. AI agent workflows are iterative. Here's how to design a Kanban board that reflects the real back-and-forth with Claude.
What Is Claude Code Ultra Plan? How Cloud-Based Planning Speeds Up Your AI Workflows
Claude Code Ultra Plan offloads planning to Anthropic's cloud using multi-agent exploration. Learn how it works and when to use it.
What Is the Anthropic Claude Code Source Code Leak? Three-Layer Memory Architecture Explained
The Claude Code source leak revealed a three-layer memory system using memory.md, grep-based search, and the unshipped Chyros daemon. Here's what it means.
What Is Claude Code Chyros? The Always-On Background Daemon Revealed in the Source Leak
Chyros is an unshipped Claude Code feature that runs 24/7, fixes bugs while you sleep, and sends push notifications. Here's what the source leak revealed.