CAS Task Tracking

SkillDocs & knowledge

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.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the CAS Task Tracking skill

What this skill tells your AI

The instructions your AI receives, as published by codingagentsystem/cas in .claude/skills/cas-task-tracking/SKILL.md and read by ahel’s review.

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=<task-id>
  3. Progress: mcp__cas__task action=notes id=<task-id> notes="..." note_type=progress
  4. Close: mcp__cas__task action=close id=<task-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=<task> to_id=<blocker> dep_type=blocks

Note Types

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

Signals

GitHub stars
161
Forks
16
Last commit
Mar 2026
Advanced
Catalog kind
skill
Gateway key
cas-task-tracking
Source
github.com/codingagentsystem/cas