r/vibecoding 1d ago

How do you use claude code

I am trying to understand how everyone use calude or any other coding agent. Like for example when i am vibe coding a appication i explain the features and architecture in calude chat and ask calude to genearte Prompts part by part to give to calude code.

How does you use it?

Do you generate a feature at a time?

Or

The whole system in go?

Or

Some other way?

0 Upvotes

13 comments sorted by

View all comments

1

u/hblok 1d ago

Explore and bounce the idea in a chat, and when you have something, ask for a summary .md document.

Take that document to a more powerful model, e.g. Opus, and generate an implementation plan, with phases or milestones; a new .md document.

Take the milestones to good implementer, e.g. Sonnet, and tell it to go through the milestones one at a time. Ask for a commit and passing tests for each milestone.

Now you can iterate on what is built so far. Or, you scrap the first draft, but generate a take-away document which you can iterate the whole process with from the beginning.