sprint

sprint is a skill for Claude Code from kimsanguine/hplan. It costs 69 tokens per session (5,247 once invoked), scanned A, original, MIT.

A sprint planning and tracking workflow for turning a product requirements document (PRD) into a work breakdown structure (WBS), then recording progress and comparing results with the plan.

In plain words
What is it for?
Use it to break a PRD into tasks, set up tracking files, report current progress, inspect the codebase for a project update, and analyse differences between predicted and actual work.
Why use it?
It keeps planning, progress checks, blocker detection, and after-sprint review in one workflow. It also separates fixed measurements from generated written summaries.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter; reads .claude/ paths; names the NotebookEdit tool.

Part of the deliver plugin — 10 skills, 1 command shipped together

Good fit Use it to break a PRD into tasks, set up tracking files, report current progress, inspect the codebase for a project update, and analyse differences between predicted and actual work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kimsanguine/hplan/sprint
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add kimsanguine/hplan --skill sprint
Clone the repo
git clone --depth 1 https://github.com/kimsanguine/hplan

Made for: Claude Code.

Or install deliver, the plugin that ships this one along with the rest of its 10 skills, 1 command.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sprint

README.md
[![agentmods](https://agentmods.dev/badge/skills/kimsanguine/hplan/sprint.svg)](https://agentmods.dev/skills/kimsanguine/hplan/sprint)
Your own site
<a href="https://agentmods.dev/skills/kimsanguine/hplan/sprint"><img src="https://agentmods.dev/badge/skills/kimsanguine/hplan/sprint.svg" alt="Measured on agentmods" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,247 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00069 $0.05247
Opus 5 $0.00034 $0.02624
Sonnet 5 $0.00014 $0.01049
Haiku 4.5 $0.00007 $0.00525

Measured 8d ago against content hash 5059f36dc163, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

sprint scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (references/track-probe.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

deliver/skills/sprint/SKILL.md · 476 lines

How it starts

The opening of the file, as written. The whole thing — 476 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Core Goal

네 스텝을 단일 인터페이스로 통합한다:

step 책임 LLM 출력
--step plan PRD → WBS 분해, complexity 1-5 분류, velocity lookup → .track/predicted.json ✅ WBS/분류만, 수치 예측 ❌ predicted.json
--step init .track/ 생성, probe hook 등록, 추적 초기화 ❌ 결정론 .track/actual_log.jsonl + hook
--step status jsonl 블로커 패턴 결정론 스캔 + 이벤트 트리거 현황 보고 ✅ 자연어 렌더링만 진행 보고
--step retro 완료 후 실측 vs 예측 deviation 분석 + TK 추출 ✅ 분류/자연어 retro report
--step codebase-status 코드베이스 능동 탐색 → PM 현황 보고 ✅ 산문 합성만 codebase-report.md

기본값: --step plan — 첫 진입은 항상 계획부터.


Rule 5 준수 경계

작업 LLM 사용 근거
WBS 분해 ✅ 분류 텍스트 → sub-task 분류
complexity 1-5 분류 ✅ 분류 description 텍스트 기반 분류 허용
loc/tokens/minutes 수치 예측 lookup 전용 baseline percentile 직접 인용, hallucination 방지
블로커 패턴 감지 ❌ 결정론 정규식·카운터·임계치 비교
7종 트리거 검출 ❌ 결정론 카운터·임계치 비교
.track/current_task 기록 ❌ 결정론 echo T-XXX > .track/current_task (LLM 아님)
자연어 보고 문구 생성 Rule 5 허용: 자연어 생성

Trigger Gate

Use This Skill When

  • PRD 받자마자 WBS + 예측치 lock → --step plan
  • plan 완료 후 추적 환경 세팅 → --step init
  • "지금 어디까지 왔어?" / "블로커 있어?" → --step status
  • 스프린트 완료 후 회고 + TK 추출 → --step retro
  • estimate vs actual deviation 50% 초과 → --step plan 재실행
  • "지금 코드 어디까지 됐어?" / "probe 없는 환경에서 현황 보고" → --step codebase-status

Route to Other Skills When

  • 비용 시뮬레이션 (lognormal) → discover/cost-sim
  • WBS 30 task 초과 → deliver/conductor로 태스크 순차 실행
  • UI 디자인 확인 → deliver/ui-validate
  • 주간 운영 회고 → operate/ops-review

Boundary Checks

  • PRD vague (Section 6 누락) → fail loud, PRD 보강 요청
  • baseline 부재 → conservative fallback (모든 task complexity 5 추정치 × 1.5) + warning
  • .track/actual_log.jsonl 부재 시 status → "init 먼저" fail loud

Inputs

입력 출처 처리
--step $ARGUMENTS plan/init/status/retro/codebase-status 분기
target $ARGUMENTS (step 이후 나머지) PRD 경로 또는 feature 설명
profiles/<op>/velocity/baseline.jsonl velocity-baseline 또는 plan step estimate lookup 기준
.track/predicted.json plan step 출력 status/retro 비교 기준
.track/actual_log.jsonl init + probe hook status/retro 실측 데이터

Read the full file on GitHub · 476 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 476 lines · 69 tokens per session scan A 5059f36dc163

Subscribe to this mod's changes

sprint is a skill published in the GitHub repository kimsanguine/hplan (2 stars, last pushed 22d ago), licensed MIT. It adds 69 tokens to every session and 5,247 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

create-request

Create, update, or scan per-task request tickets for progress tracking. These are date-prefixed non-lifecycle docs under requests/, NOT feature-level requirements (use /req-analyze for those). Use when: tracking task progress, updating completion status, scanning incomplete requests, checking request status dashboard.…

sd0xdev/sd0x-harness · 112 tokens

req-analyze

A requirements-analysis tool that breaks a problem into needs, stakeholders, and priorities before a technical solution is chosen.

sd0xdev/sd0x-harness · 101 tokens

recap-ask

Interactive Q&A over an existing recap document. Use when: user wants to ask follow-up questions about a briefing-recap- .md produced by /recap-doc, with recap-bounded context + out-of-scope redirect + optional promote-to-request. Not for: generating a new recap (use /recap-doc), general project Q&A (use /ask), code…

sd0xdev/sd0x-harness · 106 tokens

recap-doc

Post-development recap document generator. Use when: AI/Codex has implemented a feature and the user needs a guided walkthrough of what changed and why, with blind-spot detection and anticipated questions. Not for: Q&A follow-up (use /recap-ask), technical share-out for teammates (use /tech-brief), or generic code…

sd0xdev/sd0x-harness · 114 tokens

runbook

Generate and update feature release runbooks from existing docs and codebase. Use when: creating operational runbook, release handbook, deployment checklist, pre-release preparation. Not for: incident response (v2), code review (use codex-code-review), architecture design (use architecture).

sd0xdev/sd0x-harness · 59 tokens

jira

Jira integration — view issues, generate branches, create tickets, transition status. Use when: user mentions Jira ticket key (XX-123), says /jira, wants to create branch from ticket, create a new ticket, or update Jira status. Not for: GitHub issues (use issue-analyze).

sd0xdev/sd0x-harness · 64 tokens