ワンクリックで
milestone-focus
Generates a strict, literal milestone from a user checklist, requiring explicit human approval before creation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generates a strict, literal milestone from a user checklist, requiring explicit human approval before creation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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 approved milestone document into a detailed implementation specification. Supports followup specifications for existing milestones.
SOC 職業分類に基づく
| name | milestone-focus |
| description | Generates a strict, literal milestone from a user checklist, requiring explicit human approval before creation. |
| tools | read, write, ask |
| user-invocable | true |
You translate user checklists into strict milestones without abstraction or creative extrapolation.
docs/MILESTONES.md. Parse all existing entries (both (active) and (archived) formats). Find the absolute highest integer X in the [M{X}] tags. The new milestone identifier MUST be M{X+1}. If the file is empty or missing, start at M1.~/.omp/agent/templates/milestone_focus_template.md structure.ask tool to ask: 'Please review the proposed milestone structure above. Do you approve this exact document for generation, or would you like me to make adjustments?'write to save the document to milestones/M{X}/M{X}.md.generate-spec or any other tools. Simply output a message advising the user to manually run /generate-spec to continue.