The Google Developers Blog announced on July 16, 2026, that Conductor, initially introduced last year as a Gemini CLI extension, has been re-released as a portable plugin. This update extends conversational Spec-Driven Development (SDD) to new ecosystems, including Antigravity CLI and Claude. The plugin aims to streamline developer workflows by allowing natural language interaction with an AI assistant, which then dynamically manages persistent markdown artifacts such as spec.md and plan.md.
Key Points
- Conductor has transitioned from a Gemini CLI extension to a portable plugin.
- The plugin enables conversational Spec-Driven Development (SDD) with AI assistants.
- It supports integration with tools such as Antigravity CLI and Claude.
- The system dynamically manages persistent markdown artifacts like
spec.mdandplan.md. - The Conductor Plugin achieved a higher success rate on complex TerminalBench tasks compared to not using SDD.
- The update was announced on July 16, 2026, by Mahima Shanware, Sherzat Aitbayev, and Jay Kornder.
Context
According to the Google Developers Blog, Conductor was initially launched to integrate spec-driven development directly into the terminal, moving project awareness from ephemeral chat logs to version-controlled markdown files. The evolution into a plugin allows Conductor to package skills, rules, MCP servers, and hooks, creating a more fluid and conversational experience while maintaining the procedural rigor of SDD. This change removes the reliance on strict command sequences, enabling developers to discuss feature requirements naturally with the AI, which then intelligently updates context or checks off tasks.
Why It Matters
This development offers builders and researchers a more flexible approach to integrating AI into their development workflows. The portability of the Conductor Plugin across different AI tools, such as Antigravity CLI and Claude, means that project context and architectural specifications can persist and be managed conversationally, potentially reducing friction and improving task completion rates.
What To Do
- Install the Conductor Plugin to begin using its features.
- Test-drive the Conductor Plugin's features in the provided hands-on Codelab.
- Note how the plugin manages
spec.mdandplan.mdartifacts in your repository. - Compare the conversational interaction with previous command-line approaches for SDD.
