---
name: spartan:COMMAND-NAME
description: What this command does in one line
argument-hint: "[what the user passes]"
---

# Command Title: {{ args[0] | default: "fallback" }}

One sentence — what this does and when to use it.

## Steps

### Phase Name
1. First action
2. Second action
3. Third action

### Next Phase
4. Action
5. Action
6. Action

## Rules

- Rule 1
- Rule 2
- Rule 3
