014-agile-user-story

仓库创建 2025年2月9日最近提交 2 天前SkillHot 收录 20 天前
▸ 精选理由

直接产出可执行的验收测试场景,便于研发与 QA 协作。

这个 Skill 做什么

交互式生成用户故事以及对应的 Gherkin .feature 验收场景文件。

引导你把需求整理成标准的用户故事和对应的 Gherkin .feature 验收场景,包含角色、目标、收益和可跑的验收用例。用在要把模糊需求变成可测试的故事或要撰写 BDD 场景时。特点是通过互动提问收集干净事实,直接输出 Markdown 用户故事和可执行的 Gherkin 文件,方便交给开发/测试。

▸ 展开 SKILL.md 英文原文

Guides the creation of agile user stories and Gherkin feature files. Use when the user wants to create a user story, write acceptance criteria, define Gherkin scenarios, or author BDD feature files. This should trigger for requests such as Create a user story; Write a user story; I need to write a user story; Create Gherkin scenarios for a user story; Split feature requirements into user stories. Part of Plinth Toolkit

办公文档敏捷用户故事BDDGherkin通用
423
Stars
89
Forks
40
仓库内 Skill
+9
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/jabrena/plinth/main/skills/014-agile-user-story/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/jabrena/plinth/main/skills/014-agile-user-story/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Create Agile User Stories and Gherkin Feature Files

Guide the agent to ask targeted questions to gather sanitized story facts and Gherkin acceptance criteria, then generate a Markdown user story and a separate Gherkin `.feature` file. **This is an interactive SKILL**.

**What is covered in this Skill?**

- User story core details: title, persona, goal, benefit
- Gherkin feature file: Feature name, background steps, scenarios
- Acceptance criteria: Given / When / Then with data examples
- File naming and linking between user story and feature file
- INVEST quality validation before finalization (Independent, Negotiable, Valuable, Estimable, Small, Testable)

## Constraints

Before generati
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有