1. Confirm the target website URL is public and reachable.
2. Execute `npx playwright install chromium` to ensure Playwright is installed.
3. Run `npx extract-design-system <url>` to extract the design system.
4. Review `.extract-design-system/normalized.json` to understand the extracted design primitives.
5. If needed, use `npx extract-design-system <url> --extract-only` for extraction only.
6. If needed, use `npx extract-design-system init` to regenerate starter token files.
7. Explain the generated outputs and their purpose to the user.
8. Ask for confirmation before modifying any existing project files.