sprint

sprint is a command for Claude Code from manavsehgal/vibesolver. It costs 0 tokens per session (430 once invoked), scanned A, original, MIT.

A command for planning the next development sprint, meaning a focused period of project work. It examines the project’s specifications, roadmap, previous sprints, code, and development guidance before proposing work.

In plain words
What is it for?
Choosing the next sprint number and feature focus, planning the first project setup sprint, and planning later end-to-end slices that include the user interface and backend.
Why use it?
It removes the need to decide the next set of tasks from scattered project notes and incomplete features. It also helps keep new work aligned with the product plan.

Command for Claude Code

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.

agentmods
npx agentmods add commands/manavsehgal/vibesolver/sprint
Clone the repo
git clone --depth 1 https://github.com/manavsehgal/vibesolver

Made for: Claude Code.

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/commands/manavsehgal/vibesolver/sprint.svg)](https://agentmods.dev/commands/manavsehgal/vibesolver/sprint)
Your own site
<a href="https://agentmods.dev/commands/manavsehgal/vibesolver/sprint"><img src="https://agentmods.dev/badge/commands/manavsehgal/vibesolver/sprint.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 430 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00430
Opus 5 $0.00000 $0.00215
Sonnet 5 $0.00000 $0.00086
Haiku 4.5 $0.00000 $0.00043

Measured 3d ago against content hash 4ceefea45533, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 3d ago.

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.

.claude/commands/sprint.md · 34 lines

What it actually says

Ultrathink to generate the next VibeSolver project sprint using this streamlined approach:

  1. ANALYSIS PHASE:

    • IMPORTANT: Read and follow the @specs/ folder for understanding the product vision, design requirements, technical stack, and roadmap if it exists.
    • IMPORTANT: Prioritize any features mentioned incomplete in the roadmap.
    • Review files in sprints/ folder if it exists to understand progression and numbering
    • Review the project code to understand the state of the project
    • Review CLAUDE.md if available to understand code generation guidance
    • For the first sprint focus on setting up the project scaffold, configurations, environment settings, virtual environment, installing dependencies, development and testing tooling
    • IMPORTANT: For every subsequent sprint, follow end-to-end feature-slice approach (minimum viable product) based on the roadmap if it exists, which includes adequate frontend UI and backend capabilities to help user evaluate all features released in that sprint using the frontend UI.
    • Determine the next sprint number and logical feature focus
  2. PLANNING PHASE:

    • Based on your analysis, draft a comprehensive sprint plan
    • IMPORTANT: Follow test-driven development principles for development workflow
    • IMPORTANT: Follow modularity, maintainability, extensibility, and single responsibility principles for code generation
    • Include all required sections:
      • Title with proper sprint number format (e.g., "Sprint 004: Feature Name")
      • Overview explaining purpose and context
      • Clear goals (3-5 bullet points)
      • Detailed tasks with test examples
      • Specific acceptance criteria
      • Development instructions
    • Ensure the sprint builds logically on previous work
    • Verify the sprint delivers actual user value
  3. OUTPUT:

    • Save EXACTLY ONE file named '/sprints/[NUMBER]-[feature-name].md' where:
      • [NUMBER] is the three-digit sprint number (e.g., '003', '004')
      • [feature-name] briefly describes the focus area in kebab-case
    • Confirm the file meets project standards and requirements before saving
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. 3d ago First seen · 34 lines · 0 tokens per session scan A 4ceefea45533

Subscribe to this mod's changes

sprint is a command published in the GitHub repository manavsehgal/vibesolver (5 stars, last pushed 1y ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 430 tokens. 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.