Business Logic Entry Point Use Repositories

Require business-logic entry points to access domain-entity persistence exclusively through repositories. Use when an agent needs to create, modify, review, or interpret business-logic entry points that create, read, or modify domain entities. Entry points must not call the project's ORM, database library, framework persistence API, or any other persistence technology directly. All persistence operations on domain entities must go through a repository.

code-sherpas Updated

File contents

code-sherpas/agent-skills/tree/main/skills/business-logic-entry-point-use-repositories commit 13134aca37

Frequently asked questions

npx skillmds@latest add code-sherpas/business-logic-entry-point-use-repositories