Conductor (Gemini CLI extension)
A Gemini CLI extension implementing Context-Driven Development — turning the CLI into a project manager that walks agents through Context → Spec & Plan → Implement. A spec-driven-development tool whose distinctive move is treating context as a managed artifact alongside code, so the repo is “a single source of truth that drives every agent interaction with deep, persistent project awareness.”
Features
- Plan before implementation — detailed specs/plans direct the work; plan review required before execution (a course-correction gate).
- Persistent context — project guidelines, tech-stack prefs, workflow standards, shared at team level.
- Git-aware smart reversion — reverts by logical work units (tracks / phases / tasks), not raw commits.
- Commands:
/conductor:setup,/conductor:newTrack,/conductor:implement.
Why it routed here
It extends spec-driven-development from “spec before code” to “context + spec before code,” and is an orchestration/governance layer — an agentic-coding-harness focused on the planning/context side rather than execution fan-out. Notably it is the parallel-sprint engine inside gstack (10-15 simultaneous sessions). On Gemini CLI, it also shows the google/Gemini side building the same harness patterns as the Claude side.
Related
spec-driven-development · agentic-coding-harness · gstack · agent-orchestration · google