Documentation
README
Adding a Domain Skill
A Domain Skill is a sharp trigger that hands an AI the right rules for one diagram domain (AWS, Azure, GCP, Databricks, BPMN). Domain knowledge stays in the Kit behind the CLI; the skill is a pointer to the Shared Workflow. This keeps each skill thin and the Kit single-sourced.
Three moves, in order:
Move 1 — Add the rule file
Create rules/<domain>-architecture.md with the domain's hierarchy and shape rules.
Follow the pattern of any existing rule file:
rules/aws-architecture.md, azure-architecture.md, gcp-architecture.md, databricks-architecture.md, or bpmn.md.
Content: layer ordering, parent-child constraints, forbidden connectors, icon naming conventions — whatever makes a correct diagram for that domain.
This is the opening of the README. Read the full README on GitHub.