What problem does it solve? Writing runbooks and procedures from memory produces stale, inaccurate documentation that agents and operators cannot trust. This Skill grounds every SOP in actual source code, validates each step against the codebase, and saves it with staleness tracking so procedures stay discoverable and current. ## Core Features & Use Cases - Code-Grounded Research: Uses OCXP tools (route, grep, file read) to extract exact commands, flags, and file paths from the real codebase instead of approximations. - Structured SOP Template: Enforces a complete format with prerequisites, tool-annotated steps, expected outputs, verification, rollback, and troubleshooting tables. - Validation & Staleness Tracking: Verifies referenced files exist, flags unverifiable steps, and records depends_on paths so SOPs are tracked when files change. - Use Case: Ask it to document your production deployment process; it finds the actual Makefile targets and CI configs, drafts a step-by-step runbook, verifies every path, and saves it with metadata linking it to the right repos and environments. ## Quick Start Ask the assistant to create an SOP for your deployment process using the sop-writer skill.