adlc-levelup-implement

Transform accepted CDRs into a draft pull request for team-ai-directives.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Compile accepted CDRs into a draft PR for the team-ai-directives repository, automating orchestration and ensuring traceability between contributed directives and the central governance repo.

Core Features & Use Cases

  • Automatically creates a branch and draft PR from accepted CDRs
  • Generates or updates context modules (rules, personas, examples) as needed
  • Optionally includes draft skills and updates the central skill manifest
  • Validates environment, outputs status, and guides reviewers

Quick Start

Run the levelup.implement command from the repository root to publish all accepted CDRs as a draft PR.

Frequently Asked Questions about adlc-levelup-implement

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

FAQPage Schema
How do I automate creating a pull request from accepted CDRs?

To automate creating a draft pull request from accepted CDRs, this Skill scans local drafts, builds context modules, creates a feature branch, and generates a PR description to ensure traceability with the central governance repository.

What is the best way to publish accepted CDRs to a team governance repo?

Publishing accepted CDRs to a team governance repo is best handled by compiling them into a draft PR, which automatically orchestrates branch creation and generates necessary context modules like rules and personas for reviewer guidance.

How do I include draft skills when generating a pull request for directives?

You can optionally include draft skills when generating a pull request by enabling the feature to update the central skill manifest, ensuring new skills are tracked alongside accepted CDRs in the repository.

Does this CDR to PR automation validate my git workflow environment?

Yes, this CDR to PR automation validates your environment before proceeding, verifying outputs and reporting status to guide reviewers, ensuring the local drafts and context modules are correctly structured for the team repository.

What are the limitations of automating CDR compilation into a draft PR?

A limitation of automating CDR compilation is that it specifically targets the team-ai-directives repository architecture, meaning it expects a strict structure for local drafts, context modules, and skill manifests to successfully build the feature branch.