Prisma explains why it added an NPS survey prompt directly into its CLI tool. The goal is to collect developer feedback at the moment they're actively using Prisma, without emails or tracking. The survey asks a single rating question (0–10), is skippable, suppressed in CI environments, and can be disabled with the `--no-hints` flag. Only the score, optional comment, and a random UUID are stored — no schema or query data. The post shares examples of feedback that directly influenced the roadmap, such as SQLite enum support shipped in v6.2.0.