# Rule: Approved example modules for skill content

## Use these modules in all examples, templates, and walkthroughs

From `src/`:

-   `Visit`
-   `Order`
-   `Customer Issue`
-   `Tour`
-   `TourVisit`
-   `Product`
-   `Call`
-   `Daily Report`
-   `Promotion`
-   `Inventory`
-   `RetailStore`
-   `Complex Pricing`
-   `BusinessPartner`

These are real, shipping modules. Skill content should reflect how experienced contributors actually build.

## Forbidden in skill content

-   `MFG`, `MfgVisit`, `MfgQuality`, `MfgAgreements`, or any Mfg-prefixed name
-   These were introduced in a one-time POC and must not become a template future work imitates

## Rationale

Skill examples are copied. If a skill shows `CkMfgOrdersDue`, the next ten cockpit cards someone builds will start with `Ck...`. Examples from real modules produce real patterns.

## How to pick an example for a new skill

1. Prefer a module whose artifact closely matches the skill's purpose (e.g., `create-print-layout` → `Order` has receipt layouts)
2. Choose the simplest existing file in that module
3. Cite it by full path in the skill: `src/Order/PL/...`
4. Never invent fictional modules or domains
