원클릭으로
dld-kit
dld-kit에는 jimutt에서 수집한 skills 25개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Implement one or more proposed decisions. Makes code changes, adds `@decision` annotations, and updates decision status.
Implement one or more proposed decisions. Makes code changes, adds `@decision` annotations, and updates decision status.
Resolve decision ID collisions between a local branch and the base branch (and open PRs) before rebasing. Renames colliding local decisions with git mv, rewrites cross-references and annotations, then squashes branch commits into a single rebase-clean reindex commit.
Shared utility scripts for DLD skills. Not intended for direct invocation — used internally by other DLD skills.
Resolve decision ID collisions between a local branch and the base branch (and open PRs) before rebasing. Renames colliding local decisions with git mv, rewrites cross-references and annotations, then squashes branch commits into a single rebase-clean reindex commit.
Autonomous audit — detects drift, fixes issues, and opens a PR. Designed for scheduled/CI execution without human interaction.
Autonomous audit — detects drift, fixes issues, and opens a PR. Designed for scheduled/CI execution without human interaction.
Scan for drift between decisions and code. Finds orphaned annotations, stale references, and undocumented changes.
Scan for drift between decisions and code. Finds orphaned annotations, stale references, and undocumented changes.
Adjust or update existing decision records. Handles permission gating for accepted decisions and correctly interprets adjustment requests.
Record a single development decision as a markdown file with YAML frontmatter. Collects context, rationale, and code references interactively.
Break down a feature into multiple decisions interactively. Creates a set of decision records grouped by a shared tag.
Adjust or update existing decision records. Handles permission gating for accepted decisions and correctly interprets adjustment requests.
Record a single development decision as a markdown file with YAML frontmatter. Collects context, rationale, and code references interactively.
Break down a feature into multiple decisions interactively. Creates a set of decision records grouped by a shared tag.
Generate SNAPSHOT.md (detailed decision reference) and OVERVIEW.md (narrative synthesis with diagrams) from the decision log.
Generate SNAPSHOT.md (detailed decision reference) and OVERVIEW.md (narrative synthesis with diagrams) from the decision log.
Bootstrap DLD (Decision-Linked Development) in a repository. Creates dld.config.yaml, the decisions/ directory, and INDEX.md. Run once per project.
Look up decisions by ID, tag, code path, or keyword. IMPORTANT — use this proactively whenever you encounter `@decision` annotations in code you are about to read or modify.
Quick overview of the decision log state — counts by status, recent decisions, and run tracking info.
Bootstrap DLD (Decision-Linked Development) in a repository. Creates dld.config.yaml, the decisions/ directory, and INDEX.md. Run once per project.
Look up decisions by ID, tag, code path, or keyword. IMPORTANT — use this proactively whenever you encounter `@decision` annotations in code you are about to read or modify.
Quick overview of the decision log state — counts by status, recent decisions, and run tracking info.
Bootstrap DLD decisions from an existing codebase. Analyzes code to infer rationale, generates decision records, and adds `@decision` annotations.
Bootstrap DLD decisions from an existing codebase. Analyzes code to infer rationale, generates decision records, and adds `@decision` annotations.