adlc-levelup-trace

Generate AI session execution traces from implementation metadata and feature artifacts.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/chaimt/GarminShabbatMode --skill adlc-levelup-trace
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adlc-levelup-trace
Source: https://github.com/chaimt/GarminShabbatMode/tree/main/.cursor/skills/adlc-levelup-trace
Command: npx skills add https://github.com/chaimt/GarminShabbatMode --skill adlc-levelup-trace

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the capture and validation of AI session execution traces from implementation metadata and feature artifacts, enabling reproducible learning and auditing.

Core Features & Use Cases

  • Generates structured session traces that summarize problems, decisions, and final solutions.
  • Documents execution context, patterns, and references to commits, issues, and artifacts for knowledge transfer.
  • Use Case: After implementing a feature, generate a trace to capture decisions and learnings for future reuse.

Quick Start

Run the trace generator after finishing /implement to produce specs/{BRANCH}/trace.md.

Frequently Asked Questions about adlc-levelup-trace

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an AI session execution trace after implementing a feature?

To generate an AI session execution trace, run the trace generator after completing your feature implementation. It produces a structured trace.md file containing a narrative and technical sections summarizing decisions and solutions.

What files are required to validate and produce an AI session trace?

Producing an AI session trace requires tasks_meta.json and an active feature branch. The generator also validates prerequisites including spec.md, plan.md, and tasks.md before creating the trace.md file.

What is an AI session trace and what does it contain?

An AI session trace is a structured document capturing implementation metadata and feature artifacts. It contains a three-part narrative and five technical sections documenting execution context, patterns, and commit references.

When do I need to create a session trace for my AI implementation?

You need to create a session trace after implementing a feature to capture decisions and learnings for future reuse. It automates the capture of execution metadata, enabling reproducible learning and auditing.

Can I use the trace generator without running the implement command first?

The trace generator is designed to run after completing /implement. It relies on implementation metadata and feature artifacts produced during that phase to validate prerequisites and generate the trace.md file.

Where does the generated execution trace file get saved?

The generated execution trace is saved as specs/{BRANCH}/trace.md. The directory structure corresponds to your active feature branch, organizing traces alongside other specification documents.