Skip to main content

Overview

Project management commands help organize development work, create comprehensive planning documents, and streamline task execution.

Command Creation

/create-command

by scopecraftGuides Claude through creating new custom commands with proper structure by analyzing requirements, templating commands by category, enforcing command standards, and creating supporting documentation.

Product Planning

/create-plan

by taddyorgGenerates comprehensive product requirement documents outlining detailed specifications, requirements, and features following standardized document structure and format. (Removed from origin)

/create-prp

by WirasmCreates product requirement plans by reading PRP methodology, following template structure, creating comprehensive requirements, and structuring product definitions for development.

/prd-generator

by Denis RedozubovA Claude Code plugin that generates comprehensive Product Requirements Documents (PRDs) from conversation context. Invoke /create-prd after discussing requirements and it produces a complete PRD with all standard sections including Executive Summary, User Stories, MVP Scope, Architecture, Success Criteria, and Implementation Phases.

Issue Management

/do-issue

by jerseycheeseImplements GitHub issues with manual review points, following a structured approach with issue number parameter and offering alternative automated mode for efficiency.

Task Management

/todo

by chrisleyvaA convenient command to quickly manage project todo items without leaving the Claude Code interface, featuring due dates, sorting, task prioritization, and comprehensive todo list management.

Development Examples

/project_hello_w_name

by dislerCreates customizable greeting components with name input, demonstrating argument passing, component reusability, state management, and user input handling.

Project Management Benefits

Structured Planning

Create comprehensive requirement documents and project plans.

Task Organization

Keep track of todos, issues, and development tasks in one place.

Consistency

Follow standardized templates and processes across projects.

Efficiency

Automate routine project management tasks to focus on development.

Project Management Workflow

A comprehensive project management workflow:
  1. Initial Planning: Use /create-plan or /create-prp for requirements
  2. Task Breakdown: Create issues and todos with /todo
  3. Implementation: Use /do-issue to work through tasks systematically
  4. Custom Commands: Create project-specific commands with /create-command
  5. Track Progress: Maintain todo list and update requirements as needed

Planning Document Sections

Comprehensive PRDs should include:
  • Executive Summary: High-level project overview
  • User Stories: Detailed user requirements and scenarios
  • MVP Scope: Clear definition of minimum viable product
  • Architecture: Technical design and system structure
  • Success Criteria: Measurable goals and KPIs
  • Implementation Phases: Timeline and development stages
  • Dependencies: Required resources and integrations
  • Risks: Potential challenges and mitigation strategies

Best Practices

When using project management commands:
  • Plan Before Coding: Create PRDs before starting implementation
  • Break Down Tasks: Divide large projects into manageable issues
  • Track Progress: Regularly update todo lists and issue status
  • Document Decisions: Record technical choices and rationale
  • Review Requirements: Validate plans with stakeholders early
  • Create Reusable Commands: Build custom commands for recurring patterns
  • Maintain Templates: Keep standardized formats for consistency

Custom Command Creation

When creating custom commands with /create-command:
  1. Identify recurring workflows that could be automated
  2. Define clear parameters and expected outputs
  3. Follow project-specific conventions and standards
  4. Include helpful documentation and examples
  5. Test commands thoroughly before team adoption
  6. Share useful commands with your team and community

Build docs developers (and LLMs) love