Team Velocity Report
Calculate team velocity from completed issues across sprints and post a report
Example Prompt
Calculate our team's velocity for the last 3 sprints and post the report to the engineering channel
About
Analyzes team productivity by pulling completed issues and story points from GitHub across recent sprints. Calculates velocity trends, identifies capacity patterns, and compares against historical averages. Posts a formatted velocity report to the team channel for sprint planning reference.
Workflow Steps
Fetch completed issues with story points for the current and previous sprints
📋 List IssuesRetrieve historical velocity data from memory for trend analysis
💡 Retrieve MemoryCalculate velocity metrics, trends, and capacity projections
🧠 Structured ReasoningStore the updated velocity data for future reference
🧠 Store MemoryPost the velocity report to the team Slack channel
📨 Send MessageTools Used
List Issues
List open issues in a GitHub repository with filtering by label, assignee, or milestone
Retrieve Memory
Look up previously stored memories by key or semantic search
Store Memory
Persist a key-value pair to the agent's long-term knowledge graph memory
Structured Reasoning
Break down a complex problem into sequential reasoning steps with explicit chain-of-thought
Send Message
Send a message to a Slack channel or direct message conversation
Required MCP Servers
GitHub
Access GitHub repos, issues, PRs, and code search via the official MCP server
Memory (Knowledge Graph)
Persistent knowledge graph for storing and retrieving structured information across sessions
Sequential Thinking
Dynamic problem-solving through structured thought sequences with branching and revision
Slack
Send messages, read channels, and manage Slack workspace interactions