What problem does it solve? Documents revised in the same conversation that produced them inherit the author's biases, attachments, and blind spots. This Skill structurally separates revision from authoring by delegating the cold read and rewrite to a fresh subagent that receives none of the parent conversation's diagnosis, preferences, or rationale. ## Core Features & Use Cases - Isolated subagent revision: Spawns a distinct child execution (Codex with fork_turns="none", or a fresh Claude Code Agent subagent) that cold-reads and revises the artifact without inheriting authoring turns. - Minimal delegation payload: Passes only the target artifact, the user's latest request, explicit preservation constraints, and the authorized output mode, excluding parent diagnosis and preferred conclusions. - Fail-closed behavior: When subagents are prohibited or unavailable, it reports Fresh revision: not executed. instead of falling back to same-context editing. - Use Case: After drafting a deployment guide in a long conversation, ask for a fresh-eyes revision; a separate subagent rewrites the guide for on-call engineers while preserving stated facts, uncertainty, and compatibility constraints. ## Quick Start Use revise-docs-fresh-eyes to have a fresh subagent cold-read docs/deployment.md and revise it for on-call engineers, editing only that file.