conductor-setup

Generate standardized Conductor project artifacts and track registry with setup_state.json.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/chicanoandres702/SentientAIBrowser --skill conductor-setup-chicanoandres702
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: conductor-setup
Source: https://github.com/chicanoandres702/SentientAIBrowser/tree/main/.agents/workflows/conductor-setup
Command: npx skills add https://github.com/chicanoandres702/SentientAIBrowser --skill conductor-setup-chicanoandres702

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of a standardized Conductor project structure by generating essential artifacts and a guided setup workflow.

Core Features & Use Cases

  • Generates a complete artifact scaffold including conductor/index.md, conductor/product.md, conductor/product-guidelines.md, conductor/tech-stack.md, conductor/workflow.md, conductor/tracks.md, and optional style guides.
  • Provides an interactive Q&A flow to capture product and technical decisions, with resume support via state file.
  • Ensures track-based expansion by initializing a conductor track registry and preserving progress in setup_state.json.

Quick Start

Run the conductor-setup workflow to generate the foundational Conductor artifacts.

Frequently Asked Questions about conductor-setup

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

FAQPage Schema
How do I automate project documentation setup for a new workflow?▼

Automating project documentation setup generates a standardized suite of artifacts including product guidelines, tech stack, and workflow files. An interactive Q&A flow captures your technical decisions to scaffold the entire structure automatically.

What's the best way to generate a standardized tech stack and workflow scaffold?▼

Generating a standardized tech stack and workflow scaffold requires creating specific markdown files within a conductor directory. The setup process applies to both greenfield and brownfield projects to ensure consistent documentation across the codebase.

Can I resume an interactive project setup if the process gets interrupted?▼

Resuming an interactive project setup is supported by persisting your progress in a state file. The setup_state.json file captures your product and technical decisions, allowing you to continue the guided Q&A flow exactly where you left off.

Does the Conductor setup workflow work with existing brownfield codebases?▼

The Conductor setup workflow supports existing brownfield codebases by generating foundational artifacts without overwriting code. It initializes a track registry and creates documentation files like product.md and workflow.md alongside your current project structure.

What documents are included in a Conductor project artifact suite?▼

A Conductor project artifact suite includes index, product, product-guidelines, tech-stack, workflow, and tracks markdown files. It also generates optional code styleguides alongside a setup_state.json file to maintain your configuration progress.

Why do I need a track registry for my project setup?▼

A track registry ensures track-based expansion by organizing parallel workstreams within your project documentation. Initializing this registry during setup preserves your structural progress and maintains consistent workflow tracking across development phases.