Handoff Discipline

Handoff Discipline

onfire7777 843d04c 767 B Updated

File contents

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.

onfire7777/five-agent-dev-team/tree/main/packages/agents/skills/shared/handoff-discipline commit 843d04cb9c

Frequently asked questions

npx skillmds@latest add onfire7777/handoff-discipline