ddd-strategic-design — quality + safety report
In the Skillier index (antigravity__ddd-strategic-design) · scanned 2026-06-03 · engine: builtin+triage
✓ Clean — no heuristic safety flags surfaced.
Heuristic flags from the builtin scanner, which is known to over-flag (it trips on legitimate env-reading integrations, security skills, and library .eval calls). This is NOT an authoritative malicious verdict — re-scan with SkillSpector for the authoritative result. Run the authoritative scan →
📇 This skill is in the Skillier index (curated · deduped · quality-filtered). Install Skillier to route & load it into your AI client.
Quality notes
No quality issues flagged. ✓
About this skill
Design DDD strategic artifacts including subdomains, bounded contexts, and ubiquitous language for complex business domains.
📄 Read the SKILL.md
--- name: ddd-strategic-design description: "Design DDD strategic artifacts including subdomains, bounded contexts, and ubiquitous language for complex business domains." risk: safe source: self tags: "[ddd, strategic-design, bounded-context, ubiquitous-language]" date_added: "2026-02-27" --- # DDD Strategic Design ## Use this skill when - Defining core, supporting, and generic subdomains. - Splitting a monolith or service landscape by domain boundaries. - Aligning teams and ownership with bounded contexts. - Building a shared ubiquitous language with domain experts. ## Do not use this skill when - The domain model is stable and already well bounded. - You need tactical code patterns only. - The task is purely infrastructure or UI oriented. ## Instructions 1. Extract domain capabilities and classify subdomains. 2. Define bounded contexts around consistency and ownership. 3. Establish a ubiquitous language glossary and anti-terms. 4. Capture context boundaries in ADRs before implementation. If detailed templates are needed, open `references/strategic-design-template.md`. ## Required artifacts - Subdomain classification table - Bounded context catalog - Glossary with canonical terms - Boundary decisions with rationale ## Examples ```text Use @ddd-strategic-design to map our commerce domain into bounded contexts, classify subdomains, and propose team ownership. ``` ## Limitations - This skill does not produce executable code. - It cannot infer business truth without stakeholder input. - It should be followed by tactical design before implementation.
Want a live grade + an embeddable README badge? Run your skill through the free scanner.
Graded independently by Skillproof — nothing to sell the author. Quality is mechanical + corpus-grounded; safety flags are heuristic (builtin+triage), not a malicious verdict.