Purpose
Initialize a new NEAN project with the standard stack, scaffolding, GitHub security, and constraints.
Input: <app-name> (optional, default: "app")
Startup sequence (run in order)
1. Confirm stack decisions
/nean-stack
Establishes: toolchain, Nx monorepo layout, NestJS/Angular conventions, database approach, environments.
2. Scaffold the project
/nean-scaffold <app-name> [--github]
Creates: build-green baseline with CI, tests, shared libraries, API
[Description truncada. Veja o README completo no GitHub.]