πŸ”Œ

conductor

πŸ”ŒPlugin

wshobson/agents

VibeIndex|
What it does
|

Conductor is a Claude Code plugin from the wshobson/agents marketplace that transforms Claude Code into a project management tool by implementing Context-Driven Development.

Overview

Conductor is a Claude Code plugin from the wshobson/agents marketplace that transforms Claude Code into a project management tool by implementing Context-Driven Development. It enforces a structured workflow of Context, Specification and Planning, then Implementation, treating context as a managed artifact alongside code. Based on the original Conductor project by Google for Gemini CLI, it has been adapted for Claude Code by wshobson.

Key Features

  • Interactive Project Setup: The /conductor:setup command creates foundational project documentation including product vision, tech stack preferences, workflow rules, and language-specific style guides, with support for both greenfield and brownfield projects
  • Track-Based Development: The /conductor:new-track command creates feature or bug tracks with detailed specifications (spec.md) and phased implementation plans (plan.md) through interactive Q&A
  • TDD Workflow: The /conductor:implement command executes tasks from the plan following a red-green-refactor cycle with verification checkpoints, updating task status markers as work progresses
  • Semantic Revert: The /conductor:revert command provides git-aware undo by logical work units (track, phase, or task), finding all associated commits for clean rollbacks
  • Track Lifecycle Management: The /conductor:manage command handles archiving, restoring, deleting, renaming tracks, and cleaning up orphaned artifacts
  • State Persistence: Project setup state is saved to JSON, allowing you to resume the setup process across multiple Claude Code sessions
  • Project Status Overview: The /conductor:status command displays current phase, task, completion percentage, and identified blockers

Who is this for?

Developers and teams who want structured, specification-first development workflows where Claude Code manages project context, generates implementation plans, and executes tasks with built-in verification checkpoints and git-aware rollback capabilities.

πŸͺ

Part of

wshobson-agents

workflows

Installation

Add marketplace in Claude Code:
/plugin marketplace add wshobson/agents
Step 2. Install plugin:
/plugin install conductor@claude-code-workflows
27,048
-
Last UpdatedJan 19, 2026

More from this repository10

πŸ”Œ
data-validation-suiteπŸ”ŒPlugin

The data-validation-suite plugin is part of the wshobson/agents marketplace for Claude Code. It falls under the Data category, which includes two data-focused plugins: data engineering and data validation.

πŸ”Œ
deployment-validationπŸ”ŒPlugin

A Claude Code plugin from the wshobson/agents marketplace for deployment validation, providing specialized AI agents and tools to ensure reliable production deployments within a 73-plugin ecosystem.

πŸ”Œ
ui-designπŸ”ŒPlugin

The ui-design plugin is part of the wshobson/agents marketplace for Claude Code, providing specialized AI agents for UI/UX design assistance within development workflows.

πŸ”Œ
machine-learning-opsπŸ”ŒPlugin

An MLOps plugin from the wshobson/agents ecosystem providing Claude Code with specialized agents and skills for ML pipeline management, model deployment, experiment tracking, and production monitoring.

πŸ”Œ
shell-scriptingπŸ”ŒPlugin

Shell Scripting is a Claude Code plugin from the wshobson/agents marketplace that provides AI-powered assistance for writing and maintaining shell scripts.

πŸ”Œ
accessibility-complianceπŸ”ŒPlugin

A Claude Code plugin with specialized AI agents for accessibility compliance auditing, WCAG standards verification, and remediation guidance in web and mobile applications.

πŸ”Œ
cicd-automationπŸ”ŒPlugin

A Claude Code plugin for CI/CD automation with 4 specialized skills covering pipeline design, GitHub Actions, GitLab CI, and secrets management, part of the wshobson/agents marketplace.

πŸ”Œ
reverse-engineeringπŸ”ŒPlugin

The reverse-engineering plugin is part of the wshobson/agents marketplace for Claude Code, providing specialized AI agents for code analysis, binary examination, and system reverse engineering tasks.

πŸ”Œ
functional-programmingπŸ”ŒPlugin

The functional-programming plugin is part of the wshobson/agents marketplace for Claude Code. It falls under the Languages category, which includes seven language-focused plugins covering Python, JavaScript/TypeScript, systems programming, JVM, sc...

πŸ”Œ
comprehensive-reviewπŸ”ŒPlugin

Comprehensive Review is a Claude Code plugin from the wshobson/agents marketplace that provides multi-perspective code analysis covering architecture, security, and best practices.