phase-tracker

Automate phase-level progress tracking across SPEC.md, TASKS.md, and CHECKLIST.md.

1|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/tygwan/ultra-codex-init --skill phase-tracker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phase-tracker
Source: https://github.com/tygwan/ultra-codex-init/tree/main/.codex/skills/phase-tracker
Command: npx skills add https://github.com/tygwan/ultra-codex-init --skill phase-tracker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Phase별 개발 진행상황 추적 및 관리 에이전트로, 단일 phase의 상태를 실시간으로 모니터링하고 phase 간 전환 및 체크리스트 검증을 자동화합니다.

Core Features & Use Cases

  • Phase 문서 트리 뷰를 통해 SPEC.md, TASKS.md, CHECKLIST.md 기반의 phase 상태를 관리합니다.
  • 진행률 계산(완료 항목 / 총 항목)과 상태 아이콘 표시를 통해 phase의 진행 상황을 한 눈에 파악합니다.
  • progress-tracker와의 연동으로 전체 프로젝트의 forest view를 유지하고, 필요 시 다음 phase로의 원활한 전환을 지원합니다.

Quick Start

Create a new phase folder and begin tracking progress by populating SPEC.md, TASKS.md, and CHECKLIST.md.

Frequently Asked Questions about phase-tracker

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

FAQPage Schema
How do I track development phase progress using SPEC.md and TASKS.md files?

Phase progress tracking calculates completion ratios from CHECKLIST.md items and updates TASKS.md and PROGRESS.md accordingly. It evaluates completed items against total items to generate a quantitative progress percentage with status indicators.

How does phase transition work when managing task checklists across multiple development phases?

Phase transitions work by updating TASKS.md and PROGRESS.md once CHECKLIST.md status checks pass. It coordinates with progress-tracker integration to maintain a forest view across the project, ensuring smooth transitions to the next phase when current tasks complete.

Do I need separate markdown files for SPEC, TASKS, and CHECKLIST to use phase progress tracking?

Yes, separate SPEC.md, TASKS.md, and CHECKLIST.md files are required. The tracking logic parses these documents to compute completion ratios and update phase status. Without them, the agent cannot evaluate progress or trigger transitions.

Can I integrate phase tracking with context-optimizer and doc-splitter for documentation workflows?

Yes, you can integrate phase tracking with context-optimizer, dev-docs-writer, and doc-splitter. These integrations allow you to maintain documentation structure and optimize context while phase-tracker handles progress calculation and phase-level status monitoring.

What is the best way to visualize project progress across multiple development phases?

The best way to visualize project progress is through the forest view provided by progress-tracker integration. It aggregates individual phase statuses from CHECKLIST.md files and displays status icons with completion ratios for a comprehensive project overview.