Workflow Usecase

UseCase implementation guide. Define as Effect<A, E, R>; depend on infrastructure through Ports. Make all error types explicit in the E channel. In unit tests, swap Ports via mock Layers. Triggers: usecase creation, business logic, usecase implementation, Effect.gen, Effect.fn, domain logic.

marzun9620 7e85f2e 4.9 KB Updated

File contents

marzun9620/agent_skills/tree/main/workflow/skills/workflow-usecase commit 7e85f2e8a0

Frequently asked questions

npx skillmds@latest add marzun9620/workflow-usecase