#215 · Primary category: AI Coding Assistants

conductor

antigravity antigravity-cli antigravity-cli-plugins gemini google spec-driven-development

A plugin for AI coding agents (Antigravity, Claude Code) enabling Spec-Driven Development to specify, plan, and implement software features.

Project last updated:08/11/26

GitHub Stars

3.7K

Forks

292

Contributors

17

License

Apache-2.0

Why we included this project

Most people I know who use coding agents have the same complaint: the output is often good, but it's also unpredictable, and it's hard to tell what the model will do on any given request. Conductor fixes that by adding a discipline layer on top of agents like Antigravity and Claude Code. Before the agent writes any code, it has to capture the project context, produce a spec and a plan, and only then implement against that plan. Features and bug fixes all go through the same Context -> Spec & Plan -> Implement lifecycle, so the repository becomes a single source of truth the agent refers back to instead of improvising from scratch each session. That's genuinely useful for teams that want changes they can review and reproduce, and for repos where several people or agents are touching the same code. You keep your existing agent; it just starts acting like a careful project manager.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category