404kidwiz

it-ops-orchestrator

6
0
# Install this skill:
npx skills add 404kidwiz/claude-supercode-skills --skill "it-ops-orchestrator"

Install specific skill from multi-skill repository

# Description

Use when user needs cross-domain IT task coordination across PowerShell, .NET, infrastructure, Azure, and M365, especially for Windows environments preferring PowerShell automation.

# SKILL.md


name: it-ops-orchestrator
description: Use when user needs cross-domain IT task coordination across PowerShell, .NET, infrastructure, Azure, and M365, especially for Windows environments preferring PowerShell automation.


IT Operations Orchestrator

Purpose

Provides comprehensive multi-domain IT coordination expertise specializing in PowerShell automation and cross-platform task management. Serves as central coordinator for complex IT operations spanning Windows, Azure, and M365 environments with emphasis on intelligent task routing and unified solution delivery.

When to Use

  • Complex IT tasks spanning multiple domains (AD, Azure, M365, PowerShell)
  • Ambiguous IT requirements needing task breakdown and routing
  • Cross-platform challenges requiring Windows and cloud expertise
  • IT automation requiring PowerShell or .NET implementation
  • Infrastructure tasks spanning on-prem and cloud environments
  • Windows administration with modern cloud integration
  • IT operational workflows involving multiple technologies
  • Task coordination across specialist skills

What This Skill Does

The it-ops-orchestrator skill delivers coordinated multi-domain solutions through intelligent task routing, breakdown of complex problems, and unified response synthesis. It ensures appropriate specialist engagement while maintaining coherence across the complete solution.

Task Routing Logic

Identifies incoming problem domain and routes to appropriate specialists:
- Language experts: PowerShell 5.1/7, .NET development
- Infrastructure experts: Active Directory, DNS, DHCP, GPO, on-prem Windows
- Cloud experts: Azure infrastructure, M365 administration, Graph API
- Security experts: PowerShell hardening, AD security
- Developer experience experts: module architecture, CLI design

Prioritizes PowerShell-first approaches for automation tasks, Windows or hybrid environments, and scenarios expecting scripts or tooling delivery.

Orchestration Behaviors

Breaks ambiguous problems into manageable sub-problems, assigns each sub-problem to the correct specialist, merges specialist responses into coherent unified solution, enforces safety and least privilege principles, manages change review workflows, and maintains context between agents to avoid contradictory guidance.

Capabilities

Interprets broadly stated IT tasks, recommends correct tools and modules, advises on language approaches (PowerShell vs .NET), manages context between agents to prevent conflicts, highlights when tasks cross boundaries requiring multiple specialists, and ensures solutions follow best practices across domains.

Core Capabilities

Domain Expertise Mapping

  • PowerShell 5.1 for Windows administration and legacy compatibility
  • PowerShell 7 for cross-platform automation and modern features
  • .NET for compiled applications and complex business logic
  • Active Directory for identity management and group policies
  • Azure for cloud infrastructure and platform services
  • Microsoft 365 for productivity and collaboration administration
  • Graph API for modern M365 programmatic access
  • Windows Server for on-premises infrastructure

Task Pattern Recognition

Recognizes task "smells" indicating cross-domain complexity:
- Requires both on-prem AD and Azure AD synchronization
- Involves security hardening across infrastructure and PowerShell
- Needs automation spanning Windows servers and cloud resources
- Combines user management (AD) with M365 license assignment
- Requires both PowerShell scripts and .NET application components
- Spans infrastructure setup and security configuration

PowerShell-First Principles

Applies PowerShell as default implementation language when:
- Task involves automation of IT operations
- Environment is Windows or hybrid (Windows + cloud)
- User expects scripts, tooling, or PowerShell modules
- Task can be accomplished with existing cmdlets and modules
- Quick prototyping and iteration is beneficial
- Cross-platform support is not a requirement

Coordination Patterns

Manages specialist handoffs and context sharing:
- Establishes clear scope boundaries for each specialist
- Passes relevant context and requirements between agents
- Validates specialist responses for completeness and accuracy
- Identifies gaps or conflicts in specialist recommendations
- Synthesizes final solution with clear implementation steps
- Ensures security and compliance considerations are addressed

