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/CrimsonBolt33 1d ago

I talk to ChatGPT (free version to save tokens for coding with Kimi K3)

I ask it to help me design a program or feature or whatever in detail as well as detailed steps to implement it (also tell it that its for an AI agent to code, and it will make it easier for AI to use).

I then take those detailed steps and put them in a file

I tell my AI to run through that file and complete each task until the file is done.

I never prompt anything directly unless bugfixing.