speckit-adlc-levelup-init

Scan brownfield codebases to generate draft Context Directive Records.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams automatically scan a brownfield codebase to surface implicit Context Directive Records (CDRs) for team-ai-directives governance and reuse.

Core Features & Use Cases

  • Codebase discovery: identifies patterns and surfaces them as draft CDRs with context and evidence
  • Draft generation: writes new CDR entries to {REPO_ROOT}/.specify/drafts/cdr.md with status and recommended actions
  • Workflow integration: supports handoff options via clarify, specify, and implement steps to refine and deploy directives

Quick Start

Run the levelup init workflow to scan a brownfield codebase and generate initial CDR drafts.

Frequently Asked Questions about speckit-adlc-levelup-init

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

FAQPage Schema
How do I discover implicit code patterns in a brownfield codebase for AI governance?

You can discover implicit patterns by scanning a brownfield codebase to surface them as draft Context Directive Records (CDRs). This skill analyzes project structure, classifies patterns into context types, and generates CDR drafts with supporting evidence for team-ai-directives.

What is a Context Directive Record (CDR) and how does it help manage team AI directives?

A Context Directive Record (CDR) captures implicit coding patterns and project context to standardize team-ai-directives. The skill generates CDR drafts by analyzing brownfield codebases, deduplicating against existing directives to ensure consistent AI governance and codebase reuse.

How do I generate and write CDR drafts from existing project patterns?

To generate CDR drafts, run the levelup init workflow to scan your codebase. The skill analyzes project structure, applies heuristic controls via the --cdr-heuristic flag, and writes the resulting pattern classifications to the {REPO_ROOT}/.specify/drafts/cdr.md file.

Can I integrate generated CDR drafts into an existing software engineering workflow?

Yes, generated CDR drafts support workflow integration through handoff options. After drafts are written to {REPO_ROOT}/.specify/drafts/cdr.md, you can use the clarify, specify, and implement steps to refine and deploy the directives into your active software engineering pipeline.

Does this CDR discovery tool deduplicate patterns against existing team directives?

Yes, the CDR discovery tool deduplicates newly found patterns against existing team-ai-directives. It applies heuristic controls via --cdr-heuristic to classify patterns into context types and skill categories, ensuring only novel directives are drafted in the cdr.md file.

What are the limitations when scanning a brownfield codebase for CDR patterns?

When scanning a brownfield codebase, the CDR discovery outputs drafts to {REPO_ROOT}/.specify/drafts/cdr.md rather than finalizing them. Users must manually review these drafts and utilize the clarify, specify, and implement handoff steps to finalize the directives for production.