Simplified to Initiative → Phase → Task (no intermediate Plan layer). Removed PlanTree component, tasks now directly under PhaseAccordion.
2.2 KiB
2.2 KiB
Plan 15-02 Summary: Initiative Detail Wireframe
Status: COMPLETE
Tasks Completed
- Create initiative detail wireframe with hierarchical breakdown
- Created ASCII wireframe showing phase → task hierarchy (simplified from phase → plan → task)
- Added status indicators (DONE, IN PROGRESS, PENDING, BLOCKED)
- Included agent assignments inline with tasks
[gastown] - Visualized dependencies with
^indicators and blocked-by annotations - Defined component specifications for all UI elements
- Added interaction notes for clicks, modals, and dialogs
Files Created
| File | Description |
|---|---|
docs/wireframes/initiative-detail.md |
Initiative detail screen wireframe |
Wireframe Contents
ASCII Wireframes
- Main initiative detail view with header, progress, decisions, and phases
- Expanded task view showing agent assignment and live output
- Blocked task view showing dependency chain
- TaskDetailModal with status, assignment, and actions
- Agent Spawn Dialog for starting new agents
Component Specifications
- PhaseAccordion: Expandable phase container with tasks (no intermediate Plan layer)
- TaskRow: Task with inline status and agent assignment
- DependencyIndicator: Shows blocking dependencies with
^symbol - DecisionList: Collapsible key decisions panel
- ProgressPanel: Overall progress metrics (phases/tasks)
Interaction Notes
- Click phase header → expand/collapse
- Click task row → opens TaskDetailModal
- Click agent name → navigates to agent detail
- "Spawn Agent" button on pending tasks
- "Queue Phase" / "Queue All" buttons for batch dispatch
Commits
c1386ed docs(15-02): create initiative detail wireframe with hierarchical breakdown
Verification
- docs/wireframes/initiative-detail.md exists
- Wireframe shows expandable phase hierarchy
- Task dependencies visualized
- Agent assignments shown
- Component specifications defined
Deviations
- Removed Plan layer from hierarchy (Initiative → Phase → Task, not Initiative → Phase → Plan → Task)
- Removed PlanTree component (tasks now directly under PhaseAccordion)
- Progress panel simplified to phases/tasks counts (no plans)