# Sprint Upgrade

> Upgrade sprint skills package and reinstall commands.

- **Type:** Skill
- **Install:** `agentstack add skill-alon21034-claude-scrum-skills-sprint-upgrade`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [alon21034](https://agentstack.voostack.com/s/alon21034)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [alon21034](https://github.com/alon21034)
- **Source:** https://github.com/alon21034/claude-scrum-skills/tree/main/sprint-upgrade

## Install

```sh
agentstack add skill-alon21034-claude-scrum-skills-sprint-upgrade
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

Upgrade the sprint skills package to the latest revision and reinstall command/skill files.

Tip: check-only mode is available via `sprint-upgrade --check` (add `--quiet` to suppress non-actionable output).

Run this bash first:

```bash
set -euo pipefail
PATH="/opt/homebrew/bin:/usr/local/bin:$PATH"

ROOT="${CONDUCTOR_ROOT_PATH:-$(git rev-parse --show-toplevel 2>/dev/null || pwd)}"

if command -v sprint-upgrade >/dev/null 2>&1; then
  sprint-upgrade
elif [ -x "$ROOT/bin/sprint-upgrade" ]; then
  "$ROOT/bin/sprint-upgrade"
elif [ -x "$HOME/.codex/skills/sprint/bin/sprint-upgrade" ]; then
  "$HOME/.codex/skills/sprint/bin/sprint-upgrade"
elif [ -x "$HOME/.claude/skills/sprint/bin/sprint-upgrade" ]; then
  "$HOME/.claude/skills/sprint/bin/sprint-upgrade"
else
  echo "ERROR: sprint-upgrade not found. Install sprint skills first, then run ./setup."
  exit 1
fi
```

Behavior requirements:
1. Detect the sprint repository root (or use an explicit `--repo` argument if provided).
2. Refuse to run if the target repository has uncommitted changes.
3. Upgrade with fast-forward-only git operations (no merge commits).
4. Re-run `./setup` after update so installed commands and skills are refreshed.
5. Print what changed (or that it was already up to date).
6. Support check-only mode:
   - `sprint-upgrade --check` exits `0` if up to date, `10` if upgrade available, `11` if freshness cannot be verified.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [alon21034](https://github.com/alon21034)
- **Source:** [alon21034/claude-scrum-skills](https://github.com/alon21034/claude-scrum-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-alon21034-claude-scrum-skills-sprint-upgrade
- Seller: https://agentstack.voostack.com/s/alon21034
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
