Token导航 LogoToken导航TokenDH.com
AI 工具只读github未标认证来源可访问clear审计通过

scrumscrum 搜索

Agent Skill

scrum 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,139

周安装

47

GitHub Stars

11

下载量

372
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/lobbi-docs/claude --skill scrum

简介

用于处理 GitHub 仓库、Issue 和 Pull Request 信息。

  • 适合围绕仓库状态、代码变更进行整理。
  • 可结合来源仓库 README 核验具体功能实现。
  • 安装前建议确认权限范围和是否触发命令执行。
  • 注意避免对私有仓库进行未授权操作。scrum 属于AI 工具类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Scrum Skill

Provides comprehensive Scrum methodology capabilities for the Golden Armada AI Agent Fleet Platform.

When to Use This Skill

Activate this skill when working with:

  • Sprint planning and management
  • Daily standups
  • Sprint reviews and retrospectives
  • Backlog grooming
  • Agile estimation

Scrum Framework Overview


## Scrum Roles

### Product Owner

- Owns the Product Backlog
- Prioritizes items by business value
- Accepts/rejects completed work
- Represents stakeholders

### Scrum Master

- Facilitates Scrum events
- Removes impediments
- Coaches the team
- Protects the team from distractions

### Development Team

- Self-organizing (3-9 members)
- Cross-functional
- Delivers potentially shippable increments
- Commits to Sprint goals

## Sprint Ceremonies

### Sprint Planning (2-4 hours)

Sprint Planning Agenda

Part 1: What (1-2 hours)

  • Product Owner presents prioritized backlog items
  • Team asks clarifying questions
  • Team selects items for sprint based on capacity

Part 2: How (1-2 hours)

  • Team breaks stories into tasks
  • Team estimates tasks (hours)
  • Team creates Sprint Backlog

Outputs:

  • Sprint Goal
  • Sprint Backlog
  • Capacity commitment ```

Daily Standup (15 minutes)


## Daily Standup Format

Each team member answers:

1. What did I complete yesterday?
2. What will I work on today?
3. Are there any blockers?

### Rules:

- Same time, same place daily
- Standing up (keeps it short)
- Focus on sprint goal progress
- Detailed discussions after standup ```

### Sprint Review (1-2 hours)

Sprint Review Agenda

  1. Sprint Goal Review (5 min)

- Did we achieve the sprint goal?

  1. Demo Completed Work (30-45 min)

- Show working software - Stakeholder feedback

  1. Product Backlog Update (15 min)

- New items from feedback - Reprioritization

  1. Release Discussion (15 min)

- What can be released? - Timeline for deployment ```

Sprint Retrospective (1-2 hours)


## Retrospective Formats

### Start-Stop-Continue

- Start: What should we begin doing?
- Stop: What should we stop doing?
- Continue: What's working well?

### 4Ls (Liked, Learned, Lacked, Longed For)

- 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? ```

## User Stories

### Story Format

User Story Template

Title: [Feature Name]

As a [type of user] I want [goal/feature] So that [benefit/value]

Acceptance Criteria:

  • Given [context], when [action], then [outcome]
  • Given [context], when [action], then [outcome]

Definition of Done:

  • Code complete
  • Unit tests written (>80% coverage)
  • Code reviewed
  • Documentation updated
  • QA tested
  • Product Owner accepted ```

INVEST Criteria

  • Independent: Can be developed separately
  • Negotiable: Details can be discussed
  • Valuable: Delivers value to user
  • Estimable: Can be sized
  • Small: Fits in one sprint
  • Testable: Has clear acceptance criteria

Estimation

Story Points (Fibonacci)


### Planning Poker

1. Product Owner presents story
2. Team discusses and asks questions
3. Each member privately selects estimate
4. All reveal simultaneously
5. Discuss outliers
6. Re-vote if needed
7. Consensus reached

## Velocity & Capacity

### Velocity Calculation

Average of last 3-5 sprints

velocities = [45, 42, 48, 40, 50] average_velocity = sum(velocities) / len(velocities) # 45 points

Sprint capacity planning

team_members = 5 sprint_days = 10 availability = 0.8 # 80% (meetings, etc.) capacity_hours = team_members * sprint_days * 6 * availability # 240 hours ```

Burndown Chart


## Golden Armada Scrum Commands

Sprint planning

/sprint-plan --velocity 45 --capacity 240

Daily standup

/standup --team golden-armada

Sprint review

/sprint-review --sprint 15

Retrospective

/retro --format start-stop-continue

Backlog grooming

/backlog-groom --limit 20 ```

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

展示第三方安全扫描或审计结果

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

平台分布

Claude Code

28.05%
按下载量换算104

Antigravity

23.91%
按下载量换算89

windsurf

15.61%
按下载量换算58

Codex

12.96%
按下载量换算48

OpenCode

8.1%
按下载量换算30

Gemini CLI

3.26%
按下载量换算12

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills