Token导航 LogoToken导航TokenDH.com
开发需要联网github未标认证来源可访问许可证需确认审计通过

scrumscrum 搜索

Agent Skill

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

总安装

729

周安装

31

GitHub Stars

16

下载量

255
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/krzysztofsurdy/code-virtuoso --skill scrum

简介

scrum 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更或协作事项进行整理。
  • 通过 npx skills add 命令从指定仓库安装并使用该技能。
  • 安装前需确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • scrum 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Scrum

A lightweight framework for delivering complex products through iterative, incremental work. Scrum is founded on empiricism (knowledge from experience) and lean thinking (reduce waste, focus on essentials). Teams work in fixed-length iterations called Sprints, inspecting and adapting continuously.

Three Pillars

PillarMeaning
TransparencyThe process and work must be visible to those performing and receiving the work
InspectionScrum artifacts and progress must be inspected frequently to detect problems
AdaptationWhen inspection reveals deviation, adjust immediately

Five Values

Commitment, Focus, Openness, Respect, Courage. The Scrum Team commits to achieving goals, focuses on Sprint work, is open about challenges, respects each other as capable people, and has courage to do the right thing.


Sprint Goal

The Sprint Goal is the single objective for the Sprint. It is the commitment of the Sprint Backlog. The Sprint Goal provides focus and coherence, encouraging the Scrum Team to work together rather than on separate initiatives.

Quick Template (Focus / Impact / Confirmation)

Our focus is on [outcome].
We believe it delivers [impact] to [stakeholder/customer].
This will be confirmed when [measurable event happens].

Example: "Our focus is on sending a basic notification email containing a report link. We believe it delivers confidence to our finance team. This will be confirmed when we have an email in an inbox with a working link."

SMART Criteria

CriterionApplied to Sprint Goals
SpecificDefine exactly what the team will achieve, not a vague direction
MeasurableInclude a way to confirm completion objectively
AchievableThe team can realistically deliver within the Sprint timebox
RelevantConnects to the Product Goal and delivers stakeholder value
Time-boundBounded by the Sprint duration

Anti-Patterns

Anti-PatternProblemFix
Task list disguised as goal"Complete stories #101, #102, #103" provides no strategic focusState the outcome those stories achieve
Vague aspiration"Improve the system" gives no direction or measurable outcomeBe specific: what improves, for whom, how will you know
Multiple unrelated objectives"Build auth AND redesign dashboard" splits focusPick one objective; if truly independent, they belong in separate sprints
Dictated by PO aloneTeam has no ownership or buy-inCraft the goal collaboratively during Sprint Planning
Never referenced after planningGoal becomes forgotten wallpaperReference the goal daily in the Daily Scrum
Too ambitiousTeam cannot deliver, loses motivationBase on actual velocity and capacity

See Sprint Goals Reference for 5 complete templates with examples and the FOCUS evaluation checklist.


Scrum Events

All events are timeboxed. Shorter Sprints use proportionally shorter event timeboxes. Every event is an opportunity to inspect and adapt.

EventTimebox (1-month Sprint)PurposeKey Output
SprintMax 1 monthContainer for all work and eventsUsable Increment
Sprint PlanningMax 8 hoursDefine the Sprint Goal and Sprint BacklogSprint Goal + selected backlog items + delivery plan
Daily Scrum15 minutesInspect progress toward Sprint GoalActionable plan for next 24 hours
Sprint ReviewMax 4 hoursInspect the Increment and adapt the Product BacklogFeedback, updated Product Backlog
Sprint RetrospectiveMax 3 hoursInspect the team's process and plan improvementsImprovement actions for next Sprint

Sprint Planning: Three Topics

  1. Why is this Sprint valuable? -- Product Owner proposes how to increase value; team defines Sprint Goal
  2. What can be done this Sprint? -- Developers select Product Backlog items based on capacity and velocity
  3. How will the chosen work get done? -- Developers decompose items into tasks (typically one day or less)

See Scrum Events Reference for detailed facilitation guidance, formats, and tips.


Scrum Roles

RoleAccountabilityKey Responsibilities
Scrum MasterScrum framework effectivenessFacilitates events, removes impediments, coaches team and organization on Scrum
Product OwnerProduct value maximizationManages Product Backlog, communicates Product Goal, ensures backlog transparency
DevelopersCreating a usable Increment each SprintSelf-managing, cross-functional, accountable for quality and Definition of Done

The Scrum Team is a small, cohesive unit (typically 10 or fewer people) with no sub-teams or hierarchies. Everyone is accountable for creating a valuable, useful Increment every Sprint.

See Scrum Roles Reference for detailed responsibilities and facilitation techniques.


Scrum Artifacts

Each artifact contains a commitment that provides transparency and focus:

ArtifactCommitmentPurpose
Product BacklogProduct GoalOrdered list of everything needed to improve the product
Sprint BacklogSprint GoalSelected items + Sprint Goal + delivery plan
IncrementDefinition of DoneConcrete stepping stone toward the Product Goal

Definition of Done

A formal description of the state of the Increment when it meets quality standards. If a Product Backlog item does not meet the Definition of Done, it cannot be released or presented at the Sprint Review. It returns to the Product Backlog for future consideration.

The Definition of Done creates transparency by giving everyone a shared understanding of what "complete" means. It is a minimum quality bar -- individual items may have additional acceptance criteria.


Sprint Goal Quality Checklist

Before committing to a Sprint Goal, verify:

  • Single objective: one clear outcome, not a list of tasks
  • Outcome-oriented: describes what the team achieves, not what they do
  • Measurable: includes a way to confirm completion
  • Achievable: realistic given team capacity and velocity
  • Valuable: connects to the Product Goal and matters to stakeholders
  • Collaboratively crafted: team contributed, not just the PO
  • Visible: will be referenced daily and displayed prominently
  • Flexible execution: the goal is fixed but the work to achieve it can adapt

Integration with Team Roles

SituationRecommended Skill
Writing user stories with acceptance criteriaInstall knowledge-virtuoso from krzysztofsurdy/code-virtuoso for testing patterns
Planning API work in a sprintInstall knowledge-virtuoso from krzysztofsurdy/code-virtuoso for API design principles
Sprint involves architecture decisionsInstall knowledge-virtuoso from krzysztofsurdy/code-virtuoso for clean architecture guidance
Sprint retrospective reveals code quality issuesInstall knowledge-virtuoso from krzysztofsurdy/code-virtuoso for refactoring techniques

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.02%
按下载量换算84

Claude

29.94%
按下载量换算76

Cursor

19.25%
按下载量换算49

Gemini CLI

8.34%
按下载量换算21

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills