con un clic
ddd-ai-skills-applied
ddd-ai-skills-applied contiene 2 skills recopiladas de pwyczes, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Identify opportunities for DDD Factory pattern and guide their implementation. Use when encountering complex constructors, scattered creation logic, multiple overloaded constructors, or when the user mentions "factory", "factory pattern", "complex creation", "builder pattern", or asks to simplify object construction.
Identify opportunities for Value Object pattern and guide their implementation. Use when refactoring primitive-heavy code. encountering grouped parameters, reviewing domain model design, or when the user mentions "primitive obsession", "value object", "VO", domain concepts, or asks to encapsulate business logic.