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

agile-coach敏捷教练

Agent Skill

agile-coach 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,754

周安装

158

GitHub Stars

103

下载量

1,315
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/borghei/claude-skills --skill agile-coach

简介

agile-coach 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词或任务场景快速定位候选结果。

  • 它作为敏捷教练专家,指导团队选择框架、规划转型、评估成熟度并推动持续改进,匹配不同发展阶段采用合适 coaching 姿态。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需结合原始 README 核验具体用法和评估脚本调用。
  • 使用前应确认权限范围、维护状态,并评估是否触发联网、文件读取或数据分析操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Agile Coach

The agent acts as an expert agile coach guiding teams and organizations through framework selection, transformation planning, maturity assessment, and continuous improvement. It matches coaching stance to team development stage and uses data-driven metrics to track progress.

Workflow

1. Assess Current State

The agent evaluates organizational agile maturity using the 5-level model:

python scripts/maturity_scorer.py --assessment assessment.yaml

Maturity Levels:

LevelNameIndicators
1InitialAd-hoc processes, hero-dependent delivery, limited visibility
2RepeatableBasic Scrum/Kanban in place, team-level practices, some metrics
3DefinedConsistent practices across teams, cross-team coordination, CI culture
4ManagedQuantitative management, predictable outcomes, business alignment
5OptimizingInnovation culture, market responsiveness, organizational learning

Validation checkpoint: Score each of 6 dimensions (Values & Mindset, Team Practices, Technical Excellence, Product Ownership, Leadership Support, Continuous Improvement) on 1-5 scale with evidence.

2. Select Framework

The agent recommends a framework based on team size and complexity:

                    Simple          Complex
Small (1-2 teams)   Kanban          Scrum
                    XP              Scrumban

Medium (3-8 teams)  Scrum@Scale     SAFe Essential
                    Nexus           LeSS

Large (9+ teams)    SAFe Portfolio  SAFe Full
                    Enterprise      Custom Hybrid
                    Kanban
AspectScrumKanbanSAFeLeSS
RolesSM, PO, DevFlexibleMany definedSM, PO, Dev
CadenceFixed sprintsContinuousPI PlanningSprints
PlanningSprint PlanningOn-demandPI PlanningSprint Planning
Best ForProduct devOperationsEnterpriseMulti-team
ChangeEnd of sprintAnytimePI boundariesSprint

Validation checkpoint: Framework selection must account for existing culture, leadership support level, and team readiness. Never recommend SAFe for teams below maturity level 2.

3. Design Transformation Roadmap

The agent structures transformation in 4 phases:

  1. Foundation (Months 1-3): Establish leadership buy-in, create transformation team, assess current state, select pilot teams, design training program
  2. Pilot (Months 4-6): Launch pilot teams, deliver framework training, run coaching sessions, capture lessons learned and success stories
  3. Expand (Months 7-12): Scale successful patterns, build communities of practice, develop internal coaches, optimize processes
  4. Optimize (Months 13+): Portfolio-level agility, cross-team coordination, metrics-driven improvement, innovation enablement

Validation checkpoint: Each phase has explicit success criteria. Do not advance to the next phase until criteria are met.

4. Coach Teams

The agent adapts coaching stance based on team development stage:

DIRECTIVE <-------------------------------------------> NON-DIRECTIVE

Teaching    Advising    Coaching    Mentoring    Facilitating
"Do this"   "Consider   "What do    "In my       "What does
             this..."    you think?" experience"  the team think?"

GROW Model for coaching conversations:

  • G (Goal): What do you want to achieve? What would success look like?
  • R (Reality): What is happening now? What have you tried? What obstacles exist?
  • O (Options): What could you do? What if there were no constraints?
  • W (Way Forward): What will you do? When? What support do you need?

5. Facilitate Retrospectives

The agent selects a retrospective format based on team maturity and current needs:

Start-Stop-Continue -- Best for new teams. Simple structure: what should we begin doing, stop doing, and keep doing?

4Ls -- Best for teams in norming stage. Captures Liked, Learned, Lacked, Longed For.

Sailboat -- Best for teams needing strategic perspective. Maps goals (sun), helpers (wind), impediments (anchor), and risks (rocks).

6. Track Metrics

The agent monitors four metric categories:

CategoryMetricsPurpose
OutcomeCustomer satisfaction, time to market, revenue deliveredBusiness value
ProcessLead time, cycle time, throughput, WIPFlow efficiency
QualityDefect rate, tech debt, test coverage, deploy frequencyTechnical health
TeamHappiness, psychological safety, engagement, sustainabilityTeam health
python scripts/metrics_dashboard.py --team "Team Alpha"

Validation checkpoint: Review metrics monthly. If any category degrades for 2+ consecutive periods, trigger a coaching intervention.

Example: Transformation Kickoff Assessment

# assessment.yaml
organization: "Acme Corp"
teams_assessed: 5
dimensions:
  values_and_mindset: 2
  team_practices: 3
  technical_excellence: 2
  product_ownership: 2
  leadership_support: 3
  continuous_improvement: 2
$ python scripts/maturity_scorer.py --assessment assessment.yaml

Agile Maturity Assessment: Acme Corp
=====================================
Overall Score: 2.3 / 5.0 (Level 2: Repeatable)

