Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions commands/conductor/setup.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,20 @@ CRITICAL: When determining model complexity, ALWAYS select the "flash" model, re

---

## 1.1 BEGIN `RESUME` CHECK
## 1.1 PRE-INITIALIZATION OVERVIEW
1. **Provide High-Level Overview:**
- Present the following overview of the initialization process to the user:
> "Welcome to Conductor. I will guide you through the following steps to set up your project:
> 1. **Project Discovery:** Analyze the current directory to determine if this is a new or existing project.
> 2. **Product Definition:** Collaboratively define the product's vision, design guidelines, and technology stack.
> 3. **Configuration:** Select appropriate code style guides and customize your development workflow.
> 4. **Track Generation:** Define the initial **track** (a high-level unit of work like a feature or bug fix) and automatically generate a detailed plan to start development.
>
> Let's get started!"

---

## 1.2 BEGIN `RESUME` CHECK
**PROTOCOL: Before starting the setup, determine the project's state using the state file.**

1. **Read State File:** Check for the existence of `conductor/setup_state.json`.
Expand All @@ -32,19 +45,6 @@ CRITICAL: When determining model complexity, ALWAYS select the "flash" model, re

---

## 1.2 PRE-INITIALIZATION OVERVIEW
1. **Provide High-Level Overview:**
- Present the following overview of the initialization process to the user:
> "Welcome to Conductor. I will guide you through the following steps to set up your project:
> 1. **Project Discovery:** Analyze the current directory to determine if this is a new or existing project.
> 2. **Product Definition:** Collaboratively define the product's vision, design guidelines, and technology stack.
> 3. **Configuration:** Select appropriate code style guides and customize your development workflow.
> 4. **Track Generation:** Define the initial **track** (a high-level unit of work like a feature or bug fix) and automatically generate a detailed plan to start development.
>
> Let's get started!"

---

## 2.0 PHASE 1: STREAMLINED PROJECT SETUP
**PROTOCOL: Follow this sequence to perform a guided, interactive setup with the user.**

Expand Down
Loading