بنقرة واحدة
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}