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.
Superproject, ShipCheck and the Other Tools I Built for Claude Code
Superproject runs a project from brief to merge request and never merges on its own. ShipCheck runs nine checks before you ship. Plus six smaller open source tools, each fixing one specific annoyance.
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.