milestone

Track LOC and test results across milestone-driven implementation chunks.

1|2|Updated Sep 17, 2025
One-click install
npx skills add https://github.com/MAdrid1011/Zircon-VLIW --skill milestone-madrid1011
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: milestone
Source: https://github.com/MAdrid1011/Zircon-VLIW/tree/main/.claude/skills/milestone
Command: npx skills add https://github.com/MAdrid1011/Zircon-VLIW --skill milestone-madrid1011

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Drive implementation forward by organizing work into milestone-driven chunks, automatically tracking LOC, and recording checkpoint progress to maintain transparent visibility across development sessions.

Core Features & Use Cases

  • Incremental delivery: implement features in repeatable 100-200 LOC chunks with progress visibility.
  • LOC tracking and checkpoints: accumulate LOC across chunks and create milestone documents when thresholds are reached.
  • Test orchestration: run and summarize tests after each chunk to guide next steps and ensure quality.
  • Resume-friendly: store local milestone state to resume work across sessions and branches.

Quick Start

Begin by loading the issue plan, identify the first milestone chunk, and start implementing with continuous testing and LOC tracking.

Frequently Asked Questions about milestone

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

FAQPage Schema
How do I track incremental feature delivery and resume progress across development sessions?

Track incremental feature delivery by chunking work into milestones and storing local milestone state. This allows you to resume implementation across sessions and branches by loading saved checkpoint progress and LOC data.

What is the best way to manage LOC tracking and test orchestration for long-running software initiatives?

Manage LOC tracking by accumulating code in repeatable 100-200 LOC chunks. After each chunk, test orchestration runs and summarizes results to guide next steps, ensuring quality and creating milestones when thresholds are reached.

How do I implement features in safe chunks with frequent checkpoints?

Implement features in safe chunks by organizing work into milestone-driven iterations of 100-200 LOC. This creates frequent checkpoints, running tests after each chunk to ensure quality before proceeding to the next milestone.

When do I need to create a milestone document during incremental development?

Create a milestone document during incremental development automatically when reaching 800 LOC, especially when tests are not yet all green. This ensures progress is checkpointed and transparent before continuing implementation.

Does milestone-driven incremental delivery work for long-running software initiatives with transparent progress needs?

Milestone-driven incremental delivery is designed for long-running software initiatives. It provides transparent progress visibility by tracking LOC, summarizing test results, and maintaining clear status after each implementation chunk.