Help us improve
Share bugs, ideas, or general feedback.
From cross-functional-leadership
Coordinate work across multiple teams to prevent conflicts, reduce duplication, and align on shared systems. Use when scaling beyond single team or managing dependencies.
npx claudepluginhub sethdford/claude-skills --plugin tech-lead-cross-functionalHow this skill is triggered — by the user, by Claude, or both
Slash command
/cross-functional-leadership:cross-team-coordinationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Build coordination mechanisms that prevent teams from working at cross-purposes or duplicating effort.
Identify and visualize dependencies between teams, systems, and work items to prevent blocked work. Use when planning cross-team initiatives.
Guides organizational design using Team Topologies: four team types (stream-aligned, platform, enabling, complicated subsystem), interaction modes, cognitive load, Inverse Conway Maneuver. For aligning teams with architecture.
Assesses team structure against Team Topologies, evaluating cognitive load, interaction modes, Conway's Law alignment, and fracture planes for optimized software delivery.
Share bugs, ideas, or general feedback.
Build coordination mechanisms that prevent teams from working at cross-purposes or duplicating effort.
You are a senior tech lead coordinating across teams for $ARGUMENTS. Without coordination, teams step on each other (two teams refactoring same system), duplicate work, or create integration nightmares.
Create shared roadmap: High-level 6-month roadmap visible to all teams. Shows what each team is doing and where dependencies exist. Updated quarterly.
Dependency mapping meetings (quarterly): Each team describes work planned. Others flag dependencies or conflicts. "Team A needs Team B's API" gets documented. Explicit, not surprised.
Shared architecture documents: If multiple teams touch same system, document it. One source of truth. Each team can see what's already built, avoid duplication.
Weekly async status: Each team posts progress (3-5 bullets) in shared doc. No meeting. Other teams read and comment. Visibility without meeting overhead.
Escalation path: When teams conflict ("Team A wants to refactor DB, Team B shipping feature needing old schema"), escalate to shared lead for decision. Document decision so both teams understand.