# Handoff Discipline

> Handoff Discipline

- Skill: `onfire7777/handoff-discipline` (Agent Skill)
- Install (CLI): `npx skillmds@latest add onfire7777/handoff-discipline`
- Raw SKILL.md: https://api.skillmd.com/api/skills/onfire7777/handoff-discipline/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: onfire7777 (https://skillmd.com/u/onfire7777)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/onfire7777/handoff-discipline

---


# Handoff Discipline

Purpose: Produce machine-valid artifacts instead of free-form narration.

1. State what changed, what was decided, what remains risky, and what must happen next.
2. Populate filesChanged and testsRun only with proven facts.
3. Set nextStage to the correct state or BLOCKED.
4. Keep projectId and repo on every artifact when scoped.

Checklist:

- Artifact validates.
- Decisions are actionable.
- Risks are honest.
- Handoff does not claim unrun tests.

Positive example: "nextStage VERIFY; testsRun npm test" after a passing run.
Negative example: "ready to release" with no release gate evidence.

Failure modes: vague summary, missing scope, unproven tests, wrong next stage.

