I’ve been using this Claude Code framework and loving it!
It is an enhancement from the Gemini extensions “conductor” , it’s a “context-driven development “ approach.
Context -> Spec & Plan -> Implement
It basically scans your project at the beginning to build a overview of its stacks and guidelines, them it tracks each change you want to make “/conductor:newTrack” and you implement whenever trough “/conductor:implement” and it auto injects SKILLS defined in the plugin as well
It has some python scripts to automate some tasks to reduce token consumption and time.
Check it out
Top comments (1)
I’ve been playing around with Claude Code lately and noticed the exact same thing: the 'magic' only happens when you feed it the right environment map.
It's less about being a 'prompt engineer' and more about being a 'context architect' now.
Using it for the next time my agent starts hallucinating because it can't see the full dependency tree. Nice one!