Are you the author? Sign in to claim
CLAUDE.md + PROGRESS.md templates for AI-assisted productivity
A simple system for giving AI (Claude) persistent context about your projects, rules, and workflow.
Two files. Zero plugins. Full context.
| File | Purpose |
|---|---|
CLAUDE.md | Context file that Claude reads first. Your projects, rules, and instructions. |
PROGRESS.md | Dashboard for all your projects. What's active, blocked, completed. |
CLAUDE.md at the root of your project or vaultThe key insight: Instead of re-explaining your projects every session, you maintain one file that Claude reads first. Your rules persist. Your context persists. Your AI finally has memory.
# Navigate to your vault
cd /path/to/your/vault
# Copy templates
cp /path/to/CLAUDE.md ./CLAUDE.md
cp /path/to/PROGRESS.md ./PROGRESS.md
# Start Claude Code in your vault directory
claude
# Navigate to your project
cd /path/to/your/project
# Copy CLAUDE.md template
cp /path/to/CLAUDE.md ./CLAUDE.md
# Customize for your project
# Start Claude Code
claude
The template has sections for:
Start minimal. Add sections as you discover what you need.
The template uses stages:
Not a to-do list. A dashboard. Update it when things change, not every task.
Q: Does my data leave my machine? A: When you use Claude Code, your prompts and file contents go to Anthropic's API. Data is not used for training. See Anthropic's privacy policy.
Q: Do I need Obsidian? A: No. CLAUDE.md works with any project directory. Obsidian is optional for managing a knowledge vault.
Q: Can I use this with GPT/other AI? A: The templates are markdown. They'll work conceptually with any AI that can read files. But Claude Code's auto-read of CLAUDE.md is Claude-specific.
MIT — Use it, modify it, share it.
Opinionated, agent-native Rails template — the production Rails starter ZAR uses internally, packaged with a CLAUDE.md o
Claude Code governance templates by tech stack : CLAUDE.md, scoped rules, architecture docs, cost control & dev-level ad
Context engineering patterns and templates for AI coding agents. CLAUDE.md / AGENTS.md examples from single-file through
Project framework for Claude Code. Templates for CLAUDE.md, skills, hooks, rules, and agents.