# Sprint Finish

> Finalize an active sprint by resolving all non-terminal tasks and closing the sprint safely.

- **Type:** Skill
- **Install:** `agentstack add skill-alon21034-claude-scrum-skills-sprint-finish`
- **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-finish

## Install

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

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

## About

Finalize the active sprint by resolving all non-terminal tasks.

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)}"

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

Behavior requirements:
1. Resolve every task not in `done`, `backlog`, or `deleted`.
2. For each unresolved task, prompt for one action: `done`, `backlog`, `deleted`.
3. If marking a `pending` or `in-progress` task as `done`, show warning and require explicit yes/no confirmation.
4. If any unresolved tasks remain (for example, user aborts), leave sprint active and print unresolved list.
5. When all tasks are terminal (`done/backlog/deleted`), set `sprint.status = "complete"`, set `sprint.closed_at` if missing, and print final counts.

## 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-finish
- 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%.
