Contributing to PRD-Taskmaster banner
anombyte93 anombyte93

Contributing to PRD-Taskmaster

Development community intermediate

Description

Thanks for your interest in improving PRD-Taskmaster! This guide will help you get started.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

Repository README

This is the README for anombyte93/prd-taskmaster, shared by 2 entries in this directory. It describes the repository, not this entry specifically.

Contributing to PRD-Taskmaster

Thanks for your interest in improving PRD-Taskmaster! This guide will help you get started.

How to Contribute

Reporting Issues

  • Use GitHub Issues to report bugs or suggest features
  • Check existing issues before creating a new one
  • Include steps to reproduce for bug reports

Suggesting Improvements

  • Better templates or validation rules
  • New patterns for common project types
  • Documentation clarifications

Submitting Changes

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/your-feature
  3. Test with a real project (generate a PRD and verify quality)
  4. Commit your changes with clear messages
  5. Push to your fork and submit a Pull Request

What to Include in PRs

  • What you changed and why
  • How you tested it (ideally with a real project)
  • Any template modifications should include before/after examples

Development Setup

# Clone your fork
git clone https://github.com/YOUR_USERNAME/prd-taskmaster.git

# The skill is a standalone .md file - no build step required
# Test by copying to ~/.claude/skills/prd-taskmaster/

Code of Conduct

This project follows the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md).

Questions?

Open an issue with the "question" label or start a [Discussion](https://github.com/anombyte93/prd-taskmaster/discussions).