chore: cleanup

This commit is contained in:
Ralph Khreish
2025-10-08 14:11:38 +02:00
parent 968c38c31d
commit 0d9939348c
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ Key features:
- Flexible plain-text format with XML-style tags for parseability - Flexible plain-text format with XML-style tags for parseability
- Critical dependency-graph section ensures correct task ordering - Critical dependency-graph section ensures correct task ordering
- Automatic inclusion during `task-master init` - 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) - 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. 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.

View File

@@ -67,7 +67,7 @@ The RPG template teaches you to think about:
4. **Topological ordering** (build foundation first, then layers) 4. **Topological ordering** (build foundation first, then layers)
<Tip> <Tip>
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)
</Tip> </Tip>
--- ---