From 3c7924708c4580b0c9e13d3f9d167c9cf56d3f4e Mon Sep 17 00:00:00 2001 From: Shayan Rais Date: Tue, 27 Jan 2026 13:49:14 +0500 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 89579bb..c701e69 100644 --- a/README.md +++ b/README.md @@ -21,23 +21,23 @@ your best ai assistant with the best practice ## LESSON LEARNED -### My Experience +### My Experience (4 months) ■ **Workflows** -- Claude.md should be 100 lines only. -- Have feature specific subagents (extra context) with skills (progressive disclosure). +- Claude.md should not exceed 150+ lines. (still not 100% guarenteed) +- have feature specific subagents (extra context) with skills (progressive disclosure) instead of general qa, backend engineer. - /memory, /rules, constitution.md does not guarentee anything - do manual /compact at max 50% -- subtasks should be so small that it can be completed in less than 50% session of context window - always start with plan mode - use human pass gated todo list workflow -- vanilla cc is better than 3rd party workflows +- subtasks should be so small that it can be completed in less than 50% context +- vanilla cc is better than any workflows with smaller tasks ■ **Utilities** -- terminal instead of ide (crash issue) -- wispr-flow for voice prompting (10x productivity) -- voice hooks for claude feedback -- status line for glancing compact +- iTerm terminal instead of IDE (crash issue) +- Wispr Flow for voice prompting (10x productivity) +- claude-code-voice-hooks for claude feedback +- status line for context awareness and fast compacting - use git worktress - use /config dont ask permission mode instead of dangerously—skip--permissions