Problem
QuickActions on the dashboard always shows three fixed buttons: 'View PRD', 'Manage Tasks', 'Review Changes' — regardless of workspace state (no PRD yet, no tasks, no active execution).
Impact
Users see 'Review Changes' when nothing has been executed, and 'Manage Tasks' when no tasks exist. This creates decision paralysis and projects a cluttered, unguided first impression.
Recommendation
Make Quick Actions context-aware:
- No PRD → show 'Create PRD' (primary) + 'Import PRD'
- PRD exists, no tasks → show 'Generate Tasks' (primary) + 'View PRD'
- Tasks READY, no active execution → show 'Execute Tasks' (primary) + 'Manage Tasks'
- Execution complete → show 'View Proof Gates' (primary) + 'Review Changes'
Hide irrelevant actions; highlight the next logical step.
Acceptance Criteria
Affected Components
web-ui/src/components/workspace/QuickActions.tsx, web-ui/src/app/page.tsx
Problem
QuickActionson the dashboard always shows three fixed buttons: 'View PRD', 'Manage Tasks', 'Review Changes' — regardless of workspace state (no PRD yet, no tasks, no active execution).Impact
Users see 'Review Changes' when nothing has been executed, and 'Manage Tasks' when no tasks exist. This creates decision paralysis and projects a cluttered, unguided first impression.
Recommendation
Make Quick Actions context-aware:
Hide irrelevant actions; highlight the next logical step.
Acceptance Criteria
Affected Components
web-ui/src/components/workspace/QuickActions.tsx,web-ui/src/app/page.tsx