Memory & Recall
Your project context persists — specialists pick up where you left off.
Every new Claude Code session starts blank. You re-explain the codebase structure, the architectural decisions from last sprint, the conventions your team agreed to. Guild eliminates this. When you run /guild init, Guild scans the repo and writes synthesized knowledge to .guild/wiki/: architecture patterns, active decisions, codebase standards. Before each specialist dispatches on a subsequent run, guild:context-assemble loads the relevant wiki pages into that specialist's context bundle. The architect starts the next run knowing your module boundaries. The backend specialist starts knowing the naming conventions already decided. No re-scanning. No re-explaining.
Concrete example
You run /guild init in an unfamiliar Rails monorepo. Guild writes a codebase-map.json and an architecture-map.md stub, then synthesizes findings into .guild/wiki/. Next /guild "add OAuth login" run: the architect specialist loads the architecture map; the backend specialist loads the conventions wiki page. Neither re-reads the whole repo. Each starts informed — faster and with fewer wrong turns.
Later runs compound on earlier ones. Specialists recall constraints and decisions without you restating them each time.