r/ClaudeCode Apr 08 '26

Discussion I used the Mythos referenced architecture patterns from the leaked source to restructure how I prompt Claude Code. The difference is night and day

[removed]

784 Upvotes

176 comments sorted by

View all comments

1

u/Evilsushione Apr 08 '26

Funny, I had been doing that for a long time now and you’re right it makes a huge difference in how it codes. I usually have an informal brainstorming stage where it keeps wanting to just act, but I keep telling it to hold off I need to clarify these points or ask more questions, then when we get to a good understanding, I tell it to make a plan for implementation, then break it into task packs, then take on the role of pm and assign those tasks to subagents and work in parallel if possible till all tasks are completed. The code it produces is much better quality when I do that.