chore: add MVP planning backlog

This commit is contained in:
Matthias
2026-06-03 21:18:36 +02:00
parent a77d936a99
commit 762571cb43
27 changed files with 6420 additions and 117 deletions

View File

@@ -0,0 +1,43 @@
---
id: TASK-13
title: Build the audit and outreach review workspace
status: To Do
assignee: []
created_date: '2026-06-03 19:14'
labels:
- mvp
- review
- workflow
dependencies:
- TASK-11
- TASK-12
references:
- PRD.md
priority: high
ordinal: 13000
---
## Description
<!-- SECTION:DESCRIPTION:BEGIN -->
Create the internal review workspace where Matthias can inspect and edit the final audit summary, public audit link, email subject, email body, contact strategy, phone script, follow-up draft, sources, and used skills before any publication or sending happens.
<!-- SECTION:DESCRIPTION:END -->
## Acceptance Criteria
<!-- AC:BEGIN -->
- [ ] #1 Review workspace shows lead details, contact sources, priority reason, contact strategy, audit summary, used skills, and raw/source detail toggles
- [ ] #2 Audit content can be edited and manually approved before the public page shows customer-facing content
- [ ] #3 Email subject and body are editable and generated as exactly one recommended version by default
- [ ] #4 Phone script is available for Erst anrufen and Kontakt fehlt leads when a phone number exists
- [ ] #5 Freigabe offen state clearly separates Audit veröffentlichen from E-Mail freigeben und senden
<!-- AC:END -->
## Implementation Plan
<!-- SECTION:PLAN:BEGIN -->
1. Build review route/detail UI with tabs for Audit, E-Mail, Telefon, Quellen, Rohdaten, and Skills.
2. Add edit forms for audit text, email subject/body, phone script, and follow-up.
3. Add approval actions for audit publication and separate email sending readiness.
4. Show source/contact confidence without exposing unnecessary raw noise by default.
5. Verify state transitions back into the Kanban/Funnel.
<!-- SECTION:PLAN:END -->