DEV Community

azous
azous

Posted on

Context Driven Development for Claude Code

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

https://github.com/rbarcante/claude-conductor

Top comments (0)