What It Does¶
Vibe Code Common Sense is not another coding agent.
It is a system for guiding coding agents.
In Plain English¶
It tells your agent:
- what the project is;
- what the project is not;
- what to build first;
- how small each PR should be;
- what proof is required before saying "done";
- where to record progress.
Why It Works¶
AI agents drift when the project has no rails.
They invent architecture, skip documentation, bundle unrelated work, forget what merged, and keep moving without proving progress.
Vibe Code Common Sense prevents that by making the agent write the project rails before writing product code.
Core Rule¶
No product features before project rails.