From 81ab4da60c18c4b1e058ca5c5d65b4723024f720 Mon Sep 17 00:00:00 2001 From: Fahad Date: Sun, 15 Jun 2025 09:33:18 +0400 Subject: [PATCH] Typo --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7085509..6299f89 100644 --- a/README.md +++ b/README.md @@ -460,13 +460,17 @@ constraints. "Using zen's refactor decompose the all_in_one_sync_code.swift into maintainable extensions" ``` -Example of a **powerful prompt** to get the best out of both Claude + Flash's 1M Context: +💡Example of a **powerful prompt** to get the best out of both Claude + Flash's 1M Context: ``` "First, think about how the authentication module works, find related classes and find - any code smells, then using zen's refactor ask flash to confirm your findings but ask it to - find additional code smells and any other quick-wins and then fix these issues" + any code smells, then using zen's refactor ask flash to confirm your findings but ask + it to find additional code smells and any other quick-wins and then fix these issues" ``` +This results in Claude first performing its own expert analysis, encourages it to think and find links +within project code and then prompts the `flash` to review the provided code, giving it a hint (thus preventing +it from finding the same code smells) and encouraging it to think about other areas claude did _not_ discover. + **Key Features:** - **Intelligent prioritization** - Will refuse to work on low priority issues if code is unwieldy large and requires decomposition first, helps identify poorly managed classes and files that need structural improvements before detail work - **Top-down decomposition strategy** - Analyzes file → class → function levels systematically