Dashboard Features
Everything in the TeamContext dashboard at app.teamcontext.ai — 15+ pages covering team visibility, project management, AI agents, and settings.
Dashboard Overview
The main dashboard shows your team's pulse at a glance:
- Stats Cards — Total sessions, active members, decisions this week, recent commits
- Setup Progress — Onboarding wizard showing what's left to configure (dismissable once complete)
- Recent Commits — Git activity table from linked projects with hash, author, message, repo, branch
- Sprint Stats — 7-day metrics chart showing turns, sessions, and token usage per day
Sessions
View all AI coding sessions across your team. Every time someone uses Claude Code, Codex CLI, or Gemini CLI with TeamContext, a session is recorded.
- Filters — By status (active/completed), team member, project
- Sort — By recent, duration, or activity
- Session Detail — Full transcript replay, files touched, commits made, decisions captured, tools used, model info, and token counts
- Manual Sessions — Create sessions manually for work done outside AI tools
Summaries
AI-generated summaries of your team's work, created automatically on hourly, daily, and weekly schedules.
- Daily summaries — What the team accomplished each day
- Weekly summaries — High-level weekly roundup
- Branch filtering — Filter summaries by git branch
- Regenerate — Re-generate any summary on demand
Summaries are grouped by theme and area, not by person — making them ideal for team standups and stakeholder updates.
Insights
Real-time insights about your team's development patterns:
- File Conflicts — Alerts when two or more engineers are editing the same files or systems
- Shared Services — Identifies commonly touched services across team members
- What's New — Recent changes and additions to the codebase
- Who's Working — Real-time view of active team members
Filter by time range (today, this week, last 30 days) and project. Conflicts auto-resolve after 48 hours.
Analytics
Team performance metrics and usage trends:
- Overview Stats — Total turns, sessions, decisions, context accesses, active members
- Trends — Week-over-week changes with percentage indicators
- Usage Charts — Visual line charts showing activity over time
- Member Activity — Per-member breakdown of turns, sessions, and decisions
- Period Views — Toggle between daily and weekly granularity
Decisions
Technical decisions are automatically extracted from your team's coding sessions by AI. Every architectural choice, technology selection, and convention is captured with full context.
- Categories — Architecture, Technology, Convention, Security, Infrastructure
- Context — Each decision includes rationale, alternatives considered, and affected files
- Filters — By category, branch, project, and team member
- Deduplication — AI automatically deduplicates similar decisions (60%+ title similarity)
Knowledge Base
AI-generated articles created from your team's sessions and decisions. The knowledge base grows automatically — no manual curation needed.
- Auto-generated — Articles created daily from recent decisions and summaries
- Categories — Documentation, Best Practices, Architecture, Patterns
- Full-text search — Search across all articles
- Source tracking — Each article links back to the decisions and sessions it was derived from
File Intelligence
Per-file analytics showing the history and impact of every file in your project:
- Contributors — Who has touched each file and how often
- Activity Timeline — When each file was modified and by whom
- Related Decisions — Technical decisions linked to specific files
- Turn Count — How many AI coding sessions involved each file
Projects
Create and manage projects linked to your git repositories:
- Auto-detection — Projects are auto-matched to repositories via git remote URL
- GitHub Linking — Connect repos from your GitHub integration for commit tracking and deployment monitoring
- Project Detail — Stats, activity feed, decisions, file tree, team members, and commits
- AI Context — Each project gets an AI-generated technical context document (architecture, stack, modules, patterns)
- Views — Grid or list view with status filters (active, completed, archived)
Tasks & Sprints
Full task management built into TeamContext:
- Task Creation — Title, description, priority (low/medium/high/urgent), assignee, labels, project, sprint
- Status Workflow — Backlog → Todo → In Progress → In Review → Done
- Comments — Threaded discussion on each task
- Session Linking — Link coding sessions to tasks for full context
- Plan Conversion — Convert approved plans directly into sprint tasks
Sprints let you group tasks into time-boxed iterations with goals and date ranges. Filter tasks by sprint, assignee, project, or priority.
Plans
AI-generated implementation plans with structured tasks, risk analysis, and verification steps:
- AI Generation — Describe what you want to build, and AI generates a full plan with phased tasks, gap analysis, risks, and verification steps
- Status Workflow — Draft → Reviewing → Approved → In Progress → Completed
- Progress Tracking — Visual progress bar that auto-calculates as tasks are completed
- Markdown Export — Export plans as markdown files for offline use
- Regeneration — Re-generate a plan with updated context at any time
Team Management
Manage your team members, roles, and online status:
- Member List — View all team members with real-time online/offline status
- Invite — Invite new members via email
- Roles — Owner, Admin, Member — with appropriate permission levels
- Member Profiles — Individual activity timelines, contribution stats, commit counts, and project assignments
- Department Grouping — Organize members by department for larger teams
Handoffs
Seamless context transfer between team members. Create a handoff when you're done working on something so the next person can pick up with full context:
- What's Done — Completed work description
- What's Left — Remaining work and next steps
- Gotchas — Warnings, edge cases, and tips
- Status Flow — Active → Picked Up → Completed
Handoffs work across time zones — create one at the end of your day, and your teammate picks it up when their day starts.
AI Agents
Subscribe to AI-powered agents that automatically scan your codebase for issues. Five agents are available:
Architecture Review
Detects architecture violations, circular dependencies, module coupling, and design pattern misuse.
Security Audit
OWASP Top 10 scanning — injection, broken access control, XSS, auth bypass, crypto failures, and more.
QA & Test Coverage
Identifies missing tests, weak assertions, coverage gaps, flaky tests, and test structure issues.
HIPAA Compliance
PHI exposure, encryption gaps, audit logging, access control, data retention, and transmission security.
Performance Analyzer
N+1 queries, memory leaks, inefficient loops, missing indexes, unbounded queries, and caching opportunities.
How Agents Work
- Subscribe — Subscribe to agents from Settings (Stripe checkout)
- Assign — Assign agents to specific projects
- Scan — Trigger manual scans or let the daily 3 AM automatic scan run
- Review — View findings with severity levels (critical, high, medium, low)
- Resolve — Dismiss findings as not relevant or mark them as resolved
Each agent uses standardized analysis categories (8 per agent) for consistent, structured findings. Notifications are sent for critical and high severity findings.
Settings
Configure your profile, workspace, integrations, and more from the Settings page:
Profile
Name, bio, timezone, view preferences. Upload a profile photo.
Workspace
Organization name, URL slug, default branch, member limit.
Integrations
Connect GitHub (repo linking, commits, deployments), Slack (notifications channel), and Jira (project linking, issue tracking). Each uses OAuth for secure connection.
Notifications
Toggle notifications for commits, pull requests, daily/weekly summaries, team mentions, handoffs, and task assignments.
API Keys
Generate, copy, and revoke API keys for CLI authentication and external integrations.
Webhooks
Create webhook endpoints to receive events (turn:new, decision:new, summary:new, conflict:detected, session:start/end). HMAC-SHA256 signed. Delivery logs with retry support.
Billing
View current plan, usage metrics, invoice history, and upgrade options. Powered by Stripe.
Getting Started • CLI Reference • MCP Tools • Integrations & API