Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aktsmm avatar

Biz Ops Setup

  • 43 installs
  • 23 repo stars
  • Updated August 4, 2026
  • aktsmm/agent-skills

biz-ops-setup is a Claude skill that initializes a business-operations workspace with reporting and task management, optionally integrated with workIQ.

About

Initializes a business-operations workspace with integrated reporting and task management, optionally wired to Microsoft 365 via workIQ. A developer runs a mandatory interview, then PowerShell scripts scaffold folders and deploy Copilot agents and prompts for daily, weekly and monthly reports plus customer management. It targets VS Code with GitHub Copilot and requires Git and PowerShell 7+.

  • Scaffolds a biz-ops workspace with reporting and task-management structure
  • Deploys 9 Copilot agents and 4 report prompts via PowerShell scripts
  • Optional workIQ MCP integration for Microsoft 365 report automation

Biz Ops Setup by the numbers

  • 43 all-time installs (skills.sh)
  • Ranked #1,703 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

biz-ops-setup capabilities & compatibility

Free; requires VS Code, GitHub Copilot, Git and PowerShell 7+

Capabilities
customer workspace · report generation · task management
Works with
outlook · sharepoint · teams
Use cases
project management · documentation
Platforms
Windows
IDEs
vscode
Pricing
Free
From the docs

What biz-ops-setup says it does

Business operations workspace setup with workIQ integration. Creates report generation, task management, and customer management system.
SKILL.md
Initialize a business operations workspace with integrated reporting and task management.
SKILL.md
npx skills add https://github.com/aktsmm/agent-skills --skill biz-ops-setup

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs43
repo stars23
Last updatedAugust 4, 2026
Repositoryaktsmm/agent-skills

What it does

Bootstrap a business-operations workspace in VS Code with report-generation and task-management agents.

Who is it for?

Standing up a reporting and task-management workspace for business operations in VS Code

Skip if: Per-customer workspace initialization only (use customer-workspace)

When should I use this skill?

Initializing a new biz-ops environment or business management workspace from scratch

What you get

A scaffolded workspace with deployed reporting agents, prompts and customer mappings

  • Scaffolded workspace folders
  • 9 deployed Copilot agents
  • 4 report prompts

By the numbers

  • 9 agents deployed
  • 4 report prompts
  • 7 folders created

Files

SKILL.mdMarkdownGitHub ↗

Biz-Ops Workspace Setup

Initialize a business operations workspace with integrated reporting and task management.

When to Use

  • biz-ops setup, 業務管理ワークスペース, レポート管理
  • Setting up a new workspace from scratch
  • Deploying workIQ-based reporting and task management

Prerequisites

ItemRequiredDescription
VS Code + GitHub CopilotYesAgent execution
Git + PowerShell 7+YesVersion control/scripts
workIQ MCP ServerOptionalM365 integration

Setup Flow

Interview → Folder Structure → Deploy Agents → Customer Workspaces → Config → Done

Phase 1: Interview (MANDATORY)

Collect the following information:

1. Customer list: Name, ID, primary contact 2. External folders: Tech QA, Blog, OneDrive paths (optional) 3. Holiday config: japan / us / other 4. workIQ availability: Yes (M365 auto) / No (manual input)

⚠️ CRITICAL: Always run Get-Date before generating reports.

Phase 2-5: Setup Execution

Recommended: Use scripts

# Phase 2: Create folder structure
.\scripts\Initialize-BizOpsWorkspace.ps1 -WorkspacePath "D:\my-biz-ops" -Customers @("contoso")

# Phase 3: Deploy agents and prompts
.\scripts\Deploy-BizOpsTemplates.ps1 -WorkspacePath "D:\my-biz-ops"

Manual setupreferences/setup-phases.md

Deployed Components

TypeCountExamples
Agents9orchestrator, report-generator, task-manager, availability-finder
Prompts4daily-report, weekly-report, monthly-report
Folders7ActivityReport/, Customers/, Tasks/, \_inbox/

Done Criteria

  • [ ] All folders created (ActivityReport/, Customers/, Tasks/, etc.)
  • [ ] 9 agents deployed to .github/agents/
  • [ ] 4 prompts deployed to .github/prompts/
  • [ ] Customer mappings configured in copilot-instructions.md
  • [ ] Workflow verification passed (daily report test)
  • [ ] Preflight checks fire (missing-report detection runs before requests; see references/agent-list.md)

Key References

TopicReference
Setup Phasesreferences/setup-phases.md
Folder Structurereferences/folder-structure.md
Agent Listreferences/agent-list.md
Holidaysreferences/holidays.md

Related skills

FAQ

What does it deploy?

9 agents to .github/agents/ and 4 prompts to .github/prompts/, plus 7 folders like ActivityReport/, Customers/ and Tasks/.

Is workIQ required?

No. workIQ MCP Server is optional for M365 integration; without it, report input is manual.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.