ワンクリックで
conductor
Context-driven development with spec-driven workflows, TDD-based task execution, track management, and phase checkpointing
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Context-driven development with spec-driven workflows, TDD-based task execution, track management, and phase checkpointing
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | conductor |
| description | Context-driven development with spec-driven workflows, TDD-based task execution, track management, and phase checkpointing |
Conductor is a context-driven development framework that treats context as a managed artifact alongside code. It follows the "measure twice, code once" philosophy through spec-driven workflows.
Setup your project:
/conductor-setup
Create a new track:
/conductor-newtrack "Add user authentication"
Implement the track:
/conductor-implement
A track is a high-level unit of work (feature, bug fix, chore) that contains:
spec.md - Requirements and specificationsplan.md - Implementation tasks organized in phasesmetadata.json - Track status and metadataConductor follows a Test-Driven Development (TDD) workflow:
The conductor/ directory contains:
product.md - Project goals, users, featuresproduct-guidelines.md - Brand, voice, visual identitytech-stack.md - Languages, frameworks, databasesworkflow.md - Development methodology (TDD)tracks.md - Master list of all tracksInitializes the Conductor environment for your project. Creates the conductor/ directory and guides you through:
Creates a new track with spec and plan documents.
Usage:
/conductor-newtrack "Add user authentication"
The command will:
Executes the current track tasks following the workflow.md protocol.
Usage:
/conductor-implement
The command will:
Displays the current track status and progress.
Usage:
/conductor-status
Reverts tracks, phases, or tasks using git history.
Usage:
/conductor-revert
conductor/
├── product.md # Project goals, users, features
├── product-guidelines.md # Brand, voice, visual identity
├── tech-stack.md # Languages, frameworks, databases
├── workflow.md # Development methodology (TDD)
├── tracks.md # Master list of all tracks
├── setup_state.json # Setup progress tracking
├── code_styleguides/ # Language-specific style guides
└── tracks/
└── <track_id>/
├── spec.md # Requirements
├── plan.md # Implementation tasks
└── metadata.json # Track status
This skill includes templates for:
workflow.md - TDD workflow templatecode_styleguides/ - Language-specific style guidesSee the templates/ directory in this skill for more details.
If you're migrating from the Gemini CLI Conductor extension:
conductor/ directory is fully compatibleFor issues or questions about Conductor, refer to: