sprint-runner

Execute coding sprints sequentially and generate structured completion reports.

Updated Jan 2, 2026
One-click install
npx skills add https://github.com/ludsonaiello/lead360 --skill sprint-runner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-runner
Source: https://github.com/ludsonaiello/lead360/tree/main
Command: npx skills add https://github.com/ludsonaiello/lead360 --skill sprint-runner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires claude-code, lsof, mysql, curl, grep, sed, awk, fuser, and includes scripts (resource) components.

What problem does it solve?

Sprint workflows can be manual and error-prone; sprint-runner automates the execution and enforces a two-pass self-review to ensure completeness and correctness.

Core Features & Use Cases

  • Reads sprint instructions from ./documentation/sprints/ organized folders and executes them sequentially.
  • Executes commands with auto-approved tooling, including server port management and deep post-sprint validation.
  • After each folder, performs a two-pass deep review and outputs a structured completion report to verify success and catch gaps.

Quick Start

Run the sprint runner on the target sprints directory to start processing.

Frequently Asked Questions about sprint-runner

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

FAQPage Schema
How do I automate sprint execution and self-review for coding batches?

Automate sprint execution by reading sprint files from documentation folders, processing them sequentially with auto-approved tooling, and performing a two-pass self-review to validate results and catch gaps.

What is a two-pass review for sprint validation and how does it work?

A two-pass review executes a sprint folder, then performs a deep second validation pass to verify completeness and correctness, outputting a structured completion report to identify any missed requirements.

Do I need claude-code and command-line utilities to run automated sprint batches?

You need claude-code along with standard command-line utilities like lsof, mysql, curl, grep, sed, awk, and fuser to manage server ports and execute deep post-sprint validation.

What's the best way to orchestrate sequential sprint workflows without manual errors?

Orchestrate sequential sprint workflows by placing instructions in organized documentation/sprints folders, allowing an automated runner to execute each batch and manage contextual state between sprints.

Why does my automated sprint workflow leave gaps or incomplete tasks?

Incomplete sprint workflows often lack a rigorous post-execution validation phase; enforcing a deep two-pass self-review after each folder ensures completeness and catches gaps before reporting.

Can I use sprint-runner for server port management during batch processing?

Sprint-runner handles server port management during batch processing by leveraging auto-approved tooling and command-line utilities like lsof and fuser to maintain contextual execution state.