chore(orchestrator): bootstrap phase-1 tasks and planning

- Created Gitea issue #457 for Dashboard Polish + Theming
- Created milestone Go-Live-MVP-Phase1 (0.0.16)
- Populated TASKS.md with 4 tasks (MS-P1-001 through MS-P1-004)
- Updated mission manifest to Execution phase
- Recorded planning decisions in scratchpad

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-22 17:51:53 -06:00
parent 7c55464d54
commit 4d6070a673
3 changed files with 42 additions and 16 deletions

View File

@@ -2,5 +2,9 @@
> Single-writer: orchestrator only. Workers read but never modify.
| id | status | milestone | description | pr | notes |
| --- | ------ | --------- | ----------- | --- | ----- |
| id | status | milestone | description | pr | notes |
| --------- | ----------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------ | --- | ------------------------------------------------ |
| MS-P1-001 | not-started | phase-1 | Fix broken test suites: Button.test.tsx (4 fails, old Tailwind classes) + page.test.tsx (5 fails, old widget refs) | — | issue #457, est 15K |
| MS-P1-002 | not-started | phase-1 | Remove legacy unused dashboard widgets: DomainOverviewWidget, RecentTasksWidget, UpcomingEventsWidget, QuickCaptureWidget | — | issue #457, est 5K |
| MS-P1-003 | not-started | phase-1 | Visual + theme polish: audit current vs design reference, fix gaps, verify dark/light across all components, responsive verification | — | issue #457, est 25K, depends MS-P1-001 MS-P1-002 |
| MS-P1-004 | not-started | phase-1 | Phase verification: all quality gates pass, visual verification dark+light, responsive all breakpoints | — | issue #457, est 5K, depends MS-P1-003 |