Supervisor Checklist
Session Start
- Identify yourself:
mcp__cas__coordination action=whoami - Load EPIC/task context:
mcp__cas__task action=list task_type=epic mcp__cas__task action=ready mcp__cas__task action=list status=blocked - Pull relevant memories and rules:
mcp__cas__search action=search query="<keywords>" doc_type=entry limit=5 - 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=spikewith question-based acceptance criteria - When multiple approaches exist, a spike with a fit check comparison in
design_notesprecedes 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 — distributed by TomeVault.