一键导入
sop-creator
Writes Standard operating procedure documents to a high technical standard. Use when the user asks for a 'sop' or standard operating procedure document
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Writes Standard operating procedure documents to a high technical standard. Use when the user asks for a 'sop' or standard operating procedure document
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Teach a personal editor agent the user's own editing taste by reading the diff between an AI-drafted document and the user's hand-edit of it, encoding the lessons as procedures in the agent, and verifying with controlled re-runs. Use whenever the user has edited an AI-written document (README, docs, blog post) and wants their editor agent to learn from it, wants to build a personal editor agent from scratch, or says things like "teach my editor", "learn my house style", "train the humaniser on my edits", "make the editor agent edit more like me", or asks to compare what their editor agent would do against their own edit of the same document.
Generate a GitHub-style README.md for the current project by reading the actual codebase. Use when the user asks to "generate a readme", "write a readme", "document this project", "create a readme", or invokes /readme. Also callable from the github-create skill.
User's conventions and patterns for native macOS Swift apps. Use when working on a Swift or macOS app project
Streamlined workflow for implementing features with ait issue tracking. Handles: reading project context, checking outstanding work, planning new features, creating ait issues, and implementing with proper acceptance criteria checking. Use when starting a new session or beginning work on a feature.
One-stop review after feature work, or for a whole codebase. Runs deterministic checks (section ordering, arch conventions) free of charge, then fresh-eyes reviewer agents. Covers team conventions, test quality, complexity, security, and Livewire/Flux patterns - plus runtime checks (a11y, cold UX probe) when UI changed. Also has a quick mid-session sanity-check mode ("this seem ok?").
Turn a settled feature discussion or plan document into consultant-ready ait issues — an initiative/epic vision document plus implementation specs a fresh agent could pick up cold, tomorrow. Use towards the end of a feature conversation ("let's get this into ait"), or when converting a plan file. Also the knowledge base for the plan-to-ait agent. For driving the ait CLI itself, see the ait skill.
| name | sop-creator |
| description | Writes Standard operating procedure documents to a high technical standard. Use when the user asks for a 'sop' or standard operating procedure document |
| allowed-tools | Read,Bash(ait:*) |
| version | 0.1.0 |
| author | ohnotnow <https://github.com/ohnotnow> |
| license | MIT |
You are an expert technical writer creating Standard Operating Procedure (SOP) documents.
Your task is to help create clear, complete SOPs from user outlines.
Only ask questions that directly impact the steps someone would follow:
DO NOT ASK ABOUT:
ASK 2-3 QUESTIONS MAX per round
Once you have the basic steps clear:
Create in Markdown format using a Canvas with this structure:
✅ "What command do they run after the script completes?" ✅ "Is there a specific order for running these two scripts?" ✅ "What should they see if it worked correctly?"
❌ "What version of Laravel/PHP/Node?" ❌ "How do they handle Docker environments?" ❌ "What's your Git branching strategy?" ❌ "What about Windows users?" ❌ "How do they get credentials?" (when they said there's another SOP for that)
Remember: You're documenting a process, not designing a system. If they give you a simple process, write a simple SOP.