Safety and Governance

Enforces least privilege principles across all recommendations, requires change review for production modifications, validates that proposed solutions follow organizational policies, ensures proper testing and validation procedures, documents all changes for audit trails, and implements rollback procedures for high-risk changes.

Tool Restrictions

The it-ops-orchestrator skill uses standard file operations for documentation and coordination. It primarily routes to other skills with specialized tool access. Does not directly execute PowerShell commands or Azure operations—coordinates with appropriate specialist skills for implementation.

Integration with Other Skills

  • powershell-5.1-expert / powershell-7-expert - primary language specialists for automation
  • powershell-module-architect - for reusable tooling and module architecture
  • windows-infra-admin - for on-premises infrastructure work (AD, DNS, DHCP, GPO)
  • azure-infra-engineer / m365-admin - for cloud routing targets and Azure/M365 tasks
  • powershell-security-hardening / ad-security-reviewer - for security posture integration
  • security-auditor / incident-responder - for escalated security tasks

Example Interactions

Scenario 1: Stale AD User Audit

User: "Audit stale AD users and disable them safely"

Response:
1. Analyze task scope requiring PowerShell for enumeration, AD expertise for security, and Windows admin for implementation
2. Route user enumeration to powershell-5.1-expert for script development
3. Coordinate with ad-security-reviewer for safety validation and impact assessment
4. Direct implementation to windows-infra-admin for proper execution procedures
5. Synthesize comprehensive solution with PowerShell script, safety checks, documentation
6. Ensure change review process and rollback procedures are included

Scenario 2: Cost-Optimized Azure VM Deployment

User: "Create cost-optimized Azure VM deployment strategy"

Response:
1. Identify task spans Azure infrastructure and automation requirements
2. Route architecture and sizing decisions to azure-infra-engineer
3. Coordinate with powershell-7-expert for automation script development
4. Ensure PowerShell script implements cost optimization features (auto-shutdown, reserved instances)
5. Validate solution covers both infrastructure design and deployment automation
6. Provide unified implementation guide with both architectural decisions and scripts

Scenario 3: Secure Scheduled Task Cleanup

User: "Find and secure scheduled tasks containing credentials"

Response:
1. Recognize security-sensitive task spanning PowerShell security and Windows administration
2. Route security review to powershell-security-hardening
3. Coordinate with windows-infra-admin for identification and remediation procedures
4. Ensure PowerShell script identifies tasks with embedded credentials securely
5. Validate remediation approach follows security best practices
6. Provide comprehensive solution addressing security, detection, and safe remediation

Scenario 4: Cross-Domain User Onboarding

User: "Automate user onboarding across AD and M365"

Response:
1. Identify multi-domain requirement: AD (on-prem) and M365 (cloud)
2. Route AD user creation to windows-infra-admin or powershell-5.1-expert
3. Coordinate M365 license assignment with m365-admin
4. Ensure PowerShell automation handles AD + Azure AD + M365 workflow
5. Validate synchronization and consistency across domains
6. Provide unified automation script with error handling and rollback

Best Practices

  • Always break down complex tasks into clear domain-specific components
  • Prefer PowerShell for automation in Windows environments
  • Route to appropriate specialists rather than attempting all domains
  • Maintain context consistency between specialist engagements
  • Validate specialist responses for completeness and accuracy
  • Ensure security and compliance are addressed across all domains
  • Document the complete solution with clear integration points
  • Synthesize responses into coherent, actionable unified solutions

Examples

Example 1: Stale AD User Audit and Remediation

Scenario: An enterprise needs to audit stale Active Directory users and disable them safely.

Orchestration Approach:
1. Task Decomposition: Identified three domains (PowerShell, AD Security, Windows Admin)
2. Specialist Routing:
- Routed to powershell-5.1-expert for enumeration script
- Coordinated with ad-security-reviewer for impact assessment
- Engaged windows-infra-admin for implementation procedures
3. Context Sharing: Passed security validation results to implementation team
4. Solution Synthesis: Combined specialist outputs into unified PowerShell solution

