track-manager

Coordinate and enforce the Evaluate-Loop workflow for Conductor tracks.

371|38|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers --skill track-manager-ibrahim-3d
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: track-manager
Source: https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers/tree/main/skills/track-manager
Command: npx skills add https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers --skill track-manager-ibrahim-3d

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage the lifecycle of Conductor tracks, including status updates, task completion, and phase transitions, while enforcing the Evaluate-Loop workflow.

Core Features & Use Cases

  • Track lifecycle management: update track status, mark tasks complete, and move between phases with checkpoints.
  • Enforce Evaluate-Loop: ensure PLAN, EVALUATE PLAN, EXECUTE, EVALUATE EXECUTION, and FIX cycles align with the spec.
  • Metadata synchronization: align with conductor/workflow.md and tracks plan/evaluation artifacts.

Quick Start

Trigger a track operation to initialize or advance a track through PLAN, EVALUATE PLAN, EXECUTE, and EVALUATE EXECUTION.

Frequently Asked Questions about track-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce the evaluate-loop workflow for Conductor track status updates?▼

To enforce the evaluate-loop workflow for Conductor track status updates, this skill coordinates PLAN, EVALUATE PLAN, EXECUTE, EVALUATE EXECUTION, and FIX cycles. It applies checkpoint-driven phase progression to ensure track management aligns with the specification.

How does phase transition work across multiple Conductor tracks?▼

Phase transition across multiple Conductor tracks works through checkpoint-driven progression managed by this skill. It coordinates task completion and applies pre/post evaluation to synchronize plan evaluation artifacts before moving between phases.

What is the evaluate-loop process for task completion in track management?▼

The evaluate-loop process for task completion in track management is a structured cycle enforcing PLAN, EVALUATE PLAN, EXECUTE, and EVALUATE EXECUTION phases. It ensures plan synchronization and metadata handling align with conductor workflow specifications before completion.

Can I synchronize v2 metadata and plan evaluation artifacts without external dependencies?▼

Yes, you can synchronize v2 metadata and plan evaluation artifacts without external dependencies. This skill handles metadata synchronization natively, aligning track status updates with conductor workflow specifications independently.

How do I initialize a track operation to advance through plan and execution phases?▼

To initialize a track operation and advance through plan and execution phases, trigger a track operation within this skill. It manages the lifecycle from PLAN to EVALUATE EXECUTION, enforcing checkpoints and pre/post evaluation at each transition.