A track is a logical work unit that encapsulates a complete piece of work. Each track has:. Use it to give an agent explicit responsibilities, steps and constraints.
Display the current status of the Conductor project, including overall progress, active tracks, and next actions. Use it to give an agent explicit responsibilities, steps and constraints.
Revert changes by logical work unit with full git awareness. Supports reverting entire tracks, specific phases, or individual tasks. Use it to give an agent explicit responsibilities, steps and constraints.
Create a new track (feature, bug fix, chore, or refactor) with a detailed specification and phased implementation plan. Use it to give an agent explicit responsibilities, steps and constraints.
Manage the complete track lifecycle including archiving, restoring, deleting, renaming, and cleaning up orphaned artifacts. Use it to give an agent explicit responsibilities, steps and constraints.
Execute tasks from a track's implementation plan, following the workflow rules defined in conductor/workflow.md. Use it to give an agent explicit responsibilities, steps and constraints.