一键导入
spec-driven-development
Use when a feature or significant change needs a decision-complete specification before implementation begins.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when a feature or significant change needs a decision-complete specification before implementation begins.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Governs AI models through inventory, purpose, risk tier, approval, monitoring, drift, kill-switch and retirement. Use when introducing, changing or operating models in production or agent workflows.
Applies an Asimov-inspired hierarchy of AI safety laws when material AI or instruction risk is present. Use when harm, unlawful requests, authority conflicts, or safety trade-offs need an explicit law hierarchy. Also known as apply_laws_of_AI.
Use when implementing input validation, output filtering, tool restrictions, policy enforcement, secure coding controls, destructive-tool guardrails, approval gates, or safe agent behaviour.
Use when starting a session or deciding which local skill applies; acts as the meta-skill for discovering and loading the smallest relevant skill.
Use when measuring coding-agent quality, RAG evaluation, regression risk, latency, cost, reliability, safety, or production performance for agent systems.
Designs ontology-driven knowledge graphs for explainable KG-RAG. Use when modelling semantic graphs, ontologies, or graph schemas for retrieval.
| name | spec-driven-development |
| description | Use when a feature or significant change needs a decision-complete specification before implementation begins. |
| aliases | ["short-spec","write-short-spec","write-a-short-spec"] |
Use this skill when starting a new feature, changing externally visible behaviour, or making a non-trivial change that needs a clear specification before code or skill edits are made.
Write a small, decision-complete spec that makes the implementation path obvious and testable.
Optional templates: skills_docs/templates/agile-epic-template.md and skills_docs/templates/agile-user-story-template.md.
bdd-practice — business-readable acceptance scenariosincremental-implementation — implement spec in verifiable slicesplanning-and-task-decomposition — break large specs into ordered work