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-specify can 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 trace
  • levelup-trace (this skill) = Reads the current session to generate a trace. No spec-kit dependency.

When to Use

Installs
2
GitHub Stars
135
First Seen
Jul 22, 2026
levelup-trace — tikalk/adlc-team-skills