What problem does it solve? Full planning workflows add unnecessary overhead for tiny fixes like typos, missing imports, or small config edits. This Skill provides a guarded fast lane that completes genuinely trivial, local, low-risk changes directly while enforcing scope gates, verification, and safe upgrade paths when work grows. ## Core Features & Use Cases - Scope-Gated Fast Lane: Applies only when the change touches at most 3 files, crosses no shared registration surface or contract boundary, and has a known root cause. - Automatic Upgrade Routing: Redirects expanded or risky work to /sp-quick, /sp-specify, or /sp-debug based on consequence analysis triggers. - Inline Project Cognition Closeout: Runs project-cognition closeout planning and update commands after workflow-owned mutations, with verification evidence and truthful reporting. - Use Case: A developer asks to fix a typo in a CLI help string. The Skill confirms the scope gate, makes the edit directly, runs the smallest targeted verification, and reports exactly what changed and what was verified. ## Quick Start Ask the agent to use the sp-fast skill to fix a small typo in the CLI help text and verify it with a targeted check.