一键导入
trace
Show agent execution timeline and performance summary
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Show agent execution timeline and performance summary
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
UI/UX design intelligence with searchable database
Generate comprehensive implementation plans through systematic discovery, synthesis, verification, and decomposition into beads. Use when asked to plan a feature, create a roadmap, design an implementation approach, or decompose work into trackable issues. Do NOT use for simple one-step tasks, quick fixes, or when the user just wants to execute an existing plan — use the work skill instead.
Execute a plan or direct task with worker delegation and verification.
Deep investigation mode. Gather context, analyze, synthesize recommendations without making code changes.
Fetch up-to-date library documentation via Context7 MCP. Use when working with external libraries, APIs, or frameworks.
Start interview-driven planning with Prometheus. Asks clarifying questions before generating implementation plan.
| name | trace |
| description | Show agent execution timeline and performance summary |
| argument-hint | [--filter <tool|agent>] [--last N] [--summary] |
| disable-model-invocation | true |
[TRACE MODE ACTIVATED]
Display the flow trace showing how hooks, keywords, skills, agents, tools, and modes interacted during this session.
$ARGUMENTS
trace_timeline MCP tool first.
--filter <tool|agent> is provided, pass filter--last N is provided, pass lasttrace_summary MCP tool after timeline.mcp_template.jsonnode toolboxes/trace/trace.js## Trace Timeline
<chronological events from trace_timeline>
## Trace Summary
<aggregate metrics from trace_summary>
## Highlights
- Bottlenecks: ...
- Mode transitions: ...
- Failure clusters: ...
- Flow patterns: ...