biz-ops-setup/SKILL.md
Business operations workspace setup with workIQ integration. Creates report generation, task management, and customer management system. Use when: setting up new workspace, initializing biz-ops environment, creating business management system.
npx skillsauth add aktsmm/agent-skills biz-ops-setupInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Initialize a business operations workspace with integrated reporting and task management.
| Item | Required | Description | | ------------------------ | -------- | ----------------------- | | VS Code + GitHub Copilot | Yes | Agent execution | | Git + PowerShell 7+ | Yes | Version control/scripts | | workIQ MCP Server | Optional | M365 integration |
Interview → Folder Structure → Deploy Agents → Customer Workspaces → Config → Done
Collect the following information:
⚠️ CRITICAL: Always run
Get-Datebefore generating reports.
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 setup → references/setup-phases.md
| Type | Count | Examples | | ------- | ----- | --------------------------------------------- | | Agents | 9 | orchestrator, report-generator, task-manager, availability-finder | | Prompts | 4 | daily-report, weekly-report, monthly-report | | Folders | 7 | ActivityReport/, Customers/, Tasks/, _inbox/ |
.github/agents/.github/prompts/copilot-instructions.md| Topic | Reference | | ---------------- | ---------------------------------------------------------------- | | Setup Phases | references/setup-phases.md | | Folder Structure | references/folder-structure.md | | Agent List | references/agent-list.md | | Holidays | references/holidays.md |
development
Generate draw.io editable diagrams (.drawio, .drawio.svg) from text, images, or Excel. Orchestrates 3-agent workflow (Analysis → Manifest → SVG generation) with quality gates. Use when creating architecture diagrams, flowcharts, sequence diagrams, or converting existing images to editable format. Supports Azure/AWS cloud icons.
data-ai
Set up a reusable book-writing workspace with AI agents, instructions, prompts, and scripts. Use when creating a new book or technical writing project, bootstrapping a manuscript repository, or preparing a Markdown + Re:VIEW + PDF workflow. Triggers on "book writing workspace", "technical book project", "執筆ワークスペース", "book manuscript repo", and "Re:VIEW workspace".
documentation
Create, review, and update Prompt and agents and workflows. Covers 5 workflow patterns, agent delegation, Handoffs, Context Engineering. Use for any .agent.md file work or multi-agent system design. Triggers on 'agent workflow', 'create agent', 'ワークフロー設計'.
tools
Guide for creating VS Code extensions from scratch to Marketplace publication. Use when: (1) Creating a new VS Code extension, (2) Adding commands, keybindings, or settings to an extension, (3) Publishing to VS Code Marketplace, (4) Troubleshooting extension activation or packaging issues, (5) Building TreeView or Webview UI, (6) Setting up extension tests.