diff --git a/README.md b/README.md
index c983c6a..a50a24b 100644
--- a/README.md
+++ b/README.md
@@ -160,7 +160,14 @@
- `// Refactor this Python function to be more amenable to parallel processing (e.g., using multiprocessing or threading)...`
For optimizing performance in computationally intensive Python applications.
+- `// Analyze code complexity and suggest architectural improvements`
+Technical debt assessment
+- `// Generate comprehensive API documentation from code`
+Documentation automation
+
+- `// Identify potential security vulnerabilities in this codebase`
+Proactive security auditing
## Context