Skip to content

yysun/project-manager

v1.10.0MIT

An AI project manager you work with through conversation, with a read-only status card and board rendered in the chat.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

project-managerstdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/bin/project-manager-mcp.mjs"
  ],
  "cwd": "${PLUGIN_ROOT}"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "project-manager",
  "version": "1.10.0",
  "description": "An AI project manager you work with through conversation, with a read-only status card and board rendered in the chat.",
  "license": "MIT",
  "repository": "https://github.com/yysun/project-manager",
  "homepage": "https://github.com/yysun/project-manager",
  "keywords": ["project-management", "planning", "tasks", "kanban", "pmbok"]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • 25JavaScript files
  • 4shell scripts
  • openai.yaml
  • 2images
  • 2other files
View on GitHub