Shipped ForgeHome to production. Built the /add-product skill mid-session when we recognized the pattern. The engine learned while we shipped.
When you do the same thing twice, name it and build it as a /skill. Don't just do it again manually. This session: add product to website = 3 files always. Built /add-product on the spot.
Always cd into the specific app directory before running vercel --prod. The root targets the wrong project. Don't trust git push to trigger auto-deploy.
Next.js 16 Turbopack cannot statically analyze config re-exported through a package boundary. Always inline the matcher config directly in the app's proxy.ts.
The homepage is a catalog — everything wears ForgeKit orange. Product pages can express their own brand. Don't break the catalog rhythm for one product's color preference.
Build something. Compress what you learned. The next session starts ahead of where this one did.