Skip to main content

biz-ops-setup

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.

跳到安装

来源信息

仓库
aktsmm/Agent-Skills
最近来源活动
2026年9月9日 23:20
检测到的 SKILL.md 语言
英语
星标
26
分支
3

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
34 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
biz-ops-setup
description
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.
argument-hint
作りたい業務ワークスペース、必要機能、管理したい対象
user-invocable
true
license
CC BY-NC-SA 4.0
metadata
{"author":"yamapan (https://github.com/aktsmm)"}
# 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 | Item | Required | Description | | ------------------------ | -------- | ----------------------- | | VS Code + GitHub Copilot | Yes | Agent execution | | Git + PowerShell 7+ | Yes | Version control/scripts | | workIQ MCP Server | Optional | M365 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** ```powershell # 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](references/setup-phases.md) ## Deployed Components | 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/ | ## 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` - [ ] Daily activity roots configured without redundant child roots - [ ] Deterministic local evidence collection passes for a representative date - [ ] Workflow verification passed (daily report test) - [ ] Preflight checks fire (missing-report detection runs before requests; see [references/agent-list.md](references/agent-list.md)) ## Key References | Topic | Reference | | ---------------- | ---------------------------------------------------------------- | | Setup Phases | [references/setup-phases.md](references/setup-phases.md) | | Folder Structure | [references/folder-structure.md](references/folder-structure.md) | | Agent List | [references/agent-list.md](references/agent-list.md) | | Holidays | [references/holidays.md](references/holidays.md) | | Daily Evidence | [references/daily-activity-collection.md](references/daily-activity-collection.md) |
在 GitHub 查看