levelup-trace
Installation
SKILL.md
levelup-trace
Overview
levelup-trace generates a session execution trace from the current agent session — what the agent actually did in this conversation, not from spec-kit artifacts. The trace captures the user's request, the agent's approach, key decisions, file changes, and reusable patterns.
Purpose:
- Document what happened during the session for reuse and learning
- Capture decision-making patterns and problem-solving approaches
- Provide evidence trail (commits, files changed, tool usage)
- Create a trace that
levelup-specifycan consume for CDR extraction
Output: .adlc/drafts/trace.md
Key Difference from spec-kit's spec.trace:
spec.trace= Reads spec-kit artifacts (spec.md, plan.md, tasks_meta.json) to generate a tracelevelup-trace(this skill) = Reads the current session to generate a trace. No spec-kit dependency.