Skip to content

UX: Surface PROOF9 gate link in execution completion banner #469

Description

@frankbria

Problem

The completion banner on the execution page shows CTAs for 'View Changes' (→ /review) and 'Back to Tasks', but doesn't guide users to verify quality with PROOF9 gates — which should logically follow execution.

Impact

Users miss the Prove phase of the pipeline entirely. Code ships without proof gate validation because the natural flow skips /proof.

Recommendation

  1. Add 'Verify with PROOF9 →' button to completion banner
  2. Adjust visual order: COMPLETED → suggest Proof first, then Review
  3. Update explanatory text: "Execution complete. Run PROOF9 gates to verify quality before shipping."
  4. On BLOCKED status, also show 'View Blockers' CTA more prominently

Acceptance Criteria

  • 'View Proof Gates' button visible on execution completion
  • Button links to /proof with workspace context
  • Button appears before or alongside 'View Changes' button
  • Text explains why proof matters (quality verification before ship)
  • BLOCKED state shows clear recovery path

Affected Components

web-ui/src/app/execution/[taskId]/page.tsx (CompletionBanner)

Metadata

Metadata

Assignees

Labels

phase-6.3Phase 6.3: UX/UI design improvements for user journey through Think→Build→Prove→Shippriority:highux

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions