7 ms·
Interesting as I reach a similar pov. I just started with experimenting with the following workflow with Claude Code: - get a plan for whatever I want to do, it
by gjadi 4mo ago
Interesting as I reach a similar pov. I just started with experimenting with the following workflow with Claude Code:
- get a plan for whatever I want to do, iterating in plan mode until I am satisfied with the solution
- before execution, I mark each phase that I want to do/learn about with /tutor-mode
Tutor-mode is a SKILL I made to have the LLM guide and teach through questions and hints.
So I delegate completely the boilerplate/build system/CI and switch to manual+aided by AI for specific implementation part of the code.
I also keep a final validation step to me because I've experimented a few too many "sorry I told you I passed the test suite and I did, but the build failed and I didn't told you".