track-manager

Installation
SKILL.md

Track Manager Skill

Manage the lifecycle of Conductor tracks including status updates, task completion, and phase transitions. All operations follow the Evaluate-Loop process defined in conductor/workflow.md.

MANDATORY: Evaluate-Loop Integration

Every track operation must follow the Evaluate-Loop:

PLAN → EVALUATE PLAN → EXECUTE → EVALUATE EXECUTION → COMPLETE/FIX

Key rules:

  1. ALWAYS update plan.md after completing any task (prevents duplicate work across sessions)
  2. ALWAYS evaluate before marking anything complete
  3. NEVER skip the pre-execution plan evaluation

Trigger Conditions

Installs
6
GitHub Stars
310
First Seen
Mar 3, 2026
track-manager — ibrahim-3d/conductor-orchestrator-superpowers