milestone-update

Update milestone.md checkboxes and append a session notes entry.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates maintaining milestone progress by updating completed checkboxes in milestone.md and appending a session note to capture what happened in the current session.

Core Features & Use Cases

  • Milestone synchronization: Reads milestone.md to determine current progress and updates checkboxes based on the actual work completed this session.
  • Session note automation: Appends a structured "참고 노트" section with a timestamped summary of findings, decisions, and next steps.
  • Safe decision-making: Does not modify completed items and prompts for confirmation when any uncertainty remains.

Quick Start

Update the milestone progress by reading milestone.md, marking completed checkboxes, and adding a session note.

Frequently Asked Questions about milestone-update

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

FAQPage Schema
How do I automatically update milestones and session notes from git commits?

You can automate milestone updates by parsing git diff or git log to evaluate completed session work, then marking corresponding checkboxes in milestone.md and appending a timestamped session note summarizing findings and next steps.

How does milestone synchronization with git diff work for markdown checklists?

Milestone synchronization works by reading milestone.md, evaluating session work via git diff or git log, and safely updating the checklist by marking completed checkboxes without altering items already marked as done.

What is the best way to append session notes to a markdown milestone file?

The best way to append session notes is to add a structured timestamped section capturing findings, decisions, and next steps directly into milestone.md after evaluating the actual work completed during the session.

Can I use git workflow automation to update milestone progress without overwriting completed tasks?

Yes, git workflow automation can safely update milestone progress by parsing milestone.md and only modifying uncompleted checkboxes, ensuring already completed items remain unaltered throughout the update process.

How do I prompt for confirmation when updating milestone checkboxes with uncertain session work?

When uncertainty remains during milestone updates, the workflow prompts for confirmation before marking checkboxes as completed, ensuring safe decision-making and preventing incorrect updates to milestone.md.

What are the limitations of automating milestone updates from git log?

Automating milestone updates from git log requires parsing milestone.md and evaluating session work accurately; limitations include potential uncertainty in matching commits to tasks, prompting confirmation when unclear to prevent incorrect checkbox updates.