sync

SKILL.md

Sync Domain Model with Qlerify

Sync the local codebase's domain model with Qlerify. Detect entities, commands, read models, and domain event schemas in code and ensure they match Qlerify.

If this is a brownfield or legacy codebase and the aggregate boundaries are unclear, first extract one aggregate at a time (use the extract-aggregate skill), then run sync.

Step 1: Identify the workflow

  1. Call list_workflows to get all accessible workflows.
  2. Match by project name or ask the user which workflow to sync with.
  3. Call get_workflow to understand current state (events, entities, commands, read models, domain event schemas, bounded contexts).

Step 2: Scan codebase for domain objects

Scan for the following:

Installs
4
First Seen
Mar 21, 2026