One idea
Do not make every AI chat start from zero. Put your project rules inside the repo so the assistant sees the same context when it helps you code or review.
Good instructions say what the app does, how to run checks, what patterns to follow, and what risks to watch.
Why this matters
AI coding assistants use more than your typed prompt. For example, Copilot Chat can use the current file and chat history, and supported instruction files can be added automatically to requests.
That means your repo can guide the assistant before you ask anything. This is useful in a hackathon team where one person works on React, another on API routes, and another on database code.