progress-tracking

Coordinate speckit orchestrator workflows for skill loading and progress tracking.

326|35|Updated Nov 23, 2025
One-click install
npx skills add https://github.com/athola/claude-night-market --skill progress-tracking-athola
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: progress-tracking
Source: https://github.com/athola/claude-night-market/tree/main/plugins/spec-kit/skills/speckit-orchestrator/modules/progress-tracking.md
Command: npx skills add https://github.com/athola/claude-night-market --skill progress-tracking-athola

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires speckit-orchestrator.

What problem does it solve?

Defines TodoWrite item patterns and progress tracking strategies for speckit workflows.

Core Features & Use Cases

  • Universal and phase-specific TodoWrite schemas
  • Phase-wise progress tracking for planning and verification
  • Cross-artifact consistency checks

Quick Start

Implement progress tracking across spec, plan, and tasks artifacts.

Frequently Asked Questions about progress-tracking

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

FAQPage Schema
How do I track progress across specification, planning, and implementation phases?

Progress tracking coordinates your speckit workflow phases by implementing TodoWrite item patterns and cross-artifact consistency checks. It manages session initialization, dependency resolution, and progress item creation across spec, plan, and implementation artifacts to enforce loading order and exit criteria.

What TodoWrite patterns should I use for multi-phase development workflows?

TodoWrite patterns define universal and phase-specific schemas for tracking progress. Universal patterns apply across all phases; phase-specific schemas target planning and verification stages. These patterns structure progress items to maintain consistency and enable automated verification across artifacts.

Can I use progress tracking with the speckit orchestrator?

Yes. Progress tracking is designed to work with the speckit orchestrator and applies at the start of any /speckit.* command. It leverages the command-skill-matrix and orchestrator modules to resolve dependencies, enforce preconditions, and manage multi-phase coordination automatically.

How do I ensure consistency across specification, planning, and task artifacts?

Progress tracking performs cross-artifact consistency checks that validate artifact relationships and enforce dependency loading order. These checks run during session initialization to catch misalignment before execution and ensure all phases align with your specification.

What happens if dependencies aren't loaded in the correct order?

Progress tracking enforces loading order through command dependency resolution and exit criteria validation. If dependencies load out of sequence, the skill fails precondition checks during initialization, preventing execution until the correct order is restored.

Related Skills