---
name: relay-start
description: Use when starting a new session or taking over from another model, and context must be reconstructed before execution. 中文常见触发:接手这个项目、按接力开发规则来、开始按接力流程接手当前项目。
Relay Start
目标
让新会话或接力会话在 30 秒内恢复上下文并进入执行。
执行步骤
按顺序读取:
AGENTS.md
task_registry.md
progress.md
task_plan.md
findings.md
修改记录_会话备忘.md
默认采用“摘要优先、按需深读”:
AGENTS.md 全文读取
task_registry.md 先读当前活跃 Task-ID 行
progress.md 先读顶部 Latest Handoff Snapshot
task_plan.md / findings.md 先读当前任务相关段
修改记录_会话备忘.md 先读最近 1-3 条相关记录
仅在用户明确要求、上下文冲突或无法恢复任务时再扩大读取范围
先锁定或创建一个 Task-ID,并声明 Task-Name。
输出 Session Context:
Developer/Branch(or No-Git)
Task-ID / Task-Name
Active Goal
Current Phase
Next First Command
Open TODO Top3
执行启动检查:
Get-Location
Get-ChildItem -Force
if (Test-Path .git) { git status --short } else { 'NO_GIT_REPO' }
python -V
执行 Next First Command 并继续当前任务。
1---2name: relay-start3description: ---4---5---6name: relay-start7description: Use when starting a new session or taking over from another model, and context must be reconstructed before execution. 中文常见触发:接手这个项目、按接力开发规则来、开始按接力流程接手当前项目。8---910# Relay Start1112## 目标13让新会话或接力会话在 30 秒内恢复上下文并进入执行。1415## 执行步骤161. 按顺序读取:17 - `AGENTS.md`18 - `task_registry.md`19 - `progress.md`20 - `task_plan.md`21 - `findings.md`22 - `修改记录_会话备忘.md`232. 默认采用“摘要优先、按需深读”:24 - `AGENTS.md` 全文读取25 - `task_registry.md` 先读当前活跃 `Task-ID` 行26 - `progress.md` 先读顶部 `Latest Handoff Snapshot`27 - `task_plan.md` / `findings.md` 先读当前任务相关段28 - `修改记录_会话备忘.md` 先读最近 1-3 条相关记录29 - 仅在用户明确要求、上下文冲突或无法恢复任务时再扩大读取范围303. 先锁定或创建一个 `Task-ID`,并声明 `Task-Name`。314. 输出 `Session Context`:32 - Developer/Branch(or No-Git)33 - Task-ID / Task-Name34 - Active Goal35 - Current Phase36 - Next First Command37 - Open TODO Top3385. 执行启动检查:39 - `Get-Location`40 - `Get-ChildItem -Force`41 - `if (Test-Path .git) { git status --short } else { 'NO_GIT_REPO' }`42 - `python -V`436. 执行 `Next First Command` 并继续当前任务。4445
Run npx skillmds@latest add liutao773680119-cmyk/relay-start in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
liutao773680119-cmyk (@liutao773680119-cmyk) published this skill. Their other Agent Skills are listed on their SkillMD profile.