What problem does it solve? Writing implementation plans that pass both automated template gates and human review is error-prone: sections get left empty, citations go stale, and parallel agents collide on shared files. This Skill walks you through scaffolding, judgment checks, and validation so plans land cleanly. ## Core Features & Use Cases - Template Scaffolding: Generates a plan skeleton via verify-plan-template.ts classified as build, process, or ops. - Judgment Guidance: Covers grounding surveys, record citations (FB/ADR/HR), sync ripples, seam ownership, and player-reach proof that regex gates cannot check. - Validation & Queueing: Runs the verifier, fixes errors and warnings, and adds the plan to the human reading queue in the same commit. - Use Case: Before implementing a new game feature, scaffold a build plan, cite the ADR demanding it, declare file ownership against live peer plans, and validate before committing. ## Quick Start Ask the assistant to write a plan for the feature you want to build, describing the outcome in one line.