A CLI that generates the development environment for AI-assisted development — the docs, rules, prompts and checklists an assistant reads before it writes a line of your code.
It does not generate your application code. It generates everything around it: the context that decides whether an assistant produces something you would merge or something you would rewrite. Answer a short wizard and the generator writes documentation, per-technology AI rules for eight tools, nine reusable prompts, checklists, a folder structure, an environment template and a merged package manifest.
npx ai-project-bootstrap
Every run follows the same pipeline. Nothing touches disk until every builder has succeeded, so a failure partway through never leaves a half-written project behind.
Wizard → Selection → validate → resolve → build context → builders → VirtualFs → disk
No timestamps, no absolute paths, stable ordering. The same answers always produce byte-identical output — which is what makes regenerating a project months later safe rather than frightening.