What problem does it solve? Solved a tricky bug or set up a complex integration? Without documentation, that knowledge disappears and your team repeats the same mistakes. This Skill captures solutions as structured Standard Operating Procedures so they become reusable team knowledge. ## Core Features & Use Cases - Categorized SOP Creation: Organizes procedures into integrations, debugging, development, and deployment categories under .agent/sops/. - Structured Templates: Generates complete SOPs with problem symptoms, root cause, step-by-step solutions, code examples, testing instructions, and troubleshooting sections. - Duplicate Detection & Indexing: Checks for existing similar SOPs, updates the Navigator index in .agent/DEVELOPMENT-README.md, and cross-links related task documents. - Use Case: After fixing a CORS proxy error, say "save this for next time" to produce .agent/sops/debugging/cors-proxy-errors.md with the full diagnosis and fix. ## Quick Start Ask the assistant to document the solution you just implemented as an SOP, for example by saying "create an SOP for the Stripe webhook setup we just finished".