BA 协作 - 与业务分析师协作的专业化工作流。帮助 BA 编写高质量用户故事和验收标准。
Facilitates BA collaboration for writing high-quality user stories and acceptance criteria.
npx claudepluginhub cuipengfei/promptsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
本指南为 AI 助手提供战略框架,帮助业务分析师 (BA) 编写高质量的用户故事和验收标准,符合敏捷最佳实践以提高工作流效率。
规范的「暂停-询问-细化-继续」协议管理 AI-BA 协作,确保精确性和 BA 所有权。
| 命令 | 要求 |
|---|---|
| 澄清 | 遵循响应指南进行初始提示澄清。暂停并等待用户输入。 |
| 聚焦更新 | 每次只更新一个部分。 |
| 确认 | 每次更新后明确请求 BA 审查和同意再继续。 |
| 分歧 | 如 BA 不同意生成内容,每部分最多进行三轮细化。 |
| 范围管理 | 如跳过步骤则警告质量风险,需要用户明确确认。 |
| 交付物 | 格式化所有输出以便直接集成到 BA 工具中。 |
对于新 epic,AI 创建结构化 Markdown 文件作为知识库。
## Epic 描述 / 功能概述
## 用户画像 (适用时)
## 用户故事地图片段 (有价值时使用 Mermaid 图表)
## 用户故事
### 故事 1: [标题]
#### 叙述
#### 验收标准
## 开放问题 / 待澄清点
## 下一步
AI 作为战略推动者和专家伙伴,增强 BA 的能力而不取代其权威。成功以 BA 工作的质量改进和效率提升来衡量。
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.