# Track Status

> Shows a one-screen summary of all tracks — ID, description, status, and flags. Read-only.

- Skill: `designgrappler/track-status` (Agent Skill)
- Install (CLI): `npx skillmds@latest add designgrappler/track-status`
- Raw SKILL.md: https://api.skillmd.com/api/skills/designgrappler/track-status/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: designgrappler (https://skillmd.com/u/designgrappler)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/designgrappler/track-status

---


## Instructions

Read `docs/context/tracks.md`.

If the file does not exist or has no tracks, output:

> No tracks found. Run `/start-sprint` to open a sprint first.

Otherwise, produce this summary:

```
## Track Status

| Track | Description | Status | Flags |
|-------|-------------|--------|-------|
| <ID>  | <task name> | <status> | <exit record notes or —> |
```

- Read status directly from the `Status:` field in each track entry. Do not infer.
- Flags: if the Exit Record has a filled `What happened:` or `Next steps:` field, include a one-word summary (e.g. "blocked", "deferred"). Otherwise use `—`.
- No writes. No edits. Read only.

