Claude Conductor (lackeyjb) — Summary
Claude Conductor by lackeyjb is a streamlined Claude Code plugin implementing Context-Driven Development, described as "Inspired by Conductor for Gemini CLI." It ships 5 slash-commands, 3 named sub-agents (planner, implementer, reviewer), 4 lifecycle hooks, and 3 skills as a clean, reduced-surface version of the rbarcante design. The core novelty versus the seed superbasicstudio/claude-conductor is the explicit 3-agent architecture: /conductor:new-track always delegates to a planner agent, /conductor:implement always delegates to an implementer agent, and phase checkpoints spawn a reviewer agent — establishing a clear separation of concerns through agent specialization. It also ships 4 hooks (SessionStart, PreToolUse:Write|Edit, PostToolUse:Write|Edit, Stop) that auto-load context and track changes without user intervention. Compared to rbarcante, it removes the Python CLI helper, Pattern Reference Layer, snippet library, ADR logging, and skill ecosystem — focusing on the core three-phase lifecycle with tight TDD enforcement. The MZWASHERE variant is a byte-for-byte copy of this repo, created on the same day, differing only in its README language.