Context-driven development framework that enables structured lifecycle for software projects: Context, Spec & Plan, Implement
npx claudepluginhub rbarcante/claude-conductorContext-driven development framework that enables structured lifecycle for software projects: Context → Spec & Plan → Implement
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Measure twice, code once.
Conductor is a Claude Code plugin that enables Context-Driven Development. It turns Claude Code into a proactive project manager that follows a strict protocol to specify, plan, and implement software features and bug fixes.
Instead of just writing code, Conductor ensures a consistent, high-quality lifecycle for every task: Context -> Spec & Plan -> Implement.
The philosophy behind Conductor is simple: control your code. By treating context as a managed artifact alongside your code, you transform your repository into a single source of truth that drives every agent interaction with deep, persistent project awareness.
# Add the marketplace
/plugin marketplace add rbarcante/claude-conductor
# Install the plugin
/plugin install conductor@claude-conductor
# Option 1: Project-specific installation
cp -r claude-conductor ~/.claude/plugins/conductor
# Option 2: Use with --plugin-dir flag
cc --plugin-dir /path/to/claude-conductor
Conductor is designed to manage the entire lifecycle of your development tasks.
Note on Token Consumption: Conductor's context-driven approach involves reading and analyzing your project's context, specifications, and plans. This can lead to increased token consumption, especially in larger projects or during extensive planning and implementation phases.
When you run /conductor:setup, Conductor helps you define the core components of your project context. This context is then used for building new components or features by you or anyone on your team.
Generated Artifacts:
conductor/product.mdconductor/product-guidelines.md (includes codebase patterns for brownfield)conductor/tech-stack.mdconductor/workflow.mdconductor/code_styleguides/conductor/docs/ (pattern documentation for brownfield projects)conductor/tracks.mdconductor/index.md (navigation index)/conductor:setup
When you're ready to take on a new feature or bug fix, run /conductor:newTrack. This initializes a track — a high-level unit of work. Conductor helps you generate two critical artifacts: