From 딸깍 (ddalkak)
Extracts, summarizes, or generates a design.md file for team conventions (directory structure, naming, component rules, style system). Used on demand or as the first step in a pipeline.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ddalkak:design-mdThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
design.md는 코드 생성 시 따라야 할 **팀 컨벤션**(디렉토리 구조, 네이밍, 컴포넌트
design.md는 코드 생성 시 따라야 할 팀 컨벤션(디렉토리 구조, 네이밍, 컴포넌트 규칙, 스타일 시스템 등)을 담는다. 없어도 파이프라인은 진행 가능하다.
design.md 존재 확인.reference/design.md.template 기반으로 초안 생성 후 사용자 검토 요청.${CLAUDE_PLUGIN_ROOT}/skills/design-md/reference/design.md.templatenpx claudepluginhub ddalkak-sprint/ddalkak --plugin ddalkakGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Resolves in-progress git merge or rebase conflicts by analyzing history, understanding intent, and preserving both changes where possible. Runs automated checks after resolution.