What problem does it solve? Feature development without shared foundational context produces inconsistent code, and every session drifts from prior decisions. Conductor establishes and maintains project artifacts (product vision, tech stack, workflow rules, style guide) so every implementation phase works from the same context, with mandatory user checkpoints and revert capability. ## Core Features & Use Cases - Interactive Setup: Detects greenfield vs. brownfield projects and generates foundational artifacts (product.md, tech-stack.md, workflow.md, style-guide.md) through guided Q&A. - Spec & Plan Generation: Creates detailed feature specifications and phased implementation plans per track, requiring user approval before any code is written. - TDD Implementation with Revert: Executes tasks test-first with state tracking in state.json, and supports reverting by task, phase, or entire track via git revert commits. - Use Case: Starting a new feature like user authentication in an existing codebase — run setup once, create a track, approve the spec and plan, then let each TDD task complete with checkpoints between phases. ## Quick Start Ask the AI to run the conductor setup for this project and then create a new track for the feature you want to build.