Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问clear审计未展示

sprint-planner冲刺计划员

Agent Skill

用于处理 Jira 项目、任务、缺陷、Sprint、负责人和状态流转。它适合让 Agent 辅助查询工单、汇总迭代进展、创建任务或整理需求和缺陷信息。使用时要确认项目权限、字段配置和工作流规则,不同团队的 Issue 类型、状态和必填字段可能不同;涉及批量改状态、改负责人或创建工单时,应先预览变更内容再执行。

总安装

14,548

周安装

472

GitHub Stars

公开资料未说明

下载量

6,103
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:sprint-planner(冲刺计划员)
来源仓库:https://github.com/eddiebe147/claude-settings
仓库路径:skills/sprint-planner
安装命令:
npx skills add eddiebe147/claude-settings --skill "sprint-planner"
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

AgentSkills.tonpx skills
npx skills add eddiebe147/claude-settings --skill "sprint-planner"

简介

sprint-planner 用于 Jira 项目管理,支持任务查询、Sprint 进度跟踪和工单状态更新。

  • 它适合让 Agent 汇总迭代成果、分配负责人或生成燃尽图数据。
  • 安装命令:npx skills add eddiebe147/claude-settings --skill "sprint-planner",需配置 Jira API Token 和项目权限。
  • 不同团队的 Issue 类型和工作流可能不同,操作前应确认字段映射关系。
  • 批量修改状态或负责人时建议先导出预览,避免误操作影响团队排期。

SKILL.md

name
Sprint Planner
slug
sprint-planner
description
Plan and execute Agile sprints with velocity tracking, capacity planning, and retrospective insights
category
project
complexity
complex
version
1.0.0
author
ID8Labs
triggers
tags

Sprint Planner

The Sprint Planner skill helps teams plan and execute effective Agile sprints using Scrum methodology. It focuses on capacity-based planning, velocity tracking, and continuous improvement through retrospectives. The skill ensures sprints are properly scoped, committed, and executed with clear goals and metrics.

This skill excels at breaking down epics and user stories into sprint-sized work, estimating effort using story points or hours, tracking team velocity, and facilitating sprint ceremonies (planning, daily standups, reviews, retrospectives).

Sprint Planner emphasizes sustainable pace, predictable delivery, and team empowerment through data-driven planning and retrospective learning.

Core Workflows

Workflow 1: Sprint Planning

Steps:

  1. Pre-Planning Preparation (before ceremony)

- Ensure backlog is groomed and prioritized - Verify user stories have acceptance criteria - Review team capacity for upcoming sprint - Gather velocity data from previous sprints - Identify any holidays, PTO, or known interruptions

  1. Set Sprint Goal

- Review product roadmap and priorities - Define 1-2 sentence sprint goal - Align with stakeholders on desired outcomes - Ensure goal is measurable and achievable

  1. Calculate Team Capacity

- List all team members and their availability - Account for meetings, support rotation, planned time off - Calculate total available hours or story points - Apply 70% rule (plan for 70% of theoretical capacity)

  1. Select Stories from Backlog

- Start with highest-priority items - Review story details and acceptance criteria - Estimate effort (if not already estimated) - Pull stories until capacity is reached - Ensure stories align with sprint goal

  1. Break Down Stories into Tasks

- Decompose each story into technical tasks - Estimate task hours (2-8 hour chunks) - Identify dependencies between tasks - Assign owners or leave for team self-organization

  1. Sprint Commitment

- Review total commitment vs. capacity - Identify risks and mitigation strategies - Get team agreement on sprint backlog - Document sprint goal and commitment

Output: Sprint backlog with committed stories, tasks, capacity allocation, and sprint goal.

Workflow 2: Daily Standup Facilitation

15-minute time-boxed meeting:

Each team member answers:

  1. Yesterday: What did I complete?
  2. Today: What will I work on?
  3. Blockers: What's preventing progress?

As facilitator:

  • Keep updates brief (2 minutes per person)
  • Note blockers for offline resolution
  • Update sprint board in real-time
  • Identify risks to sprint goal
  • Schedule necessary follow-up conversations

Output: Updated sprint board and blocker resolution plan.

Workflow 3: Sprint Review

Steps:

  1. Demo Completed Work

- Show each completed story in action - Demonstrate acceptance criteria met - Gather stakeholder feedback - Note any change requests or new ideas

  1. Review Sprint Metrics

- Completed vs. committed story points - Burndown chart analysis - Velocity trend - Quality metrics (bugs, test coverage)

  1. Capture Feedback

- What did stakeholders like? - What needs adjustment? - New requirements or priorities? - Add items to product backlog

Output: Demo recording, stakeholder feedback, updated backlog.

Workflow 4: Sprint Retrospective

Steps:

  1. Set the Stage (5 min)

- Review retrospective goals and norms - Choose retro format (Start/Stop/Continue, etc.)

  1. Gather Data (15 min)

