Personal work
Your dog's health notes, a weekend side project, what you're studying — a life kept in folders any AI can pick up, for years.
The open standard for AI-readable project folders
Your projects, readable by any AI or agent — context in seconds. Set up in one minute:
A ready-made Projects folder with the standard and the operating instructions already inside.
Download the starter folderUnzip it and move the Projects folder to Google Drive, Dropbox, OneDrive — anywhere your AI can read files.
In ChatGPT, Claude, Gemini — any chat with file access — say the command below. It reads the folder and picks up where you left off.
Read my Projects folderSunday Sourdough/ ├── PREP.md ← what this is, where it stands, what to read ├── LOG.md ← append-only history, one dated line per session └── memory/ ← a full snapshot of each session
PREP.md is the entry point. Its MAP tells the AI what to read and when, so it boots light instead of scanning everything. Optional files like knowledge/, TOOLS.md and DECISIONS.md join only when a project needs them.
Your dog's health notes, a weekend side project, what you're studying — a life kept in folders any AI can pick up, for years.
A shared project a colleague can open with a different AI and continue instantly. The context isn't trapped in one person's chat history.
An agent with no context guesses. PREP is its onboarding in seconds: goal, state, history, decisions — and, with TOOLS.md, which tools it may use.
The starter folder includes the prompt, so most people never need this. But if you'd rather set things up by hand, copy the PREP prompt and paste it into a Project's instructions in ChatGPT or Claude.
PREP is a short, open specification — small enough to read in five minutes. It's free to use, adapt and build on, with attribution.