todo · git:20260629.99be5fe · 2026-06-29 · sha256 2f3366e387e2f520

todo git:20260629.99be5feA

Immutable. This exact content is served forever at /api/v1/blob/2f3366e387e2f520.

---
name: todo
description: "Capture, list, and complete repo-scoped todos"
argument-hint: "<description> | list | done <id>"
disable-model-invocation: true
---

# /todo — Repo-Scoped Todos

Capture todos from within a session for later pickup. Runs as a sub-agent to keep the main session context clean.

## Dispatch

{{subagent:fast}} with this prompt:

> Run the following shell command and report the output exactly as printed:
>
> ```bash
> relay todo $ARGUMENTS
> ```
>
> If `$ARGUMENTS` is empty, run `relay todo list` instead.
>
> Print the command output and nothing else. No commentary, no suggestions.