# Tasks

> Show a single aggregated task view pulled from across the vault and the brief queue. Use for "/tasks", "what are my open tasks", "what's overdue", or "/tasks done [id]" to complete one.

- **Type:** Skill
- **Install:** `agentstack add skill-chacosoldier-compabob-tasks`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [chacosoldier](https://agentstack.voostack.com/s/chacosoldier)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [chacosoldier](https://github.com/chacosoldier)
- **Source:** https://github.com/chacosoldier/compabob/tree/main/.claude/skills/tasks

## Install

```sh
agentstack add skill-chacosoldier-compabob-tasks
```

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

## About

# Tasks

One view of everything open, gathered from where tasks actually live.

## Sources

- `- [ ]` checkboxes anywhere in `vault/` (meeting notes, project notes, daily notes).
- `memory/topics/brief-queue.md` — items captured via "remember this".
- Follow-ups tracked by the `comms-meetings` agent.

## Steps

1. **Collect** open `- [ ]` items via `Grep` across `vault/`. Record each item's source file.
2. **Group by urgency**: Overdue, Due today, This week, Next week, Someday (no date).
3. **Deduplicate**: if the same task appears in two places, show it once and note both sources.
4. **Present** the grouped list. Each line: the task, its due date if any, and a link to its source file.

## Commands

- `/tasks` — full refresh and grouped view.
- `/tasks done [text or id]` — find the matching `- [ ]`, change it to `- [x]` with a completion date, confirm.
- `/tasks add [text]` — add a task; route it through the `second-brain` intake gate so it does not duplicate an existing one.

## Output

Overdue first, always. If nothing is overdue, say so plainly. Keep it a scannable list, not prose.

## Source & license

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

- **Author:** [chacosoldier](https://github.com/chacosoldier)
- **Source:** [chacosoldier/compabob](https://github.com/chacosoldier/compabob)
- **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-chacosoldier-compabob-tasks
- Seller: https://agentstack.voostack.com/s/chacosoldier
- 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%.
