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)

  1. Read registry.md (co-located in this skill's directory).
  2. Map the user's intent to trigger keywords.
  3. 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

  1. Load all identified SKILL.md reference files simultaneously (parallel context gathering).
  2. Extract the strict Hard Constraints from each domain.
  3. Validate for collisions. Resolution Rule: Specific integration policies (e.g., Stripe webhooks) override generic logic policies. Security policies (OWASP) override everything.
Installs
1
First Seen
Apr 4, 2026
domains — mrsknetwork/nemodev