diff --git a/.changeset/nice-ways-hope.md b/.changeset/nice-ways-hope.md index 8736f031..f8581bfd 100644 --- a/.changeset/nice-ways-hope.md +++ b/.changeset/nice-ways-hope.md @@ -11,7 +11,7 @@ Key features: - 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` +- Comprehensive documentation at [docs.task-master.dev/capabilities/rpg-method](https://docs.task-master.dev/capabilities/rpg-method) - 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. \ No newline at end of file diff --git a/apps/docs/getting-started/quick-start/prd-quick.mdx b/apps/docs/getting-started/quick-start/prd-quick.mdx index 07187d02..6b38aef3 100644 --- a/apps/docs/getting-started/quick-start/prd-quick.mdx +++ b/apps/docs/getting-started/quick-start/prd-quick.mdx @@ -67,7 +67,7 @@ The RPG template teaches you to think about: 4. **Topological ordering** (build foundation first, then layers) -For complex projects, using the RPG template with a code-context-aware ai agent produces the best results because the AI can understand your existing codebase structure. +For complex projects, using the RPG template with a code-context-aware ai agent produces the best results because the AI can understand your existing codebase structure. [Learn more about the RPG method →](/capabilities/rpg-method) ---