biz-ops-setup

Provision Biz-Ops workspaces with templates and data sources via PowerShell scripts.

24|4|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/aktsmm/Agent-Skills --skill biz-ops-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: biz-ops-setup
Source: https://github.com/aktsmm/Agent-Skills/tree/main/biz-ops-setup
Command: npx skills add https://github.com/aktsmm/Agent-Skills --skill biz-ops-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Biz-Ops setup eliminates manual onboarding friction by provisioning a complete, automated workspace with workIQ integration, including folder structures, templates, and agent scaffolding for rapid startup.

Core Features & Use Cases

  • Automated Workspace Provisioning: Create folder structures, customer workspaces, and initial files via PowerShell scripts.
  • Template Deployment: Auto-deploys agent, prompt, and configuration templates to new workspaces with a single command.
  • workIQ Integration: Configures data sources, holidays, and external folder sync for consistent reporting.
  • Use Case: Onboarding a new client; initialize a full Biz-Ops workspace and auto-deploy 6 agents and 4 prompts, ready for operation.

Quick Start

  • Initialize a new workspace: .\scripts\Initialize-BizOpsWorkspace.ps1 -WorkspacePath "D:\MyBizOps" -Customers @("contoso","fabrikam")
  • Deploy templates: .\scripts\Deploy-BizOpsTemplates.ps1 -WorkspacePath "D:\MyBizOps" -Customers @{"Contoso Inc"="contoso"} -Contacts @{"John Doe"="contoso"}

Frequently Asked Questions about biz-ops-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate workspace provisioning for new customer deployments using PowerShell?

Automate workspace provisioning by running PowerShell scripts that create deterministic folder structures, deploy templates, and scaffold agents for new customer workspaces. This eliminates manual onboarding friction by auto-configuring initial files and workIQ integration through a repeatable, script-driven workflow.

What is workIQ integration and how does it configure data sources for reporting?

workIQ integration configures data sources, holiday settings, and external folder synchronization to ensure consistent reporting across provisioned workspaces. It is set up automatically during the PowerShell-driven workspace deployment alongside template and agent scaffolding.

Can I deploy multiple agents and prompts to a new Biz-Ops workspace with a single command?

Yes, you can deploy templates to a new Biz-Ops workspace with a single command using the Deploy-BizOpsTemplates PowerShell script. This auto-deloys agent, prompt, and configuration templates, enabling rapid startup for new client onboarding.

Do I need any external dependencies to set up a Biz-Ops workspace with these scripts?

No external dependencies are required to set up a Biz-Ops workspace. The skill operates independently using bundled PowerShell scripts, references, and assets to provision folder structures, templates, and workIQ data sources.

What's the best way to manage holiday configuration across multiple customer workspaces?

Manage holiday configuration across customer workspaces by using the automated PowerShell provisioning scripts. The script-driven workflow handles holiday config management deterministically during workspace initialization and template deployment.

Why does manual onboarding friction occur and how does scripted workspace setup resolve it?

Manual onboarding friction occurs when creating folder structures, deploying templates, and scaffolding agents by hand. Scripted workspace setup resolves this by automating these tasks via PowerShell, ensuring deterministic folder creation and rapid startup with workIQ integration.