conductor-setup

Scaffold software projects by generating product, tech stack, and workflow files.

19|2|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/vasilistsavalias/conductor_for_codex --skill conductor-setup-vasilistsavalias
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conductor-setup
Source: https://github.com/vasilistsavalias/conductor_for_codex/tree/main/skills/conductor-setup
Command: npx skills add https://github.com/vasilistsavalias/conductor_for_codex --skill conductor-setup-vasilistsavalias

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the initial setup and configuration of a software project, ensuring a consistent and efficient development environment based on the Conductor methodology.

Core Features & Use Cases

  • Project Initialization: Guides users through setting up new (Greenfield) or existing (Brownfield) projects.
  • Environment Configuration: Defines product vision, guidelines, tech stack, and workflow.
  • Use Case: When starting a new project, run this Skill to automatically create essential configuration files like product.md, tech-stack.md, and workflow.md, and set up the project structure.

Quick Start

Run the conductor-setup skill to initialize a new project.

Frequently Asked Questions about conductor-setup

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

FAQPage Schema
How do I scaffold a new software project and generate configuration files?

Scaffolding a new software project is automated by interactively defining your product vision, guidelines, and tech stack to generate configuration files like `product.md`, `tech-stack.md`, and `workflow.md`.

What is the best way to set up a Conductor environment for an existing codebase?

Setting up a Conductor environment for an existing codebase uses Brownfield project initialization to interactively define workflow configurations and generate `product.md` and `conductor/index.md` files.

Can I resume project initialization if the setup process is interrupted?

Project initialization can be resumed if interrupted because the setup process includes state management to track progress and continue defining workflow and tech stack configurations.

What configuration files are automatically created during project initialization?

Project initialization automatically creates `product.md`, `product-guidelines.md`, `tech-stack.md`, `workflow.md`, and `conductor/index.md` files based on your interactive inputs.

Does project scaffolding work for both Greenfield and Brownfield applications?

Project scaffolding supports both Greenfield and Brownfield initializations, allowing you to define technology stacks and workflow guidelines for new builds and existing software projects.