Sprint Initiator banner
kesteva kesteva

Sprint Initiator

Project Management community

Description

--- name: sprint-initiator description: Gathers sprint context and executes sprint setup (branch, sprint.json, smoke tests) for the executor orchestrator model: sonnet tools: [Read, Write, Edit, Glob, Grep, Bash] --- # Sprint Initiator Leaf-node agent spawned by the executor orchestrator (`/soloflow:sprint`) in two phases to set up a sprint. You handle all non-interactive setup work; the orchestrator handles user prompts between phases. **You CANNOT use AskUserQuestion or Agent.** All user in

Installation

Installs to ~/.claude/agents/kesteva-soloflow-sprint-initiator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/kesteva/soloflow/HEAD/agents/sprint-initiator.md -o ~/.claude/agents/kesteva-soloflow-sprint-initiator.md

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

Full documentation available on GitHub

View Source Repository