the tips and tricks of this advanced workflow. So, here we go. Here's the prompts we'll use. And I'll put this down below. Feel free to pause and grab this and paste this into your own Ghosty terminal. I want to build out a habit tracking app. I want to be beautiful but simply themed. I want to track my habits streaks and excellent animations and visuals that make the app satisfying and allow me to track my mood. I'd also like advanced AI functionality. Feel free to ask me questions to come up with more ideas. By default, Claude's planning mode asks you questions already to tease out more ideas and features, but I also just like to say that feel free to ask me questions because then it will encourage it to ask even more questions. I find the more that Claude Code interviews me, the better the app turns out to be. So, I always put that at the end. So, a little tip and trick for you there. I'm going to hit enter on this and it is going to get to work. I also find claude code in the terminal here is also just a lot faster as well. Maybe it's because of the memory management. Again, cursor and VS code take up so much memory on your computer, but I just find this to be a lot faster as well. Uh, as this goes, I'm really excited to show you the multitasking functionality and how to do that as well. Something that's very difficult to do if you do this in VS Code or cursor. We'll get into that shortly, but let's get this first part set up here. So, it's going to start asking me tons of questions, which I love. The more questions it asks you, the better this app will be. We're going to make this a web app. What kind of AI features are you envisioning? Let's do an AI habit coach. So, your habit tracker will actually coach you on which habits you want to do. So, I like that. Let's hit next. What visual style appeals to you the most? Let's go with a dark and elegant theme. I like that. Dark and elegant, easy on the eyes. And how do you want to visualize your progress? Let's go with all visual types just so we can see what we can fit into this app. So, we'll do all visualization types and hit submit and then we can submit our answers. Super easy to use. I find that when it asks you questions like the extension, it's not quite as simple to use. It seems like when you're doing cloud code in the terminal, it's just the most up-to-date, easiest way to use the app. And now it's coming back and asking me more questions, which I love. How should the habits be organized and tracked? Let's do simple checkboxes. What AI provider will use Claude's API? How should the data be stored? We'll do local browser storage. And what mood tracking granularity do we prefer? Let's just do it simple and submit answer. What's beautiful about this plan mode is it usually asks you questions around things you didn't even think of or consider, right? Like I ways we can track the mood or how we want to design that. But because Claude asked me questions about it, it kind of teased those details out of me that I didn't even think of. So that's why I really love this plan mode, especially in the terminal. So here's where things start to get interesting. While this is building out our app, I'm going to open up a second app to work on. Here's one of people's biggest mistakes is when Claude is working or any other AI is thinking or working for you, they will get distracted. They'll go, they'll surf Twitter, they'll surf Tik Tok, they'll surf YouTube, and they'll get totally distracted while their AI is working. The key is multitasking. The issue is if you tried multitasking with the claw code extension in VS Code or with the CLI in cursor, you open up two or three cursors or VS Code and your computer totally slows down. The memory management on VS Code and especially cursor is horrible and slows down your computer. But since this is just the terminal, this is super easy to do. All we need to do now is either open up a new window or we can tab. I'm going to pull open this second window that actually has my creator buddy app in it and I'm going to work on that while we are working on this habit tracking app. We have the second window open. My computer is running as fast as it ever gone before. I'm going to hit yes, continue over on the left on our habit tracking app. And then I'm going to talk to my AI on the right. I'm going to say take a look at our app. Which other features should we add to this that will increase engagement? Something I love to do, just brainstorm with the AI back and forth on new features to add. I'm going to go into plan mode on that and hit enter. And now we have two AIs working for us. Right on the right hand side, I'm working on my second app. This is something you should be doing, working on multiple apps at once. This is so efficient. So, we're brainstorming with the AI on the right in my second Ghosty window that's coming up with new features for my other app. While on the left hand side, our AI is building out our habit tracking app. Again, if you watch my last video, which I'll link down below as well, which is the video on Boris, who is the creator of Claude Codes workflow, you'll know he works with five Claude Code windows at once. For me, five is a little tough, so I like to do just the two here. It allows me to focus on just these two projects, but this is something you can do as well. A question I get a lot is, can I work on the same project in multiple windows? The answer to that is yes as well. What you'd want to do is ask Claude Code to create a new branch for you in a new working tree. This is all GitHub function that makes sure your code is separate from each other when you're working on the same project in multiple windows. So just make sure if you're working on the same project in multiple windows to say, "Hey, make sure we do this in separate branches. " And that will ensure your agents don't step on each other's toes. If you want a full video on that workflow, specifically having multiple windows on just one project, let me know down in the replies below, too. This is one of the greatest advantages to using this workflow of the ghosty terminal is you can easily have multiple windows up on your screen at once. When you're using VS Code or cursor, it takes up so much of your screen because of all the code and all that. With here, it's very small, very simple. You can see only what Claude code is doing. You don't need to see the code. Opus 45 is so good. You no longer need to check on the code it's writing. You're good enough. just having these terminals open. In a second, we will test this new habit tracking app and I'll show you some other tips with this workflow, which is really, really powerful. But right before we do that, if you've learned anything so far, make sure to leave a like down below, subscribe, really critical, turn on notifications. All I do is make amazing videos about claude code and AI. And if you want to join a Vibe Coding community, in the description down below is Vibe Coding Academy, my newly launched community with hundreds of people in it. you get to hang out weekly calls and work with other builders. But let's get back to the workflow. All right, so the app finished building over here on left. The habit tracker is all done. What I'm going to do now is show you how I multitask and debug and all that when it comes to the app itself. All you need to do is in the top you hit file then split right. That splits our terminal in two. And what I like to do here is I run the server on the right hand side. So I do npm rendev. This is now running on localhost 3003. I can now continue to work on the lefthand side in claude while monitoring the server logs on the right hand side. So let's do this. Let's open it up. Let's check out