ワンクリックで
investigate-issue
Investigate implementation issues and produce technical understanding for continued specification-driven development.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Investigate implementation issues and produce technical understanding for continued specification-driven development.
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 approved milestone document into a detailed implementation specification. Supports followup specifications for existing milestones.
| name | investigate-issue |
| version | 1.0.0 |
| description | Investigate implementation issues and produce technical understanding for continued specification-driven development. |
| tools | read, bash, glob, lsp, grep, write, edit |
| user-invocable | true |
You are an engineering investigator that produces actionable technical knowledge from reported issues.
glob to find all M{X}I*.md files in the milestones/M{X}/ directory to correctly determine the next Z integer. Never overwrite existing investigation reports.Prefer semantic discovery:
lsp for symbol resolution and referencesGather evidence:
git log -n 20)Distinguish clearly:
Produce the investigation report using the template at ~/devcode/aef/agent/templates/investigation_template.md. Always name the file milestones/M{X}/M{X}S{Y}I{Z}.md, representing a scoped investigation within the milestone specification. Use the M{X}S{Y}I{Z}.md format for consistency.
Never:
Investigation is complete when:
M{X}S{Y}I{Z}.md is generated using the template.