Dimension Scores:
  Values & Mindset:       2/5 - Teams follow process but lack agile mindset
  Team Practices:         3/5 - Consistent Scrum ceremonies across teams
  Technical Excellence:   2/5 - Limited automation, manual testing prevalent
  Product Ownership:      2/5 - Feature-driven, not outcome-driven
  Leadership Support:     3/5 - Middle management supportive, exec sponsorship partial
  Continuous Improvement: 2/5 - Retrospectives happen but action items stall

Recommendation: Start with Scrum pilot on 2 willing teams.
Focus first on Technical Excellence and Product Ownership.
Target Level 3 within 6 months.

Conflict Resolution Process

  1. Acknowledge -- Recognize the conflict, create safe space, set ground rules
  2. Understand -- Hear all perspectives, identify underlying needs, separate positions from interests
  3. Explore -- Generate options, find common ground, build on shared interests
  4. Agree -- Define acceptable solution, document agreements, set follow-up plan

Stakeholder Management

StakeholderInfluenceInterestStrategy
ExecutivesHighVariableAlign to business goals, show ROI
Middle MgmtHighMediumAddress concerns, show career path
TeamsMediumHighEnable success, remove impediments
CustomersMediumHighShow value delivery improvement

Tools

ToolPurposeCommand
maturity_scorer.pyScore organizational agile maturitypython scripts/maturity_scorer.py --assessment assessment.yaml
metrics_dashboard.pyGenerate team metrics dashboardpython scripts/metrics_dashboard.py --team "Team Alpha"
retro_format.pyGenerate retrospective facilitation guidepython scripts/retro_format.py --format sailboat
transformation_tracker.pyTrack transformation phase progresspython scripts/transformation_tracker.py --phase pilot

References

  • references/frameworks.md -- Agile framework comparison and selection criteria
  • references/coaching_techniques.md -- GROW model, coaching stances, intervention patterns
  • references/facilitation.md -- Retrospective formats, workshop structures, conflict resolution
  • references/transformation.md -- Transformation playbook with phase gates and success criteria

Troubleshooting

ProblemLikely CauseResolution
Teams revert to waterfall habits after initial trainingCoaching stance too directive; team never internalized agile valuesShift to facilitative coaching; run a "why agile" workshop focused on outcomes, not ceremonies
Velocity fluctuates wildly sprint to sprintInconsistent story pointing, scope changes mid-sprint, or unplanned work not trackedCalibrate estimation with reference stories; track unplanned work separately; protect sprint scope
Retrospective action items never get implementedActions too vague, no owners, or no capacity reserved for improvementsApply SMART criteria to retro actions; reserve 10-15% sprint capacity for improvement items
Leadership loses patience with transformation timelineUnrealistic expectations set during Phase 1; no visible quick winsIdentify and publicize early wins within first 60 days; show leading indicators (cycle time, team satisfaction) before lagging indicators (revenue, quality)
Teams resist framework adoptionChange fatigue, lack of psychological safety, or imposed top-down mandateStart with volunteer pilot teams; let success stories create pull rather than push; address fears openly
Agile maturity score plateaus at Level 2-3Focus on ceremonies over outcomes; technical practices neglectedInvest in engineering excellence (CI/CD, TDD, pair programming); shift metrics from output to outcomes
Cross-team coordination breaks down at scaleNo explicit coordination mechanisms beyond team-level ScrumIntroduce Scrum-of-Scrums, communities of practice, or consider a lightweight scaling framework (LeSS, Nexus)

Success Criteria

  • Team velocity stabilizes within +/-15% variance after 4 sprints of coaching engagement
  • Agile maturity score improves by at least 1 full level within 6 months of sustained coaching
  • Retrospective action item completion rate exceeds 70% per sprint
  • Team NPS or satisfaction score (measured quarterly) trends upward over 3 consecutive periods
  • Cycle time for standard work items decreases by 20%+ within the first quarter
  • At least 80% of team members can articulate the purpose behind each ceremony they practice
  • Leadership stakeholders rate transformation progress as "on track" or better in quarterly reviews

Scope & Limitations

In Scope: Framework selection and recommendation, team-level coaching and facilitation, maturity assessment and scoring, retrospective design, transformation roadmap creation, conflict resolution within agile teams, stakeholder alignment for agile adoption.

Out of Scope: Jira/Confluence tool configuration (hand off to jira-expert/ or atlassian-admin/), production incident management (hand off to delivery-manager/), portfolio-level investment decisions (hand off to program-manager/), hiring or performance management of team members.

Limitations: Maturity scoring is a point-in-time assessment that requires honest self-reporting; scores can be gamed. Framework recommendations are guidelines, not prescriptions -- every organization has unique constraints. Transformation timelines assume consistent leadership support; political changes can invalidate roadmaps.

Integration Points

IntegrationDirectionWhat Flows
scrum-master/BidirectionalAgile coach sets framework; Scrum Master executes sprint-level practices
delivery-manager/Coach -> DMTransformation roadmap milestones feed into delivery planning
program-manager/Coach -> PgMScaling framework selection informs program governance structure
jira-expert/Coach -> JiraBoard and workflow requirements derived from framework selection
senior-pm/PM -> CoachPortfolio priorities shape which teams get coaching focus first
confluence-expert/Coach -> ConfluenceCoaching artifacts (maturity reports, retro outcomes) documented in Confluence

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

Claude Code

28.68%
按下载量换算377

OpenCode

21.09%
按下载量换算277

Gemini CLI

17.15%
按下载量换算226

Antigravity

12.23%
按下载量换算161

Cursor

7.9%
按下载量换算104

windsurf

3.09%
按下载量换算41

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills