kickoff_sprint_discussion

Categorize backlog items into themes and propose sprint priorities.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/duanegoodner/agentrelay --skill kickoff-sprint-discussion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kickoff_sprint_discussion
Source: https://github.com/duanegoodner/agentrelay/tree/main/.claude/skills/kickoff_sprint_discussion
Command: npx skills add https://github.com/duanegoodner/agentrelay --skill kickoff-sprint-discussion

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams prepare for sprint planning when there is no active sprint by aggregating contextual inputs such as backlog items from docs, recent changes from MEMORY.md, and recent commits, then presenting categorized items with recommended priorities.

Core Features & Use Cases

  • Backlog categorization: groups backlog items into themes such as Infrastructure / plumbing, Agent behavior / instructions, Orchestrator features, Extensibility / future-proofing, and Documentation / testing gaps.
  • Priority suggestions: proposes a top 3–5 sprint items with rationale, considering dependencies and risk.
  • Sprint documentation prep: outputs a ready-to-share sprint brief and clarifying questions for the planning meeting.

Quick Start

Prepare for a sprint planning discussion when no active sprint exists.

Frequently Asked Questions about kickoff_sprint_discussion

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prepare for sprint planning when there is no active sprint?

Sprint planning preparation aggregates backlog items from docs/BACKLOG.md, MEMORY.md, and recent git commits to categorize themes and propose a prioritized sprint brief. This approach builds a structured plan with rationale-backed top items before the planning meeting begins.

What is the best way to categorize a backlog into sprint priorities?

Backlog categorization groups items into themes like Infrastructure, Agent behavior, Orchestrator features, Extensibility, and Documentation gaps. This thematic grouping shapes a prioritized plan by applying dependency and risk considerations to propose a top 3-5 sprint items.

Can I use recent git commits to shape a prioritized sprint plan?

Recent git commits provide context to shape a prioritized sprint plan by aggregating recent changes alongside backlog items. The 10-recent-commits git log and MEMORY.md inform dependency and risk assessment for proposing top sprint priorities.

Does sprint planning from a backlog require specific documentation formats?

Sprint planning from a backlog requires specific documentation inputs, primarily docs/BACKLOG.md and MEMORY.md. These files provide the backlog context and recent change history needed to generate categorized themes and a ready-to-share sprint brief.

How do I generate a sprint brief with clarifying questions for a planning meeting?

Generating a sprint brief with clarifying questions involves aggregating backlog items and recent commits into thematic categories. The output is a ready-to-share document proposing top sprint items with rationale and planning prompts for the team meeting.

When should I not use an automated backlog categorization approach for sprint planning?

Automated backlog categorization should not be used when an active sprint already exists, as this skill specifically applies when no active sprint is present. It relies on static backlog context rather than real-time sprint progress tracking.