Vibe Coding Starter Pack

6 collaboration templates you can download into your project.To call prompts and Skills from your IDE, start with the prompt library.

Coding with AI — do these sound familiar?

Re-explaining everything in every new conversation

Project background, tech stack, coding rules — you re-tell it all every time you switch tools or open a new session.

AI guesses and builds the wrong thing

You ask for "a search box" and it writes 200 lines. No scope check, no options offered.

Hitting the same pitfall three times

Nothing is recorded or summarized. Pitfalls are only remembered verbally — easy to fall in again.

All rules lost when switching AI tools

.cursorrules for Cursor, CLAUDE.md for Claude, instructions for Copilot — each written separately, each different.

These 6 documents are the fix

They distill lessons from hundreds of AI collaborations in real projects into a cross-tool, cross-session AI collaboration foundation. Works with every AI tool — AGENTS.md is the single source of truth, and tool-specific configs derive from it.

AGENTS.md

The entry point for AI collaborators. Defines 5 collaboration rules (single focus, minimal changes, confirm when unsure, never decide for the user, say when you don't know) and the standard flow for every session. The first file AI opens in your project.

QUICKREF.md

A 30-second cheat sheet. Hard rules, forbidden list, frequent commands, and an on-demand doc index. The first place AI tools look to understand project constraints.

PITFALLS.md

A pitfall log template with 7 common pitfalls (key leaks, scope drift, stale docs, guessing, drive-by refactors, fabricated data, rule conflicts), each in the standard 现象→consequence→root cause→rule format.

DECISIONS.md

Architecture Decision Records. Defines when to write an ADR, the standard format, and includes 2 examples. Keeps tech choices and trade-offs traceable.

DEVELOPMENT-STANDARDS.md

Development standards. 9 chapters covering architecture, design principles, code style, Git conventions, testing, security, API design, database, and a checklist for new features.

GOVERNANCE.md

Project governance and evolution rules. A four-layer lifecycle (session → module → milestone → evolution), doc health checks, bloat checks, and dead-reference detection.

Get started in 3 steps

1

Download

Download the ZIP and extract it to your project root, or download individual files.

2

Chat

Open the project in your AI tool. After reading AGENTS.md, AI asks about your project name, stack, and role, filling in the placeholders as you chat. You just answer — no manual searching for {{.

3

Collaborate

Once placeholders are filled, AI removes the setup section and enters normal collaboration. Every new session starts by reading the docs and confirming the focus.

How it works

You open your AI tool → AI reads AGENTS.md (5 rules + session flow) → reads QUICKREF.md (hard rules + forbidden list) → loads PITFALLS / DECISIONS / STANDARDS on demand → updates STATUS.md at the end of each session

Better yet: start from the prompt library

The ZIP is great for dropping in a few doc templates. To call and save prompts in Cursor / Claude, open the library or create an account.