milestone

Track LOC, run tests per chunk, and create milestones at 800 LOC.

1|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/fengqiyu0317/assassyn --skill milestone-fengqiyu0317
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: milestone
Source: https://github.com/fengqiyu0317/assassyn/tree/main/assassyn-master/.claude/skills/milestone
Command: npx skills add https://github.com/fengqiyu0317/assassyn --skill milestone-fengqiyu0317

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Milestone Skill enables AI agents to drive software implementation forward in manageable increments by automatically tracking progress, LOC, and milestone checkpoints to prevent scope creep and improve transparency.

Core Features & Use Cases

  • Incremental implementation in 100-200 LOC chunks for easier review
  • LOC tracking and milestone checkpoint creation at 800 LOC to signal milestones
  • Continuous testing after each chunk and local milestone documentation to capture progress

Quick Start

Begin milestone-driven implementation by tracking LOC, running tests after each chunk, and creating a local milestone when the 800 LOC threshold is reached.

Frequently Asked Questions about milestone

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

FAQPage Schema
How do I track incremental implementation progress and prevent scope creep in AI-driven development?

Incremental implementation progress is tracked by driving development forward in 100-200 LOC chunks with automatic LOC accounting and milestone checkpointing to prevent scope creep and improve transparency.

What is the best way to manage LOC tracking and create milestone checkpoints during automated code generation?

LOC tracking and milestone checkpoint creation are managed by using git diff-based LOC accounting to measure code volume, automatically generating a local milestone when the 800 LOC threshold is reached.

How do I run tests continuously after each incremental implementation chunk?

Tests are executed continuously after each implementation chunk by instructing the AI agent to run test suites immediately following every 100-200 LOC increment to capture progress and ensure code stability.

Can I use git diff-based LOC accounting for branch management with automated milestone generation?

Git diff-based LOC accounting supports branch management by measuring added lines of code per increment, triggering local milestone documentation and checkpoint generation when the 800 LOC threshold is reached.

Why does my AI agent need local milestone documentation during incremental implementation?

Local milestone documentation is needed to capture progress systematically at each 800 LOC threshold, ensuring that incremental implementation chunks are reviewed and integrated with the milestone workflow.

What are the limitations of using a fixed 800 LOC threshold for milestone checkpointing?

The fixed 800 LOC threshold for milestone checkpointing limits flexibility, requiring exactly 800 lines of code via git diff accounting before generating a local milestone, which may not suit all project scales.