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

agile-onboarding敏捷入职

Agent Skill

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

总安装

188

周安装

8

GitHub Stars

公开资料未说明

下载量

66
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/djalmajr/essential-skills --skill agile-onboarding

简介

agile-onboarding 用于指导新成员快速融入敏捷开发流程,结合实践练习提升团队协作效率。

  • 适合新员工入职、角色转换或团队首次采用敏捷方法时使用。
  • 通过分步引导完成从理解流程到独立运作的过渡,避免仅停留在文档层面。
  • 安装前需确认仓库权限和维护状态,注意可能涉及文件读写和网络请求。
  • 建议结合原始 README 核验具体用法和操作流程。

SKILL.md

Onboarding

Use this skill to guide new team members through the agile + AI flow, in a practical and progressive way.

Objective

  • Provide context about the operational model (Light Scrum + AI as pair)
  • Teach the artifact flow in practice, not theory
  • Ensure the new member can operate autonomously in 1-2 sprints
  • Avoid onboarding being just documentation — it must include practice

When to use

  • New dev or manager joins the team
  • Someone changes roles (dev becomes tech lead, for example)
  • The team adopts the flow for the first time
  • Someone needs retraining after time away

Onboarding trail

Day 1: Understand the model

Objective: know what exists and why.

  1. Present the complete flow: flowchart LR A["/agile-intake"] --> B["/agile-roadmap"] B --> C["/agile-epic"] C --> D["/agile-story"] D --> E[execution] E --> F["/agile-status"] F --> G["/agile-retro"]
  2. Explain the role division:

- Human: decides, validates, controls git, communicates - AI: structures, implements, verifies, reports

  1. Show the decision tree:

- When to use task vs epic - Scope assessment (small to large)

  1. Show the available skills and how to invoke each one:

- /agile-intake — capture problems - /agile-roadmap — strategic direction - /agile-epic — decompose and structure initiatives - /agile-story — execution plans - /agile-refinement — validate artifacts and review code - /agile-status — track progress (checkpoint, consolidation, closure) - /agile-sprint — sprint planning - /agile-review — sprint review and demo - /agile-metrics — sprint metrics - /agile-retro — retrospective - /agile-proto — interactive prototypes - /agile-router — guidance on which skill to use

Day 2: Practical exercise — intake and planning

Objective: create an intake and a simple plan with AI support.

Suggested exercise:

  1. The new member chooses a small, real problem (bug, improvement, task)
  2. Uses the /agile-intake skill to structure the problem
  3. Decides the correct artifact with the decision tree
  4. Uses /agile-router to validate the choice, then creates the plan with /agile-story or /agile-epic
  5. The mentor/tech lead reviews and gives feedback

Day 3: Practical exercise — execution with TDD

Objective: implement something using the task -> TDD -> verification flow.

Suggested exercise:

  1. Take the plan created on day 2
  2. Implement using TDD with AI as pair:

- Describe the expected behavior - AI writes the test (red) - AI implements (green) - Dev requests refactoring if necessary

  1. Run verifications (lint, types, tests)
  2. Run /agile-refinement (code review mode) to review the diff before committing

Day 4: Practical exercise — tracking

Objective: generate status updates and close with a report.

  1. Use /agile-status (checkpoint mode) to generate a progress update
  2. Simulate a /agile-status (consolidation mode) report for the period
  3. Close the delivery with /agile-status (closure mode)
  4. Review the complete chain: task -> execution -> status -> closure

Day 5: Reflection and autonomy

Objective: assess if the new member is ready to operate autonomously.

  1. The new member conducts an intake alone
  2. Creates plan or epic without mentor help
  3. Implements with TDD
  4. Closes with status report
  5. Mentor validates and gives final feedback

Onboarding checklist

  • Understands the complete flow (intake to retro)
  • Knows how to choose the right artifact (decision tree)
  • Can create task or epic with AI support
  • Knows how to use TDD with AI as pair
  • Knows how to generate status updates and closure reports
  • Understands the responsibility division (human vs AI)
  • Knows which skills are available and when to use each one
  • Completed at least one full cycle (intake -> closure) with supervision

Adaptation by profile

For devs

  • Focus on: TDD, pair programming with AI, quality gates, git workflow
  • Extra exercise: implement a small feature from scratch using the flow

For managers / scrum masters

  • Focus on: roadmap, epic decomposition, sprint planning, retro, status reports
  • Extra exercise: conduct an epic decomposition and sprint planning with AI support

For tech leads

  • Both focuses: planning and execution
  • Extra exercise: review AI-generated code with /agile-refinement and give constructive feedback

Rules

  • Onboarding is not passive. The new member must practice, not just read.
  • The mentor does not do it for the new member — guides and reviews.
  • Onboarding mistakes are opportunities, not failures. The environment must be safe to experiment.
  • If the new member cannot complete the checklist in 5 working days, the problem may be the process, not the person. Discuss in retro.

Relationship with the flow

This skill acts as the entry point to all others. After onboarding, the member should be able to invoke /agile-router, /agile-story, /agile-status, /agile-sprint, and /agile-retro autonomously.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.28%
按下载量换算23

Claude

29.05%
按下载量换算19

Cursor

18.68%
按下载量换算12

Gemini CLI

8.1%
按下载量换算5

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills