track-manager

Coordinate Conductor track lifecycles with Evaluate-Loop phases and v2 metadata.

2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/AhmedElhadarey/Gilfoyle --skill track-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: track-manager
Source: https://github.com/AhmedElhadarey/Gilfoyle/tree/main/skills/track-manager
Command: npx skills add https://github.com/AhmedElhadarey/Gilfoyle --skill track-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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 to ensure quality gates and reduce drift.

Core Features & Use Cases

  • Evaluate-Loop workflow: PLAN → EVALUATE PLAN → EXECUTE → EVALUATE EXECUTION → FIX to enforce rigorous planning, execution, and recovery.
  • Metadata and governance: uses v2 metadata with explicit loop_state and checkpoints (PLAN, EVALUATE_PLAN, EXECUTE, EVALUATE_EXECUTION, FIX) for robust track tracking.
  • Track navigation & progress: supports marking tasks complete, transitioning between phases, and keeping conductor/tracks.md in sync.
  • Pre/post execution evaluation & recovery: conducts evaluations before completion and creates fix tasks when necessary to preserve system integrity.

Quick Start

Initialize and manage a new track by following the Evaluate-Loop workflow, updating plan.md and track metadata as tasks progress.

Frequently Asked Questions about track-manager

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

FAQPage Schema
How do I enforce an Evaluate-Loop workflow for project management tracks?

To enforce an Evaluate-Loop workflow for project management tracks, you coordinate lifecycle phases using PLAN, EVALUATE PLAN, EXECUTE, EVALUATE EXECUTION, and FIX checkpoints. This ensures rigorous planning, execution, and recovery while reducing drift across software engineering projects.

What is the Evaluate-Loop process for software engineering track management?

The Evaluate-Loop process for software engineering track management is a quality gate workflow enforcing sequential phases: PLAN, EVALUATE PLAN, EXECUTE, EVALUATE EXECUTION, and FIX. It coordinates track creation, status updates, and pre/post execution evaluations to preserve system integrity.

How do I transition phases and mark tasks complete in a Conductor track?

To transition phases and mark tasks complete in a Conductor track, you update track metadata and sync conductor/tracks.md. The process mandates pre-execution evaluations and creates fix tasks when necessary to ensure recovery before advancing the lifecycle.

How does v2 metadata handle loop state and checkpoints for track lifecycles?

V2 metadata handles loop state and checkpoints for track lifecycles by explicitly tracking loop_state across mandatory phases like PLAN, EVALUATE_PLAN, EXECUTE, EVALUATE_EXECUTION, and FIX. This provides robust governance and enforces plan updates during status transitions.

Do I need a specific environment to manage Evaluate-Loop driven lifecycles for Conductor tracks?

Managing Evaluate-Loop driven lifecycles for Conductor tracks requires an environment supporting v2 metadata handling and plan/evaluation checks. You need access to update plan.md and track metadata files to enforce mandatory status checkpoints and quality gates.

When should I create fix tasks during track phase transitions?

You should create fix tasks during track phase transitions when post-execution evaluations identify issues that compromise system integrity. This recovery step within the Evaluate-Loop workflow ensures quality gates are met before marking tasks complete or advancing phases.