--- name: command-name description: "What this command does in one sentence." --- # /command-name Brief description of the command's purpose. ## Usage ``` /command-name [options] [arguments] ``` ## Execution Flow ``` /command-name │ ├── Step 1: [Action] │ └── [Details] │ ├── Step 2: [Action] │ └── [Details] │ └── Step 3: [Action] └── [Details] ``` ## Instructions ### Step 1: [Action Name] [Detailed instructions for this step] - Sub-step A - Sub-step B ### Step 2: [Action Name] [Detailed instructions for this step] ### Step 3: [Action Name] [Detailed instructions for this step] ## Options | Flag | Description | Default | |------|-------------|---------| | `--flag1` | Description | value | | `--flag2` | Description | value | ## Examples ### Basic Usage ``` /command-name ``` ### With Options ``` /command-name --flag1 value ``` ### Full Example ``` /command-name --flag1 value --flag2 value argument ``` ## Output [Description of what the command produces]