
V Marketplace
- 1 repo stars
- Updated April 26, 2026
- vinothpandian/v-marketplace
claude-conductor is a Context-Driven Development plugin that lets developers plan, specify, and implement software features with AI assistance using repository-backed tracks and TDD.
About
v-marketplace distributes claude-conductor, a Context-Driven Development framework for Claude Code that makes the repository the single source of truth for AI-assisted feature work. Commands cover project setup, creating feature or bug tracks with specs and plans, TDD-based implementation, progress status, and git-aware rollback. Reach for it when you want structured tracks instead of improvising each coding session. It suits developers who prefer explicit specifications and test-first execution before merging changes.
- Context-Driven Development: measure twice, code once
- /claude-conductor:setup initializes product definition and workflow
- /claude-conductor:new-track creates feature or bug tracks with specs
- /claude-conductor:implement executes plan tasks using TDD
- /claude-conductor:revert provides git-aware rollback of tracks
V Marketplace by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add vinothpandian/v-marketplaceAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | April 26, 2026 |
| Repository | vinothpandian/v-marketplace ↗ |
How do I keep AI-assisted feature work anchored to specs, plans, and verifiable implementation instead of drifting context?
Initialize context-driven tracks with specs and plans, then implement features test-first with git-aware status and rollback in Claude Code.
Who is it for?
Developers who want explicit tracks, specifications, TDD execution, and git-aware rollback inside Claude Code.
Skip if: One-off edits that do not need product definition, written specs, or tracked implementation phases.
What you get
Yields initialized project context, track specs and plans, TDD-driven task execution, status views, and optional git-aware reverts.
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
FAQ
What is the claude-conductor philosophy?
It follows Context-Driven Development with the motto measure twice, code once.
How do I start a new feature?
Run /claude-conductor:new-track to create a feature or bug track with a spec and plan.
Can I undo track work?
Yes. /claude-conductor:revert provides git-aware rollback of tracks, phases, or tasks.