What problem does it solve?
This skill resolves ambiguity in Domain-Driven Design (DDD) tasks by providing a clear protocol for agent ownership, interaction modes, and handoff procedures, preventing fragmented or misaligned architectural decisions.
Core Features & Use Cases
- Agent Boundary Matrix: Provides a definitive lookup table for which agent owns specific DDD concerns, from strategic subdomain classification to tactical implementation.
- Handoff Protocol: Standardizes how work moves between agents using Team Topologies interaction modes (Collaboration, X-as-a-Service, Facilitating).
- Use Case: When a backend engineer and a security architect disagree on who owns the implementation of an access control invariant, this skill provides the framework to identify the owner, select the correct interaction mode, and record the handoff for auditability.
Quick Start
Use the ddd-agent-handoff skill to determine the correct owner and interaction mode for the current cross-agent design task.