Fill in. Get the
markdown.
AGENTS.md and PRD generators that turn your project details into ready-to-ship files. Runs in your browser. No sign-up, no API key, nothing sent anywhere.
Preview · AGENTS.md
# AGENTS.md > The file every AI coding session reads first. Keep it short, specific, and updated. ## Project **Name:** [Your project] **One-line:** [What it does in plain English. One sentence.] **Stack:** Next.js 16, TypeScript, Tailwind v4, Supabase, Vercel ## Conventions - kebab-case filenames - PascalCase component exports - no file over 500 lines ## Hard rules 1. **Never overwrite existing code unless explicitly asked.** Read before writing. 2. **No new state, deps, or files unless I ask.** Use what's already imported. 3. **Every new feature needs 3 tests:** 1 expected use, 1 edge case, 1 failure case. 4. **No-touch list:** `.env`, `.env.local`, `package-lock.json`, `next.config.ts`, `/public`. ## Memory bank The `memory-bank/` folder holds long-lived context. Read before any task: - `@architecture.md` — file map, where state lives, server/client boundaries (always read) - `@design-doc.md` — the PRD, what we're building and why (always read) - `progress.md` — completed steps, current state - `implementation-plan.md` — ordered task list ## Session kickoff At the start of every chat: > Read AGENTS.md, docs/PRD.md, and memory-bank/@architecture.md before doing > anything. Summarize what you understand before coding. ## Debugging contract When something breaks: 1. Don't refactor. Reproduce the bug in isolation. 2. Add logging, run `git bisect` if the bug is regression-shaped. 3. Show me the minimum diff that fixes it. 4. Only then suggest broader cleanup. --- _Template from [vibeprompt.tech](https://vibeprompt.tech/generator). Edit freely._
All inputs save to your browser. Nothing leaves your machine.
Missing
a generator?
More starter files would help vibe coders — AGENTS.md, PRD, memory-bank, architecture, implementation plan. Suggest one and we'll add it.