cog-team-intelligence

SkillCommunication

Lets your agent combine activity from GitHub, Linear, Slack, and PostHog into synced team briefs.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the cog-team-intelligence skill

About this capability

Cross-reference GitHub, Linear, Slack, and PostHog with bidirectional sync for team briefs

What this skill tells your AI

The instructions your AI receives, as published by a5c-ai/babysitter in library/methodologies/cog-second-brain/skills/team-intelligence/SKILL.md and read by ahel’s review.

  • Gather activity data from Linear (issues, cycles, projects)
  • Gather activity data from Slack (discussions, decisions, threads)
  • Gather analytics from PostHog (metrics, feature flags, experiments)
  • Cross-reference data across all platforms
  • Detect cross-platform misalignment
  • Generate team intelligence briefs with blocker detection
  • Support bidirectional sync between platforms

Tool Use Instructions

  1. Use api-call or web-fetch to gather data from configured integrations
  2. Normalize data from each platform into comparable format
  3. Cross-reference to identify patterns spanning platforms
  4. Use file-read to load existing team context from 04-projects
  5. Use file-write to create team brief in 01-daily
  6. Use file-write to update team context in 04-projects
  7. Use git-commit to commit team intelligence

Examples

{
  "vaultPath": "./cog-vault",
  "mode": "team-brief",
  "userName": "Alex",
  "integrations": {
    "github": { "org": "my-org", "repos": ["frontend", "backend"] },
    "linear": { "team": "engineering" },
    "slack": { "channels": ["engineering", "product"] }
  }
}

Signals

GitHub stars
2k
Forks
106
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
cog-team-intelligence
Source
github.com/a5c-ai/babysitter