Skip to main content
๐
Templates
๐๏ธ
Templates
14 drop-in files for your repo and your AI sessions. Download, then fill in the blanks.
Context & memory
5 files
๐
AGENTS.md
Project rules and hard limits. The first thing every AI session reads.
0
๐
CLAUDE.md
Claude Code's entry file. Imports AGENTS.md so the rules live in one place.
0
๐
architecture.md
File map: where state lives, server vs client boundaries.
0
๐
implementation-plan.md
Ordered task list with acceptance criteria. The agent's punch list.
0
๐
MEMORY.md
Append-only log of decisions, gotchas, and in-progress threads.
0
Spec & research
3 files
๐
research.md
Validate the idea: problem, demand, competitors, wedge, kill criteria.
0
๐
PRD.md
What you're building, for whom, and what 'done' looks like.
0
๐
TechDesign.md
Every stack decision with a one-line reason. No open choices.
0
Repo hygiene
6 files
๐
.gitignore
Sensible ignores for a Node / Next.js project, secrets included.
0
๐
.env.example
A safe, committable map of the env vars your app needs.
0
๐
README.md
The front door: what it is, how to run it, how to contribute.
0
๐
LICENSE
MIT license, the permissive default for open source.
0
๐
TASK.md
Your living task list: do next, in progress, discovered during work.
0
๐
CHANGELOG.md
A human-readable record of what shipped, version by version.
0