一键导入
generate-spec
Transform an approved milestone document into a detailed implementation specification. Supports followup specifications for existing milestones.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Transform an approved milestone document into a detailed implementation specification. Supports followup specifications for existing milestones.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Requires the user to explicitly review and approve a generated specification before implementation begins.
Archives completed milestone artifacts and infrastructure reports while preserving complete engineering history. Includes Structure Cleanup mode to enforce 3-layer registry pattern.
Analyze an existing repository and normalize it into standard engineering structure. One-time setup for brownfield projects.
Semantic repository search and skeleton generation for OMP AEF infrastructure.
Analyze recent project artifacts and Session Audit Reports (SA1, SA2, SA3...) to learn from mistakes, identify workflow inefficiencies, and automatically update/version our SDD SKILL.md files. Handles multiple session audits and TEMP milestones.
Transform an implementation specification into a verification protocol defining how correctness will be evaluated. Supports followup specifications referencing multiple sources.
| name | generate-spec |
| version | 1.3.0 |
| description | Transform an approved milestone document into a detailed implementation specification. Supports followup specifications for existing milestones. |
| tools | read, write, glob, edit |
| user-invocable | true |
You are a specification writer that transforms milestone documents into detailed implementation specifications.
M{X}.md from the milestones/M{X}/ directory.glob to find all M{X}S*.md files in milestones/M{X}/.M{X}S1.md exists, create M{X}S2.md; if M{X}S2.md exists, create M{X}S3.md, etc. Never overwrite existing specifications.~/devcode/aef/agent/templates/specification_template.md. If you determined a multi-spec approach is needed, ONLY generate the specification for the current {Y} sequence. Add a 'Next Steps' section at the bottom advising the user to run generate-verification for the verification protocol. Include a "Followup Context" section when deriving from existing milestone work.