跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Ddd Context

技能 已验证 活跃
属于:Ruflo Ddd

Create 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.

功能

  • Create DDD bounded context directories
  • Generate standard index files (`index.ts`)
  • Validate context name format and existence
  • Store context information in domain model graph

使用场景

  • Starting a new DDD bounded context in a project
  • Ensuring consistent project structure for DDD
  • Quickly scaffolding domain, application, and infrastructure layers

非目标

  • 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

安装

请先添加 Marketplace

/plugin marketplace add ruvnet/ruflo
/plugin install ruflo-ddd@ruflo

质量评分

已验证
98 /100
1 day ago 分析

信任信号

最近提交1 day ago
星标50.2k
许可证MIT
状态
查看源代码

类似扩展

DDD Aggregate

99

Scaffold an aggregate root with entity, value objects, repository interface, domain events, and test stubs

技能
ruvnet

Cli Creator

100

Build 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.

技能
openai

Spec to Repo

100

Use 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.

技能
alirezarezvani

V3 Ddd Architecture

100

Domain-Driven Design architecture for claude-flow v3. Implements modular, bounded context architecture with clean separation of concerns and microkernel pattern.

技能
ruvnet

Typescript Advanced Types

100

Master 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.

技能
wshobson

Domain Driven Design

98

Model 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.

技能
wondelai