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:
- ALWAYS update
plan.mdafter completing any task (prevents duplicate work across sessions) - ALWAYS evaluate before marking anything complete
- NEVER skip the pre-execution plan evaluation