·ddd-architecture
</>

ddd-architecture

7spade/black-tortoise

Domain-Driven Design (DDD) patterns for Angular applications with clean architecture layers. Use when designing aggregates, entities, value objects, domain events, repositories, or implementing bounded contexts. Includes tactical patterns, strategic design, and layer dependency rules for scalable applications.

9Installs·0Trend·@7spade

Installation

$npx skills add https://github.com/7spade/black-tortoise --skill ddd-architecture

SKILL.md

Entities have identity and lifecycle. Use for objects that need to be tracked over time.

Value objects have no identity, only value. They are immutable and equality is based on value.

Aggregates are consistency boundaries. They group entities and value objects that must be consistent together.

Domain-Driven Design (DDD) patterns for Angular applications with clean architecture layers. Use when designing aggregates, entities, value objects, domain events, repositories, or implementing bounded contexts. Includes tactical patterns, strategic design, and layer dependency rules for scalable applications. Source: 7spade/black-tortoise.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/7spade/black-tortoise --skill ddd-architecture
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is ddd-architecture?

Domain-Driven Design (DDD) patterns for Angular applications with clean architecture layers. Use when designing aggregates, entities, value objects, domain events, repositories, or implementing bounded contexts. Includes tactical patterns, strategic design, and layer dependency rules for scalable applications. Source: 7spade/black-tortoise.

How do I install ddd-architecture?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/7spade/black-tortoise --skill ddd-architecture Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/7spade/black-tortoise