project-manager-skill

Orchestrate multi-domain engineering tasks with dependency tracking and risk management.

Updated Jun 8, 2026
One-click install
npx skills add https://github.com/Qiuu2/algo --skill project-manager-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-manager-skill
Source: https://github.com/Qiuu2/algo/tree/main/agents/project-manager
Command: npx skills add https://github.com/Qiuu2/algo --skill project-manager-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing complex multi-domain engineering projects (acoustics, DSP, hardware, structure, test) with multiple autonomous agents is chaotic without centralized orchestration. Teams face missed dependencies, delayed critical path tasks, unreported risks, and inconsistent stakeholder communication, leading to slipped timelines and reduced deliverable quality. This Skill provides a complete, production-grade orchestration framework for the Project Manager Agent, the central hub of the ITC multi-agent system, to eliminate these pain points.

Core Features & Use Cases

  • Automated Work Breakdown: Decomposes product requirements (PRDs) into granular, assignable tasks across 5 engineering domains, with clear deliverables and acceptance criteria for each task.
  • Dependency & Critical Path Management: Automatically builds and maintains a directed acyclic graph (DAG) of task dependencies, identifies critical path tasks, and alerts on delays that impact downstream workstreams.
  • Intelligent Task Scheduling: Dispatches tasks to domain agents based on priority, dependency status, agent capacity, and historical performance calibration to maximize on-time delivery rates.
  • Proactive Risk Management: Monitors for schedule, quality, and resource risks in real time, escalates issues to human leadership with structured impact analysis and mitigation options, and maintains a searchable historical risk library.
  • Standardized Communication: Defines strict interfaces for interaction with domain agents, Critic review agents, and human CTOs, including daily status reports, task assignments, and escalation protocols.
  • Use Case: For a new audio speaker development project, this Skill automates the entire orchestration workflow: breaking the PRD into acoustics, DSP, and hardware tasks, assigning work to specialized agents, tracking dependencies to avoid PCB layout delays caused by missing DSP pin definitions, and flagging thermal simulation risks before they cause costly redesigns.

Quick Start

Use the project-manager-skill to take the attached audio product PRD, decompose it into a prioritized task list with dependencies and agent assignments, and generate the first daily status report for the CTO.

Frequently Asked Questions about project-manager-skill

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

FAQPage Schema
How do I coordinate multiple autonomous engineering agents to prevent task dependency delays?

To coordinate multiple autonomous engineering agents and prevent dependency delays, you need centralized multi-agent orchestration that builds a directed acyclic graph (DAG) to track cross-domain task dependencies and alert on critical path delays. This approach assigns tasks based on real-time priority and agent capacity.

What is work breakdown structure creation for complex hardware product development?

Work breakdown structure creation for complex hardware product development is the process of decomposing product requirements into granular, assignable tasks across specialized engineering domains like acoustics, DSP, and hardware. It establishes clear deliverables and acceptance criteria for each domain agent.

How do I schedule tasks for multi-agent engineering systems using historical performance data?

To schedule tasks for multi-agent engineering systems using historical performance data, you dispatch work to domain agents based on priority, dependency status, and agent capacity. Historical performance calibration maximizes on-time delivery rates by adjusting schedules to past execution metrics.

Can I use this project management skill for cross-agent coordination in acoustic and DSP hardware projects?

Yes, you can use this project management skill for cross-agent coordination in acoustic and DSP hardware projects. It applies to end-to-end project workflows for complex hardware product development, managing domain-specific agents through standardized communication interfaces and state machine-enforced task lifecycles.

How does proactive risk escalation work in multi-agent project orchestration?

Proactive risk escalation in multi-agent project orchestration works by monitoring schedule, quality, and resource risks in real time. When issues are detected, the system escalates them to human leadership with structured impact analysis and mitigation options, while maintaining a searchable historical risk library.

What are the limitations of relying on automated task scheduling for complex engineering workflows?

Automated task scheduling for complex engineering workflows requires strict state machine-enforced task lifecycle management and standardized communication interfaces to function properly. Without accurate historical performance calibration and proactive risk escalation protocols, autonomous agents may miss unreported risks and cause slipped timelines.