This issue adds the "Generate Task Breakdown" button to the DiscoveryProgress component.
┌─────────────────────────────────────────┐
│ ✅ PRD Generated │
│ │
│ Your PRD has been generated with 8 │
│ features ready for development. │
│ │
│ [Generate Task Breakdown] ← Primary │
│ │
│ or │
│ │
│ [View PRD] ← Secondary │
└─────────────────────────────────────────┘
After generation:
┌─────────────────────────────────────────┐
│ ✅ Tasks Ready for Review │
│ │
│ Created 5 issues and 24 tasks from PRD. │
│ │
│ [Review Tasks →] ← Links to Tasks tab │
└─────────────────────────────────────────┘
Part of #197 - Planning Phase Automation
Scope
This issue adds the "Generate Task Breakdown" button to the DiscoveryProgress component.
Tasks
Create Tasks Button (~1h)
web-ui/src/components/DiscoveryProgress.tsxplanning_started→ show generating stateissues_generated→ update progress texttasks_decomposed→ update progress texttasks_ready→ show "Review Tasks" buttonUI Mockup
Acceptance Criteria
Dependencies
Blocks
Files
web-ui/src/components/DiscoveryProgress.tsx(modify)web-ui/__tests__/DiscoveryProgress.test.tsx(modify)Effort
~1 hour