Skip to content

Commit bfb7319

Browse files
authored
Fixing name (#514)
1 parent 78ae646 commit bfb7319

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
},
1414
"plugins": [
1515
{
16-
"name": "014-agile-user-story",
17-
"source": "./skills/014-agile-user-story",
16+
"name": "014-agile-create-user-story",
17+
"source": "./skills/014-agile-create-user-story",
1818
"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.",
1919
"version": "0.13.0"
2020
},

.cursor/rules/014-agile-user-story.md renamed to .cursor/rules/014-agile-create-user-story.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: 014-agile-user-story
2+
name: 014-agile-create-user-story
33
description: Use when the user wants to create a user story, write acceptance criteria, define Gherkin scenarios, or author BDD feature files.
44
license: Apache-2.0
55
metadata:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The project provides a curated collection of `System prompts` & `Skills` for mod
1212

1313
The project add support for:
1414

15-
- **AI-Driven Agile:** `User Stories` & `AI Planning`
15+
- **AI-Driven Agile:** `User Stories`, `Gherkin` & `AI Planning`
1616
- **Architecture:** `ADRs`& `UML/C4/ER Diagrams`
1717
- **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`
1818
- **AI Tooling:** `AGENTS.md`

skills-generator/src/main/resources/skills/014-skill.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<skill xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="../schemas/skill.xsd"
4-
id="014-agile-user-story"
4+
id="014-agile-create-user-story"
55
interactive="true">
66
<metadata>
77
<author>Juan Antonio Breña Moral</author>
@@ -32,5 +32,5 @@ Guide the agent to ask targeted questions to gather details for a user story and
3232
</constraint-list>
3333
</constraints>
3434

35-
<reference path="references/014-agile-user-story.md" />
35+
<reference path="references/014-agile-create-user-story.md" />
3636
</skill>

skills/014-agile-user-story/SKILL.md renamed to skills/014-agile-create-user-story/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: 014-agile-user-story
2+
name: 014-agile-create-user-story
33
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
44
license: Apache-2.0
55
metadata:
@@ -28,4 +28,4 @@ Before generating artifacts, gather all required information through structured
2828

2929
## Reference
3030

31-
For detailed guidance, examples, and constraints, see [references/014-agile-user-story.md](references/014-agile-user-story.md).
31+
For detailed guidance, examples, and constraints, see [references/014-agile-create-user-story.md](references/014-agile-create-user-story.md).

skills/014-agile-user-story/references/014-agile-user-story.md renamed to skills/014-agile-create-user-story/references/014-agile-create-user-story.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: 014-agile-user-story
2+
name: 014-agile-create-user-story
33
description: Use when the user wants to create a user story, write acceptance criteria, define Gherkin scenarios, or author BDD feature files.
44
license: Apache-2.0
55
metadata:

system-prompts-generator/src/main/resources/system-prompt-inventory.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[
2-
{"name": "014-agile-user-story"},
2+
{"name": "014-agile-create-user-story"},
33
{"name": "020-architecture-functional-requirements-cli"},
44
{"name": "021-architecture-functional-requirements-rest"},
55
{"name": "030-architecture-non-functional-requirements"},

system-prompts-generator/src/main/resources/system-prompts/014-agile-user-story.xml renamed to system-prompts-generator/src/main/resources/system-prompts/014-agile-create-user-story.xml

File renamed without changes.

0 commit comments

Comments
 (0)