cs-build-handoff

Installation
SKILL.md

Hand the plan over

When the plan is the product, the handover is the delivery. Everything upstream produced artefacts for the build — a map, notes, PRDs, a task board. None of those are written for the person paying, and handing someone a link to a canvas they have never opened is not a delivery.

This produces the thing they receive.

Run it after cs-build-create-tasks, once the map, notes, PRDs and tasks all exist.

Read: codespring skill references/project-state.md and references/pitfalls.md, and cs-build-audit-codebase/references/plain-english-writeup.md — the voice rules there apply here exactly. Third-grade reading level, no file paths, no jargon, no framework names.


0. Check there is something to hand over

bash ../codespring/scripts/fetch-project.sh --out /tmp/cs-state
node ../codespring/scripts/state.mjs       /tmp/cs-state
node ../codespring/scripts/check-map.mjs   /tmp/cs-state
Installs
34
First Seen
Aug 17, 2026
cs-build-handoff — codespringapp/codespring-skills