원클릭으로
agent-teams
Team composition templates for coordinated multi-agent tasks
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Team composition templates for coordinated multi-agent tasks
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
End-to-end pipeline to augment any repository for AI-assisted development. Installs opinionated engineering workflows, generates documentation, and configures Claude Code or Cursor.
Destructive command safety guardrails. Warns before dangerous operations in production and shared environments.
Transform a knowledge graph into a human-readable /docs folder with markdown documentation that both humans and agentic workflows can reference.
Systematic root-cause debugging and incident investigation. No fixes without understanding the problem first.
Architecture review before implementation. Walk through design, failure modes, scope, and test strategy before writing code.
Engineering retrospective and velocity analytics from git history. Generates weekly insights on team productivity, code quality, and contribution patterns.
| name | agent-teams |
| version | 1.0.0 |
| description | Team composition templates for coordinated multi-agent tasks |
| author | iscmga |
| tags | ["agents","teams","orchestration","roles"] |
| triggers | {"keywords":["team","swarm","multi-agent","coordinate","complex task","large task","feature","refactor"]} |
Match team composition to task type. Smaller, focused teams outperform large swarms. Each role has a clear responsibility and produces a defined artifact.
| Role | Responsibility | Produces |
|---|---|---|
| Researcher | Reproduce bug, trace root cause, gather context | handoffs/research.md — reproduction steps, root cause analysis |
| Implementer | Write the fix based on research findings | The code change |
| Tester | Write/update tests that cover the fix | Test files |
| Reviewer | Review fix for correctness, side effects, regressions | handoffs/review.md — approval or change requests |
Sequence: Researcher → Implementer → Tester + Reviewer (parallel)
| Role | Responsibility | Produces |
|---|---|---|
| Architect | Design approach, identify affected components | handoffs/design.md — approach, interfaces, risks |
| Implementer | Build the feature per design | The code |
| Tester | Write unit + integration tests | Test files |
| Reviewer | Code quality, security, patterns compliance | handoffs/review.md |
| Documenter | Update docs, README, inline comments if needed | Doc changes |
Sequence: Architect → Implementer → Tester + Reviewer + Documenter (parallel)
| Role | Responsibility | Produces |
|---|---|---|
| Analyst | Map current code, identify dependencies, plan changes | handoffs/analysis.md — dependency map, risk areas |
| Implementer | Execute refactor per analysis | The code changes |
| Reviewer | Verify behavior preservation, no regressions | handoffs/review.md |
Sequence: Analyst → Implementer → Reviewer
| Role | Responsibility | Produces |
|---|---|---|
| Scanner | Run automated checks (Prowler, Security Hub, OWASP) | handoffs/scan-results.md |
| Analyst | Triage findings, assess severity, identify false positives | handoffs/triage.md — prioritized findings |
| Remediator | Fix critical/high findings | The code fixes |
Sequence: Scanner → Analyst → Remediator
| Role | Responsibility | Produces |
|---|---|---|
| Profiler | Identify bottlenecks, gather metrics | handoffs/profile.md — bottleneck analysis |
| Optimizer | Implement targeted optimizations | The code changes |
| Validator | Benchmark before/after, verify improvements | handoffs/benchmark.md |
Sequence: Profiler → Optimizer → Validator
| Role | Responsibility | Produces |
|---|---|---|
| Architect | Design infrastructure change, assess blast radius | handoffs/design.md |
| Implementer | Write Terraform/IaC code | The .tf files |
| Security Reviewer | Check IAM, network, encryption, compliance | handoffs/security-review.md |
| Validator | Run plan, verify no unintended changes | handoffs/plan-output.md |
Sequence: Architect → Implementer → Security Reviewer + Validator (parallel)
The coordinator (your main session) follows this pattern:
Run each role as a separate chat session, passing context through the handoff files in the workspace.