
Lackeyjb Claude Conductor
- 15 repo stars
- Updated December 30, 2025
- lackeyjb/claude-conductor
lackeyjb-claude-conductor is a Claude Code plugin that applies a context-driven development framework so planning and implementation stay aligned in the agent.
About
lackeyjb-claude-conductor brings a Context-Driven Development framework into Claude Code, inspired by the Gemini CLI conductor extension. developers who lose coherence across long sessions can treat context as a first-class artifact: what to build, constraints, and implementation steps stay attached to the work instead of dissolving in chat history. Use it when you are past raw ideation and need disciplined planning before the agent edits your repo. It suits agent-native products and internal tools where wrong assumptions are expensive. The bundle ships one plugin oriented to planning and implementation verbs. It does not replace code review tools or test runners; it reduces drift between what you decided and what Claude implements.
- Context-Driven Development framework adapted for Claude Code
- Inspired by Gemini CLI conductor patterns for structured agent work
- Single-plugin bundle focused on planning and implementation alignment
- Separates durable context from ephemeral chat when shipping features
- Workflow category: conductor-style orchestration, not a one-shot generator
Lackeyjb Claude Conductor by the numbers
- Data as of Jul 14, 2026 (Skillselion catalog sync)
/plugin install lackeyjb-claude-conductor@lackeyjb/claude-conductorAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 15 |
|---|---|
| Last updated | December 30, 2025 |
| Repository | lackeyjb/claude-conductor ↗ |
What it does
Run context-driven planning and implementation in Claude Code so the agent builds from explicit specs instead of vibe-only prompts.
Who is it for?
Best when you're running multi-step features in Claude Code and want conductor-like structure without switching to another CLI.
Skip if: Quick one-file edits or teams that already enforce specs solely through external PM tools and CI gates.
What you get
You maintain conductor-style context that steers planning and implementation so shipped code matches what you actually scoped.
- Structured context for features under active development
- Planning-to-implementation workflow inside Claude Code
- Reduced mismatch between scoped intent and generated code
Recommended Plugins
How it compares
Workflow framework plugin, not an MCP integration or domain skill pack.
FAQ
Who is Lackeyjb Claude Conductor for?
Claude Code users who want context-driven development and conductor-inspired planning before and during implementation.
When should I use Lackeyjb Claude Conductor?
When a feature needs persistent context, explicit planning, and aligned implementation across multiple agent turns.
How do I add Lackeyjb Claude Conductor to my agent?
Add the lackeyjb/claude-conductor plugin to Claude Code, then follow its framework steps to establish context before asking for code changes.