project-manager

Initialize and maintain GitHub Project boards via PROJECT_MANAGE.md.

16|2|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/hojinzs/github-symphony --skill project-manager-hojinzs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-manager
Source: https://github.com/hojinzs/github-symphony/tree/main/.codex/skills/project-manager
Command: npx skills add https://github.com/hojinzs/github-symphony --skill project-manager-hojinzs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams maintain a single source of truth for repository project governance by standardizing the creation and management of PROJECT_MANAGE.md and related project processes.

Core Features & Use Cases

  • Initialize PROJECT_MANAGE.md in a repository to define project board configuration and field mappings.
  • Create, triage, and assign issues to a GitHub Project while respecting repository conventions and blockers.
  • Show a concise, cross-team project status dashboard that reflects backlog, in-progress, and done items.

Quick Start

Initialize PROJECT_MANAGE.md in your repository and start managing the project board with gh project commands.

Frequently Asked Questions about project-manager

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

FAQPage Schema
How do I standardize GitHub Project board initialization across a repository?

To standardize GitHub Project board initialization, create a repository-local PROJECT_MANAGE.md file that defines board configuration and field mappings for consistent governance across the project.

What is a repository-local blueprint for GitHub Projects backlog management?

A repository-local blueprint for GitHub Projects backlog management is a PROJECT_MANAGE.md file serving as a single source of truth for project board configuration, field mappings, and governance processes.

Can I map custom fields like Status, Priority, and Estimate to a GitHub Project board?

Yes, you can map custom fields including Status, Priority, Size, and Estimate to a GitHub Project board by defining these field mappings within the repository's PROJECT_MANAGE.md configuration file.

How do I generate a cross-team project status dashboard from GitHub Issues?

You generate a cross-team project status dashboard from GitHub Issues by using the project-manager Skill to render backlog, in-progress, and done items based on standardized PROJECT_MANAGE.md field mappings.

Does the project-manager Skill work with the gh CLI for project board automation?

Yes, the project-manager Skill works with the gh CLI for project board automation, allowing you to manage issues and project configurations using standard gh project commands.

When do I need a PROJECT_MANAGE.md file for sprint planning on GitHub?

You need a PROJECT_MANAGE.md file for sprint planning on GitHub when your software project requires standardized backlog management, cross-team coordination, and consistent project board governance across contributors.