Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计通过

agile-ba-practices敏捷 BA 实践

Agent Skill

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

总安装

7,101

周安装

167

GitHub Stars

公开资料未说明

下载量

1,713
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/danhvb/my-ba-skills --skill 'Agile BA Practices'

简介

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

  • 它指导 AI 助手在敏捷与混合方法论中平衡轻量文档与全面分析,涵盖 BA 角色、需求演进和反馈循环。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需结合原始 README 核验具体用法和模板引用。
  • 使用前应确认权限范围、维护状态,并评估是否触发联网、文件读取或知识库查询操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Agile BA Practices Skill

Purpose

Guide AI assistants in applying BA practices within Agile and Hybrid methodologies, balancing lightweight documentation with comprehensive analysis.

BA Role in Agile

Traditional BA vs Agile BA

AspectTraditional BAAgile BA
DocumentationComprehensive upfrontJust enough, just in time
RequirementsComplete before devEmergent, evolving
DeliverablesBRD, FRS, Use CasesUser stories, acceptance criteria
ApproachWaterfall/phasesIterative/incremental
FeedbackEnd of projectContinuous, each sprint
ChangeFormal change controlEmbrace change

BA Role in Scrum

Sprint Planning:

  • Clarify user stories with team
  • Answer questions about requirements
  • Help estimate complexity
  • Identify dependencies

During Sprint:

  • Available for clarification
  • Accept completed stories
  • Refine upcoming stories
  • Write acceptance criteria

Sprint Review:

  • Demo features with PO
  • Gather stakeholder feedback
  • Note change requests

Sprint Retrospective:

  • Reflect on BA processes
  • Improve collaboration

Backlog Refinement:

  • Elaborate upcoming stories
  • Add acceptance criteria
  • Split large stories
  • Prioritize with PO

Core Agile BA Artifacts

Product Backlog

Structure:

Epic > Feature > User Story > Task

Example:

Epic: Customer Self-Service Portal
├── Feature: Account Management
│   ├── User Story: View profile
│   ├── User Story: Update profile
│   └── User Story: Change password
├── Feature: Order History
│   ├── User Story: View orders
│   └── User Story: Track shipments
└── Feature: Support
    ├── User Story: Submit ticket
    └── User Story: View FAQs

User Story Template

**Title**: [Short, descriptive title]

As a [user role]
I want [goal]
So that [benefit]

**Acceptance Criteria**:
- Given... When... Then...
- Given... When... Then...

**Notes**: [Technical notes, wireframe links]

**Story Points**: [Estimate]

Definition of Ready (DoR)

Story is Ready when:

  • User story follows format (As a... I want... So that...)
  • Acceptance criteria are clear and testable
  • Story is independent of other stories in sprint
  • Story is small enough to complete in sprint
  • Technical approach discussed with team
  • Dependencies identified and resolved
  • Wireframes/designs available (if UI work)

Definition of Done (DoD)

Story is Done when:

  • All acceptance criteria met
  • Code peer reviewed
  • Unit tests written and passing
  • Integration tests passing
  • No critical bugs
  • Documentation updated
  • Deployed to staging
  • PO accepted

Agile Documentation Approach

Just Enough Documentation

Write documentation when:

  • Required for compliance/audit
  • Multiple teams need to understand
  • Complex business rules
  • Integration specifications
  • Knowledge needs to persist

Keep lean when:

  • Small team with good communication
  • Frequent face-to-face interaction
  • Simple, well-understood domain
  • Short project duration

Lightweight Artifacts

TraditionalAgile Alternative
100-page BRD1-page project brief + backlog
Detailed FRSUser stories + acceptance criteria
Use Case documentsAcceptance scenarios
Data dictionaryEntity definitions in stories
Test planAutomated tests + DoD

Living Documentation

  • Keep docs in version control (Git)
  • Update as requirements evolve
  • Use wikis (Lark, Notion, Confluence)
  • Automate where possible

Backlog Refinement

