체크포인트 저장
save_checkpointSave current work state to resume later if interrupted. Preserve progress, context, and next steps for AI collaboration and workflow recovery.
Instructions
현재 작업 상태를 저장합니다. 작업이 중단되더라도 나중에 이어서 할 수 있습니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | 체크포인트 제목 (예: API 개발 50% 완료) | |
| agent | Yes | 저장하는 AI 이름 | |
| status | Yes | 현재 상태 (예: 진행 중, 대기 중, 리뷰 필요) | |
| context | Yes | 현재까지 진행한 내용 | |
| nextSteps | Yes | 다음에 해야 할 작업 |