project-management

Track implementation progress and identify blockers across project plan phases.

7|3|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/brainbrewlabs/brainbrew-devkit --skill project-management-brainbrewlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-management
Source: https://github.com/brainbrewlabs/brainbrew-devkit/tree/main/plugin/config/templates/develop/skills/project-management
Command: npx skills add https://github.com/brainbrewlabs/brainbrew-devkit --skill project-management-brainbrewlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill centralizes and automates the routine work of tracking implementation progress, updating phase statuses, surfacing blockers, and producing concise status reports so teams have a clear view of plan health without manual cross-referencing.

Core Features & Use Cases

  • Phase status tracking: Read plan and phase files to determine total phases and current status (not started, in progress, done, blocked).
  • Implementation verification: Use file globbing and grep-style checks plus recent git commits to confirm which planned changes have been implemented.
  • Blocker identification and next steps: Flag missing dependencies, unresolved technical questions, or external impediments and recommend prioritized next actions.
  • Use Case: After a developer marks implementation complete, run this Skill to mark phases done, list modified files, surface blockers, and generate a status summary for a PR description.

Quick Start

Ask the project-management skill to update the plan status for [plan name], list phase progress, identify blockers, and produce a status report.

Frequently Asked Questions about project-management

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

FAQPage Schema
How do I track project plan progress and identify blockers?

Project plan progress tracking reads plan.md and phase files, uses file globbing and git commits to verify implementation, and edits files to record statuses, blockers, and next steps automatically.

How does plan maintenance verify which planned changes have been implemented?

Plan maintenance verification uses file globbing and grep-style checks alongside recent git commits to detect changes, confirming which planned files and phases have been implemented before updating project status.

Can I generate a status report for a PR description from a plan.md file?

Yes, you can generate a status report for a PR description from a plan.md file. The Skill reads plan phases, verifies implemented files via git, lists modified files, surfaces blockers, and produces a concise summary.

What's the best way to mark a project phase as done after implementation?

The best way to mark a project phase as done is to run this Skill after implementation. It verifies changes via file search and git commits, then edits the phase files to record the completion status and next steps.

Do I need a specific plan.md format to track phase statuses?

You need a plan.md file and corresponding phase files for the Skill to read. The system determines total phases and current status (not started, in progress, done, blocked) by parsing these files during plan maintenance.