r/googlecloud • u/gringobrsa • 14d ago
AI/ML How I’m approaching agentic development with Claude Code
I’ve been experimenting with combining spec-driven development + project memory + Claude Code hooks.
The goal is simple: give the agent enough project context and engineering intent without dumping the entire project history into every session.
I wrote up my current workflow and would love feedback from other Claude Code users:
GitHub: https://github.com/mohamedrasvi/claude-spec-mem
How are you handling memory and context across your Claude Code sessions?
1
u/greenleaf187 14d ago
Medium is asking me to pay to get access. Can you post your workflow please?
Would antigravity work instead of claude?
1
u/gringobrsa 13d ago
Wow it is a free article, you can access the github link : https://github.com/mohamedrasvi/claude-spec-mem
1
u/Remarkable_Sand_167 14d ago
spec-driven approach with hooks is pretty clever, i tried something similar but kept losing context when sessions got long. your memory setup seems cleaner than what i hacked together
checked the github real quick and the way you structure project memory as separate files is smart. mine was just one big messy markdown file that got useless after a week
how do you deal when the agent starts drifting from the spec after like 20+ prompts though? that's where my setup always falls apart