Skip to content

UX: Link tasks back to PRD requirements for traceability #468

Description

@frankbria

Problem

TaskCard and TaskDetailModal display task details, but users cannot see which PRD requirement(s) each task implements. There is no visible traceability from task → requirement.

Impact

Users cannot trace tasks back to requirements, making it hard to verify completeness, prioritize by business value, or understand why a task exists.

Recommendation

  1. Add requirement_id / requirement_ids field to Task model
  2. Display requirement badge on TaskCard (e.g., REQ-042) with glitch type indicator
  3. Make badge clickable to jump to /proof#REQ-042
  4. Include requirement summary in TaskDetailModal

Acceptance Criteria

  • Requirement badge visible on task cards
  • Requirement ID and title shown in detail modal
  • Badge links to proof/PRD page for that requirement
  • Works for tasks linked to multiple requirements
  • Badge hidden gracefully if no requirement linked

Affected Components

web-ui/src/components/tasks/TaskCard.tsx, web-ui/src/components/tasks/TaskDetailModal.tsx

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