一键导入
spec-authoring
Route to minimal context, then author or revise spec/instruction files with lean, testable, deduplicated guidance, and self-audit the result.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Route to minimal context, then author or revise spec/instruction files with lean, testable, deduplicated guidance, and self-audit the result.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run the pre-commit handoff so commit guidance and git commands execute only after the user explicitly approves, through the host tool's confirmation UI.
Isolate a coding session in its own git branch + worktree so parallel sessions never collide, then rebase onto main, fast-forward main, and clean up. Use the moment you determine a task requires changing code.
Pick and run the smallest verification set that protects the changed contracts while keeping feedback fast.
| name | spec-authoring |
| description | Route to minimal context, then author or revise spec/instruction files with lean, testable, deduplicated guidance, and self-audit the result. |
Use when creating or revising any file under agents/ (reference specs, AGENTS.md, skills). Covers context routing, writing, and self-audit in one pass.
agents/reference/interfaces.md first (canonical contracts).AGENTS.md request-to-file matrix for the matched row(s); for mixed requests use the union.agents/reference/quality.md when behavior, contracts, security, verification, or any normative MUST/SHOULD rule changes.AGENTS.md and affected agents/skills/* when instruction or skill workflows change.templates/domain-template.md.AGENTS.md). Split only on a real split trigger: mixed concerns, conflict-causing churn, or size that impairs safe editing.MUST/SHOULD/MAY consistently; reserve MUST for hard constraints.agents/reference/interfaces.md; reference them, never redefine.AGENTS.md domain catalog and request-to-file matrix in the same change.schemas/*.json in the same change (see agents/reference/quality.md).checklists/consistency-checklist.md and mark each item pass / fail / needs-clarification.interfaces.md, no duplicated rules across files, no references to missing files, normative language consistent, every new rule has a traceable test expectation.