levelup-specify

Installation
SKILL.md

levelup-specify

What this skill does

Extract Context Directive Records (CDRs) from the current session after completing work.

This is the primary command for capturing learnings from completed work:

  • Review the current session directly (the agent remembers what it did)
  • Identify reusable patterns: rules, personas, examples, skills, and constitution amendments
  • For each directive CDR, also extract a paired eval CDR with pass/fail cases from the session
  • Link CDRs to concrete implementation evidence (files, commits, tests)
  • Write CDRs to {REPO_ROOT}/.adlc/drafts/cdr/CDR-{NNN}.md with status Proposed
  • Auto-generate {REPO_ROOT}/.adlc/drafts/cdr/cdr.md index

Key Difference from /levelup-init:

  • /levelup-init = Discovers patterns from existing codebase (brownfield)
  • /levelup-specify (this skill) = Extracts patterns from the current session (greenfield)
Installs
46
GitHub Stars
135
First Seen
Jul 22, 2026
levelup-specify — tikalk/adlc-team-skills