domains
Installation
SKILL.md
Domain Orchestrator Skill
Purpose
Acts as the architectural synthesizer. It dynamically groups required domain intelligence and strictly enforces it on output checklists, ensuring zero guesswork for execution agents.
SOP: AI-Optimized Execution Pipeline
Phase 1: Registry Resolution (O(1) Scan)
- Read
registry.md(co-located in this skill's directory). - Map the user's intent to trigger keywords.
- Extract a discrete array of all matched domain paths. E.g.,
['references/auth-provider/SKILL.md', 'references/security/SKILL.md'].
Phase 2: Parallel Ingestion & Sync
- Load all identified
SKILL.mdreference files simultaneously (parallel context gathering). - Extract the strict Hard Constraints from each domain.
- Validate for collisions. Resolution Rule: Specific integration policies (e.g., Stripe webhooks) override generic logic policies. Security policies (OWASP) override everything.