> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tuneplane.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# tp solution

> Engineering solutions to start from

## `tp solution`

Engineering solutions to start from

```bash theme={"theme":{"light":"github-light","dark":"github-dark-dimmed"}}
tp solution <subcommand>
```

| Command            | Description                           |
| ------------------ | ------------------------------------- |
| `tp solution init` | Scaffold a solution into this project |
| `tp solution list` | List available solutions              |
| `tp solution show` | Show what a solution declares         |

### `tp solution init`

Scaffold a solution into this project

```bash theme={"theme":{"light":"github-light","dark":"github-dark-dimmed"}}
tp solution init <NAME> [options]
```

| Argument | Description                  |
| -------- | ---------------------------- |
| `NAME`   | Solution name (**required**) |

| Option            | Description                     |
| ----------------- | ------------------------------- |
| `--into` `<path>` | Where to write it (default `.`) |
| `--force`         | Overwrite an existing directory |

### `tp solution list`

List available solutions

```bash theme={"theme":{"light":"github-light","dark":"github-dark-dimmed"}}
tp solution list
```

No options beyond `--help`.

### `tp solution show`

Show what a solution declares

```bash theme={"theme":{"light":"github-light","dark":"github-dark-dimmed"}}
tp solution show <NAME>
```

| Argument | Description                  |
| -------- | ---------------------------- |
| `NAME`   | Solution name (**required**) |

No options beyond `--help`.
