You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site-generator/content/blog/2026/03/release-0.13.0.md
+23-20Lines changed: 23 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,30 +8,33 @@ status=published
8
8
9
9
## What are Cursor rules for Java?
10
10
11
-
A curated collection of `Rules`, `Skills`, and `Agents` for Java Enterprise development, designed to streamline modern `SDLC` workflows.
11
+
A curated collection of `Rules`, `Skills`, and `Agents` for Java Enterprise development usable across **cross-functional stakeholders** (Product Owners, Business Analysts, Architects, Software Engineers) and **CI/CD pipelines** so each role (and automation) can apply consistent guidance through modern `SDLC` workflows.
12
12
13
-
In this release, we are happy to add support for the good people from Singapore, Amsterdam, Madrid, Ashburn & Atlanta. 👋👋👋
13
+
Happy that good people from Singapore, Amsterdam, Madrid, Ashburn & Atlanta are using this project. 👋👋👋
14
14
15
15
## What's new in this release?
16
16
17
-
In this release, the project introduces several updates and improvements:
18
-
19
-
- **Added Skills support:**
20
-
- ER diagram support in `@033-architecture-diagrams`
21
-
- Plan mode enhancements in `@040-planning-plan-mode`
22
-
- Jib coverage and improved skill summaries in `@112-java-maven-plugins`
23
-
- `@130-java-testing-strategies` for testing strategy guidance
- Reduced complexity for ADR discovery on functional requirements in `@031-architecture-adr-functional-requirements`
28
-
- C4 model guidance in `@033-architecture-diagrams` limited to levels 1–3
29
-
- Improvements to `@113-java-maven-documentation`
30
-
- **Added Agents support:**
31
-
- Business Analyst, Coordinator, and Java, Spring Boot, Quarkus, and Micronaut framework agents
32
-
- **Project improvements:**
33
-
- Added initial support for Agents
34
-
- Migrated XML rule sources to **PML Schema 0.7.0**; the generator validates against the [published schema](https://jabrena.github.io/pml/schemas/0.7.0/pml.xsd)
17
+
Little by little the project has increased the project audience not only putting focus on the implementation of features with Java because using AI Tooling, requirements require a good collaboration for other roles like `Product Owners`, `Business Analysts` & `Architects`.
This release is about **spending less time hunting conventions** and **more time shipping correct Java**: Skills turn the project’s rules into focused, invokable workflows in Cursor, and new Agents give you specialists that already speak your stack.
23
+
24
+
**Skills — what changes for you**
25
+
26
+
- **Architecture and planning:** Easier, lighter ADR discovery when you document CLIs or HTTP APIs (`@031-architecture-adr-functional-requirements`); architecture diagrams that stay practical—C4 from context through component plus ER models when you need the data picture (`@033-architecture-diagrams`); Plan mode guidance that fits real design sessions (`@040-planning-plan-mode`).
27
+
- **Build and project docs:** Richer Maven plugin coverage (including container builds with Jib) and clearer “what to run and why” material derived from your build (`@112-java-maven-plugins`, `@113-java-maven-documentation`).
28
+
- **Testing:** Explicit help choosing *what* to test and *how* to think about risk, not only syntax (`@130-java-testing-strategies`).
29
+
- **Spring Boot, Quarkus, and Micronaut:** One coherent story from APIs and configuration through data access, migrations, and tests—so whether you ship on Spring (`@301`–`@323`), Quarkus (`@401`–`@423`), or Micronaut (`@501`–`@523`), the assistant can follow the same boundaries and idioms end to end.
30
+
31
+
**Agents — what changes for you**
32
+
33
+
- You can delegate by role: business analysis and coordination on one side, and framework-aware engineering agents for plain Java plus Spring Boot, Quarkus, and Micronaut—so prompts land on a model that already assumes your ecosystem.
34
+
35
+
**Project quality**
36
+
37
+
- Rule XML now validates against **PML Schema 0.7.0** using the [published schema](https://jabrena.github.io/pml/schemas/0.7.0/pml.xsd), which keeps generated rules and Skills more predictable as the library grows.
35
38
36
39
Let's walk through each feature. You can also review the [CHANGELOG.md](https://github.com/jabrena/cursor-rules-java/blob/main/CHANGELOG.md#0130-2026-03-30)
0 commit comments