docs-project-management

Manage project documentation and work items using markdown files with Git.

4|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/endorphin-ai/hasbrains-agent-kit --skill docs-project-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-project-management
Source: https://github.com/endorphin-ai/hasbrains-agent-kit/tree/main/agent-engineering/skills/docs-project-management
Command: npx skills add https://github.com/endorphin-ai/hasbrains-agent-kit --skill docs-project-management

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a universal, markdown-based system for managing projects, replacing the need for external issue trackers and streamlining the project management process.

Core Features & Use Cases

  • Universal Project Management: Manages project documentation, tasks, team reporting, and status tracking using markdown files within the repository.
  • Work-Item Model: Defines and tracks all project work items such as PRDs, TRDs, Epics, User Stories, and Bugs.
  • Team Reporting: Facilitates team reporting and work tracking through session folders and feature logs.
  • Durable vs. Temporary Records: Separates permanent project records from temporary evidence in docs/ and .ai_log/.
  • Use Case: Use this Skill to organize project documentation, track features, and report progress within a single markdown repository.

Quick Start

Set up project documentation using the docs-project-management skill within your repository and start managing your project using markdown files.

Frequently Asked Questions about docs-project-management

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

FAQPage Schema
How do I track project work items using markdown in a git repository?

You can track project work items using markdown by defining and managing PRDs, TRDs, Epics, User Stories, and Bugs directly within your repository. This eliminates the need for an external issue tracker.

What is the best way to manage project documentation without an external issue tracker?

Managing project documentation without an external issue tracker is best achieved by using a markdown-based system within your repository. It automates project planning, tracking, and reporting while keeping records version-controlled in Git.

Do I need YAML to set up document-based project management in my repository?

Yes, YAML is required for configuration when setting up document-based project management. You use it alongside markdown files to define the structure for your project documentation and work tracking.

How does this approach separate permanent project records from temporary work tracking logs?

It separates permanent project records from temporary work tracking logs by storing durable documentation in the `docs/` directory and temporary session evidence or feature logs in the `.ai_log/` directory.

Can I automate team reporting and status tracking using committed markdown files?

Yes, you can automate team reporting and status tracking using committed markdown files. The system facilitates work tracking through session folders and feature logs to keep team progress updated.

When should I not use a markdown-based workflow for repository management?

You should not use a markdown-based workflow for repository management if your project requires complex, real-time cross-team dependencies or integrations that exceed the capabilities of static markdown files and standard Git version control.