The Feature-Docs Hierarchy
August 25, 2026
How a Claude Code skill system turns feature planning into a governed hierarchy: explicit per-tier reference folders, branch-per-implementation, two-layer status, versioned upgrades.
Read moreTopic
How AI coding agents work, the patterns that make them effective, and the tools that power agent-driven development.
5 posts
July 14, 2026
Git is the backbone of every AI coding agent's workflow. A tour of the Git commands agents use every day — clone, branch, diff, stage, commit, push — and why Git's design maps naturally to agent-driven development.
Read moreJuly 14, 2026
From merging half-done code into main to mastering git stash and worktrees — a personal journey through the Git features that save you from yourself.
Read moreJuly 14, 2026
Why codebase boundaries are the key to parallel agent work — from merge conflict mechanics to downstream cascades and how seams protect against all of it.
Read more