Skip to content

Squads

The Squads module makes DotCollective’s squads first-class entities in Nucleus. Each squad has a dashboard, weekly kickoff sessions, action tracking, and live performance data.

  • Squad dashboard — overview with utilisation, AI adoption, open actions, and team status
  • Weekly kickoff sessions — structured 4P format (Progress, Plans, Problems, Promotions)
  • AI session briefs — auto-generated session content from utilisation data, Granola meetings, and team context
  • Action tracking — follow-up actions created during sessions, synced to the Action Centre
  • Performance tab — utilisation grid, time entry flags, AI adoption breakdown, scorecard summary
  • Employee snapshots — per-person meeting count, allocations, leave, and outstanding actions captured at session creation
  • Granola integration — meeting notes matched to squad sessions appear inline
  • Permission-scoped views — employees see general squad info; managers+ see full session notes and can edit

Seven squads operate at DotCollective: Apollo, Apex, Nova, Odyssey, Ultra, Retail, and Polaris. Each has:

  • DM (Delivery Manager) — primary manager
  • Tech Lead — technical leadership
  • Colour — visual identification across the UI
  • Kickoff schedule — day and time for the weekly session
  • Focus note — current week’s focus, visible on the dashboard

Sessions follow the 4P format, a 20-minute director-led session:

SectionPurpose
ProgressWhat happened last week — utilisation, completed work, time entry quality
PlansThis week’s priorities — sprint tasks, upcoming deadlines, open actions
ProblemsBlockers, risks, overdue items, client health flags
PromotionsWins, callouts, above-target performance
  1. Create — opens a session for the current week, captures data snapshots
  2. Generate brief — AI pre-fills all 4 sections from system data
  3. Edit — facilitator refines content before and during the session
  4. Complete — locks the session and records completion

At session creation, the following data is captured and stored:

  • Utilisation data for the previous week (per person)
  • AI adoption tiers for each team member
  • Pending (draft) time entry count
  • Open action count
  • Per-employee context: meetings, allocations, leave, outstanding actions

Snapshots are taken once and not updated — they represent the state at the time the session was opened.

Actions are follow-up items created during or after a session. They:

  • Can be linked to a specific session or created ad-hoc
  • Are mirrored to the Action Centre (source_module = 'squads')
  • Track assignee, due date, and completion status
  • Completing a squad action also marks the corresponding Action Centre item as complete
RoleAccess
Employee / LeadView own squad dashboard and members. Cannot see session notes
ManagerView and edit sessions for their squad. Create and complete actions
Head / ExecutiveFull access across all squads

The admin Settings ▸ Squads tab is a management view, distinct from the scoped dashboards above. It lists all squads (via GET /api/admin/squads) regardless of the viewer’s access level or how many people they manage — so an admin who is a manager with no direct reports still sees every squad. The squad dashboards under People remain access-level scoped per the table above.

Squads is located under People in the sidebar navigation.