Purpose

  • Break down large stories
  • Add detail to upcoming stories
  • Clarify requirements
  • Estimate stories
  • Prioritize backlog

Cadence

  • 1-2 hours per week
  • 1-2 sprints ahead
  • Regular rhythm

Refinement Activities

Story Splitting:

  • By workflow step
  • By business rule
  • By data variation
  • By platform (iOS/Android)
  • By user role

Estimation:

  • Planning poker
  • Story points (Fibonacci)
  • T-shirt sizing
  • Relative sizing

Prioritization with PO:

  • Business value
  • Risk reduction
  • Dependencies
  • Technical debt

Story Mapping

What is Story Mapping?

Visual technique to organize user stories along the user journey.

Structure

Activities (top row)
    ↓
Tasks (second row)
    ↓
Details/Stories (lower rows, by priority)

Example: E-commerce Story Map

Browse Products → Add to Cart → Checkout → Order Tracking
     ↓              ↓             ↓            ↓
View catalog     Add item      Shipping      View status
Search products  Update qty    Payment       Track shipment
Filter/sort      Save for later Review order  Get notifications

MVP ─────────────────────────────────────────────────
View catalog     Add item      Shipping      View status
Search           Update qty    Payment

Release 2 ───────────────────────────────────────────
Filter/sort      Save for later Review order Track shipment

Hybrid Methodology

When to Use Hybrid

  • Large enterprise projects
  • Regulatory requirements
  • Fixed-scope contracts
  • Distributed teams
  • Mixed maturity levels

Hybrid Approach

Waterfall Elements:

  • Initial discovery/analysis phase
  • Formal BRD for approval
  • Architecture design upfront
  • Go-live planning

Agile Elements:

  • Iterative development
  • User stories and sprints
  • Continuous delivery
  • Sprint demos

Example Hybrid Flow

Discovery (2-4 weeks): Requirements, BRD, Architecture
    ↓
Sprint 0: Setup, detailed design, initial stories
    ↓
Sprints 1-N: Agile development
    ↓
UAT Sprint: User acceptance testing
    ↓
Go-live: Deployment, hypercare

Scaled Agile (SAFe Basics)

Hierarchy

  • Portfolio: Strategic initiatives
  • Program: Agile Release Train (ART)
  • Team: Scrum teams

Key Roles

  • Product Manager (portfolio)
  • Product Owner (team)
  • System Architect
  • Release Train Engineer

Key Events

  • PI Planning (Program Increment)
  • System Demo
  • Inspect & Adapt

Tools for Agile BA

Backlog Management

  • Jira
  • Azure DevOps
  • Trello
  • Lark Base

Documentation

  • Lark Docs
  • Notion
  • Confluence

Collaboration

  • Miro/FigJam (story mapping)
  • Figma (wireframes)
  • Lark Meetings

Best Practices

Communication

✅ Face-to-face over documentation ✅ Working software over comprehensive docs ✅ Daily standups for alignment ✅ Demo early and often

Requirements

✅ Embrace change ✅ Just-in-time elaboration ✅ Collaborative refinement ✅ Testable acceptance criteria

Documentation

✅ Write just enough ✅ Keep it current ✅ Make it accessible ✅ Automate when possible

Collaboration

✅ Work closely with PO ✅ Be available to team ✅ Facilitate, don't dictate ✅ Learn technical basics

Common Anti-Patterns

Big Design Up Front: Too much analysis before development ❌ Requirements Dumping: Writing stories without collaboration ❌ Absent BA: Not available during sprints ❌ Gold Plating: Over-documenting everything ❌ Scope Denial: Not adapting to changing requirements

References

  • Agile Manifesto
  • Scrum Guide
  • User Story Mapping (Jeff Patton)
  • SAFe Framework
  • Agile Extension to BABOK

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.44%
按下载量换算590

Claude

28.52%
按下载量换算489

Cursor

20.77%
按下载量换算356

Gemini CLI

10.21%
按下载量换算175

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills