Create a new feature or bug track with spec.md and plan.md
<description of feature or bug># Create New Track Create a new development track (feature, bug fix, or chore) with comprehensive specification and implementation plan. ## Argument Handling **The user's input after `/conductor:new-track` is the track description.** Examples: - `/conductor:new-track Add dark mode toggle` → description is "Add dark mode toggle" - `/conductor:new-track` → no description provided, must ask user If a description was provided with the command, use it directly. If not, ask the user for one. ## Setup Verification First, verify Conductor is properly set up: 1. Check for required files: -...