From 756157725389031c3d1d03cc9039a0bb11fd75d1 Mon Sep 17 00:00:00 2001 From: sck_0 Date: Thu, 19 Feb 2026 16:26:47 +0100 Subject: [PATCH] chore: release v5.8.0 - Domain-Driven Design Suite (PR #98) --- CHANGELOG.md | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 55 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 136e6a8d..2e254ea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,60 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [5.8.0] - 2026-02-19 - "Domain-Driven Design Suite" + +> **First full DDD skill suite: strategic design, context mapping, and tactical patterns for complex domains.** + +This release introduces a comprehensive Domain-Driven Design skill suite (4 new skills) contributed by the community, plus playbook fixes for saga-orchestration and event-store-design, and new DDD-themed bundle and workflow entries. + +## πŸš€ New Skills + +### πŸ—οΈ [domain-driven-design](skills/domain-driven-design/) + +**Entry point and router for all DDD adoption decisions.** +Covers viability checks, routing to strategic/tactical/evented sub-skills, and output requirements. + +- **Key Feature**: Viability check gate β€” avoids over-engineering simple systems. +- **Key Feature**: Routing map to `@ddd-strategic-design`, `@ddd-context-mapping`, `@ddd-tactical-patterns`, CQRS, event sourcing, sagas, projections. + +> **Try it:** `Use @domain-driven-design to assess if this billing platform should adopt full DDD.` + +### πŸ—ΊοΈ [ddd-strategic-design](skills/ddd-strategic-design/) + +**Subdomains, bounded contexts, and ubiquitous language.** +Produces subdomain classification tables, bounded context catalogs, and glossaries. + +### πŸ”— [ddd-context-mapping](skills/ddd-context-mapping/) + +**Cross-context integration contracts and anti-corruption layers.** +Defines upstream/downstream ownership, translation rules, and versioning policies. + +### 🧩 [ddd-tactical-patterns](skills/ddd-tactical-patterns/) + +**Aggregates, value objects, repositories, and domain events in code.** +Includes a TypeScript aggregate example with invariant enforcement. + +--- + +## πŸ“¦ Improvements + +- **Registry Update**: Now tracking 868 skills. +- **saga-orchestration** and **event-store-design**: Added missing `resources/implementation-playbook.md`. +- **docs/BUNDLES.md**: Added DDD & Evented Architecture bundle section. +- **docs/WORKFLOWS.md** + **data/workflows.json**: New "Design a DDD Core Domain" workflow entry. + +## πŸ‘₯ Credits + +A huge shoutout to our community contributors: + +- **[@rcigor](https://github.com/rcigor)** for the full DDD skill suite (PR #98) + +--- + +_Upgrade now: `git pull origin main` to fetch the latest skills._ + +--- + ## [5.7.0] - 2026-02-18 - "Yandex Direct Audit" > **First agentic skill for the Russian PPC market, offering comprehensive Yandex Direct account auditing.** diff --git a/package.json b/package.json index 6a319fae..5ef4e7c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antigravity-awesome-skills", - "version": "5.7.0", + "version": "5.8.0", "description": "845+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.", "license": "MIT", "scripts": {