From 딸깍 (ddalkak)
Finalizes a pipeline by reading verification reports, computing implementation rate, and producing structured final output with pass/fail decisions and mismatch summaries.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ddalkak:finalizeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
파이프라인을 닫는 단계. verify가 만든 `visual.json`을 기준으로 최종 구현율과 남은 불일치를 고정 포맷으로 정리한다.
파이프라인을 닫는 단계. verify가 만든 visual.json을 기준으로 최종 구현율과 남은 불일치를 고정 포맷으로 정리한다.
.ddalkak/reports/<name>.<breakpoint>.visual.json.ddalkak/reports/<name>.verify.mdvisual.json.implementationRate를 최종 구현율로 사용한다. 없으면 하위 호환을 위해 confidence * 100으로 계산한다..ddalkak/reports/<name>.final.json과 .ddalkak/reports/<name>.final.md를 생성한다.visual.json이 없으면 실패한다.node ${CLAUDE_PLUGIN_ROOT}/scripts/finalize-report.mjs --project <project> --name <name>
npx 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.