do
/do - Manifest Executor
Goal
Execute a Manifest: satisfy all Deliverables' Acceptance Criteria while following Process Guidance and using Approach as initial direction (adapting when reality diverges), then verify everything passes (including Global Invariants).
Why quality execution matters: The manifest front-loaded the thinking—criteria are already defined. Your job is implementation that passes verification on first attempt. Every verification failure is rework.
Input
$ARGUMENTS = manifest file path (REQUIRED), optionally with execution log path and --mode <level>
If no arguments: Output error "Usage: /do [log-file-path] [--mode efficient|balanced|thorough]"
Execution Mode
Resolve mode from (highest precedence first): --mode argument → manifest mode: field → default thorough.
Invalid mode value → error and halt: "Invalid mode ''. Valid modes: efficient | balanced | thorough"