Backend Service

Use when a ticket asks for backend business logic that isn't itself an endpoint or a migration — a service/use-case, a domain operation, a background job, or orchestration across repositories. Invoke for "add a service to do X", "implement the use-case", or "extract the business logic out of the handler".

tmj-90 7ddc8d9 2.5 KB Updated

File contents

tmj-90/gaffer/tree/main/runner/skills/backend-service commit 7ddc8d9173

Frequently asked questions

npx skillmds@latest add tmj-90/backend-service