원클릭으로
team
Create an Agent Team from a predefined roster. Spawns multiple Claude Code sessions that coordinate via shared tasks and direct messaging.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create an Agent Team from a predefined roster. Spawns multiple Claude Code sessions that coordinate via shared tasks and direct messaging.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Identify and remove AI slop from code comments, documentation, and prose. Use when cleaning up AI-generated output, reviewing for AI tells, or improving signal-to-noise ratio in any text.
Design review for front-end code changes using Playwright for live browser testing. Covers visual hierarchy, accessibility (WCAG AA+), responsive design, and interaction patterns. Use when reviewing UI/UX changes before merge.
Adversarial code review that assumes the worst. Finds failure modes, race conditions, blast radius, and edge cases that optimistic reviewers miss. Use when you want brutal honesty about code resilience.
Perform thorough code review on a PR using the Pragmatic Quality framework. Integrates with Jira to validate implementation matches ticket requirements. Use when reviewing pull requests or providing PR feedback.
Validate implementation plans for completeness, specificity, and actionability. Catches vague language, missing sections, and untestable outcomes.
Interactive PRD creation and iteration for non-technical users. Use this skill whenever the user wants to define product requirements, write a PRD, spec out a feature, describe what to build, or says "what should we build", "write requirements", "create a PRD", "define the product". Also use when updating an existing PRD based on stakeholder or engineering feedback. Guides through structured requirement definition using plain-language facilitation prompts with discovery questions upfront. Auto-validates with /prd-validator after completion.
| name | team |
| description | Create an Agent Team from a predefined roster. Spawns multiple Claude Code sessions that coordinate via shared tasks and direct messaging. |
| context | fork |
| agent | team-lead |
| allowed-tools | Bash(git diff:*), Bash(git log:*), Bash(git show:*), Bash(git status), Bash(git branch:*), Glob, Grep, Read, Task, SendMessage |
| tags | ["meta"] |
| model | opus |
Spawn a coordinated team of Claude Code sessions from a predefined roster. Each teammate is a full, independent session with its own context window. Teammates communicate directly with each other and coordinate through a shared task list.
AVAILABLE ROSTERS:
GIT STATUS:
!`git status --short 2>/dev/null || echo "Not a git repo"`
CURRENT BRANCH:
!`git branch --show-current 2>/dev/null || echo "Unknown"`
/team review PR#142
/team implementation "add OAuth2 support to the auth module"
/team investigation "app exits after one message instead of staying connected"
/team design "we need to add multi-tenancy to the auth module"
/team plan-review .ai/sessions/2026-03-19_whatever/PLAN.md
Parse the user's command to identify the requested preset and task context.
Available presets:
review — security + code quality + chaos engineer (PR reviews, pre-merge audits)implementation — TDD + refactoring + docs sync (feature work, large refactors)investigation — 3x systematic debugger with competing hypotheses (bug hunting)design — architect + adversary + code-quality reviewer (architecture debates before planning)plan-review — architecture + risk + scope auditor (stress-test an existing PLAN.md)If the preset is ambiguous or not specified, ask the user to choose.
Read the roster file from teams/rosters/<preset>-team.yaml. Extract:
Present the team composition to the user:
Wait for explicit user approval before spawning.
Use Agent Teams primitives to:
agents/<agent>.mdEach teammate receives:
focus field as primary directiveThe team lead (this session) coordinates by:
plan_approval: trueWhen all teammates finish: