Skip to content

feat: add GSD workflow tracking dashboard#39

Merged
f merged 1 commit intof:masterfrom
voyvodka:feat/gsd-workflow-tracking
Apr 4, 2026
Merged

feat: add GSD workflow tracking dashboard#39
f merged 1 commit intof:masterfrom
voyvodka:feat/gsd-workflow-tracking

Conversation

@voyvodka
Copy link
Copy Markdown
Contributor

@voyvodka voyvodka commented Apr 4, 2026

Summary

  • Add GSD (Get Shit Done) workflow tracking support that scans .planning/ directories for project data
  • New adapter parses PROJECT.md, ROADMAP.md, STATE.md, and phase artifacts (PLAN, RESEARCH, VERIFICATION, SUMMARY)
  • Dedicated /gsd dashboard page with KPI cards, status donut chart, expandable project cards with phase timelines, file viewer sidebar, and per-phase token/cost correlation

Changes

  • editors/gsd.js: new adapter for scanning .planning/ directories
  • cache.js: two new tables (gsd_projects, gsd_phases), caching functions, token/cost correlation via time-window matching
  • server.js: 7 REST endpoints under /api/gsd/*
  • ui/src/pages/GSD.jsx: dashboard page with charts, project cards, and file sidebar
  • ui/src/lib/api.js: client-side API functions
  • ui/src/App.jsx: route and navigation entry

Scan .planning/ directories for GSD project data (phases, plans,
research, verification artifacts) and display progress in a dedicated
dashboard with KPI cards, charts, and per-phase token/cost correlation.
@f f merged commit e1242cf into f:master Apr 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants