DEV Community

Manoir Yantai
Manoir Yantai

Posted on

promo_hermes_current

vibe-coding-universal 实时对话版(英文)

Reddit r/programming (标题党风格)

Title: I made a tool that forces AI to ask questions before writing any code

Been using vibe coding for a while. The biggest problem? AI jumps straight into generic layouts the moment you say "build me a dashboard." No questions, no clarification, just mediocre code.

So I built something that makes AI stop and ask: What's your brand? Who are your users? What does "good" actually look like to you?

It runs 7 rounds of dialogue first. Then you get a design spec with exact CSS tokens from 71 real design systems (Linear, Stripe, Airbnb, Apple, etc.). Then it generates the full build spec before a single line of code gets written.

Most people I've shown this to either love it or think it's over-engineered. I'm in the love it camp.

GitHub: https://github.com/mage0535/vibe-coding-universal

Install is literally: curl -fsSL https://raw.githubusercontent.com/mage0535/vibe-coding-universal/main/install.sh | bash

Anyone else built workflow tools to rein in AI coding assistants?

Top comments (0)