implementation-velocity-tracking

Track software delivery velocity and quality metrics to update forecasts and dashboards.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/onshoreoutsourcing/lighthouse-beacon --skill implementation-velocity-tracking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementation-velocity-tracking
Source: https://github.com/onshoreoutsourcing/lighthouse-beacon/tree/main/.claude/skills/implementation-velocity-tracking
Command: npx skills add https://github.com/onshoreoutsourcing/lighthouse-beacon --skill implementation-velocity-tracking

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps software teams measure actual vs estimated work, forecast remaining effort, and monitor quality trends to improve delivery predictability.

Core Features & Use Cases

  • Velocity tracking: Capture wave/ sprint velocity and compute team velocity using historical data.
  • Quality indicators: Track defects and test coverage to monitor code quality alongside delivery.
  • Forecasting & dashboards: Generate predictive estimates and dashboards to communicate progress to stakeholders.
  • Use Case: After completing a development wave, record metrics to update velocity dashboards and inform next sprint planning.

Quick Start

Use the velocity-tracking skill to record metrics for a completed wave, e.g., "Record velocity metrics for wave-5.1.1: 28 actual hours, 24 estimated, 3 defects, 92% coverage" and query "Estimate remaining work for the next 5 waves using historical velocity".

Frequently Asked Questions about implementation-velocity-tracking

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

FAQPage Schema
How do I track sprint velocity and forecast remaining effort using historical data?

Sprint velocity tracking uses historical actual vs estimated hours to compute team velocity, while predictive scripts analyze these trends to forecast remaining effort for future waves or sprints. This improves delivery predictability by comparing planned vs actual work.

Can I monitor defect density and test coverage alongside velocity metrics?

Yes, velocity tracking includes quality indicators that monitor defect density and test coverage percentages alongside delivery metrics. Tracking defects and coverage together ensures code quality trends remain visible during wave or sprint planning.

What is the best way to generate velocity dashboards for stakeholder reporting?

Generating velocity dashboards involves recording actual hours, estimated hours, defects, and coverage metrics for completed waves, then using scripts to produce predictive estimates and visual progress reports that communicate delivery trends to stakeholders.

How do I record velocity metrics for a completed development wave?

Recording velocity metrics for a completed wave requires logging the wave identifier, actual hours, estimated hours, defect count, and test coverage percentage. This historical data updates velocity calculations and feeds the forecasting scripts for next sprint planning.

Does velocity forecasting work for both sprints and feature-based development?

Velocity forecasting applies to waves, sprints, or features by using historical velocity data to update predictions. The tracking scripts analyze past delivery metrics regardless of the unit of work, generating estimates for remaining effort across any defined scope.