project-management

Centralize project planning and task tracking in docs/PROJECT.md.

8|2|Updated Nov 2, 2025
One-click install
npx skills add https://github.com/fx/cc --skill project-management-fx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-management
Source: https://github.com/fx/cc/tree/main/plugins/fx-dev/skills/project-management
Command: npx skills add https://github.com/fx/cc --skill project-management-fx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill centralizes project planning, task breakdowns, and PR-based work tracking into docs/PROJECT.md and related tooling.

Core Features & Use Cases

  • Maintains a single source of truth for tasks
  • Guides workflows for feature planning and "work on next"
  • Integrates with external tooling (GitHub Issues, Jira)

Quick Start

Create or update docs/PROJECT.md with tasks, ensuring each task maps to a single PR.

Frequently Asked Questions about project-management

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

FAQPage Schema
How do I centralize project planning and task tracking in a single document?

Create docs/PROJECT.md as your single source of truth for all tasks and work tracking. This document centralizes planning, task breakdowns, and PR-based workflows, ensuring every task maps to one PR and maintains atomic granularity across your development process.

Can I use PROJECT.md to coordinate with GitHub Projects or Jira?

Yes. PROJECT.md integrates with external tools like GitHub Projects and Jira, allowing you to maintain a unified task list while syncing with your existing issue tracking and project management platforms via the document as a central hub.

How do I structure tasks in PROJECT.md for AI-driven development workflows?

Break tasks into atomic units where each task corresponds to a single PR. Use PROJECT.md to track progress, generate PRDs and tickets, and coordinate with development and research agents, ensuring clarity and resolving ambiguity through documented requirements.

What's the best way to plan features and track work progress across multiple PRs?

Use PROJECT.md to guide feature planning and workflow decisions. Document all tasks with clear ownership and status, update progress as PRs advance, and maintain one-to-one mapping between tasks and pull requests to prevent scope creep and coordination gaps.

Do I need special tools to get started with PROJECT.md-based project management?

No prerequisites required. Start by creating docs/PROJECT.md in your repository and structuring tasks with one task per PR. The approach works within any development environment and integrates incrementally with external tools as needed.

How does PROJECT.md help resolve ambiguity in task definitions?

PROJECT.md enforces documented functional requirements and atomic task granularity, eliminating misalignment. When ambiguity arises, use explicit question tracking to resolve it, ensuring development and research agents have clear context before implementation begins.