Skip to content

Commit ad9d409

Browse files
stephanjclaude
andcommitted
docs: add Project Overview section to SDD documentation
Document the new SpecStatisticsPanel that appears at the top of the Task List tab. The section covers the summary line, segmented progress bar, priority breakdown, checklist progress, archived task count, and the Hide/Show collapse toggle. Includes the SDD-ProjectOverview.png screenshot. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2361470 commit ad9d409

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

docusaurus/docs/features/spec-driven-development.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,20 @@ Implement JWT-based authentication for the REST API endpoints.
154154

155155
The **DevoxxGenie Specs** tool window provides two views for managing your task specs: a **Task List** and a **Kanban Board**. Switch between them using the tabs at the top of the tool window.
156156

157+
### Project Overview
158+
159+
The **Project Overview** panel appears at the top of the Task List tab and gives you an instant summary of your backlog health:
160+
161+
![SDD Project Overview](/img/SDD-ProjectOverview.png)
162+
163+
- **Summary line**: shows the total task count, overall completion percentage, and a breakdown by status (e.g. "7 tasks | 14% complete | (1 done, 1 in progress, 5 to do)")
164+
- **Segmented progress bar**: a color-coded bar visualizing task distribution — green for Done, blue for In Progress, gray for To Do, and yellow for any custom statuses
165+
- **Priority breakdown**: count of high, medium, and low priority tasks at a glance
166+
- **Checklist progress**: aggregated acceptance criteria and Definition of Done completion across all tasks (e.g. "12/45 acceptance criteria | 8/20 definition of done")
167+
- **Archived task count**: displayed when archived tasks exist in the backlog
168+
169+
The panel header has a **Hide/Show** toggle so you can collapse it to save vertical space once you have a feel for your backlog status.
170+
157171
### Task List
158172

159173
The Task List view displays tasks in a tree structure grouped by status:
414 KB
Loading

0 commit comments

Comments
 (0)