# Cas Supervisor Checklist

> Quick startup checklist for factory supervisors. Use at the beginning of a factory session to load context, check EPICs, and confirm worker availability. Use when this capability is needed.

- Skill: `tomevault-io/cas-supervisor-checklist` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/cas-supervisor-checklist`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/cas-supervisor-checklist/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/cas-supervisor-checklist

---


# Supervisor Checklist

## Session Start

1. Identify yourself: `mcp__cas__coordination action=whoami`
2. Load EPIC/task context:
   ```
   mcp__cas__task action=list task_type=epic
   mcp__cas__task action=ready
   mcp__cas__task action=list status=blocked
   ```
3. Pull relevant memories and rules:
   ```
   mcp__cas__search action=search query="<keywords>" doc_type=entry limit=5
   ```
4. Check worker availability: `mcp__cas__coordination action=worker_status`

## During Coordination

Record decisions as you go:
```
mcp__cas__memory action=remember title="..." content="..." tags="decision"
```

## Epic Planning Checklist

- Every subtask has a `demo_statement` (if not, it may be a horizontal slice — restructure)
- Investigation tasks use `task_type=spike` with question-based acceptance criteria
- When multiple approaches exist, a spike with a fit check comparison in `design_notes` precedes implementation tasks

## Before Closing an EPIC

- Verify all worker branches are merged into the epic branch
- Confirm task deliverables exist on the epic branch
- Run full test suite on epic branch

## Session End

Store a short summary memory tagged `summary`.

---
> Source: [codingagentsystem/cas](https://github.com/codingagentsystem/cas) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-24 -->

