vibe-handofflisted
Install: claude install-skill aakashdhar/vibe-skill
# Vibe Handoff Skill
Generates complete, audience-appropriate handoff packages
from actual project state — not from templates filled with guesswork.
Every document is grounded in BRIEF.md, SPEC.md, DECISIONS.md,
TASKS.md, ARCHITECTURE.md, and CODEBASE.md.
Nothing is made up. Nothing is left as a placeholder except credentials.
Each package produces:
- Individual `.md` files for each document (unchanged — for version control and editing)
- A single `index.html` portal (new) — a clean, light-mode, elegantly designed web page
that combines all documents into one navigable file, optimised for sharing with clients
---
## Five handoff modes
| Trigger | Scenario | Primary audience |
|---------|---------|----------------|
| `handoff: client` | Project completion | Client stakeholder (non-technical) |
| `handoff: milestone` | Phase sign-off | Client stakeholder + PM |
| `handoff: dev` | New developer joining | Developer taking over |
| `handoff: internal` | one developer → another | internal developer |
| `handoff: maintenance` | Handing to client's dev team | Client's technical team |
---
## Step 0 — Parse trigger and read context
**Detect mode from trigger:**
- `handoff: client` → full project completion package
- `handoff: milestone` → phase-specific package (which phase? read TASKS.md)
- `handoff: dev` → developer onboarding package
- `handoff: internal` → internal BetaCraft dev handoff
- `handoff: maintenance` → client maintenance team package
**If no mode specified:*