handoff skillB
handoff is agent-read markdown (skill) from leeyudok/doksam-skills: 세션을 끊고 다음 세션에 넘긴다 — 협업 인프라(GitHub·GitLab·Forgejo·Jira·Plane·Slack)가 있으면 재개 가능한 상태를 그 트래커 이슈 본문으로 남기고 HANDOFF.md 에는 이슈 URL 을 가리키는 포인터만 적어 URL 하나로 건네고, 없으면 HANDOFF.md 자체에 전체 내용을 적어 그 파일로 끝낸다. 작업 이슈를 닫은 경계에서는 전용 이슈 대신 다음 작업 이슈에 코멘트 하나로 남긴다. 넘겨받은 쪽은 포인터나 파일을 읽고 적힌 단언을 실제와 대조한 뒤 이어서 착수하고, 끝나면 결과를 남기고 닫는다. 컨텍스트가 40~50% 에 닿았을 때, "여기서 끊자 / 상태 남겨 / 이어받아 / 재개" 라고 하거나 핸드오프 URL·파일 경로를 붙여넣었을 때 쓴다..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# 세션 핸드오프 `.ai-sdlc/` 파이프라인 실행 중간의 단계 상태만 저장할 때는 `ai-sdlc-skills-handoff`의 실행 아티팩트를 따른다. 세션을 넘길 때는 이 스킬로 전달 경로와 다음 작업 이슈를 정한다. 핸드오프는 **요약이 아니라 재개 가능한 상태**다. 다음 세션이 이것만 읽고 같은 자리에서 다음 명령을 칠 수 있어야 한다. "뭘 했는지" 보다 **"지금 어디에 서 있고 다음에 뭘 치는지"** 가 본체다. 컨텍스트 사용량이 40~50% 에 닿으면 하던 걸 멈추고 이 스킬을 부른다. compaction 은 모델이 뭘 버릴지 스스로 고르므로 안전망일 뿐이다. ## 어디에 남기나 — 상황당 한 곳 재개 상태를 **두 군데에 나눠 적지 않는다.** 나눠 적으면 어느 쪽도 혼자서는 재개 가능한 상태가 아니게 되고, 다음에 쓸 때 한쪽 내용이 조용히 빠진다(2026-09-21 실측, 이슈 #152 — 함정·기동 명령은 핸드오프 이슈에만, 새로 확정된 패턴은 다음 이슈 메모에만 있었다). | 상황 | 남기는 곳 | 다음 세션이 받는 것 | | --- | --- | --- | | **이슈 도중** — 작업 이슈가 아직 열려 있다(컨텍스트 40~50% 등) | 전용 핸드오프 이슈 + `HANDOFF.md`(포인터, 아래 "두 갈래") | 핸드오프 이슈 URL | | **이슈 경계** — 작업 이슈를 닫았고 **다음 작업 이슈가 이미 있다** | **다음 작업 이슈에 코멘트 하나** (1-6) — 전용 핸드오프 이슈는 만들지 않는다 | 다음 작업 이슈 URL | | 인프라 없음 | `HANDOFF.md` | 파일 경로 | 이슈 경계인데 다음 작업 이슈가 아직 없으면 그 이슈를 먼저 만든다. 다음에 할 일이 정해지지 않았다면 경계가 아니라 그냥 끝난 것이므로 핸드오프를 쓰지 않는다. ## 두 갈래, 인프라 있으면 원본은 이슈 | | 하는 일 | `HANDOFF.md` | 다음 세션이 받는 것 | | --- | --- | --- | --- | | **인프라 있음** | 본문을 스크래치 파일에 쓰고 **그 내용으로 이슈/티켓/스레드를 만든다** | **포인터만**(이슈 URL·작성 시각·요약·목록 링크) | **전체 URL** | | **인프라 없음** | `HANDOFF.md` 에 전체 내용을 쓴다 | **본문 그대로 = 원본** | **파일 경로** | …
Read the whole file at its exact version.
How to install
mdr add leeyudok/doksam-skills/handoff@git:20260923.9bb4288mdr add leeyudok/doksam-skills/handoff@sha256:117720d0a7bff95dPin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_r2i2wvgzxozbrzay)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260923.9bb4288 latest | 2026-09-23 | 9bb4288 | 20,455 B | B | view · diff |
| git:20260922.6ef3683 | 2026-09-22 | 6ef3683 | 18,161 B | B | view · diff |
| git:20260920.9877c81 | 2026-09-20 | 9877c81 | 17,929 B | B | view · diff |
| git:20260920.82b876b | 2026-09-20 | 82b876b | 13,589 B | B | view · diff |
| git:20260920.39d130f | 2026-09-20 | 39d130f | 8,394 B | B | view |
Audit of the latest version
- fail: No link to a raw IP address (matched: http://127.0.0.1)
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (20455 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No script tag
Source
leeyudok/doksam-skills · 12 stars · license MIT · pushed 2026-09-23 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_r2i2wvgzxozbrzay GET https://markdownregistry.com/api/v1/resolve?ref=leeyudok/doksam-skills/handoff GET https://markdownregistry.com/api/v1/blob/117720d0a7bff95def16622c057d8ac9f3b3d7e3ec6f20211542fac9398589ab
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from leeyudok/doksam-skills
Every file in leeyudok/doksam-skills