From brooks-agent-team
Copilot CLI or OpenCode — Use at the start of any development session to introduce the Brooks Surgical Team members, survey the current project, and present a contextual briefing on which roles are most relevant and how to invoke each one
How this skill is triggered — by the user, by Claude, or both
Slash command
/brooks-agent-team:assemble-teamThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When invoked, do the following steps in order.
When invoked, do the following steps in order.
Invoke the using-brooks-team skill to establish team framework context.
Read the current project state:
AGENTS.md, COPILOT.md, CLAUDE.md, README.md, or any project documentationgit log --oneline -10 if this is a git repositoryIf there is no project context (empty directory), skip to Step 3 and note that no project was found.
Present a project-contextual briefing in this format:
Your role: Surgeon (Chief Programmer) You own all critical design and implementation decisions. The team supports you.
Copilot — Code review and backup
copilot skill (inline review), or dispatch the copilot custom agent (subagent review)Tester — Adversarial test strategy
tester skill, or dispatch the tester custom agentAdministrator — Task and project tracking
administrator skill (inline only)Editor — Documentation and clarity
editor skillProgram Clerk — Code organization
program-clerk skill (inline only)Toolsmith — Custom tool builder
toolsmith skillLanguage Lawyer — Language and framework expertise
language-lawyer skill (inline), or dispatch the language-lawyer custom agent (subagent investigation)End with:
Which role would you like to activate first, or shall we proceed directly to the work?
If you have a task in mind, describe it and I'll identify which team members should be involved.
Want real parallel teammates? Use the
assemble-with-fleetskill to spawn independent sessions per role using Copilot CLI's fleet mode or OpenCode's task tool.
Provides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.
npx claudepluginhub zakame/skills-marketplace --plugin brooks-agent-team