milestone-execute

Identify the next incomplete milestone phase and implement it from plan.md.

1|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/gihwan-dev/claude-code-gui --skill milestone-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: milestone-execute
Source: https://github.com/gihwan-dev/claude-code-gui/tree/main/.claude/skills/milestone-execute
Command: npx skills add https://github.com/gihwan-dev/claude-code-gui --skill milestone-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

이 스킬은 마일스톤 관리에서 다음 미완료 Phase를 자동으로 식별하고 plan.md 기반 구현으로 실제 코드를 수행하도록 도와줍니다.

Core Features & Use Cases

  • 자동 Phase 식별: milestone.md의 상태를 해석해 다음 미완료 Phase를 선택합니다.
  • 태스크 생성 및 실행 로드맷: plan.md의 상세 구현 지침에 따라 필요한 태스크를 구성하고 실행합니다.
  • 태스크 간 의존성 및 실행 레이어링: 의존 관계를 분석해 Layer별 병렬/순차 실행 전략을 수립합니다.

Quick Start

프로젝트 루트에서 milestone-execute 스킬을 사용해 다음 미완료 Phase를 자동으로 식별하고 계획대로 실행합니다.

Frequently Asked Questions about milestone-execute

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

FAQPage Schema
How do I automate milestone phase execution in software project management?

Automating milestone phase execution involves identifying the next incomplete phase from milestone.md and implementing it based on plan.md. The workflow loads requirements and architecture from SPEC.md, milestone.md, plan.md, and survey.md to drive automated phase progression.

How does task dependency layering work for project milestones?

Task dependency layering analyzes task relationships from plan.md to establish layer-by-layer parallel or sequential execution strategies. It maps tasks to agents based on their dependencies to ensure correct execution order.

What files do I need to set up before automating milestone progression?

You need SPEC.md, milestone.md, plan.md, and survey.md in your project root. These files define requirements, architecture, milestone states, and detailed implementation instructions required for automated phase selection and execution.

Can I use milestone automation for non-software project task management?

Milestone automation applies specifically to software project milestones where SPEC.md, milestone.md, plan.md, and survey.md define requirements and architecture. It is not designed for generic non-software project task management workflows.

What is the best way to identify the next incomplete milestone phase automatically?

Identifying the next incomplete milestone phase is done by interpreting phase statuses recorded in milestone.md. The automation workflow parses this file to select the next incomplete phase and proceeds with task creation and execution based on plan.md.

Why does automated milestone execution require multiple specification files?

Automated milestone execution requires multiple specification files because it loads context from SPEC.md and survey.md for requirements and architecture, milestone.md for phase status, and plan.md for detailed implementation instructions to ensure accurate phase progression and validation.