- Nx 22.7 monorepo (pnpm 11.1, TypeScript 5.9, Node 24) - apps/api: NestJS 11 (CJS conforme CODING-RULES.md PGD-DB-004) - apps/web: React 19 + Vite 8 (ESM) - libs/shared/api-interface: Zod contract base - Docker Compose dev: Postgres 18, Valkey 8, MinIO, Mailpit - WDS artifacts: - design-artifacts/A-Product-Brief/ (5 docs canônicos + 16 dialogs) - design-artifacts/B-Trigger-Map/ (hub + 4 personas + feature impact) - Stack canon: STACK.md v2.2 + CODING-RULES.md v2.0 + brand.md - AGENTS.md + README.md como entrada para devs/agentes Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
|