conductor-4-all
v0.0.13
Published
Conductor spec-driven development CLI - TypeScript/Node.js version
Readme
Conductor for All
Conductor for All is a standalone command-line tool designed to bring the Conductor spec-driven development methodology to any coding environment.
Originally tied to the Gemini CLI extension, this project aims to decouple the methodology, allowing developers to install and initialize Conductor workflows in their projects so they can be leveraged by any AI Coding Agent (e.g., Claude Code, Cursor, VS Code Copilot, Codex) or IDE.
🎯 Goals
- Universal Compatibility: Enable the Conductor methodology outside of the Gemini CLI ecosystem.
- Agent-Agnostic Setup: Provide a mechanism to "install" Conductor commands and templates into a project, effectively "enabling" it for consumption by multiple different coding agents.
- Standardization: Create a unified interface for project orchestration that bridges the gap between human intent and AI execution.
🚀 Usage
1. Setup Conductor in Your Project
To initialize Conductor in your project, simply run the following command in your project root:
npx conductor-4-all install2. Alternative: Build from Source
If you prefer to build from source:
pnpm install
pnpm build
node dist/index.js installYou will be prompted to select your AI Coding Agent:
- Opencode
- Claude Code
- Antigravity
- Cursor
- VS Code Copilot
- Codex
- Windsurf
- Cline
- Gemini CLI
This will verify the environment and install the necessary Conductor files:
- Commands: Agent-specific prompt or command files (e.g.,
.opencode/commands/conductor:setup.mdor.gemini/commands/conductor:setup.toml) that your agent can execute. - Templates: Workflow guides and style guides (e.g.,
.opencode/conductor/templates/).
3. Using Conductor with Your Agent
Once installed, you can instruct your AI Agent to perform Conductor tasks using the installed commands. For example:
@agent /conductor:setup- Initialize the project structure.@agent /conductor:newTrack- Start a new feature or bug fix track.@agent /conductor:implement- Implement the selected track.@agent /conductor:status- Check the status of current tracks.
Note: The exact invocation syntax depends on your specific agent's slash command or file context capabilities.
🙏 Acknowledgements
This project is inspired by and based on the Conductor methodology originally developed for the Gemini CLI. We aim to extend its benefits to the broader developer ecosystem.
