development-plugin-for-avalonia

Development Plugin for Avalonia

Use this as the canonical umbrella workflow source for broad Avalonia work in this repository.

Discovery entrypoints:

Do not treat this root file as the repo-local discovery entrypoint. Keep it as the canonical routing workflow that the repo-local wrapper can load without duplicating the full guidance.

Resolve the task category, load the smallest specialist skill that fits, and keep the shared references as the single source of truth.

Primary shared indexes:

Default Working Rules

Routing Rules

Route to the first specialist skill that matches the request and do not keep broad orchestration in scope longer than needed.

First Pass Workflow

  1. Identify whether the user is building new UI, fixing an existing app, or porting from another stack.
  2. Pick the narrowest specialist skill that fits the task.
  3. Load only the reference documents that specialist skill points to.
  4. Use references/api-index-generated.md only when signature-level lookup is required.
  5. Escalate to the Avalonia 12 migration lane only when the request explicitly targets it.

Output Expectations