domain-decomposition-api-design-advisor
Installation
SKILL.md
Domain Decomposition API Design Advisor
Source mapping: Tier 3 specialized skill derived from Kotlin_Spring_Developer_Pipeline.md (SK-25).
Mission
Convert vague product intent into explicit technical boundaries and contracts that can survive implementation and change. Optimize for clear ownership, explicit invariants, and low coupling rather than premature microservice enthusiasm.
Inputs To Gather
- Business goals, user journeys, and success criteria.
- Known constraints: SLA, throughput, latency, audit, privacy, compliance, data retention.
- Existing system boundaries, shared data, and integration points.
- Failure and retry expectations, especially around money, inventory, identity, and messaging.
- Team topology and deployment constraints when they influence boundary choices.