소스 정보
- 저장소
- tomevault-io/skills-registry
- 최근 소스 활동
- 2026년 5월 11일 15:30
- 감지된 SKILL.md 언어
- 영어
- 스타
- 0
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tomevault-io/skills-registry --skill enterprise-orchestration명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
| Use when this capability is needed.
> Use when this capability is needed.
Review architecture and API design for the vfs-s3 project. Use when the user mentions @architect, asks to review an issue's design, discuss module boundaries, API shape, or architectural decisions for vfs-s3. Also trigger when the user wants to create an ADR (Architecture Decision Record) or evaluate a technical approach for the project. Intended for dispatch from Codex automation or Claude routines; GitHub trigger phrase: @vfs-s3-bot please prepare design doc Use when this capability is needed.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | enterprise-orchestration |
| description | name: Enterprise Orchestration Use when this capability is needed. |
Coordinate AI teams at enterprise scale with reliability and governance
Enterprise Orchestration provides the patterns, protocols, and infrastructure for running multiple AI agent teams across a large organization. This goes beyond basic orchestration to address the complexities of enterprise: governance, compliance, scale, and cross-team coordination.
Scale Challenges:
- Multiple teams running AI agents simultaneously
- Hundreds of tasks per day
- Cross-team dependencies
- Resource contention
Governance Challenges:
- Audit requirements
- Compliance constraints
- Access control
- Decision accountability
Coordination Challenges:
- Conflicting priorities
- Shared resources
- Handoffs between teams
- Consistent standards
Quality Challenges:
- Maintaining standards at scale
- Preventing drift
- Learning across teams
- Continuous improvement
┌─────────────────────────┐
│ ENTERPRISE ORCHESTRA │
│ (Governance) │
└───────────┬─────────────┘
│
┌───────────────────────────┼───────────────────────────┐
│ │ │
▼ ▼ ▼
┌───────────────┐ ┌───────────────┐ ┌───────────────┐
│ DOMAIN │ │ DOMAIN │ │ DOMAIN │
│ ORCHESTRATOR │ │ ORCHESTRATOR │ │ ORCHESTRATOR │
│ (Product) │ │ (Platform) │ │ (Operations) │
└───────┬───────┘ └───────┬───────┘ └───────┬───────┘
│ │ │
┌─────┼─────┐ ┌─────┼─────┐ ┌─────┼─────┐
│ │ │ │ │ │ │ │ │
▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼
┌───┐ ┌───┐ ┌───┐ ┌───┐ ┌───┐ ┌───┐ ┌───┐ ┌───┐ ┌───┐
│ A │ │ A │ │ A │ │ A │ │ A │ │ A │ │ A │ │ A │ │ A │
│ 1 │ │ 2 │ │ 3 │ │ 1 │ │ 2 │ │ 3 │ │ 1 │ │ 2 │ │ 3 │
└───┘ └───┘ └───┘ └───┘ └───┘ └───┘ └───┘ └───┘ └───┘
Enterprise Orchestra:
- Cross-domain coordination
- Resource allocation
- Policy enforcement
- Compliance monitoring
- Executive reporting
Domain Orchestrators:
- Domain-specific coordination
- Team management
- Priority arbitration
- Quality assurance
- Domain expertise
Individual Agents:
- Task execution
- Specialist work
- Status reporting
- Policy compliance
Decision Authority:
Agent Level:
Can decide:
- Implementation details
- Tool selection (approved list)
- Tactical approaches
Must escalate:
- Scope changes
- External communication
- Resource requests
Domain Orchestrator:
Can decide:
- Task prioritization
- Team composition
- Quality trade-offs
Must escalate:
- Budget allocation
- Cross-domain conflicts
- Policy exceptions
Enterprise Orchestra:
Can decide:
- Resource allocation
- Priority conflicts
- Policy
Policy Framework:
Access Control:
- Role-based permissions
- Data classification
- Action restrictions
- Audit logging
Quality Standards:
- Code review requirements
- Testing thresholds
- Documentation standards
- Security checks
Communication Rules:
- External communication approval
- Sensitive data handling
- Escalation protocols
- Incident reporting
Resource Limits:
- Compute quotas
- API rate limits
- Storage allocation
- Time boundaries
Audit Requirements:
For Every Decision:
- Who made it (agent ID)
- When it was made (timestamp)
- What was decided (content)
- Why it was decided (reasoning)
- What was the outcome (result)
Audit Log Schema:
{
"id": "audit-uuid",
"timestamp": "ISO-8601",
"agent_id": "string",
"action_type": "decision|execution|escalation",
"domain": "product|platform|operations",
"summary": "brief description",
"details": {
"context": "what led to this",
"options_considered": ["option1", "option2"],
"decision": "what was decided",
"reasoning": "why this choice",
},
,
[, ]
}
Dependency Types:
Blocking Dependencies:
- Must complete before next task
- Requires explicit handoff
- Has defined interface
Informational Dependencies:
- Would benefit from knowledge
- Non-blocking if unavailable
- Best effort communication
Resource Dependencies:
- Shared resource required
- Requires scheduling
- Has contention potential
Dependency Protocol:
1. Register dependency in system
2. Notify dependent team
3. Track
Cross-Team Handoff:
Pre-Handoff:
- Notify receiving team
- Prepare handoff package
- Schedule handoff meeting
- Verify prerequisites
Handoff Package:
- Task context and history
- Current state
- Outstanding issues
- Key decisions made
- Contacts for questions
Handoff Meeting:
- Walk through context
- Clarify questions
- Confirm understanding
- Agree on expectations
- Document handoff
Post-Handoff:
-
Conflict Types:
Priority Conflicts:
- Multiple teams need same resource
- Competing deadlines
- Different urgency assessments
Scope Conflicts:
- Unclear ownership
- Overlapping responsibilities
- Different interpretations
Technical Conflicts:
- Different approaches
- Incompatible decisions
- Standards disagreements
Resolution Process:
1. Identify conflict clearly
2. Gather perspectives from all parties
3. Identify underlying interests
4. Explore options
Distribution Strategy:
Task Assignment:
- Match task to best-fit agent
- Consider current load
- Respect domain boundaries
- Balance quality and speed
Load Balancing:
- Monitor agent utilization
- Redistribute on overload
- Maintain specialization
- Avoid context switching
Capacity Planning:
- Track historical demand
- Forecast future needs
- Identify bottlenecks
- Plan scaling actions
Monitoring Dimensions:
Throughput:
- Tasks completed per hour
- By agent, team, domain
- Trend analysis
Quality:
- Error rates
- Revision rates
- Customer satisfaction
- Standard compliance
Latency:
- Time to completion
- Queue wait times
- Handoff delays
- Escalation times
Resource Utilization:
- Agent utilization %
- API usage
- Compute consumption
- Cost per task
Incident Severity:
SEV-1 (Critical):
- Enterprise-wide impact
- Major business function blocked
- Response: All hands, immediate
- Resolution target: 1 hour
SEV-2 (High):
- Domain-wide impact
- Significant degradation
- Response: Domain team, priority
- Resolution target: 4 hours
SEV-3 (Medium):
- Team-level impact
- Workaround available
- Response: Team, elevated
- Resolution target: 24 hours
SEV-4 (Low):
- Individual impact
- Minimal business
Compliance Areas:
Data Privacy:
- GDPR requirements
- Data classification
- Retention policies
- Subject access requests
Security:
- Access control
- Encryption requirements
- Vulnerability management
- Incident response
Industry Specific:
- Healthcare (HIPAA)
- Financial (SOX, PCI)
- Government (FedRAMP)
Compliance Controls:
- Policy enforcement
- Automated checks
- Manual reviews
- Regular audits
Risk Categories:
Operational Risk:
- Agent errors
- System failures
- Process breakdowns
Security Risk:
- Unauthorized access
- Data breaches
- Malicious actions
Compliance Risk:
- Regulatory violations
- Policy breaches
- Audit failures
Strategic Risk:
- Poor decisions at scale
- Reputation damage
- Competitive disadvantage
Risk Controls:
- Prevention: Stop before it happens
- Detection: Find it quickly
- Response:
Learning System:
Capture:
- Document decisions and rationale
- Record problems and solutions
- Note patterns and anti-patterns
- Preserve context
Organize:
- Tag by domain, topic, type
- Connect related items
- Maintain freshness
- Curate quality
Distribute:
- Make discoverable
- Push relevant updates
- Train new agents
- Cross-pollinate teams
Apply:
- Reference in similar situations
Best Practice Structure:
Practice: [Name]
Context:
When does this apply?
What problem does it solve?
The Practice:
What to do, step by step
Why It Works:
The reasoning behind it
Anti-Patterns:
What NOT to do
Examples:
Real cases of success
Related Practices:
What else to consider
Enterprise MCP Stack:
Core Infrastructure:
- github: Code management
- linear: Task management
- notion: Documentation
- slack: Communication
Development:
- next-devtools: Runtime debugging
- playwright: Testing
- vercel: Deployment
Analytics:
- Custom metrics server
- Log aggregation
- Dashboard server
Governance:
- Audit log server
- Policy server
- Compliance server
Enterprise API Gateway:
Functions:
- Authentication
- Authorization
- Rate limiting
- Request routing
- Response caching
- Logging
Security:
- Token validation
- Scope enforcement
- IP allowlisting
- Encryption
Observability:
- Request tracing
- Performance metrics
- Error tracking
Rollout Strategy:
Phase 1: Canary
- Deploy to 1% of agents
- Monitor closely
- Quick rollback if issues
- Duration: 1-2 hours
Phase 2: Early Majority
- Deploy to 25% of agents
- Expanded monitoring
- Validate performance
- Duration: 4-8 hours
Phase 3: Majority
- Deploy to 75% of agents
- Full monitoring
- Support team ready
Feature Flag Strategy:
Flag Types:
- Release flag: Hide unfinished features
- Experiment flag: A/B testing
- Ops flag: Emergency toggle
- Permission flag: Entitlement control
Flag Lifecycle:
1. Create flag (disabled)
2. Deploy code with flag
3. Enable gradually
4. Full rollout
5. Remove flag from code
Best Practices:
- Short-lived flags
- Clear ownership
- Regular cleanup
- Documented purpose
Enterprise Quality Gates:
Pre-Deployment:
- All tests pass
- Code review complete
- Security scan clean
- Documentation updated
Post-Deployment:
- Smoke tests pass
- Performance within SLA
- Error rate acceptable
- User feedback reviewed
Periodic:
- Full regression suite
- Load testing
- Security assessment
- Compliance audit
Improvement Cycle:
Measure:
- Collect performance data
- Track quality metrics
- Gather feedback
Analyze:
- Identify patterns
- Find root causes
- Prioritize opportunities
Improve:
- Design changes
- Implement improvements
- Validate results
Standardize:
- Document best practices
- Update processes
- Train teams
Executive Dashboard:
Health Overview:
- Overall system status
- Active incident count
- SLA compliance rate
Performance Summary:
- Tasks completed (daily/weekly)
- Quality score
- Cost per task
Team Performance:
- By domain
- By team
- Trend analysis
Risk Indicators:
- Compliance status
- Security posture
- Operational risks
Weekly Executive Summary:
Headline:
[One sentence on overall status]
Key Metrics:
- Tasks completed: X (+Y% vs last week)
- Quality score: X%
- SLA achievement: X%
- Cost per task: $X
Notable Events:
- [Event 1]
- [Event 2]
Risks and Concerns:
- [Risk 1] - [Mitigation]
- [Risk 2] - [Mitigation]
Next Week Focus:
- [Priority 1]
- [Priority 2]
"At enterprise scale, orchestration isn't about control—it's about enabling coordination while maintaining quality."
Converted and distributed by TomeVault — claim your Tome and manage your conversions.