tracker-executor

Execute tracker file phases with harness gate validation and progress updates.

Updated Dec 15, 2025
One-click install
npx skills add https://github.com/unfazed-dev/nexus_store --skill tracker-executor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tracker-executor
Source: https://github.com/unfazed-dev/nexus_store/tree/main/.claude/skills/tracker-executor
Command: npx skills add https://github.com/unfazed-dev/nexus_store --skill tracker-executor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill automates the execution of any phase within any project tracker, ensuring consistent progress, adherence to quality gates, and accurate status updates.

Core Features & Use Cases

  • Universal Phase Execution: Runs any phase of any tracker file (TRACKER-*.md).
  • Automated Workflow: Executes tasks, runs harness gates, and updates progress tables and logs.
  • Use Case: You're working on a complex feature and need to advance the 'Implementation' phase of its tracker. This Skill will execute all defined tasks, run code quality checks, and update the tracker's status and progress bar.

Quick Start

Execute the next pending phase for the tracker located at docs/trackers/in_progress/documentation/TRACKER-flow-documentation-redesign.md.

Frequently Asked Questions about tracker-executor

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

FAQPage Schema
How do I automate tracker phase execution and run harness gates for a project?

Automate tracker phase execution by running a specified phase in a tracker file, executing tasks, validating harness gates, and updating progress. It supports code, document, and generic tracker types with TDD protocols and selective invariant checks.

Can I use TDD protocols when executing phases in a code tracker?

Yes, TDD protocols are supported for code trackers during phase execution. The executor applies test-driven development workflows during task execution, while document and generic trackers use selective invariant checks for validation.

How do I update tracker progress tables and logs after completing a phase?

Update tracker progress tables and logs automatically by executing the next pending phase. The executor performs semantic commits of changes, ensuring accurate status tracking and progress bar updates within the tracker file.

What is the best way to run quality gates during workflow automation?

Run quality gates during workflow automation by executing a tracker phase, which automatically validates harness gates. This ensures code quality checks pass before updating the tracker status and committing changes.

Does tracker phase execution work with generic and document tracker types?

Yes, tracker phase execution works with generic and document tracker types. While code trackers use TDD protocols, document and generic trackers perform selective invariant checks to validate phase completion and update progress.

Why does my tracker phase execution fail harness gate validation?

Tracker phase execution fails harness gate validation when defined quality checks do not pass during task execution. The executor halts progress updates until all gate criteria for the specified phase are successfully met.