Prompts

## Script Name

Short one-liner describing what it does.

### What it does

- Brief explanation in plain language
- Why you wrote it / what problem it solves

### How to run it

```bash
command to run script
```

### Inputs

- Input files / arguments / flags
- Example:

  - `input.txt`
  - `--mode fast`

### Outputs

- What gets created or printed
- Where to find results

### Example

```bash
example command here
```