Skip to content

Commit 05c4277

Browse files
committed
docs(conductor): Synchronize docs for track 'AIX and SkillShare Integration'
1 parent 5e33bbe commit 05c4277

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

conductor/product.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Conductor is a Context-Driven Development tool originally built for `gemini-cli`
77
To create a universal "Conductor" that orchestrates AI-assisted development workflows identically, regardless of the underlying tool or IDE. Whether a user is in a terminal with `gemini-cli` or `qwen-cli`, or inside VS Code (Antigravity), the experience should be consistent, context-aware, and command-driven.
88

99
## Core Objectives
10-
- **Multi-Platform Support:** Expand beyond `gemini-cli` to support `qwen-cli` (and other CLI ports) and a native VS Code extension (targeting Google Antigravity/Copilot environments).
10+
- **Multi-Platform Support:** Expand beyond `gemini-cli` to support `qwen-cli`, `claude-cli`, `codex`, `opencode`, `aix`, `skillshare`, and a native VS Code extension (targeting Google Antigravity/Copilot environments).
1111
- **Unified Core:** Extract the business logic (prompts, state management, file handling) into a platform-agnostic core library. This ensures that the "brain" of Conductor is written once and shared.
1212
- **Consistent Workflow:** Guarantee that the `Spec -> Plan -> Implement` loop behaves identically across all platforms.
1313
- **Familiar Interface:** Maintain the slash-command UX (e.g., `/conductor:newTrack`) as the primary interaction model, adapting it to platform-specific equivalents (like `@conductor /newTrack` in IDE chat) where necessary.
@@ -24,5 +24,7 @@ To create a universal "Conductor" that orchestrates AI-assisted development work
2424
- **OpenCode (Agent Skills):** `~/.opencode/skill/<skill>/SKILL.md``/conductor-setup`
2525
- **Codex (Agent Skills):** `~/.codex/skills/<skill>/SKILL.md``$conductor-setup`
2626
- **Antigravity:** `.agent/workflows/<skill>.md` (workspace) and `~/.gemini/antigravity/global_workflows/<skill>.md` (global) → `/conductor-setup`
27+
- **AIX:** `~/.config/aix/conductor.md``/conductor-setup`
28+
- **SkillShare:** `~/.config/skillshare/skills/<skill>/SKILL.md``/conductor-setup`
2729
- **VS Code Extension:** `conductor-vscode/skills/<skill>/SKILL.md``@conductor /setup`
2830
- **GitHub Copilot Chat:** `~/.config/github-copilot/conductor.md``/conductor-setup`

0 commit comments

Comments
 (0)