Context-Driven Development framework - plan, specify, and implement software features with AI assistance
Executes the tasks defined in the specified track's plan
Plans a track, generates track-specific spec and plan documents
Reverts previous work using git-aware analysis
Scaffolds the project and sets up the Conductor environment
Displays the current progress of the project
Synchronize project documentation after track completion. Use when a track reaches completed status and product, tech-stack, or guidelines documents may need updates.
Test-Driven Development workflow for task implementation. Use when implementing tasks that require the Red-Green-Refactor cycle, quality gates, commit guidelines, or phase verification protocols.
Track lifecycle management patterns. Use when creating tracks, updating track status, generating track IDs, parsing plan files, or managing track metadata.
Runs pre-commands
Contains inline bash commands via ! syntax
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin marketplace with enhanced development workflow tools.
Add this marketplace to Claude Code:
# From GitHub (when hosted)
/plugin marketplace add your-username/v-marketplace
# From local path
/plugin marketplace add /path/to/v-marketplace
Then install plugins:
/plugin install claude-conductor@v-marketplace
Context-Driven Development framework that transforms your repository into a single source of truth for AI-assisted development.
Philosophy: "Measure twice, code once"
Commands:
/claude-conductor:setup - Initialize project with product definition, tech stack, and workflow/claude-conductor:new-track - Create a new feature or bug track with spec and plan/claude-conductor:implement - Execute tasks from the current track's plan using TDD/claude-conductor:status - View project progress and track status/claude-conductor:revert - Git-aware rollback of tracks, phases, or tasksplugins/your-plugin-name/.claude-plugin/plugin.json manifest.claude-plugin/marketplace.jsonSee the Plugin Documentation for details.
Apache-2.0
npx claudepluginhub vinothpandian/v-marketplace --plugin claude-conductorContext-Driven Development framework for spec-driven, structured software development. Transforms Claude Code into a project manager that follows a strict lifecycle: Context > Spec & Plan > Implement.
Unified toolkit for Context-Driven Development with spec-first planning, TDD workflow, and Beads integration
SPEC-First development workflow with TDD, Ralph Loop, and autonomous agent coordination for Claude Code
Test-driven development workflow for writing tests before implementation - red-green-refactor cycle with deterministic unit tests
Requirements-driven development workflow with quality gates for practical feature implementation
Spec-driven development pipeline for Claude Code: interview-to-spec, spec-approach, tdd, verify, diagnose, and a feature orchestrator.