conductor-setup

Initialize Conductor workflow configuration files and directory structures.

15|3|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/richardcb/oh-my-gemini --skill conductor-setup-richardcb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conductor-setup
Source: https://github.com/richardcb/oh-my-gemini/tree/main/skills/conductor-setup
Command: npx skills add https://github.com/richardcb/oh-my-gemini --skill conductor-setup-richardcb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the initialization of the Conductor workflow in a project, setting up all necessary configuration files and directory structures for structured development.

Core Features & Use Cases

  • Automated Setup: Creates essential Conductor configuration files (product.md, tech-stack.md, workflow.md, tracks.md, code_styleguides/general.md).
  • Contextualization: Gathers project overview, target users, and problem statements to populate product.md.
  • Tech Stack Detection: Automatically detects the project's technology stack by examining common configuration files.
  • Hook Integration: Configures Conductor's phase enforcement hooks for advisory or strict mode.
  • Use Case: When starting a new project or adopting Conductor for an existing one, run this Skill to quickly establish a robust and organized development framework.

Quick Start

Run /omg:setup to initialize Conductor in your project.

Frequently Asked Questions about conductor-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I initialize a structured workflow configuration in my project?

To initialize a structured workflow configuration, run the setup command to automatically generate essential files like product.md, tech-stack.md, and workflow.md. This establishes directory structures and hook-based phase enforcement for organized development processes.

What is automated tech stack detection for project initialization?

Automated tech stack detection examines your existing project configuration files to identify the technologies you are using. It then populates the tech-stack.md file automatically, ensuring your workflow guidelines match your actual development environment.

How do I set up phase enforcement hooks for development processes?

You set up phase enforcement hooks during the initialization process by configuring them in either advisory or strict mode. This integrates structured development processes directly into your workflow, ensuring guidelines are followed.

Can I use this workflow setup for an existing project?

Yes, you can use this workflow setup for existing projects to quickly establish a robust development framework. It gathers your project overview and problem statements to populate the necessary context files without disrupting current work.

What configuration files are required for structured project development?

Essential configuration files for structured project development include product.md, tech-stack.md, workflow.md, tracks.md, and code_styleguides/general.md. These files define product context, technology stacks, and workflow guidelines.