- Rewrite README.md with current architecture, features and stack - Update docs/API.md with all current endpoints (corporate, BI, client 360) - Update docs/ARCHITECTURE.md with cache, modular queries, services, ETL - Update docs/GUIA-USUARIO.md for all roles (admin, corporate, agente) - Add docs/INDEX.md documentation index - Add PROJETO.md comprehensive project reference - Add BI-CCC-Implementation-Guide.md - Include AI agent configs (.claude, .agents, .gemini, _bmad) - Add netbird VPN configuration - Add status report Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1.3 KiB
1.3 KiB
name, description
| name | description |
|---|---|
| handover | 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
- Append a progress entry to
{output_folder}/_progress/00-design-log.mdunder## Progress:### [date] — Design Delivery: [what was packaged] - Suggest next action: Phase 5 prototyping or next scenario