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
- Call
list_workflowsto get all accessible workflows. - Match by project name or ask the user which workflow to sync with.
- Call
get_workflowto understand current state (events, entities, commands, read models, domain event schemas, bounded contexts).
Step 2: Scan codebase for domain objects
Scan for the following: