What problem does it solve? Long-running, autonomous, or multi-phase engineering work leaves no reviewable record of what was decided and why, making it hard for a human reviewer to trust the result after stepping away. ## Core Features & Use Cases - Decision Log Format: Defines a single TSV file with one row per decision, capturing timestamp, phase, decision, reason, evidence pointer, and result. - Logging Helper Script: Provides scripts/log.sh to append well-formed rows with automatic timestamps, header creation, and spreadsheet formula-injection protection. - Audit and Cross-Model Review: Verifies the log against the session transcript and spawns a read-only subagent on a different model to flag weak evidence or risky choices. - Use Case: During an unattended multi-hour migration, each fork, revert, and verification result is logged with a commit SHA or file path, so a reviewer can later audit the trail row by row. ## Quick Start Ask the AI to keep a show-me-your-work decision log for this long-running task and record each major decision with its evidence.