A production-quality web application that tells Scrum Team members exactly what they need to focus on when they start their day.
Purpose: Answer one question: "What changed overnight that requires my attention today?"
Target Users: Product Managers, Product Owners, Solution Architects, Scrum Masters, Development Leads, Engineering Managers
Time to Insight: <30 seconds
# Setup
npm install
npm run dev
# View application
# Open http://localhost:3000- What Changed Overnight — AI-generated summary of overnight activity
- Executive Dashboard — KPI cards with attention metrics
- Jira Activity — Issues changed outside business hours
- Email Intelligence — Critical and aging emails
- Calendar Conflicts — Meeting conflicts and unaccepted invites
- Connectors — Jira Cloud, Jira Data Center, Outlook, Microsoft 365, Teams
- Modern SaaS styling (Atlassian/Microsoft/Linear aesthetic)
- Light Mode + Dark Mode
- Responsive Layout (Desktop First)
- WCAG 2.1 AA Accessibility
- Enterprise-grade UX
/specs # Specification documents
/src
/api # Backend services and integrations
/components # React components
/pages # Page-level components
/hooks # Custom React hooks
/styles # Global styles and theme
/types # TypeScript type definitions
/utils # Utility functions
/tests # Test suites
/docs # Architecture and design documentation
- SPECS.md — Feature specifications and requirements
- ARCHITECTURE.md — System design and data flow
- API.md — REST API specifications
- DATA_MODEL.md — Data structures and schemas
- UI_SPECS.md — Component specifications and design system
| Role | Responsibility |
|---|---|
| Principal Product Manager | Vision, requirements, user priorities |
| UX Architect | Component design, interaction patterns |
| Enterprise Architect | System design, integrations, scalability |
| Full Stack Engineer | Implementation, code quality, testing |
- Spec Phase — Define requirements in
/specsdocuments - Design Phase — Create component specs and wireframes
- Implementation Phase — Build features with TDD approach
- Integration Phase — Connect data sources and APIs
- Testing Phase — Comprehensive testing and accessibility checks
See CLAUDE.md for coding conventions and team collaboration guidelines.