From ccpp
Generates HANDOFF.md file summarizing completed tasks, in-progress work, next steps, notes, related files, and git state before Claude Code session end. Useful for context reset and work resumption.
npx claudepluginhub jh941213/my-cc-harness --plugin ccppThis skill is limited to using the following tools:
세션 종료 전 작업 인계 문서를 생성합니다.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
세션 종료 전 작업 인계 문서를 생성합니다.
컨텍스트 리셋 전에 작업 상태를 기록하는 파일입니다. 새 세션에서 이 파일만 읽으면 바로 이어서 작업할 수 있습니다.
# 작업 인계 문서
## 완료된 작업
- [x] 완료된 작업 1
- [x] 완료된 작업 2
## 진행 중인 작업
- [ ] 현재 작업 중인 것
- 진행 상황: 70%
- 다음 단계: ~~ 구현
## 다음에 해야 할 작업
1. 우선순위 높은 작업
2. 그다음 작업
## 주의사항
- 건드리면 안 되는 파일: ~~
- 알려진 버그: ~~
- 임시 해결책: ~~
## 관련 파일
- src/components/Login.tsx - 로그인 폼
- src/api/auth.ts - 인증 API
## 마지막 상태
- 브랜치: feature/auth
- 마지막 커밋: abc1234
- 테스트 상태: 통과
새 세션에서 "HANDOFF.md 읽고 이어서 작업해줘"라고 하면 됩니다.