What problem does it solve? Unstructured code changes often skip inspection, break stable systems, or ship without validation. This Skill enforces a disciplined, repeatable workflow for making changes to the WellMate codebase so every modification is inspected, planned, verified, reviewed, and committed cleanly. ## Core Features & Use Cases - Structured Change Pipeline: Guides changes through eight phases: intake, inspection, planning, implementation, verification, diff review, recording, and commit. - Natural Language to Command Translation: Converts user requests into explicit, minimal, reversible, and ordered command chains with defined scope and constraints. - Architecture Protection: Prevents rewrites of stable systems, speculative abstractions, unauthorized dependency additions, and changes to persistence or backend authority. - Use Case: A user asks to fix a sync bug in WellMate. The Skill inspects the implementation, callers, and state ownership first, plans the smallest viable change, implements it, runs targeted validation, reviews the diff for accidental changes, and commits one logical change. ## Quick Start Use the wellmate-workflow skill to implement this change request following the full inspect-plan-verify-commit process.