AgentStack
SKILL verified MIT Self-run

Cas Task Tracking

skill-codingagentsystem-cas-cas-task-tracking · by codingagentsystem

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.

No reviews yet
0 installs
9 views
0.0% view→install

Install

$ agentstack add skill-codingagentsystem-cas-cas-task-tracking

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Cas Task Tracking? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.

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

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.