AgentSkillsCN

sir-convert-a-lot-session-handoff

为 Sir Convert-a-Lot 创建高信号的下一阶段交接方案,明确交代待办事项背景、验证状态,以及切实可行的下一步行动。

SKILL.md
--- frontmatter
name: sir-convert-a-lot-session-handoff
description: >-
  Create high-signal next-session handoffs for Sir Convert-a-Lot with explicit
  backlog context, validation state, and concrete next actions.

Sir Convert-a-Lot Session Handoff

Use This Skill When

  • A task phase ends and handoff context must be recorded.
  • A new contributor/agent needs an exact next-step instruction pack.
  • Review findings, blockers, and pending validations need durable capture.

Canonical Files To Update

  • .agents/work/session/readme-first.md
  • .agents/work/session/handoff.md
  • docs/backlog/current.md

Handoff Requirements

  1. Record what changed and why (link file paths and doc IDs).
  2. Record validation outcomes with command surfaces used.
  3. Record open risks, decisions pending, and the immediate next executable step.
  4. Keep wording implementation-focused; avoid ambiguous "continue here" notes.

Required Validation Block

Include explicit pass/fail status for:

bash
pdm run validate-tasks
pdm run validate-docs

If code changed, also include:

bash
pdm run format-all
pdm run lint-fix
pdm run typecheck-all
pdm run pytest-root <path-or-nodeid>