AI review without memory is just expensive déjà vu
/replan v1.3 and /recheck get three things AI-assisted development needed — project rules as a shared config, memory through lessons.md, an audit trail on disk — and /recheck adds a full /code-review high pass on real code changes. How the pieces compose and what to do this week.
Claude Code /goal: Set a Finish Line, Walk Away, Come Back Done
The new /goal slash command in Claude Code 2.1.139 turns Claude into an autonomous agent that keeps working across many turns until a verifiable condition is met. A practical guide — how to write a good goal, where it fails, and where it's worth using this week.
Shift+Tab Is a Trap: Why Your AI Plan Ignores Half Your Codebase
Basic plan mode in Claude Code gives you a decent plan — but /feature-dev and /writing-plans give you a dramatically better one. Here's why the upgrade is worth it.
The first plan from Claude Code is always flawed — invented functions, missed edge cases. How I use the /replan plugin to get a plan I can actually trust.
How I built a native macOS app from my phone in one afternoon
DropShot is a menu bar utility for developers. Built in an afternoon from a phone with Claude Code — research, plan, Swift code, CI pipeline. Another 2 hours at the computer for polish.
5 Tools I Built for Claude Code – And Why I Use Them Every Day
When AI doesn't work out of the box, you build your own tools. Garbage collector, Telegram notifications, documentation optimizer, remote server setup, and DropShot.
How I built an invoicing system with double-entry bookkeeping in 3 days
Invoicing in 1 day, double-entry accounting in 2 more days. AI generated a specification against legislation – 3,430 lines, 142 sources. The system was built overnight.