milestone

Track LOC and test progress while generating milestone checkpoints.

56|12|Updated Dec 19, 2025
One-click install
npx skills add https://github.com/Synthesys-Lab/agentize --skill milestone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: milestone
Source: https://github.com/Synthesys-Lab/agentize/tree/main/.claude/skills/milestone
Command: npx skills add https://github.com/Synthesys-Lab/agentize --skill milestone

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gh, plan-guideline.

What problem does it solve?

This Skill enables large features to be implemented incrementally, tracking LOC and test progress, and generating milestone checkpoints.

Core Features & Use Cases

  • LOC Tracking & Checkpoints: Breaks work into chunks (100-200 LOC) and creates milestones at thresholds.
  • Continuous Testing: Runs tests after each chunk and records results.
  • Milestone Docs: Produces milestone documents to guide resume and delivery.

Quick Start

Start a milestone-driven implementation on an issue branch and monitor test results after each chunk.