ワンクリックで
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}