Skip to content
Automation
Skill

/team-intelligence

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

From plugin
babysitter
1.8k200 skills3 agents21 commands1 MCP
Install
$ npx -y skills add a5c-ai/babysitter --skill team-intelligence --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/team-intelligence

Context preview

The summary Claude sees to decide when to auto-load this skill.

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

SKILL.md

team-intelligence.SKILL.md
name: cog-team-intelligence
description: Cross-reference GitHub, Linear, Slack, and PostHog with bidirectional sync for team briefs
allowed-tools:
  - file-read
  - file-write
  - web-fetch
  - api-call
  - git-commit
graph:
  domains: [domain:software-engineering]
  skillAreas: [skill-area:agentic-loops, skill-area:orchestration-loop]
  workflows: [workflow:feature-development]
  topics: [topic:developer-experience]
  roles: [role:tech-lead, role:backend-engineer]
  • 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"] }
  }
}
Read more
Ships withbabysitter

Enforce obedience on agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.

Get the whole plugin

Other skills on babysitter.