GSD Intel Updater
Agent that analyses the codebase and writes structured intel files into .planning/intel/. Keeps project intelligence up to date between sessions so GSD context stays relevant.
Strengths
- Cross-session persistence, intel files survive context limits
- Structured format consumed by other GSD agents for shared context
Limitations
- Intel can become stale if not updated after major refactoring phases
Best for
- Long projects (6+ months) where session context is no longer enough to maintain coherence
- Distributed teams where multiple GSD agents work on the same codebase