← BACK_TO_LOG

Conductor brings spec workflows to Antigravity

2026-07-18 · antigravity

Google Developers Blog posted a July 16 update announcing that Conductor now supports Antigravity. The release moves Conductor beyond its Gemini CLI roots into a portable plugin model for conversational spec-driven development. The key idea is simple: let developers talk naturally with an AI assistant while the tool manages durable project artifacts like `spec.md` and `plan.md` in the background. That makes agent-driven planning more portable across coding surfaces.

Key Features or Updates

Conductor now works as a portable plugin that supports Antigravity in addition to its earlier Gemini CLI workflow. The update emphasizes persistent markdown artifacts, natural-language interaction, and less dependence on rigid command sequences.

Impact on Developers

This is a meaningful step for multi-agent and multi-tool teams because it treats specs and plans as durable repo assets rather than chat-only context. It also points toward a more interoperable future where development workflows survive changes in the underlying assistant or CLI.

How to use it

Developers using agentic coding flows can adopt the same pattern by storing requirements, plans, and execution state in version-controlled markdown files. That gives Antigravity-style assistants a stable project memory while keeping architecture decisions reviewable in normal code workflows.

Read Original Post →