- CLAUDE.md with collaboration rules and Planner/Generator/Evaluator cycle - .claude/ agents, commands, skills, hooks per Claude Code conventions - Sprint Contracts for sut-prober, normalizer, recorder, player, diff-reporter - SUT catalog (EG-BIM Modeler, 187 plugins) and .gitignore excluding SUT tree - PROGRESS.md / PLAN.md as shared agent handoff state - Solution scaffold targeting sut-prober PoC Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
987 B
987 B
name, description, allowed-tools
| name | description | allowed-tools |
|---|---|---|
| handoff | Session handoff — update PROGRESS.md, PLAN.md, and write the history file in one go before ending a work session. | Read, Write, Edit, Bash |
Prepare a clean handoff so the next agent can pick up.
Steps:
- Read
PROGRESS.mdandPLAN.md. If either is missing, create a skeleton. - Ask the user (or infer from the session) what was completed, what is in progress, and what is blocked.
- Update
PROGRESS.md:- Move completed items to "Done" with date and artifact paths.
- Mark in-progress items with current owner and status.
- Update
PLAN.md:- Remove completed items.
- Add any newly discovered follow-ups.
- Re-order priorities if needed.
- Write
docs/history/YYYY-MM-DD_{작업명}.mdwith 소요 시간, Context 사용량, 이슈 번호, 산출물. - Confirm all three files are saved and list their paths.
Arguments: $ARGUMENTS — optional short description to seed the history file title.