# One List Work

> List planned, shipped, blocked, and open work across One Horizon initiatives, bugs, and Todos. Use when asked "what's on my plate", "what did I ship", "show blockers", "what initiatives are active", "show open bugs", "what should I pick up next", or "what is the team working on". Requires One Horizon MCP.

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

## Install

```sh
agentstack add skill-onehorizonai-skills-one-list-work
```

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

## About

# List Work

Query work in One Horizon. Choose the MCP tool that matches the user's question.

## Instructions

Descriptions are trimmed in list output. Use `get-task-details` for full context on any task.

### Planned work

Call `list-planned-work`:

```json
list-planned-work()
```

Team or member scope:

```json
list-planned-work({ "teamId": "", "userId": "", "includeInitiatives": true })
```

Planned work is the broad view. It can include roadmap initiatives, ongoing work, and linked follow-up items depending on the workspace.

### Completed work

Call `list-completed-work`:

```json
list-completed-work({
  "startDate": "2024-01-20T00:00:00Z",
  "endDate": "2024-01-26T23:59:59Z",
  "includeInitiatives": true
})
```

### Blockers

Call `list-blockers`:

```json
list-blockers({ "includeInitiatives": true })
```

Team scope:

```json
list-blockers({ "teamId": "", "includeInitiatives": true })
```

### Initiatives

Call `list-initiatives`:

```json
list-initiatives({
  "workspaceId": "",
  "statuses": ["Open", "Planned", "In Progress", "In Review"],
  "includeHierarchy": true
})
```

If `statuses` is omitted, defaults to active statuses (Open, Planned, In Progress, In Review).

Call this when the user is asking specifically about roadmap work rather than the broader planned-work view.

### Bugs

Call `list-bugs`:

```json
list-bugs({
  "workspaceId": "",
  "statuses": ["Open", "Planned", "In Progress", "In Review"],
  "teamIds": [""],
  "assigneeIds": [""]
})
```

If `statuses` is omitted, defaults to `Idea`, `Open`, `Planned`, `In Progress`, and `In Review`.

## Source & license

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

- **Author:** [onehorizonai](https://github.com/onehorizonai)
- **Source:** [onehorizonai/skills](https://github.com/onehorizonai/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-onehorizonai-skills-one-list-work
- Seller: https://agentstack.voostack.com/s/onehorizonai
- 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%.
