Module Add

Wire a backend or infrastructure module (auth, database, payments, email, file storage, deploy config, content CMS) into an already-scaffolded app. Reads `.workflow/meta.json#stack` for the chosen tech (better-auth, drizzle+neon, stripe, resend, vercel, etc.) and modifies the codebase at the project root to install + configure the module end-to-end. Always idempotent — running twice does not duplicate config. Use when the user says "add auth", "wire up the database", "set up Stripe", "add file uploads", "configure deploy", "add a CMS", "set up Sanity", "headless CMS", "aggiungi un CMS", "module aggiungi auth", or the orchestrator routes here from phase `scaffolded` / `page_generated`. Not for: scaffolding the app (`design-md-to-app`) or building UI (`screenshot-to-page`).

lukedj78 cc078e0 15 files · 194.1 KB Updated

File contents

lukedj78/dev-flow/tree/main/module-add commit cc078e01d4

Frequently asked questions

npx skillmds@latest add lukedj78/module-add