Files
claude-task-master/.changeset/nice-ways-hope.md
2025-10-06 20:23:45 +02:00

1.2 KiB

task-master-ai
task-master-ai
minor

Add RPG (Repository Planning Graph) method template for structured PRD creation. The new example_prd_rpg.txt template teaches AI agents and developers the RPG methodology through embedded instructions, inline good/bad examples, and XML-style tags for structure. This template enables creation of dependency-aware PRDs that automatically generate topologically-ordered task graphs when parsed with Task Master.

Key features:

  • Method-as-template: teaches RPG principles (dual-semantics, explicit dependencies, topological order) while being used
  • Inline instructions at decision points guide AI through each section
  • Good/bad examples for immediate pattern matching
  • Flexible plain-text format with XML-style tags for parseability
  • Critical dependency-graph section ensures correct task ordering
  • Automatic inclusion during task-master init
  • Comprehensive documentation in apps/docs/capabilities/rpg-method.mdx
  • Tool recommendations for code-context-aware PRD creation (Claude Code, Cursor, Gemini CLI, Codex/Grok)

The RPG template complements the existing example_prd.txt and provides a more structured approach for complex projects requiring clear module boundaries and dependency chains.