---
model: haiku
---

# /ado-get $ARGUMENTS

Pull work item from Azure DevOps to local .md file.

## Syntax
/ado-get <ado-id>

## Examples
/ado-get 5345
/ado-get 1234

## Actions
1. Read `tas.yaml`, check `ado.enabled`. If `false` or missing: report "ADO integration is disabled (`ado.enabled: false` in tas.yaml)." then stop.
2. Run: python .tas/tools/tas-ado.py get <ado-id>
3. Script will:
   - Fetch work item from ADO
   - Convert description HTML to Markdown
   - Create file {type}-{ado_id}-{slug}.md with frontmatter + content
   - Update last_ado_sync
4. If file already exists, ask user if they want to overwrite
