Prevent AI-generated code projects from becoming archaeological sites.
You’re working on a project. AI helps you generate code fast. You switch to another project. A week/month/year later, you come back and have no idea:
Multiply this across dozens of AI-accelerated projects and you end up abandoning perfectly good code because the context is lost.
One minimal file (NOW.md) at the root of every repo that:
/now-update command# Clone this repo
git clone https://github.com/VirtualAdam/now.git
# Copy .prompt folder into your project root
cp -r now/.prompt /path/to/your-project/
In your project (with GitHub Copilot enabled):
You: /now-update
Copilot will analyze your codebase and conversation history and generate NOW.md at your repo root.
At the end of your work session:
You: /now-update
Copilot updates the NOW with current state, blockers, and next steps.
When you return (tomorrow or next year):
/now-status to get instant reorientation from copilot using NOW.mdA minimal 5-section structure (<500 words):
META # Version, last updated
STATE # What problem, current focus, what's blocking
EVIDENCE # Test status with proof (no false claims)
NEXT # Single immediate task with completion criteria
CONTEXT # Key decisions & failed approaches (optional)
See NOW.md for the complete schema specification.
| Command | What It Does | When to Use |
|---|---|---|
/now-update |
Generate/update NOW.md with current state | First time setup or end of work session |
/now-status |
Read and summarize existing NOW.md | When returning to project for quick reorientation |
TL;DR: Copy .prompt/ folder to your project. Type /now-update before you stop working. Never lose context again.