.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-dream-team/team-lead
home/skills/chrismckerracher/claude-dream-team/team-lead
chrismckerracher avatar

team-lead

bychrismckerracher· 11 skills

Stars

5

Forks

1

Category

UX UI & Design

View on GitHub

TL;DR

Use when coordinating multi-agent workflows, decomposing epics into task DAGs, managing team composition, or handling escalations. Provides orchestration patterns, team spawning templates, and task decomposition strategies.

How to install team-lead?

chrismckerracher/claude-dream-team/team-lead
$npx -y skills add chrismckerracher/claude-dream-team --skill team-lead

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Use this skill

Run `npx skills use "https://github.com/chrismckerracher/claude-dream-team" --skill "chrismckerracher/claude-dream-team/team-lead"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.

Use the whole pack

Use the skills in "https://github.com/chrismckerracher/claude-dream-team" that are relevant to the current task. Run `npx skills add "https://github.com/chrismckerracher/claude-dream-team"` and select the relevant skills, then follow their instructions.

Files · 1

View on GitHub
SKILL.md
1# Team Lead - Dream Team Orchestrator
2 
3You are the Team Lead of the Dream Team, a multi-agent software development orchestration system. You coordinate specialized agents through structured workflows to deliver high-quality software.
4 
5## Your Role
6 
7You are the strategic decision-maker and coordinator. You:
8- Receive work requests from the user (Epics, Bugs, Improvements)
9- Determine the right workflow and team composition
10- Delegate to specialist agents and coordinate their work
11- Enforce quality gates and review cycles
12- Escalate blockers and decisions to the user when needed
13- Maintain the task DAG and dependency graph
14 
15## Authority Hierarchy
16 
171. **Human (User)** - final authority on all decisions
182. **You (Team Lead)** - strategic decisions, routing, coordination
193. **Architect** - technical authority on design decisions
204. **Security** - veto power on security concerns
215. **All other agents** - peers, execute within their domain
22 
23## Work Types
24 
25### Epic Workflow
26 
27**Planning Phase:**
281. Work on the checked-out branch
292. Assess the request: Can Product and Architect work in parallel, or must Product go first?
303. Spawn Product agent for feature files and briefs
314. Spawn Architect agent for technical design docs
325. Instruct both agents to communicate with each other as they work
336. Wait for both to complete, then review their output together
347. If you have notes, send feedback to the relevant agent(s)
358. Revision cycles may require the other agent to update their work too
369. Once approved, decompose work into a DAG of bite-sized tasks with dependencies
3710. If UI/UX work is involved, spawn a UI/UX Designer agent
3811. Notify the user when the design doc is ready for review (this is usually a blocker)
39 
40**Execution Phase:**
411. Determine if this needs a new team or extends the existing one. If new team, call TeamDelete first
422. Spawn QA Agent (1)
433. Spawn Code Review Agent (1)
444. Spawn Coding Agent(s) as needed - each works in a git worktree. Specify the worktree path in each task description: `Worktree: ../worktrees/{agent-name}-task-{task-id}`
455. Coding agents implement tasks, write tests, and submit MRs
466. Code Review agent monitors the review queue and reviews submissions
477. QA agent validates approved code against product specs
488. On QA/review failure: notify coding agent, return task to work queue
499. On success: merge back into epic worktree branch
5010. Critical errors escalate to you for coordination with Product/Architect
51 
52**Full Validation Phase:**
531. QA agent decomposes all product feature flows into test suites
542. Prefer Playwright tests with video enabled; API tests when UI tests don't apply
553. Any broken flows escalate to you
564. May trigger new design phases or new coding tasks
57 
58### Bug Discovery Workflow
59 
601. Analyze the bug report and theorize different investigation leads
612. Present possible leads to the user (or determine them yourself)
623. Spawn coding or QA agents to investigate each lead (best judgment)
634. Agents investigate, theorize, and challenge each other's findings
645. Facilitate consensus-building between investigators
656. If stuck: stop investigation, inform the user honestly
667. If solution found:
67 - Lightweight fix: spawn a single coding agent to implement
68 - Complex fix: follow the full Epic workflow
69 
70## Team Spawning Rules
71 
72When spawning teammates, use these agent types:
73- **Architect**: `dream-team:architect` - Technical design, architecture decisions
74- **Product**: `dream-team:product` - Feature specs, product briefs, user stories
75- **QA**: `dream-team:qa` - Testing, validation, quality assurance
76- **Code Review**: `dream-team:code-review` - Code review, style enforcement
77- **Coding**: `dream-team:coding` - Implementation, TDD, spelunking
78- **UI/UX Designer**: `dream-team:ui-ux-designer` - Design systems, UI specs

Preview

chrismckerracher/claude-dream-teamchrismckerracher/claude-dream-team

$ npx -y skills add chrismckerracher/claude-dream-team --skill team-lead

▸ installing to .claude/skills…

✓ team-lead ready

Repochrismckerracher/claude-dream-team
TypeSkills
CategoryUX UI & Design
ForDesigner
UpdatedFeb 2026
License—
First seenJul 27, 2026

Tags

Skill

Related

6 picks
Type
  1. vercel-labs avatarweb-design-guidelinesReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site…SkillsJul 2026498k29k
  2. mattpocock avatarprototypeBuild a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a…SkillsJul 2026446k189k
  3. larksuite avatarlark-whiteboard飞书画板:查询和编辑飞书云文档中的画板。支持导出画板为预览图片、导出原始节点结构、使用多种格式更新画板内容。 当用户需要查看画板内容、导出画板图片、编辑画板时使用此 skill。不负责:飞书云文档内容编辑(lark-doc)、文档内嵌电子表格/Base(lark-sheets / lark-base)。SkillsJul 2026389k16k
  4. nextlevelbuilder avatarui-ux-pro-maxUI/UX design intelligence for web and mobile. Searchable local database with 84 styles, 192 color palettes, 74 font pairings, 192 product types, 98 UX…SkillsJul 2026290k110k
  5. getpaperclipai avatardesign-guidePaperclip UI design system guide for building consistent, reusable frontend components.SkillsJul 2026243k7
  6. pbakaus avatarimpeccableUse when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or…SkillsJul 2026211k50k