Using Claude Projects without the mess
Projects give Claude persistent context — but most people dump everything in and wonder why answers get worse. A clean system for organizing Projects.
A Claude Project is a workspace with memory: shared knowledge, custom instructions, and a thread history that all reference the same context. Used well, it removes the "let me re-explain everything" tax. Used badly, it becomes a junk drawer that makes Claude vaguer, not sharper.
The failure mode
People treat the knowledge base like cloud storage — 60 documents, half outdated. More context is not more intelligence. Conflicting or stale documents pull answers toward mush.
Watch out
If two documents in a Project disagree, Claude has no way to know which one you meant. Curate ruthlessly.
A clean Project, layer by layer
- Project instructions — the role and the rules, kept short.
- Canonical knowledge — the current source of truth, nothing superseded.
- Threads — one thread per task, not one mega-thread for everything.
One Project per outcome
Resist the "one Project for my whole job" urge. Make a Project per repeating outcome:
- "Weekly investor update" — knowledge: metrics doc, last update, tone guide.
- "Support macro writer" — knowledge: product docs, voice guide, refund policy.
Each stays small, current, and sharp.
Project: Weekly Investor Update
├─ Instructions: tone, length, what to include/omit
├─ Knowledge:
│ ├─ metrics-current.csv ← updated weekly
│ └─ last-update.md ← previous edition
└─ Threads: 2026-W23, 2026-W24, ...The weekly hygiene pass
Five minutes a week: remove anything stale, replace the metrics file, archive finished threads. A Project that stays clean stays smart.
Keep reading
Custom Instructions that survive model updates
Anthropic ships new models constantly. Here's how to write Custom Instructions that keep working — and stay out of the traps that break on every update.
Readskills · 3 minBuilding Claude Skills: a complete guide
How to write a Claude Skill — frontmatter, structure, when they fire, the mistakes that kill routing, and 5 worked examples.
Read