1. Create the page folder structure: `src/dashboard/pages/<page-name>/`.
2. Create `page.tsx` with WDS components wrapped in `WixDesignSystemProvider`.
3. Implement data operations using Wix Data SDK (read/write).
4. Implement dashboard API calls for navigation, toasts, modals, etc.
5. Create `extensions.ts` with `extensions.dashboardPage()` and a unique UUID.
6. Update `src/extensions.ts` to import and use the new extension (App Registration).
7. Verify the page renders correctly in the Wix dashboard.