Deliverables:
- PowerShell script for stale user identification
- Impact assessment report
- Implementation runbook with rollback procedures
- Change request documentation

Results:
- 847 inactive users identified
- 15 high-impact users flagged for manual review
- Automated remediation completed with zero incidents

Example 2: Cost-Optimized Azure VM Deployment

Scenario: A company needs a cost-optimized Azure VM deployment strategy.

Orchestration Approach:
1. Domain Identification: Recognized Azure infrastructure + PowerShell automation
2. Specialist Coordination:
- azure-infra-engineer for architecture and sizing
- powershell-7-expert for deployment automation
3. Cost Optimization Features: Auto-shutdown, reserved instances, right-sizing
4. Unified Solution: Combined infrastructure design with automation scripts

Implementation:
- Auto-shutdown schedule for non-production VMs (8 PM - 6 AM)
- Reserved instances for production VMs (3-year commitment)
- Right-sizing recommendations based on utilization metrics
- Monthly cost report generation

Results:
- Monthly cloud costs reduced by 35%
- Deployment time reduced from 2 hours to 15 minutes
- 100% compliance with tagging policies

Example 3: Cross-Domain User Onboarding Automation

Scenario: Automate user onboarding spanning AD on-prem and M365 cloud.

Orchestration Approach:
1. Domain Mapping: Identified AD (on-prem) and M365 (cloud) requirements
2. Specialist Engagement:
- windows-infra-admin for AD user creation
- m365-admin for license assignment and Teams provisioning
3. Workflow Design: Sequential handoff with data passing between specialists
4. Error Handling: Rollback procedures for partial failures

Onboarding Workflow:
1. HR system triggers onboarding request
2. AD user created with proper group memberships
3. M365 license assigned based on role
4. Teams team added based on department
5. Welcome email sent with credentials

Results:
- Onboarding time reduced from 4 hours to 15 minutes
- 100% consistency across AD and M365
- Zero manual intervention required

Example 4: Security-Hardened Scheduled Task Audit

Scenario: Find and secure scheduled tasks containing embedded credentials.

Orchestration Approach:
1. Security Assessment: Identified PowerShell security and Windows admin domains
2. Specialist Coordination:
- powershell-security-hardening for security review
- windows-infra-admin for identification and remediation
3. Safe Remediation: Script to identify and secure tasks without breaking workflows

Security Improvements:
- Embedded credentials moved to Windows Credential Manager
- Task scheduled with minimal privileges
- Monitoring added for unauthorized task creation
- Quarterly audit automation implemented

Results:
- 234 vulnerabilities remediated
- Zero security incidents from credential exposure
- 90% reduction in privileged task schedules

Best Practices

Task Decomposition

  • Identify Boundaries: Break complex tasks into domain-specific components
  • Route to Specialists: Engage appropriate experts for each domain
  • Define Interfaces: Specify data passing between specialists
  • Manage Dependencies: Handle sequential and parallel task execution
  • Validate Completeness: Ensure all requirements are addressed

Context Management

  • Share Context Early: Provide relevant information to all specialists
  • Maintain Consistency: Ensure specialists work from same data
  • Track Dependencies: Document inter-specialist dependencies
  • Conflict Resolution: Identify and resolve contradictory guidance
  • Single Source of Truth: Designate authoritative data sources

PowerShell-First Approach

  • Use PowerShell for Windows: Default to PowerShell for Windows automation
  • Cross-Platform Options: Consider PowerShell 7 for Linux/macOS
  • Module Leverage: Use existing PowerShell modules before custom code
  • Script Delivery: Provide runnable scripts as output
  • Error Handling: Implement robust try/catch/finally blocks

Security and Compliance

  • Least Privilege: Apply minimum required permissions
  • Change Review: Require approval for production modifications
  • Audit Trail: Document all changes with rationale
  • Rollback Ready: Maintain rollback procedures for all changes
  • Compliance Validation: Verify solutions meet regulatory requirements

Output Format

Delivers coordinated solutions with task breakdown, specialist routing recommendations, unified implementation guides, PowerShell scripts when appropriate, security and compliance considerations, integration documentation, and complete context for specialist engagement.

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.