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
- Add 'Verify with PROOF9 →' button to completion banner
- Adjust visual order: COMPLETED → suggest Proof first, then Review
- Update explanatory text: "Execution complete. Run PROOF9 gates to verify quality before shipping."
- On BLOCKED status, also show 'View Blockers' CTA more prominently
Acceptance Criteria
Affected Components
web-ui/src/app/execution/[taskId]/page.tsx (CompletionBanner)
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
Acceptance Criteria
/proofwith workspace contextAffected Components
web-ui/src/app/execution/[taskId]/page.tsx(CompletionBanner)