launch-team
SolidLaunch a role-based team of Claude Code agents in separate multiplexer panes that coordinate on one task by messaging each other directly.
Install
Quality Score: 80/100
Skill Content
Details
- Author
- atman-33
- Repository
- atman-33/workhub
- Created
- 2 weeks ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
agent-teams
Coordinate multiple Claude Code sessions as a team — lead + teammates with shared task lists, mailbox messaging, and file-lock claiming. Patterns for team sizing, task decomposition, and when to use teams vs sub-agents vs worktrees.
team
Multi-agent orchestration with native Claude Code teams. Use when facing 2+ independent tasks needing parallel work, full-stack features requiring backend+frontend agents, code reviews needing multiple specialist perspectives, or security audits.
agent-team
Auto-spawn a coordinated team of Claude Code teammates (each with own context, can DM each other, share a task list) when the user describes work that spans multiple domains and would benefit from specialists working in parallel with feedback loops. Triggers on phrases like "create a website for X", "build me an app for Y", "spin up a landing page for Z", "make me a site about W", "I need this built end-to-end", "review this from multiple angles", "debug this with competing hypotheses", or any request that implies multi-specialist parallel work with a quality loop. Auto-classifies the request, picks team composition + model-per-role + file ownership + hand-off graph, then spawns. Skip for single-domain tasks (use matching specialist skill), sequential pipelines (use subagents), or simple one-shot work. Requires the host's multi-agent team feature to be enabled; on Claude Code that means setting CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 in settings.json.