cad-context · git:20260805.6a63445 · 2026-08-05 · sha256 5043ccf93d14dc73

cad-context git:20260805.6a63445A

Immutable. This exact content is served forever at /api/v1/blob/5043ccf93d14dc73.

---
name: cad-context
description: "Gather phase context before planning - codebase assumptions, locked decisions, falsifiable acceptance criteria - in one pass"
argument-hint: "[phase number]"
allowed-tools:
  - Read
  - Write
  - Edit
  - Bash
  - Grep
  - Glob
  - AskUserQuestion
  - Task
---

<objective>
Run the single pre-plan gate for a phase: spawn the assumptions analyzer
against the codebase, close the gray areas it surfaces with a few targeted
questions, lock falsifiable acceptance criteria, and ask exactly once whether
the phase is too big for one plan. Writes `.planning/phases/<N>/CONTEXT.md`
for /cad-plan to read. Optional - /cad-plan runs without it.
</objective>

<execution_context>
@${CLAUDE_PLUGIN_ROOT}/cadence-core/workflows/context.md
</execution_context>

<process>
Execute end-to-end.
</process>