# Cas Task Tracking

> How to track work using CAS tasks instead of built-in TodoWrite. Use for persistent task tracking with priorities, dependencies, structured notes, and cross-session continuity.

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

## Install

```sh
agentstack add skill-codingagentsystem-cas-cas-task-tracking
```

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

## About

# CAS Task Tracking

Use `mcp__cas__task` instead of built-in TodoWrite. CAS tasks persist across sessions.

## Core Workflow

1. **Create**: `mcp__cas__task action=create title="..." description="..." priority=2`
2. **Start**: `mcp__cas__task action=start id=`
3. **Progress**: `mcp__cas__task action=notes id= notes="..." note_type=progress`
4. **Close**: `mcp__cas__task action=close id= reason="..."`

## Useful Actions

- **Ready tasks**: `mcp__cas__task action=ready` — unblocked, actionable work
- **My tasks**: `mcp__cas__task action=mine` — tasks assigned to you
- **Blocked**: `mcp__cas__task action=list status=blocked`
- **Add dependency**: `mcp__cas__task action=dep_add id= to_id= dep_type=blocks`

## Note Types

`progress`, `blocker`, `decision`, `discovery` — use the right type so notes are meaningful in context.

## Source & license

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

- **Author:** [codingagentsystem](https://github.com/codingagentsystem)
- **Source:** [codingagentsystem/cas](https://github.com/codingagentsystem/cas)
- **License:** MIT
- **Homepage:** https://codingagentsystem.com

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-codingagentsystem-cas-cas-task-tracking
- Seller: https://agentstack.voostack.com/s/codingagentsystem
- 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%.
