Discussion about this post

User's avatar
Pawel Jozefiak's avatar

The execution delegation table in layer 1 is the piece most multi-project setups are missing. Without it you end up with everything routed to the same model and the same context regardless of task type, which is where configs start failing at scale.

Your three-way split (global identity + project tribal knowledge + agent specialization) maps closely to what I landed on after 1000+ sessions, though I got there messier. The 'don't do this' rules in layer 2 are underrated - explicit prohibitions age better than positive instructions because they survive refactoring.

Full architecture breakdown from the solo side: https://thoughts.jock.pl/p/how-i-structure-claude-md-after-1000-sessions

Doneyli De Jesus's avatar

Yeah it has been a journey for me as well. 1000s of sessions later here we are. In some projects I'd have a claude.md in subdirectories if it would mean loading less context for a specific task.

No posts

Ready for more?