pr-to-spec Skill Convert code changes into structured, agent-consumable specs with intent drift detection. Commands /pr-to-spec scan Analyze current branch changes vs main and output a structured spec. Use to scan last N commits, or for staged changes only. /pr-to-spec check Scan current changes AND check for drift against declared intent. Returns exit code 3 if drift is detected, 2 if high-risk, 0 if clean. /pr-to-spec intent set Declare what this change is supposed to do. /pr-to-spec intent show Show the current intent declaration. Agent Protocol All output is wrapped in the agent protocol…