Company Manager Skill

Coordinates multi-project AI agent tasks via role separation and file-based tracking.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/yangjizhou99/company-kit --skill company-manager-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Company Manager Skill
Source: https://github.com/yangjizhou99/company-kit/tree/main
Command: npx skills add https://github.com/yangjizhou99/company-kit --skill company-manager-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill organizes collaborative AI work into a file-driven workflow with explicit roles, approvals, and task states, so projects can move forward without confusion or hidden state.

Core Features & Use Cases

  • Role-based coordination: Separates Manager planning and approval from Worker execution.
  • Task decomposition and scheduling: Breaks goals into dependency-aware task cards with concurrency layers.
  • File-based project control: Uses board, logs, and task JSON files to track claims, deliveries, and progress.
  • Use case: A team can launch a project, let multiple workers claim ready tasks in parallel, and keep all coordination inside shared markdown and JSON files.

Quick Start

Ask the model to read company-kit/SKILL.md, assign the Manager or Worker role, and follow the listed startup protocol for your project.

Frequently Asked Questions about Company Manager Skill

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

FAQPage Schema
How do I coordinate multi-agent project execution with role separation and approval gates?

Multi-agent project execution is coordinated through file-based state tracking, separating Manager planning and approval from Worker execution to manage dependencies, concurrency layers, and delivery handoffs without hidden state.

What is file-based state tracking for workflow coordination in shared project folders?

File-based state tracking uses board states, task cards, employee logs, and manager inbox files in shared project folders to monitor task claims, delivery handoffs, and progress updates for collaborative AI work.

How to manage task concurrency layers and dependency-aware task cards for parallel workers?

Task concurrency layers are managed by breaking project goals into dependency-aware task cards, allowing multiple workers to claim ready tasks in parallel while the Manager controls final acceptance workflows.

Do I need external databases for multi-agent workflow coordination or can I use markdown and JSON files?

You do not need external databases; workflow coordination is handled entirely using shared markdown and JSON files for task cards, board states, and employee logs to track progress and approvals.

How do I set up the Manager and Worker roles to start a collaborative AI project?

To set up roles, instruct the model to read the company-kit SKILL.md file, assign either the Manager or Worker role, and follow the listed startup protocol to initialize the project workflow.

When should I not use a file-driven workflow for multi-agent task management?

You should avoid file-driven workflow coordination if your project requires real-time concurrent editing with strict transactional consistency rather than asynchronous task claiming and markdown-based approval gates.