project-manager

Create and manage SwarmAI projects with a DDD structure and four knowledge documents.

36|4|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/xg-gh-25/SwarmAI --skill project-manager-xg-gh-25
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: project-manager
Source: https://github.com/xg-gh-25/SwarmAI/tree/main/backend/skills/s_project-manager
Command: npx skills add https://github.com/xg-gh-25/SwarmAI --skill project-manager-xg-gh-25

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes project governance in SwarmAI by enforcing a Domain-Driven Design structure for every new project, ensuring consistent knowledge docs and pipeline artifacts.

Core Features & Use Cases

  • Create and manage projects with a standardized DDD template (PRODUCT.md, TECH.md, IMPROVEMENT.md, PROJECT.md) and an artifacts directory.
  • Edit, rename, and delete projects while preserving workspace consistency and history.
  • Automatically compute and maintain project metadata, enabling quick reconnaissance and collaboration.

Quick Start

Create a new SwarmAI project named MyApp in Projects/.

Frequently Asked Questions about project-manager

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

FAQPage Schema
How do I set up a Domain-Driven Design workspace structure for a new project?▼

To set up a DDD workspace, the project-manager generates a standardized directory containing four knowledge documents—PRODUCT.md, TECH.md, IMPROVEMENT.md, and PROJECT.md—alongside an .artifacts/ directory to ensure consistent project governance.

Can I rename or delete projects without breaking my workspace consistency?▼

Yes, you can rename or delete projects while preserving workspace consistency and history. The project-manager handles metadata updates automatically when triggered by phrases like "rename project" or "delete project".

What is the best way to organize project governance and knowledge documentation?▼

Organizing project governance is best achieved by enforcing a Domain-Driven Design structure that centralizes knowledge docs and pipeline artifacts, ensuring every new project maintains consistent PRODUCT.md, TECH.md, IMPROVEMENT.md, and PROJECT.md files.

Do I need any specific dependencies to automate project creation with DDD templates?▼

No specific dependencies are required to automate project creation with DDD templates. The project-manager operates independently to apply standardized DDD structures whenever you trigger actions like "add project".

What files are automatically generated when creating a SwarmAI project?▼

When creating a SwarmAI project, the system automatically generates PRODUCT.md, TECH.md, IMPROVEMENT.md, PROJECT.md, and an .artifacts/ directory to compute and maintain project metadata for quick reconnaissance.

Why does my project workspace need an .artifacts directory?▼

An .artifacts directory is needed in your project workspace to store pipeline artifacts and maintain standardized project governance alongside the four required DDD knowledge documents.