What problem does it solve?
This skill helps teams implement robust business logic with clean architecture, ensuring strong typing, solid error handling, and reliable external API integration.
Core Features & Use Cases
- Use Case Execution: Standardized flows for context extraction, authorization checks, input validation, data retrieval, business rule validation, execution, persistence, and event publishing.
- Type Safety & Validation: Enforces explicit typing, avoids runtime type hacks, and promotes domain-driven design.
- External API Integration: Centralizes external calls and maps results to domain entities with proper error handling.
- Guidance: Directs agents to consult the internal rules directory for consistency.
Real-world example: Implement a multi-tenant use case with proper isolation and domain-driven design.
Quick Start
Create a new use-case implementation following the standardized pipeline: context extraction, authorization, input validation, data retrieval, business rule validation, execution, persistence, and event publishing.