Initialize project with Conductor artifacts (product definition, tech stack, workflow, style guides)
Initialize or resume Conductor project setup. This command creates foundational project documentation through interactive Q&A.
resources/implementation-playbook.md.Check if conductor/ directory already exists in the project root:
conductor/product.md exists: Ask user whether to resume setup or reinitializeconductor/setup_state.json exists with incomplete status: Offer to resume from last stepDetect project type by checking for existing indicators:
Load or create conductor/setup_state.json:
{
"status": "in_progress",
"project_type": "greenfield|brownfield",
"current_section": "product|guidelines|tech_stack|workflow|styleguides",
"current_question": 1,
"completed_sections": [],
"answers": {},
"files_created": [],
"started_at": "ISO_TIMESTAMP",
"last_updated": "ISO_TIMESTAMP"
}
CRITICAL RULES:
setup_state.json after each successful step