Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"plugins": [
{
"name": "014-agile-user-story",
"source": "./skills/014-agile-user-story",
"name": "014-agile-create-user-story",
"source": "./skills/014-agile-create-user-story",
"description": "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.",
"version": "0.13.0"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: 014-agile-user-story
name: 014-agile-create-user-story
description: Use when the user wants to create a user story, write acceptance criteria, define Gherkin scenarios, or author BDD feature files.
license: Apache-2.0
metadata:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The project provides a curated collection of `System prompts` & `Skills` for mod

The project add support for:

- **AI-Driven Agile:** `User Stories` & `AI Planning`
- **AI-Driven Agile:** `User Stories`, `Gherkin` & `AI Planning`
- **Architecture:** `ADRs`& `UML/C4/ER Diagrams`
- **Java development:** `Build system based on Maven`, `Design`, `Coding`, `Testing`, `Refactoring & JMH Benchmarking`, `Performance testing with JMeter`, `Profiling with Async profiler/OpenJDK tools`, `Documentation` & `Spring Boot`
- **AI Tooling:** `AGENTS.md`
Expand Down
4 changes: 2 additions & 2 deletions skills-generator/src/main/resources/skills/014-skill.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<skill xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../schemas/skill.xsd"
id="014-agile-user-story"
id="014-agile-create-user-story"
interactive="true">
<metadata>
<author>Juan Antonio Breña Moral</author>
Expand Down Expand Up @@ -32,5 +32,5 @@ Guide the agent to ask targeted questions to gather details for a user story and
</constraint-list>
</constraints>

<reference path="references/014-agile-user-story.md" />
<reference path="references/014-agile-create-user-story.md" />
</skill>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: 014-agile-user-story
name: 014-agile-create-user-story
description: 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. Part of the skills-for-java project
license: Apache-2.0
metadata:
Expand Down Expand Up @@ -28,4 +28,4 @@ Before generating artifacts, gather all required information through structured

## Reference

For detailed guidance, examples, and constraints, see [references/014-agile-user-story.md](references/014-agile-user-story.md).
For detailed guidance, examples, and constraints, see [references/014-agile-create-user-story.md](references/014-agile-create-user-story.md).
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: 014-agile-user-story
name: 014-agile-create-user-story
description: Use when the user wants to create a user story, write acceptance criteria, define Gherkin scenarios, or author BDD feature files.
license: Apache-2.0
metadata:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
{"name": "014-agile-user-story"},
{"name": "014-agile-create-user-story"},
{"name": "020-architecture-functional-requirements-cli"},
{"name": "021-architecture-functional-requirements-rest"},
{"name": "030-architecture-non-functional-requirements"},
Expand Down
Loading