원클릭으로
trace
Evidence-driven tracing and execution tracking. Use for "trace this", "execution trace", and "track progress".
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Evidence-driven tracing and execution tracking. Use for "trace this", "execution trace", and "track progress".
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Manage OMA skills — list, add, remove, search, and edit skills
Socratic deep interview with mathematical ambiguity gating before autonomous execution
Remove AI slop - low-quality, generic, or verbose content. Use for "clean up", "remove fluff", and "make concise".
Consensus planning - agree before executing. Use for "ralplan", "consensus", "pre-execution review".
Setup routing and environment configuration. Use for "setup", "configure", and "get started".
N coordinated agents on shared task list using Claude Code native teams, with git worktree isolation per executor
| name | trace |
| description | Evidence-driven tracing and execution tracking. Use for "trace this", "execution trace", and "track progress". |
| trigger | /oma:trace |
Track and document execution flow with evidence.
Where execution begins.
Individual operations.
Transfers between components.
Branching points.
Where execution ends.
Full detail, all operations.
Key operations only.
Warnings and errors.
Failures only.
Fast, temporary.
Persistent.
traces/ directoryFor distributed systems.
/oma:trace start {name}
/oma:trace event {type} {description}
/oma:trace span {name} {duration}
/oma:trace end
/oma:trace list
/oma:trace view {trace-id}
## Trace: {name}
### Summary
**Started:** {timestamp}
**Duration:** {duration}
**Status:** {running|complete|error}
### Timeline
{time} Entry: {component}::{function}() {time} ├── Event: {event} {time} ├── Span: {span} ({duration}) {time} └── Exit: {result}
### Spans
| Name | Duration | Start | End |
|------|----------|-------|-----|
| {span} | {dur} | {time} | {time} |
### Events
| Time | Type | Description |
|------|------|-------------|
| {time} | {type} | {desc} |
### Handoffs
| From | To | Data |
|------|----|------|
| {src} | {dst} | {data} |
### Errors
- **{error}** at {location}
### Attachments
- {file/link}