원클릭으로
parallel-agents
Multi-agent orchestration patterns for complex tasks requiring multiple domain expertise or comprehensive analysis.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Multi-agent orchestration patterns for complex tasks requiring multiple domain expertise or comprehensive analysis.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Pull request lifecycle domain knowledge — branch strategy detection, PR size classification, confidence-scored review, git-aware context, PR analytics, dependency management, and split/merge/describe operations.
Production readiness audit domains, weighted scoring criteria, and check specifications for the /preflight workflow.
Application scaffolding orchestrator. Creates full-stack applications from requirements, selects tech stack, coordinates agents.
Production deployment workflows, rollback strategies, and CI/CD best practices.
Internationalization and localization patterns for multi-language applications
Mobile UI/UX patterns for iOS and Android. Touch-first, platform-respectful design with React Native/Expo focus.
| name | parallel-agents |
| description | Multi-agent orchestration patterns for complex tasks requiring multiple domain expertise or comprehensive analysis. |
| version | 1.0.0 |
| allowed-tools | Read, Glob, Grep |
Purpose: Enable coordinating multiple specialized agents through Antigravity's native agent system while maintaining Trust-Grade governance.
This skill enables coordinating multiple specialized agents for complex tasks. Unlike external scripts, this approach keeps all orchestration within the kit's control while applying Trust-Grade governance protocols.
✅ Good for:
❌ Not for:
Use the security-reviewer agent to audit authentication
First, use the architect to review structure.
Then, use the code-reviewer to check implementation.
Finally, use the tdd-guide to verify test coverage.
Use the planner to break down the feature.
Based on that plan, have the architect design the structure.
Then, have the tdd-guide create test specifications.
Resume agent [agentId] and continue with additional requirements.
Agents: planner → architect → [domain-agents] → tdd-guide → e2e-runner
1. planner: Break down feature into tasks
2. architect: Design component structure
3. [domain-agents]: Implement by domain
4. tdd-guide: Create/verify unit tests
5. e2e-runner: Create/verify E2E tests
6. Synthesize all deliverables
Agents: code-reviewer → security-reviewer → synthesis
1. code-reviewer: Quality and patterns review
2. security-reviewer: Security posture audit
3. Synthesize with prioritized findings
Agents: security-reviewer → architect → tdd-guide
1. security-reviewer: Vulnerability assessment
2. architect: Secure architecture patterns
3. tdd-guide: Security test specifications
Agents: build-error-resolver → refactor-cleaner → tdd-guide
1. build-error-resolver: Fix immediate errors
2. refactor-cleaner: Clean up technical debt
3. tdd-guide: Add regression tests
| Agent | Expertise | Trigger Phrases |
|---|---|---|
architect | System Design | "design", "structure", "pattern" |
planner | Task Planning | "plan", "roadmap", "breakdown" |
code-reviewer | Code Quality | "review", "check", "audit" |
security-reviewer | Security | "security", "auth", "vulnerability" |
tdd-guide | Unit Testing | "test", "TDD", "coverage" |
e2e-runner | E2E Testing | "e2e", "playwright", "integration" |
build-error-resolver | Build Issues | "error", "compile", "typescript" |
refactor-cleaner | Refactoring | "refactor", "clean", "improve" |
doc-updater | Documentation | "docs", "readme", "document" |
knowledge-agent | Knowledge | "learn", "pattern", "remember" |
After all agents complete, synthesize findings:
## Orchestration Synthesis
### Task Summary
[What was accomplished]
### Agent Contributions
| Agent | Finding |
| ----------------- | --------------- |
| architect | Designed X |
| security-reviewer | Identified Y |
| tdd-guide | Created Z tests |
### Consolidated Deliverables
1. **Code Changes**: [summary]
2. **Test Coverage**: [metrics]
3. **Documentation**: [updates]
### Action Items
- [ ] Complete remaining tasks
- [ ] Run verification loop
- [ ] Update session state