Ddd Context
Skill Verifiziert AktivCreate and manage a DDD bounded context with standard directory structure
To streamline the setup of new DDD bounded contexts by providing a standardized, automated directory structure and initial file setup.
Funktionen
- Create DDD bounded context directories
- Generate standard index files (`index.ts`)
- Validate context name format and existence
- Store context information in domain model graph
Anwendungsfälle
- Starting a new DDD bounded context in a project
- Ensuring consistent project structure for DDD
- Quickly scaffolding domain, application, and infrastructure layers
Nicht-Ziele
- Managing or generating code within the context files
- Implementing or enforcing DDD patterns beyond directory structure
- Interacting with external services beyond MCP calls for domain model storage
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add ruvnet/ruflo/plugin install ruflo-ddd@rufloQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
DDD Aggregate
99Scaffold an aggregate root with entity, value objects, repository interface, domain events, and test stubs
Cli Creator
100Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.
Spec to Repo
100Use when the user says 'build me an app', 'create a project from this spec', 'scaffold a new repo', 'generate a starter', 'turn this idea into code', 'bootstrap a project', 'I have requirements and need a codebase', or provides a natural-language project specification and expects a complete, runnable repository. Stack-agnostic: Next.js, FastAPI, Rails, Go, Rust, Flutter, and more.
V3 Ddd Architecture
100Domain-Driven Design architecture for claude-flow v3. Implements modular, bounded context architecture with clean separation of concerns and microkernel pattern.
Typescript Advanced Types
100Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects.
Domain Driven Design
98Model software around the business domain using bounded contexts, aggregates, and ubiquitous language. Use when the user mentions "domain modeling", "bounded context", "aggregate root", "ubiquitous language", "anti-corruption layer", "context mapping", "domain events", or "strategic design". Also trigger when splitting a monolith into services, defining microservice boundaries, or aligning code structure with business processes. Covers entities vs value objects, domain events, and context mapping strategies. For architecture layers, see clean-architecture. For complexity, see software-design-philosophy.