# Project Name Setup

## User Input

Ask: **"What is your project name?"**

## Actions

Once provided, search-and-replace across the **entire workspace**:

| Find           | Replace with                           |
| -------------- | -------------------------------------- |
| `project-name` | kebab-case version (e.g. `user-input`) |
| `Project Name` | Title Case version (e.g. `User Input`) |
