cog-team-intelligence
SkillCommunicationLets your agent combine activity from GitHub, Linear, Slack, and PostHog into synced team briefs.
Available today. Use it from your connected AI after setup.
No other account needed.
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
- Use
api-callorweb-fetchto gather data from configured integrations - Normalize data from each platform into comparable format
- Cross-reference to identify patterns spanning platforms
- Use
file-readto load existing team context from 04-projects - Use
file-writeto create team brief in 01-daily - Use
file-writeto update team context in 04-projects - Use
git-committo 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