ls ~/writing --tag=claude-code

[01]Writing · Tag

Articles tagged "claude-code".

$ tag --stat claude-code
Articles
5
Published
Jan→May 2026
Reading time
40 min
In series
1

Articles tagged claude-code

5 articles

8 min [methodology][refactoring][lovable]

Phased migrations with per-phase verification gates

Big-bang refactors of 6+ files break things you cannot predict. Phased migration with explicit gates catches regressions before they compound.

Claude Code Engineering 9/9

phased-migrations-verification-gates--cover
One day writing the migration, then three days fixing it while users hit the bugs.

8 min [claude-code][claude-md][lovable]

How I document AI-built projects: a CLAUDE.md, ISSUES.md, and prompts/ workflow

Four files that fix the missing context in AI-built codebases: CLAUDE.md, ISSUES.md, a prompts/ folder, and a two-AI handoff workflow.

Claude Code Engineering 8/9

ai-built-project-4-part-system--cover
The only person who can explain your codebase is a model that forgot it six weeks ago.

7 min [issues-md][claude-code][methodology]

ISSUES.md as a learning log: the flat-file bug tracker that compounds

ISSUES.md is a flat markdown bug tracker that doubles as a regression detector and training doc for AI-built codebases. How the pattern works.

Claude Code Engineering 5/9

issues-md-learning-log--cover
The fix for bug 17 re-breaks bug 9, because nobody wrote down why bug 9 was fixed.

7 min [tutorial][full-stack][reactjs]

How I Used Claude Code to Build a Full-Stack React App: A Step-by-Step Development Guide

How I built a full-stack React + Next.js + TypeScript app with Claude Code: each step shows the prompt, what it produced, and what I corrected.

Claude Code Engineering 3/9

how-i-used-claude-code-to-build-a-full-stack-react-app-a-step-by-step-development-guide--cover
A breach in week one destroys user trust before it has formed.

10 min [vibe-coding][cursor][claude-code]

How AI coding tools edit code: 6 things from shipping software with real users

What's actually happening when your AI coding tool rewrites a whole file, misses a diff, or loads files you never mentioned.

Claude Code Engineering 1/9

how-ai-coding-tools-edit-code--cover
The tool reports four edits applied, makes two, and tells you nothing.

[02]Narrow it down

[03]Read in order

One series runs through this tag.