What problem does it solve? It turns an approved planning proposal into a correctly structured Plan document without restarting repository exploration, ensuring the Plan lands at the right path, follows the Layer 1 schema, and preserves compiler-relevant facts for downstream work orders. ## Core Features & Use Cases - Guarded Plan Writing: Requires PROPOSAL APPROVED, an exact TARGET PATH, and FRONTIER CORRECTIONS before writing, and rejects flat active-Plan targets in favor of the nested docs/plans/active/<feature>/<feature>.md form. - Schema and Touches Validation: Applies the Layer 1 schema from docs/PLAN_TEMPLATE.md and validates every Touches entry as a repo-relative glob matching existing files. - Docs Contract Checks: Runs scripts/check_docs.py --write-generated and --check for real active Plans, while exempting user-authorized scratch simulations. - Use Case: After a coordinator approves a focused Plan proposal with frontier corrections, invoke this Skill to write the Plan file, validate ownership globs, record stage routing as ORDERED or QUICK-CANDIDATE, and return a structured RESULT report. ## Quick Start Ask the agent to write the approved focused Plan for the feature using the retained assessment evidence and the frontier corrections, targeting the nested active plan path.