Just last week (December 16, 2025), Google launched Conductor a game-changing extension for Gemini CLI that introduces context-driven development. Instead of jumping straight into coding, it enforces a structured lifecycle: Context → Spec & Plan → Implement. This helps maintain persistent project context, formalize plans in Markdown, track progress, and keep AI agents aligned with your tech stack, style guides, and team workflows.
As a big fan of this disciplined approach (and a heavy Claude user), I immediately thought: Why not bring the same power to Claude Code?
That's why I open-sourced Conductor for Claude Code — a plugin that ports this exact workflow to the Anthropic ecosystem.
Key features:
Plan before building with structured specs and plans
Shared, persistent context (product docs, tech stack, style guides)
Visible progress tracking with tracks, phases, and task status
Git-aware logical reverts (by tracks/phases/tasks, not just commits)
Simple commands:
/conductor:setup
/conductor:new-track
/conductor:implement
/conductor:status
/conductor:revert
Quick local install (marketplace-ready soon):
claude --plugin-dir /path/to/conductor_cc
If you're working with Claude Code and want more predictable, reviewable, and team-scalable workflows — give it a try!
Repository: https://github.com/pilotparpikhodjaev/conductor_cc
tenxsengineer•2h ago