Vibe Coding? No! Vibe Composing! (Pt.1)
If you are a developer you are (probably and hopefully) familiar or have tried to apply Vibe Coding in your day to day workflow. If you haven't I suggest you give it a shot. It is not a solution for everything but is is one more tool in your belt.
Apart from the coding itself though what else can we do inside our IDE that we didn't even think of doing before? This is the first of a series of short posts on my experience in Vibe Composing rather than Vibe Coding.
Consider the following premise; You are given a requirements document from your product manager. The document will probably be a few pages (tens) long. You don't really have time to read all this. You may even ask some A.I chat to summarize it. However, what if you could load the document in your A.I assisted IDE and ask your friendly chat agent to operate based on that document? Fantasy? Reality!
![]() |
Photo by A.I |
Enter personal project
![]() |
Sequence Diagram |
![]() |
GitHub Issues create with CoPilot |
Troubleshooting tips
- Make sure your docker command does not need to run sudo to operate.
- Your machine user name and your GitHub user name might not be the same. On the prompt to CoPilot provide your project's GitHub URL.
- If you are using a Linux machine with Snap make sure your VSCode installation is not a snap package. If so, uninstall it and reinstall it using your regular package manager. Your settings will not be lost.