What problem does it solve?
It helps an engineering agent design clear, bounded specialist sub-agents by deciding when a specialist should be drafted directly versus delegated to the domain-model authority for aggregate boundary correctness.
Core Features & Use Cases
- Specialist scoping from an orchestrator: Reads the orchestrator’s declared specialists and state handoffs to align specialist boundaries with expected inter-agent transitions.
- Aggregate mapping with delegation: Detects when a specialist operates over a canonical entity in docs and delegates aggregate boundary design to Theseus; otherwise, it drafts the specialist directly.
- Boundary and overlap validation: Enforces “no overlap” constraints across specialists’ Responsibilities to prevent duplicated scope and inconsistent tool usage.
- Concrete specialist markdown output: Produces specialists/{name}.md in the correct docs path, referencing or updating docs/{context}/entities when needed.
Quick Start
Use the orchestrator input to generate specialists/{name}.md for each declared specialist, delegating aggregate design to Theseus whenever the specialist maps to a canonical entity.