What problem does it solve? When the Speccle convention changes — a folder shape tightens, a new contract file becomes required, a lint rule sharpens — feature folders scaffolded under the old convention silently drift out of compliance. This Skill sweeps every governed feature folder, diagnoses each slice's drift against the current convention, and applies form-only fixes while keeping the test suite green. ## Core Features & Use Cases - Drift diagnosis: Finds every SPEC.md under a project root and checks each slice against the bundled convention — folder naming, markdown contract completeness, over-full flat src/ directories, decisions content misplaced in CONTEXT.md, and lint violations via the deterministic speccle oracle. - Form-only remediation: Renames catch-all folders, regroups over-full directories, migrates AGENTS.md to CLAUDE.md, splits decisions into ADR files, and rewords statements only as far as lint requires — never changing behaviour or splitting slices. - Verified completion: Confirms lint exits 0, the whole suite stays green with the same test count, and the diff contains no source-semantic changes, then hands back a spec summary with findings. - Use Case: After upgrading Speccle to a version whose convention renamed AGENTS.md to CLAUDE.md and added a new lint rule, run this Skill to sweep all feature folders, apply the renames and rewordings, and receive a per-slice report of what changed. ## Quick Start Conform all the feature folders in this repository to the current Speccle convention and report any drift you find.