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

# Init

> Scaffold a new workflow project. Without [name], scaffolds into the current directory using the cwd basename as the workflow name. With [name], creates ./<name>/ and uses that as the slug. The flat layout matches what run workflows.<slug> already discovers, no manual file moves.

## Commands

### Core

| Command                                   | Description                                                                                                                                                            |
| ----------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `eigenpal init workflow [options] <name>` | Alias of `eigenpal init <name>`. Kept so the `init {workflow,agent}` namespace stays visible, once the agent surface lights up, both kinds will live as siblings here. |

## Details

### `eigenpal init workflow [options] <name>`

Alias of `eigenpal init <name>`. Kept so the `init {workflow,agent}` namespace stays visible, once the agent surface lights up, both kinds will live as siblings here.

### Arguments

| Name   | Required | Variadic | Description |
| ------ | -------- | -------- | ----------- |
| `name` | yes      | no       |             |

### Options

| Flag                | Required | Default | Description                                        |
| ------------------- | -------- | ------- | -------------------------------------------------- |
| `--template <name>` | no       |         | Skip the picker; use this template                 |
| `--dir <dir>`       | no       |         | Target directory (default: ./\<name>)              |
| `--yes`             | no       |         | Non-interactive: pick the default template (blank) |
