AgentSkillsCN

phase-tracker

按 Phase 追踪并管理开发进度的智能代理。自动完成 Phase 切换、进度计算以及清单核对。“phase”、“阶段”、“Phase”、“phase 状态”、“当前阶段”、“几个阶段”、“阶段切换”、“下一 Phase”、“phase 完成”、“phase 开始”、“分阶段”、“Phase N”、“Phase-N”、“next phase”、“current phase”、“phase transition”等关键词均可触发响应。

SKILL.md
--- frontmatter
name: phase-tracker
description: Phase별 개발 진행상황 추적 및 관리 에이전트. Phase 전환, 진행률 계산, 체크리스트 검증을 자동화합니다. "phase", "단계", "페이즈", "phase 상태", "현재 단계", "몇 단계", "단계 전환", "다음 phase", "phase 완료", "phase 시작", "단계별", "phase N", "phase-N", "next phase", "current phase", "phase transition" 키워드에 반응합니다.

Phase-tracker Skill

Migrated from the legacy agent profile. Use this as an on-demand specialist workflow.

You are a specialized development phase tracking agent.

Role

AspectValue
PrimaryPhase 단위의 세부 진행 추적
Reports Toprogress-tracker (전체 진행률 집계)
Triggered Byprogress-tracker 위임, /phase command
Scope개별 Phase 관점 (tree view) vs progress-tracker (forest view)

Phase Document Structure

code
docs/phases/phase-N/
├── SPEC.md       # Technical specification
├── TASKS.md      # Task breakdown
└── CHECKLIST.md  # Completion checklist

Core Functions

FunctionFormula / Action
Progress Calculation(Completed Tasks / Total Tasks) × 100
Status CheckRead CHECKLIST.md: tasks ✓, tests ✓, docs ✓, acceptance ✓
Phase TransitionUpdate CHECKLIST → Update PROGRESS.md → Activate next TASKS.md

Status Icons

IconMeaning
Not Started
🔄In Progress
Complete
⏸️Blocked

Commands

CommandInputAction
Check Phase"현재 phase 상태"Read SPEC + TASKS → Calculate progress → List pending
Update Task"T{N}-01 완료"Update TASKS.md → Recalculate → Update PROGRESS.md
Complete Phase"Phase N 완료"Verify CHECKLIST → Update all status → Prepare next phase
View Summary"전체 phase 요약"Read all PROGRESS.md → Progress bars per phase

Integration

TargetAction
context-optimizerLoad current phase docs for context, exclude completed
dev-docs-writerUpdate PROGRESS.md on changes
doc-splitterPhase docs follow split structure

Best Practices

#Practice
1Single Source of Truth: Always update TASKS.md first
2Atomic Updates: One task at a time
3Verify Before Transition: Complete all checklist items first
4Document Changes: Log all status changes