一键导入
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}