PROTOTYPE2026-04-29-p001

Consent Leak Replay

A privacy-ops self-test that records what a cookie banner actually does after opt-out, so small teams can catch broken consent before regulators or clients do.

Build Notes

designdocs

Spec Notes

assumptions.md
# Assumptions (KNOWN / ASSUMPTION / UNKNOWN)

## KNOWN
- Daily slot: p001
- Expected Stitch drop folder: /home/sy/Downloads/stitch_drop/2026-04-29/p001/
- Assigned design profile: operator-dense
- Theme: 자산 방어
- Source signals are search/community snippets and must be treated as untrusted problem evidence.

## ASSUMPTION
- Target users will value a focused decision surface more than a broad generic dashboard.
- The Stitch prompt should produce a desktop-first prototype with all required UI sections visible.

## UNKNOWN
- Actual willingness-to-pay.
- Whether the strongest acquisition channel is SEO, community posts, agency sales, or portfolio sharing.
falsification.md
# Falsification checklist (5–7)

1. Can the target user explain the pain in their own words without prompting?
2. Does the UI produce a concrete decision or artifact rather than another passive dashboard?
3. Are the cited signals genuinely connected to this idea's trigger/data source/mechanic?
4. Is this materially different from the last 7 PF batches?
5. Would the user pay, share, or return before any full backend exists?
6. Does the assigned design profile fit the use case and prompt direction?
7. Can Stitch render the main experience from the prompt without extra implementation?
prd.md
# PRD — Consent Leak Replay

## Type
- Practical / Commercial

## Theme
- 자산 방어

## Design profile
- operator-dense

## Problem
- A privacy-ops self-test that records what a cookie banner actually does after opt-out, so small teams can catch broken consent before regulators or clients do.

## Target user
- Shopify agencies, SaaS founders, marketing ops teams, and privacy consultants responsible for sites that rely on cookie banners and ad tags.

## Key UX
- Enter a URL, simulate accept/reject/browser opt-out flows, replay which trackers still fire, then generate a plain-English fix queue and client-ready evidence memo.

## Required UI sections
- URL test launcher
- consent journey replay timeline
- tracker-after-opt-out table
- state-law risk badges
- dark-pattern copy flags
- client evidence memo drawer

## External signal references
- TrustArc privacy enforcement/cookie consent signal: https://trustarc.com/resource/privacy-enforcement-surging-2026/
- Bloomberg Law 2026 privacy enforcement signal: https://news.bloomberglaw.com/legal-exchange-insights-and-commentary/california-texas-are-leading-2026-privacy-enforcement-efforts

## Stitch prompt
Design a desktop privacy-ops self-test workspace called Consent Leak Replay for Shopify agencies, SaaS founders, marketing ops teams, and privacy consultants who need to prove that cookie consent actually works after opt-out. It should let users enter a URL, simulate accept/reject/browser opt-out flows, replay which trackers still fired, and generate a plain-English fix queue plus client-ready evidence memo. Include a URL test launcher, consent journey replay timeline, tracker-after-opt-out table, state-law risk badges, dark-pattern copy flags, and client evidence memo drawer. Design direction: use an operator-dense aesthetic with compact compliance panels, crisp event logs, high-signal red/amber risk chips, table-first evidence, and minimal decoration so the product feels like a serious audit console for urgent privacy fixes.

## Constraints
- Phase A only: scaffold/spec, no custom implementation yet.
- Wait for Stitch export in /home/sy/Downloads/stitch_drop/2026-04-29/p001/

## Non-goals
- Do not claim market-size validation from search snippets.
- Do not implement production integrations in Phase A.

## Success metrics
- Stitch export can be generated from the prompt.
- p001 has complete meta/spec content and is visible in the daily index.
qa-checklist.md
# QA checklist

## Happy path
- meta.json includes type, theme, designProfile, externalSignals, stitchPrompt, and expectedDropFolder.
- spec/prd.md contains target user, key UX, required UI sections, and signal references.
- daily/2026-04-29/ideas.md includes the full Stitch prompt.

## Edge cases
- No p001-p004 slot is missing.
- Prompt does not ask Stitch to call external APIs or implement backend behavior.
- Search signals are framed as evidence, not validation.

## Acceptance verification
- node scripts/build-index.mjs passes.
- git status is clean after commit.