Sprint Dev Done banner
chrishobbsrocks chrishobbsrocks

Sprint Dev Done

Development community

Description

--- description: "Dev Team: signal that the coding side is agreed done (not the same as sprint complete)" allowed-tools: [Bash] --- # Dev Work Agreed Done ```bash python3 scripts/sprint_lifecycle.py dev-done $ARGUMENTS ``` This only succeeds if QA1's first audit already returned PASS *against the current sprint file*. If the sprint file has changed since that PASS (a mid-build requirements amendment), this refuses and tells you to get QA1 to re-audit first, there is no override. It marks the

Installation

Installs to ~/.claude/commands/chrishobbsrocks-fully-completely-sprint-dev-done.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/chrishobbsrocks/fully-completely/HEAD/.claude/commands/sprint-dev-done.md -o ~/.claude/commands/chrishobbsrocks-fully-completely-sprint-dev-done.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository