Claude Code Plugins

Community-maintained marketplace

Feedback

work-summary-documentation

@KubrickCode/general
1
0

|

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name work-summary-documentation
description 작업 보고서 작성을 위한 표준 템플릿. 완료 내용, 변경된 파일, 테스트 방법, 주의사항, 후속 작업을 체계적으로 문서화. TRIGGER: 작업 완료 보고서, 작업 요약, 변경사항 문서화, 테스트 방법 문서화, 작업 결과 보고서

Work Summary Documentation Guide

기본 원칙

  • 간결하고 명확하게
  • 실행 가능한 예시와 함께
  • "왜"에 집중

작업 보고서

파일: WORK_SUMMARY.md (프로젝트 루트, 확인 후 삭제)

완료 내용

  • 작업 1
  • 작업 2
  • 보류: 이유

변경된 파일

추가

  • src/new/file.ts: 설명

수정

  • src/existing.ts:45: 변경 내용

삭제 (있다면)

  • src/old/file.ts: 삭제 이유

테스트 방법

구체적인 기능 테스트 방법 서술

확인할 엣지 케이스 (있다면)

  • 케이스 1: 예상 동작
  • 케이스 2: 예상 동작

주의사항 (있다면)

  • 환경변수 추가: KEY=value
  • 의존성 설치: npm install
  • 마이그레이션: npm run migrate

후속 작업 (있다면)

  • TODO: 구체적 내용