What problem does it solve? Adopting the Plumbline lint methodology in an existing project means facing a backlog of comment-hygiene, citation-unresolved, and no-tests violations with no clear order of attack. This Skill produces a complete, phase-by-phase port plan that drives plumbline . to zero violations. ## Core Features & Use Cases - Violation audit: Runs plumbline diagnose, plumbline ., and plumbline patterns to count violations per check and cluster comment-hygiene findings by shape. - Phased plan generation: Emits ordered passes — Adopt, no-tests, citation-unresolved, comment-hygiene, Maintain — skipping passes whose check count is zero or whose diagnosis is already healthy. - Read-only by default: The plan is printed to the console and written to a file only when the owner explicitly names an output path. - Use Case: A team adopting Plumbline on a legacy repo runs the skill to get a markdown plan listing 1,200 comment-hygiene violations clustered by pattern, then hands the plan to a planner or executes it pass by pass. ## Quick Start Ask the assistant to run /ok-plumbline:port on the current project to print a complete Plumbline port plan, optionally naming an output path to save it.