- What went well? - What didn't go well? - What puzzles us? - Review metrics and sprint data

  1. Generate Insights (15 min)

- Identify patterns and root causes - Discuss why things happened - Prioritize issues by impact

  1. Decide What to Do (15 min)

- Choose 1-3 improvement actions - Assign owners to each action - Define success criteria - Set follow-up date

  1. Close (5 min)

- Summarize decisions - Appreciate team contributions - Document retro outcomes

Output: Retrospective notes with 1-3 committed improvement actions.

Workflow 5: Velocity Tracking

Steps:

  1. Calculate completed story points per sprint
  2. Track velocity over rolling 3-sprint average
  3. Identify velocity trends (increasing, stable, declining)
  4. Analyze factors affecting velocity
  5. Use velocity for future sprint planning

Quick Reference

ActionCommand/Trigger
Plan new sprint"plan sprint [number]"
Calculate capacity"calculate team capacity"
Check velocity"what's our velocity"
Create sprint goal"set sprint goal"
Daily standup"daily standup update"
Review sprint"sprint review"
Run retrospective"facilitate retro"
Burndown chart"show sprint burndown"
Add to sprint"add story to sprint"
Sprint health"sprint health check"

Best Practices

  • Consistent sprint length: Use 1-2 week sprints; consistency enables predictability
  • Sprint goal clarity: Every sprint needs a clear, measurable goal that guides decisions
  • Capacity-based planning: Never commit to more than 70% of theoretical capacity
  • No scope changes mid-sprint: Protect the sprint commitment; changes go to backlog
  • Done means DONE: Define "Definition of Done" and enforce it (coded, tested, reviewed, deployed)
  • Track velocity honestly: Don't manipulate story points; accurate data enables better planning
  • Time-box ceremonies: Sprint planning (2h), daily standup (15min), review (1h), retro (1h)
  • Visualize progress: Use burndown charts and sprint boards for transparency
  • Address blockers daily: Don't let blockers linger; escalate and resolve quickly
  • Retrospect every sprint: Continuous improvement is non-negotiable
  • Protect team from interruptions: Buffer capacity for support, bugs, and unplanned work
  • Carry over sparingly: If stories regularly carry over, you're over-committing

Sprint Ceremonies Schedule

CeremonyDurationWhenPurpose
Sprint Planning2-4 hoursFirst day of sprintDefine sprint goal and commitment
Daily Standup15 minutesEvery day, same timeSync progress and blockers
Backlog Grooming1 hourMid-sprintPrepare upcoming work
Sprint Review1 hourLast day of sprintDemo and gather feedback
Sprint Retrospective1 hourAfter reviewReflect and improve

Velocity Calculation

Story Points Method:

Velocity = Sum of completed story points

Example:
Sprint 1: 23 points
Sprint 2: 27 points
Sprint 3: 25 points
Average Velocity = (23 + 27 + 25) / 3 = 25 points/sprint

Hours Method:

Velocity = Completed hours / Committed hours

Example:
Committed: 80 hours
Completed: 68 hours
Velocity = 68/80 = 85% completion rate

Use average velocity from last 3 sprints for planning next sprint.

Capacity Planning Formula

Team Capacity = Σ(Person Days Available) × Hours per Day × Utilization Factor

Example:
5 developers × 10 days × 6 hours/day × 0.7 = 210 hours

Utilization Factor (0.7) accounts for:
- Meetings and ceremonies (15%)
- Context switching (10%)
- Unplanned work (5%)

Burndown Chart Analysis

Healthy Burndown:

  • Steady downward trend
  • Work completed daily
  • Reaches zero by sprint end

Warning Signs:

  • Flat line (no progress)
  • Upward trend (scope added)
  • Late drop (work completed last day)
  • Staying above zero (over-committed)

Retrospective Formats

Start/Stop/Continue

  • Start: What should we start doing?
  • Stop: What should we stop doing?
  • Continue: What should we keep doing?

4 L's

  • Liked: What went well?
  • Learned: What did we learn?
  • Lacked: What was missing?
  • Longed For: What do we wish we had?

Mad/Sad/Glad

  • Mad: What frustrated us?
  • Sad: What disappointed us?
  • Glad: What made us happy?

Sailboat

  • Wind: What helped us move forward?
  • Anchor: What held us back?
  • Rocks: What risks did we face?
  • Island: What's our goal?

Integration Points

  • Task Manager: Daily task tracking and updates
  • Project Planner: Long-term roadmap alignment
  • GitHub: Issue and PR tracking
  • Jira/Linear: Sprint board management
  • Slack: Automated standup reminders and updates
  • Calendar: Sprint ceremony scheduling

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

27.24%
按下载量换算1,662

OpenCode

26.37%
按下载量换算1,609

Gemini CLI

20.35%
按下载量换算1,242

Antigravity

12.98%
按下载量换算792

windsurf

8.34%
按下载量换算509

Cursor

3.29%
按下载量换算201

安全审计

暂无安全审计结果可展示。

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills