diff --git a/README.md b/README.md index 120f543d..60dc377e 100644 --- a/README.md +++ b/README.md @@ -262,6 +262,7 @@ Initial workflows include: - Security Audit for a Web App - Build an AI Agent System - QA and Browser Automation (with optional `@go-playwright` support for Go stacks) +- Design a DDD Core Domain ## Features & Categories diff --git a/package.json b/package.json index 222cd2ce..1099b535 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "antigravity-awesome-skills", "version": "7.4.0", - "description": "1,236+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.", + "description": "1,239+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.", "license": "MIT", "scripts": { "validate": "node tools/scripts/run-python.js tools/scripts/validate_skills.py", diff --git a/skills/antigravity-workflows/SKILL.md b/skills/antigravity-workflows/SKILL.md index 48cc1540..f8073954 100644 --- a/skills/antigravity-workflows/SKILL.md +++ b/skills/antigravity-workflows/SKILL.md @@ -47,6 +47,7 @@ Read workflows in this order: - Security review request -> `security-audit-web-app` - Agent/LLM product request -> `build-ai-agent-system` - E2E/browser testing request -> `qa-browser-automation` +- Domain-driven design request -> `design-ddd-core-domain` ## Copy-Paste Prompts @@ -66,6 +67,10 @@ Use @antigravity-workflows to guide me through "Build an AI Agent System" with c Use @antigravity-workflows to execute the "QA and Browser Automation" workflow and stabilize flaky tests. ``` +```text +Use @antigravity-workflows to execute the "Design a DDD Core Domain" workflow for my new service. +``` + ## Limitations - This skill orchestrates; it does not replace specialized skills.