cali-product-execution-critique
Execution Critique
sem diffis the primary diff tool. Whensemis available, always usesem difffirst for entity-level change detection (functions, types, methods). Usegit diffonly as fallback whensemis absent. The entire skill follows this convention β the fallback table in Tool Availability covers everysemcommand's git equivalent.
Standalone awareness: when inside stelow, reads scope + mode from .stelow/*/plans/spec-tech*.md and index.json. When standalone, auto-detects input type (plan path, directory, URL, or nothing). The HAS_WORKFLOW_DIR flag gates stelow-specific features; all audit criteria work in both modes.
Overview
Run a structured audit after any implementation β whether it followed the full
stelow or was done ad-hoc. Every evaluation criterion runs in
every mode; only the source of truth differs based on what input is available.
Tools: See
references/cli-tools/subagents.mdfor subagent patterns. For large outputs, usebashwith output truncation, orreadwith offset/limit.