All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 12s
- Sidebar: dynamic brand-accent colors, brainstorm section restyled - AI chat general: popup panel with expand/collapse, hides when contextual AI open - AI chat contextual: tabs reordered (Actions first), X close button, height fix - Settings: all tabs restyled, 6 new color presets (sage, terracotta, iron, etc.) - Global color cleanup: emerald/orange hardcoded → brand-accent dynamic - Brainstorm page: orange → brand-accent throughout - PageEntry animation component added to key pages - Floating AI button: bg-brand-accent instead of hardcoded black - i18n: all 15 locales updated with new AI/billing keys - Billing: freemium quota tracking, BYOK, stripe subscription scaffolding - Admin: integrated into new design - AGENTS.md + CLAUDE.md project rules added
45 lines
1.3 KiB
Markdown
45 lines
1.3 KiB
Markdown
---
|
|
name: handover
|
|
description: Package complete testable flows and hand off to development
|
|
---
|
|
|
|
# [H] Handover — Package DD-XXX and Hand Off to BMad
|
|
|
|
**Goal:** Package a complete testable flow into a Design Delivery and hand off to development.
|
|
|
|
**When to use:** A scenario flow is fully designed, all specifications exist, and you are ready to hand off to BMad for implementation.
|
|
|
|
---
|
|
|
|
## INITIALIZATION
|
|
|
|
Read design log at `{output_folder}/_progress/00-design-log.md` before starting.
|
|
|
|
---
|
|
|
|
## STEPS
|
|
|
|
Execute steps in `./steps-h/`:
|
|
|
|
| Step | File | Purpose |
|
|
|------|------|---------|
|
|
| 01 | step-01-detect-completion.md | Verify flow is complete and testable |
|
|
| 02 | step-02-create-delivery.md | Package into DD-XXX Design Delivery |
|
|
| 03 | step-03-create-test-scenario.md | Define validation tests |
|
|
| 04 | step-04-handoff-dialog.md | Structured handoff conversation with BMad |
|
|
| 05 | step-05-hand-off.md | Official handoff to BMad |
|
|
| 06 | step-06-continue.md | Return to design or next flow |
|
|
|
|
**Reference data:**
|
|
- `./data/delivery-templates.md`
|
|
- `./data/handoff-dialog-scripts.md`
|
|
- `./data/design-deliveries-guide.md`
|
|
|
|
---
|
|
|
|
## AFTER COMPLETION
|
|
|
|
1. Append a progress entry to `{output_folder}/_progress/00-design-log.md` under `## Progress`:
|
|
`### [date] — Design Delivery: [what was packaged]`
|
|
2. Suggest next action: Phase 5 prototyping or next scenario
|