diff --git a/apps/docs/capabilities/task-structure.mdx b/apps/docs/capabilities/task-structure.mdx
index 3ea3c5eb..82331b79 100644
--- a/apps/docs/capabilities/task-structure.mdx
+++ b/apps/docs/capabilities/task-structure.mdx
@@ -209,7 +209,7 @@ The generated report contains:
- Recommended number of subtasks based on complexity
- AI-generated expansion prompts customized for each task
- Ready-to-run expansion commands directly within each task analysis
-
+
The `complexity-report` command:
@@ -220,7 +220,7 @@ The `complexity-report` command:
- Highlights tasks recommended for expansion based on threshold score
- Includes ready-to-use expansion commands for each complex task
- If no report exists, offers to generate one on the spot
-
+
The `expand` command automatically checks for and uses the complexity report:
@@ -262,7 +262,7 @@ The `next` command:
- Command to mark the task as in-progress
- Command to mark the task as done
- Commands for working with subtasks
-
+
The `show` command:
@@ -273,7 +273,7 @@ The `show` command:
- For subtasks, shows parent task relationship
- Provides contextual action suggestions based on the task's state
- Works with both regular tasks and subtasks (using the format taskId.subtaskId)
-
+
## Best Practices for AI-Driven Development