# List Tasks

> List tasks by status — shows open, completed, stalled, or all tasks from the project's task tracker

- **Type:** Skill
- **Install:** `agentstack add skill-avanrossum-claude-task-skills-list-tasks`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [avanrossum](https://agentstack.voostack.com/s/avanrossum)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [avanrossum](https://github.com/avanrossum)
- **Source:** https://github.com/avanrossum/claude-task-skills/tree/main/skills/list-tasks

## Install

```sh
agentstack add skill-avanrossum-claude-task-skills-list-tasks
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# /list-tasks — List Tasks by Status

Show the user a summary of tasks, optionally filtered by status.

**Arguments:** $ARGUMENTS

---

## Step 1 — Parse Filter

The user may have specified a filter:
- `/list-tasks` — show all tasks, grouped by status
- `/list-tasks open` or `/list-tasks active` — only in-progress tasks
- `/list-tasks completed` or `/list-tasks done` or `/list-tasks closed` — only completed tasks
- `/list-tasks stalled` or `/list-tasks blocked` — tasks that are blocked, stalled, or pending external input
- `/list-tasks all` — everything, including completed

Default (no argument): show **open/active tasks first**, then a count of completed tasks (not the full list).

---

## Step 2 — Find Task Data

Locate the project's task tracking system:

1. **Task tracker file** — Look for `TASKS.md`, a task section in `CHANGELOG.md`, or whatever `CLAUDE.md` specifies
2. **Task folders** — Look for a `tasks/` directory and scan its subfolders
3. **Both** — Cross-reference the tracker against actual folders to catch discrepancies

If the tracker and folders disagree (e.g., a folder exists but isn't in the tracker, or a tracker entry has no folder), flag the discrepancy to the user.

---

## Step 3 — Classify Tasks

Group tasks into these categories:

| Status | Meaning |
|--------|---------|
| 🔵 In Progress | Active work happening |
| ⏳ Pending Review | Built, awaiting feedback or sign-off |
| ⏳ Sandbox Ready | Deployed to sandbox, awaiting prod |
| 🔴 Blocked / Stalled | Cannot proceed — dependency, question, or external blocker |
| 📋 Queued | Defined but not yet started |
| ✅ Complete | Done and closed |

Map the project's status terms to these categories. Different projects use different labels — normalize for display but preserve the original status.

---

## Step 4 — Display

Format the output as a clean table or grouped list. For each task show:
- **Title**
- **Status** (with icon)
- **Location** (folder path or reference)
- **Brief note** (one line — what's the current state or blocker)

Example output:

```
## Active Tasks (3)

| Task | Status | Notes |
|------|--------|-------|
| Regional Rep Goals Dashboard | ⏳ In Team Review | Full dashboard deployed to sandbox |
| C2L FA Link Signing | 🔵 In Progress | Discovery phase — open questions logged |
| FSA Cohort Swap | ⏳ Sandbox Ready | Awaiting team testing for prod |

## Queued (1)
| Flow Blast Radius Map | 📋 Queued | Not yet started |

## Completed: 8 tasks (use `/list-tasks completed` to see all)
```

Keep it scannable. This is a status check, not a deep dive.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [avanrossum](https://github.com/avanrossum)
- **Source:** [avanrossum/claude-task-skills](https://github.com/avanrossum/claude-task-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-avanrossum-claude-task-skills-list-tasks
- Seller: https://agentstack.voostack.com/s/avanrossum
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
